diff --git a/pages/Technical+Documentation/VST+Module+Architecture/Index.html b/pages/Technical+Documentation/VST+Module+Architecture/Index.html index 88b01f93..f9f4683a 100644 --- a/pages/Technical+Documentation/VST+Module+Architecture/Index.html +++ b/pages/Technical+Documentation/VST+Module+Architecture/Index.html @@ -278,9 +278,9 @@

Module Factory<

On macOS
-On macOS the entry/exit functions are named BundleEntry / BundleExit and are required!

-

A plug-in must export these functions and a host has to call the BundleEntry function directly after loading the plug-in via CFBundleLoadExecutable and before calling GetPluginFactory.

-

The BundleExit function must be called before the plug-in is unloaded or on program termination.

+On macOS the entry/exit functions are named bundleEntry / bundleExit and are required!

+

A plug-in must export these functions and a host has to call the bundleEntry function directly after loading the plug-in via CFBundleLoadExecutable and before calling GetPluginFactory.

+

The bundleExit function must be called before the plug-in is unloaded or on program termination.

As macOS does not have a standard entry function when loading a bundle the above functions are required and a host has to reject plug-ins not exporting these functions.

diff --git a/print.html b/print.html index 7868bb8c..10736573 100644 --- a/print.html +++ b/print.html @@ -4639,9 +4639,9 @@

Module Factory<

On macOS
-On macOS the entry/exit functions are named BundleEntry / BundleExit and are required!

-

A plug-in must export these functions and a host has to call the BundleEntry function directly after loading the plug-in via CFBundleLoadExecutable and before calling GetPluginFactory.

-

The BundleExit function must be called before the plug-in is unloaded or on program termination.

+On macOS the entry/exit functions are named bundleEntry / bundleExit and are required!

+

A plug-in must export these functions and a host has to call the bundleEntry function directly after loading the plug-in via CFBundleLoadExecutable and before calling GetPluginFactory.

+

The bundleExit function must be called before the plug-in is unloaded or on program termination.

As macOS does not have a standard entry function when loading a bundle the above functions are required and a host has to reject plug-ins not exporting these functions.

diff --git a/searchindex.js b/searchindex.js index 39fe2cb2..995bf878 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Object.assign(window.search, {"doc_urls":["pages/index.html#vst-home","pages/index.html#welcome-to-the-world-of-vst-3","pages/index.html#what-is-vst","pages/index.html#main-benefits-of-vst-3","pages/index.html#what-is-the-vst-3-sdk","pages/index.html#vst-3-licensing","pages/index.html#getting-started","pages/index.html#tutorials","pages/index.html#vst-3-forum","pages/index.html#technical-documentation","pages/index.html#miscellaneous","pages/What+is+VST/Index.html#what-is-vst","pages/What+is+VST/Index.html#vst-3-new-standard-for-virtual-studio-technology","pages/What+is+VST/Index.html#about-the-vst-standard","pages/What+is+VST/Index.html#from-the-technical-point-of-view","pages/What+is+VST/Use+cases.html#use-cases","pages/What+is+VST/Use+cases.html#why-use-vst-3-sdk","pages/What+is+VST/Use+cases.html#advantages-of-using-vst-3-sdk","pages/What+is+VST/Use+cases.html#examples-of-vst-3-host-applications-05102023","pages/Main+benefits+of+VST+3/Index.html#main-benefits-of-vst-3","pages/Main+benefits+of+VST+3/Index.html#1-improved-performance-with-the--silence-flag","pages/Main+benefits+of+VST+3/Index.html#2--multiple-dynamic-ios","pages/Main+benefits+of+VST+3/Index.html#3--sample-accurate-automation","pages/Main+benefits+of+VST+3/Index.html#4--logical-parameter-organization","pages/Main+benefits+of+VST+3/Index.html#5-resizeable-ui-editor","pages/Main+benefits+of+VST+3/Index.html#6-mouse-over-support","pages/Main+benefits+of+VST+3/Index.html#7--context-menu-support","pages/Main+benefits+of+VST+3/Index.html#8--channel-context-information","pages/Main+benefits+of+VST+3/Index.html#9--note-expression","pages/Main+benefits+of+VST+3/Index.html#10-3d-audio-support","pages/Main+benefits+of+VST+3/Index.html#11-factory-concept","pages/Main+benefits+of+VST+3/Index.html#12--support-remote-control-representation","pages/Main+benefits+of+VST+3/Index.html#13-others","pages/What+is+the+VST+3+SDK/Index.html#what-is-the-vst-3-sdk","pages/What+is+the+VST+3+SDK/Index.html#vst-3-sdk-explained","pages/What+is+the+VST+3+SDK/Index.html#what-is-included","pages/What+is+the+VST+3+SDK/Index.html#the-vst-3-api","pages/What+is+the+VST+3+SDK/Index.html#vst-3-implementation-helper-classes","pages/What+is+the+VST+3+SDK/Index.html#vst-3-plug-ins-examples","pages/What+is+the+VST+3+SDK/Index.html#vst-3-plug-in-test-host","pages/What+is+the+VST+3+SDK/Index.html#vst-3-project-generator","pages/What+is+the+VST+3+SDK/Index.html#validator-command-line","pages/What+is+the+VST+3+SDK/Index.html#audiohost","pages/What+is+the+VST+3+SDK/Index.html#editorhost","pages/What+is+the+VST+3+SDK/Index.html#vst-3-inspector","pages/What+is+the+VST+3+SDK/Index.html#vstgui","pages/What+is+the+VST+3+SDK/Index.html#aax-auv3-au-and-vst-2-wrappers","pages/What+is+the+VST+3+SDK/Index.html#ios-inter-app-audio-support","pages/What+is+the+VST+3+SDK/Index.html#vst-3-licensing","pages/What+is+the+VST+3+SDK/Index.html#system-requirements","pages/What+is+the+VST+3+SDK/Index.html#download-link","pages/What+is+the+VST+3+SDK/Index.html#change-history","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#vst-3-plug-in-examples","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#introduction","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#adelay","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#again","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#testchannelcontext","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#hostchecker","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#testlegacymidiccout","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#mda-plug-ins","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#note-expression-synth","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#note-expression-text","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#panner","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#pitchnames","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-prefetchable-support","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-multiple-program-changes","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-program-change","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#sync-delay","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-3-plug-in-test-host","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#introduction","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#how-to-use-it","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-player-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#audio-input","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#event-input","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-rack","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#info-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#context-menu","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#transport","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-3-plug-ins-tests-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#preset-editor","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst-3-project-generator","pages/What+is+the+VST+3+SDK/Project+Generator.html#introduction","pages/What+is+the+VST+3+SDK/Project+Generator.html#start-the-vst-3-project-generator-application","pages/What+is+the+VST+3+SDK/Project+Generator.html#locate-cmake","pages/What+is+the+VST+3+SDK/Project+Generator.html#locate-vst-sdk","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst-sdk-and-cmake-successfully-located","pages/What+is+the+VST+3+SDK/Project+Generator.html#setting-the-preferences","pages/What+is+the+VST+3+SDK/Project+Generator.html#path-preferences","pages/What+is+the+VST+3+SDK/Project+Generator.html#setting-and-creating-a-plug-in-project","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst3-project-generator-license","pages/What+is+the+VST+3+SDK/Validator.html#validator-command-line","pages/What+is+the+VST+3+SDK/Validator.html#validator-command-line-1","pages/What+is+the+VST+3+SDK/AudioHost.html#audiohost-application","pages/What+is+the+VST+3+SDK/AudioHost.html#audiohost","pages/What+is+the+VST+3+SDK/EditorHost.html#editorhost-application","pages/What+is+the+VST+3+SDK/EditorHost.html#editorhost","pages/What+is+the+VST+3+SDK/VST3Inspector.html#vst-3-inspector-application","pages/What+is+the+VST+3+SDK/VST3Inspector.html#vst-3-inspector","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#aax-auv3-au-and-vst-2-wrappers","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---vst-2x-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---aax-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---audio-unit-v3-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---audio-unit-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#vst-3---vst-2x-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#vst-3---aax-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#vst-3---audiounit-v3-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#vst-3---audiounit-v2-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/iOS+Inter-App+Audio+support.html#ios-inter-app-audio-support","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui","pages/What+is+the+VST+3+SDK/VSTGUI.html#introduction","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-forum","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-on-github","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-license","pages/What+is+the+VST+3+SDK/VSTGUI.html#tutorials-for-vstgui","pages/VST+3+Licensing/Index.html#vst-3-licensing","pages/VST+3+Licensing/Index.html#steinberg-vst-usage-guidelines","pages/VST+3+Licensing/Index.html#what-are-the-licensing-options-for-vst-3","pages/VST+3+Licensing/Index.html#which-files-fall-under-which-license","pages/VST+3+Licensing/Index.html#developer-use-cases-faqs","pages/VST+3+Licensing/Usage+guidelines.html#steinberg-vst-usage-guidelines","pages/VST+3+Licensing/Usage+guidelines.html#1-required-use-of-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#2-use-of-vst-unrelated-to-the-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#3-use-when-claiming-compatibility","pages/VST+3+Licensing/Usage+guidelines.html#4-use-on-website","pages/VST+3+Licensing/Usage+guidelines.html#5-use-on-package","pages/VST+3+Licensing/Usage+guidelines.html#6-use-in-product-name-or-logo","pages/VST+3+Licensing/Usage+guidelines.html#7-use-in-company-name","pages/VST+3+Licensing/Usage+guidelines.html#8-use-in-social-media","pages/VST+3+Licensing/Usage+guidelines.html#9-use-in-domain","pages/VST+3+Licensing/Usage+guidelines.html#10-use-in-logo","pages/VST+3+Licensing/Usage+guidelines.html#11-use-in-video","pages/VST+3+Licensing/Usage+guidelines.html#12-use-in-category","pages/VST+3+Licensing/Usage+guidelines.html#13-use-in-combination-or-composition","pages/VST+3+Licensing/Usage+guidelines.html#14-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#15-general-guidelines-for-using-vst-trademark","pages/VST+3+Licensing/Usage+guidelines.html#16-questions-and-suggestions","pages/VST+3+Licensing/What+are+the+licensing+options.html#what-are-the-licensing-options","pages/VST+3+Licensing/What+are+the+licensing+options.html#proprietary-steinberg-vst-3-license","pages/VST+3+Licensing/What+are+the+licensing+options.html#open-source-gplv3-license","pages/VST+3+Licensing/What+are+the+licensing+options.html#steinberg-dual-license-file","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#which-files-fall-under-which-license","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#which-files-of-the-vst-3-sdk-fall-under-which-license","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#what-about-vst-2","pages/VST+3+Licensing/Developer+use+cases.html#developer-use-cases-faqs","pages/Getting+Started/Index.html#getting-started","pages/Getting+Started/Index.html#vst-3-links","pages/Getting+Started/Index.html#how-to-set-up-my-system-for-vst-3","pages/Getting+Started/Links.html#vst-3-links","pages/Getting+Started/Links.html#getting-vst-3-sdk","pages/Getting+Started/Links.html#download-the-full-vst-3-package-as-zip-file","pages/Getting+Started/Links.html#clone-vst-3-repository-from-github","pages/Getting+Started/Links.html#online-documentation","pages/Getting+Started/Links.html#vst-3-forum","pages/Getting+Started/Links.html#vstgui","pages/Getting+Started/Links.html#external-links-to-vst-3-dsp-conferences-and-plug-ins-development","pages/Getting+Started/How+to+setup+my+system.html#how-to-setup-up-my-system-for-vst-3","pages/Getting+Started/How+to+setup+my+system.html#get-the-source-code","pages/Getting+Started/How+to+setup+my+system.html#from-the-downloaded--vstsdkzip--file","pages/Getting+Started/How+to+setup+my+system.html#from-github","pages/Getting+Started/How+to+setup+my+system.html#get-an-ide-for-development","pages/Getting+Started/How+to+setup+my+system.html#for-windows","pages/Getting+Started/How+to+setup+my+system.html#for-macos","pages/Getting+Started/How+to+setup+my+system.html#for-linux","pages/Getting+Started/How+to+setup+my+system.html#package-requirements","pages/Getting+Started/How+to+setup+my+system.html#get-cmake","pages/Getting+Started/How+to+setup+my+system.html#get-a-vst-3-host-application","pages/Getting+Started/Preparation+on+Windows.html#preparation-on-windows","pages/Getting+Started/Preparation+on+Windows.html#solution-1","pages/Getting+Started/Preparation+on+Windows.html#solution-2","pages/Getting+Started/Preparation+on+Windows.html#solution-3","pages/Tutorials/Index.html#tutorials","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Index.html#using-cmake-for-building-vst-3-plug-ins","pages/Tutorials/Index.html#generate-a-new-plug-in-with-the-project-generator-app","pages/Tutorials/Index.html#code-your-first-plug-in","pages/Tutorials/Index.html#use-vstgui-to-design-a-user-interface","pages/Tutorials/Index.html#data-exchange","pages/Tutorials/Index.html#advanced-vst-3-techniques","pages/Tutorials/Index.html#how-to-use-the-silence-flags","pages/Tutorials/Index.html#guideline-for-replacing-a-vst-2-plug-in-by-a-vst-3-plug-in","pages/Tutorials/Index.html#strings-conversion-helper","pages/Tutorials/Index.html#creating-a-cmake-plug-in-project-from-scratch","pages/Tutorials/Index.html#creating-a-plug-in-with-vst-3-sdk-as-an-external-project","pages/Tutorials/Index.html#switching-to-another-vstgui-submodule-or-branch","pages/Tutorials/Index.html#tutorials-on-youtube-from-3rd-party-developers","pages/Tutorials/Index.html#how-to-setup-the-vst-3-sdks-sample-plugin-projects","pages/Tutorials/Index.html#vst-3-sdk-tutorial-create-your-own-vst-3-synth-plug-in","pages/Tutorials/Index.html#building-your-first-audio-plug-in-windows-10","pages/Tutorials/Index.html#building-your-first-audio-plug-in-macos","pages/Tutorials/Index.html#building-your-first-audio-plug-in-linux-ubuntu","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#part-2-building-the-examples-on-windows","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#building-using-cmake-gui","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#part-2-building-the-examples-on-macos","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#part-2-building-the-examples-on-linux","pages/Tutorials/Using+cmake+for+building+plug-ins.html#using-cmake-for-building-vst-3-plug-ins","pages/Tutorials/Using+cmake+for+building+plug-ins.html#goal","pages/Tutorials/Using+cmake+for+building+plug-ins.html#cmake-for-building-vst-3-plug-ins","pages/Tutorials/Using+cmake+for+building+plug-ins.html#command-line-for-windows","pages/Tutorials/Using+cmake+for+building+plug-ins.html#command-line-for-macos","pages/Tutorials/Using+cmake+for+building+plug-ins.html#on-linux-with-qtcreator","pages/Tutorials/Using+cmake+for+building+plug-ins.html#use-of-cmake-gui","pages/Tutorials/Using+cmake+for+building+plug-ins.html#available-smtg-cmake-options","pages/Tutorials/Using+cmake+for+building+plug-ins.html#using-your-ide-for-compiling-the-examples","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#generate-a-new-plug-in-with-the-project-generator-app","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#goal","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#part-2-using-the--vst-3-plug-in--project-generator--application","pages/Tutorials/Code+your+first+plug-in.html#code-your-first-plug-in","pages/Tutorials/Code+your+first+plug-in.html#goal","pages/Tutorials/Code+your+first+plug-in.html#part-1-coding-your-plug-in","pages/Tutorials/Code+your+first+plug-in.html#add-a-parameter-gain","pages/Tutorials/Code+your+first+plug-in.html#add-the-process-applying-the-gain","pages/Tutorials/Code+your+first+plug-in.html#add-storerestore-state","pages/Tutorials/Code+your+first+plug-in.html#part-2-advanced-steps","pages/Tutorials/Code+your+first+plug-in.html#add-an-event-input","pages/Tutorials/Code+your+first+plug-in.html#add-a-mono-audio--side-chain","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#use-vstgui-to-design-a-user-interface","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#goal","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-1-preparation","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-2-open-the-vstguiwyswyg-editor","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-3-parameter-binding","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-4-creating-custom-views","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-5-showcase","pages/Tutorials/Data+Exchange.html#data-exchange-tutorial---how-to-send-data-from-the-realtime-process-to-the-edit-controller","pages/Tutorials/Data+Exchange.html#tutorial---how-to-use-the-data-exchange-api","pages/Tutorials/Data+Exchange.html#sending-data-from-the-audio-processor","pages/Tutorials/Data+Exchange.html#receiving-data-in-the-edit-controller","pages/Tutorials/Advanced+VST+3+techniques.html#advanced-vst-3-techniques","pages/Tutorials/Advanced+VST+3+techniques.html#part-1-sample-accurate-parameter-handling","pages/Tutorials/Advanced+VST+3+techniques.html#part-2-adding-32-and-64-bit-audio-processing","pages/Tutorials/Advanced+VST+3+techniques.html#part-3-thread-safe-state-changes","pages/Tutorials/How+to+use+the+silence+flags.html#how-to-use-the-silence-flags","pages/Tutorials/How+to+use+the+silence+flags.html#goal","pages/Tutorials/How+to+use+the+silence+flags.html#what-about-silence-flags","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-receives-a-silent-audio-input","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-generates-silent-output","pages/Tutorials/How+to+use+the+silence+flags.html#in-bypass","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-generates-audio-output","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#guideline-for-replacing-a-vst-2-plug-in-by-a-vst-3-plug-in","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#goal","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#vst-2-and-vst-3-version-of-your-plug-in-have-the-same-uid","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#vst-2-and-vst-3-version-of-your-plug-in-have-not-the-same-uid","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#using-the--moduleinfojson--file","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#using-the--iplugincompatibility--interface","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#presetproject-compatibility-vst-2--vst-3","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#parameters-compatibility","pages/Tutorials/Strings+Conversion+Helper.html#strings-conversion-helper","pages/Tutorials/Strings+Conversion+Helper.html#goal","pages/Tutorials/Strings+Conversion+Helper.html#convert-a-string128-string-to-an-utf-8-string","pages/Tutorials/Strings+Conversion+Helper.html#convert-an-utf-8-string-to-a-string128-string","pages/Tutorials/Creating+a+plug-in+from+scratch.html#creating-a-cmake-plug-in-project-from-scratch","pages/Tutorials/Creating+a+plug-in+from+scratch.html#goal","pages/Tutorials/Creating+a+plug-in+from+scratch.html#building-the-cmakeliststxt","pages/Tutorials/Creating+a+plug-in+from+scratch.html#add-plug-in-gui-editor-by-using-vstgui","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#creating-a-plug-in-with-vst-3-sdk-as-an-external-project","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#goal","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#part-1-how-to-clone-and-build","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#part-2-adapting-the--helloworld--example","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-vstgui-submodule-or-branch","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#goal","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-submodule","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-branch","pages/Technical+Documentation/Index.html#technical-documentation","pages/Technical+Documentation/Index.html#vst-3-api-documentation","pages/Technical+Documentation/Index.html#vst-module-architecture","pages/Technical+Documentation/Index.html#parameters-and-automation","pages/Technical+Documentation/Index.html#vst-3-units","pages/Technical+Documentation/Index.html#presets--program-lists","pages/Technical+Documentation/Index.html#complex-plug-in-structures--multi-timbral-instruments","pages/Technical+Documentation/Index.html#data-exchange","pages/Technical+Documentation/Index.html#vst-3-workflow-diagrams","pages/Technical+Documentation/Index.html#vst-3-locations--format","pages/Technical+Documentation/Index.html#about-midi-in-vst-3","pages/Technical+Documentation/Index.html#host-requirements-for-vst-3-support","pages/Technical+Documentation/Index.html#300-interfaces-supported-by-the-plug-in","pages/Technical+Documentation/Index.html#300-interfaces-supported-by-the-host","pages/Technical+Documentation/Index.html#301-parameter-midi-mapping","pages/Technical+Documentation/Index.html#302-parameter-finder","pages/Technical+Documentation/Index.html#310-audio-presentation-latency","pages/Technical+Documentation/Index.html#310-ui-group-editing-dirty-state--open-editor-request","pages/Technical+Documentation/Index.html#310-knobmode-openhelp--openaboutbox","pages/Technical+Documentation/Index.html#350-note-expression","pages/Technical+Documentation/Index.html#350-key-switch","pages/Technical+Documentation/Index.html#350-remote-presentation-of-parameters","pages/Technical+Documentation/Index.html#350-context-menu","pages/Technical+Documentation/Index.html#350-enhanced-linked-parameters","pages/Technical+Documentation/Index.html#360-ios-inter-app-audio","pages/Technical+Documentation/Index.html#360-preset-meta-information","pages/Technical+Documentation/Index.html#365-channel-context-info","pages/Technical+Documentation/Index.html#365-unit-bus-assignment-change","pages/Technical+Documentation/Index.html#365-prefetchable","pages/Technical+Documentation/Index.html#365-automation-state","pages/Technical+Documentation/Index.html#366-plugview-content-scaling","pages/Technical+Documentation/Index.html#368-request-bus-activation","pages/Technical+Documentation/Index.html#3610-ui-snapshots","pages/Technical+Documentation/Index.html#3611-noteexpression-physical-ui-mapping","pages/Technical+Documentation/Index.html#3612-legacy-midi-cc-out-event","pages/Technical+Documentation/Index.html#3612-midi-learn","pages/Technical+Documentation/Index.html#3612-host-query-interface-support","pages/Technical+Documentation/Index.html#3612-mpe-support-for-wrappers","pages/Technical+Documentation/Index.html#370-parameter-function-name","pages/Technical+Documentation/Index.html#370-progress-display","pages/Technical+Documentation/Index.html#370-process-context-requirements","pages/Technical+Documentation/Index.html#375-module-info","pages/Technical+Documentation/Index.html#379-get-current-systemtime","pages/Technical+Documentation/Index.html#379-data-transfert-between-processorcontroller","pages/Technical+Documentation/API+Documentation/Index.html#vst-3-api-documentation","pages/Technical+Documentation/API+Documentation/Index.html#basic-concept","pages/Technical+Documentation/API+Documentation/Index.html#initialization","pages/Technical+Documentation/API+Documentation/Index.html#creation-and-initialization-from-host-point-of-view","pages/Technical+Documentation/API+Documentation/Index.html#extensions","pages/Technical+Documentation/API+Documentation/Index.html#persistence","pages/Technical+Documentation/API+Documentation/Index.html#the-processing-part","pages/Technical+Documentation/API+Documentation/Index.html#icomponent","pages/Technical+Documentation/API+Documentation/Index.html#iaudioprocessor","pages/Technical+Documentation/API+Documentation/Index.html#the-editing-part","pages/Technical+Documentation/API+Documentation/Index.html#vst-3-threading-model","pages/Technical+Documentation/API+Documentation/Index.html#communication-between-the-components","pages/Technical+Documentation/API+Documentation/Index.html#standard-communication","pages/Technical+Documentation/API+Documentation/Index.html#private-communication","pages/Technical+Documentation/API+Documentation/Index.html#initialization-of-communication-from-host-point-of-view","pages/Technical+Documentation/VST+Module+Architecture/Index.html#vst-module-architecture","pages/Technical+Documentation/VST+Module+Architecture/Index.html#introduction","pages/Technical+Documentation/VST+Module+Architecture/Index.html#interfaces","pages/Technical+Documentation/VST+Module+Architecture/Index.html#funknown","pages/Technical+Documentation/VST+Module+Architecture/Index.html#iidcid","pages/Technical+Documentation/VST+Module+Architecture/Index.html#direction","pages/Technical+Documentation/VST+Module+Architecture/Index.html#versioning-and-inheritance","pages/Technical+Documentation/VST+Module+Architecture/Index.html#com-compatibility","pages/Technical+Documentation/VST+Module+Architecture/Index.html#plug-ins","pages/Technical+Documentation/VST+Module+Architecture/Index.html#module-factory","pages/Technical+Documentation/VST+Module+Architecture/Index.html#locations","pages/Technical+Documentation/VST+Module+Architecture/Index.html#categories","pages/Technical+Documentation/VST+Module+Architecture/Index.html#ipluginbase","pages/Technical+Documentation/VST+Module+Architecture/Index.html#purpose-specific-interfaces","pages/Technical+Documentation/VST+Module+Architecture/Index.html#unicode","pages/Technical+Documentation/VST+Module+Architecture/Index.html#sdk-backward-compatibility","pages/Technical+Documentation/VST+Module+Architecture/Loading.html#how-the-host-will-load-a-vst-ma-based-plug-in","pages/Technical+Documentation/VST+Module+Architecture/Derive+From+Interface.html#hot-to-derive-a-class-from-an-interface","pages/Technical+Documentation/VST+Module+Architecture/Interface+Versions+and+Inheritance.html#interface-versions-and-inheritance","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#moduleinfo","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#sdk","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#example","pages/Technical+Documentation/Parameters+Automation/Index.html#parameters-and-automation","pages/Technical+Documentation/Parameters+Automation/Index.html#parameters","pages/Technical+Documentation/Parameters+Automation/Index.html#representation-of-parameter-values","pages/Technical+Documentation/Parameters+Automation/Index.html#conversion-of-normalized-values","pages/Technical+Documentation/Parameters+Automation/Index.html#automation","pages/Technical+Documentation/Parameters+Automation/Index.html#problems","pages/Technical+Documentation/Parameters+Automation/Index.html#automation-recording","pages/Technical+Documentation/Parameters+Automation/Index.html#automation-playback","pages/Technical+Documentation/Parameters+Automation/Index.html#gui-playback","pages/Technical+Documentation/Parameters+Automation/Index.html#informing-the-host-about-changes","pages/Technical+Documentation/Parameters+Automation/Index.html#parameter-titles-default-values-or-flags-have-changed","pages/Technical+Documentation/Parameters+Automation/Index.html#multiple-parameter-values-have-changed","pages/Technical+Documentation/VST+3+Units/Index.html#vst-3-units","pages/Technical+Documentation/VST+3+Units/Index.html#introduction","pages/Technical+Documentation/VST+3+Units/Index.html#unit-details","pages/Technical+Documentation/VST+3+Units/Index.html#examples","pages/Technical+Documentation/Presets+Program+Lists/Index.html#presets--program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#simple-plug-ins","pages/Technical+Documentation/Presets+Program+Lists/Index.html#program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#structure-of-program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#pitch-names","pages/Technical+Documentation/Complex+Structures/Index.html#complex-plug-in-structures--multi-timbral-instruments","pages/Technical+Documentation/Complex+Structures/Index.html#the-problem","pages/Technical+Documentation/Complex+Structures/Index.html#the-simple-mode","pages/Technical+Documentation/Complex+Structures/Index.html#multi-timbral-program-lists","pages/Technical+Documentation/Complex+Structures/Index.html#units-and-tracks","pages/Technical+Documentation/Complex+Structures/Index.html#routing","pages/Technical+Documentation/Data+Exchange/Index.html#data-exchange","pages/Technical+Documentation/Data+Exchange/Index.html#introduction","pages/Technical+Documentation/Data+Exchange/Index.html#the-data-exchange-api","pages/Technical+Documentation/Data+Exchange/Index.html#idataexchangehandler","pages/Technical+Documentation/Data+Exchange/Index.html#idataexchangereceiver","pages/Technical+Documentation/Workflow+Diagrams/Index.html#vst-3-workflow-diagrams","pages/Technical+Documentation/Workflow+Diagrams/Index.html#audio-processor-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#edit-controller-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#get-latency-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#resize-view-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#bus-arrangement-setting-sequence","pages/Technical+Documentation/Workflow+Diagrams/Audio+Processor+Call+Sequence.html#audio-processor-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Edit+Controller+Call+Sequence.html#edit-controller-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#get-latency-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#initiated-from-audioprocessor","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#initiated-from-editcontrollerui","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#without-editcontroller","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#resize-view-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#initiated-from-plug-in","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#initiated-from-host","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#bus-arrangement-setting-sequence","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#plug-in-does-accepts-what-the-host-wants-as-bus-arrangements","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#plug-in-does-not-accept-what-the-host-wants-as-bus-arrangements","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#check-faq-for-some-use-case","pages/Technical+Documentation/Locations+Format/Index.html#vst-3-locations--format","pages/Technical+Documentation/Locations+Format/Index.html#plug-in-format-structure","pages/Technical+Documentation/Locations+Format/Index.html#plug-in-locations","pages/Technical+Documentation/Locations+Format/Index.html#preset-format","pages/Technical+Documentation/Locations+Format/Index.html#preset-locations","pages/Technical+Documentation/Locations+Format/Index.html#snapshots","pages/Technical+Documentation/Locations+Format/Index.html#remote-representation-locations","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#plug-in-format-structure","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-macos-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-windows-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#limitation-for-loading-plug-in-dll-in-a-host-inside-the-same-process","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-linux-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#merged-bundle","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#plug-in-locations","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#introduction","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-macos-platform","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-windows-platform","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-linux-platform","pages/Technical+Documentation/Locations+Format/Preset+Format.html#preset-format","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#preset-locations","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#introduction","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-mac-platform","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-windows-xp2000-platform","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-windows-vista7810","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-linux-platform","pages/Technical+Documentation/Locations+Format/Snapshots.html#snapshots","pages/Technical+Documentation/About+MIDI/Index.html#about-midi-in-vst-3","pages/Technical+Documentation/About+MIDI/Index.html#related-concepts-in-midi-and-vst-3","pages/Technical+Documentation/About+MIDI/Index.html#midi-20-per-note-controllers","pages/Technical+Documentation/About+MIDI/Index.html#midi-20-increased-resolution-compared-to-midi-10","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#provide-a-runloop-on-linux","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#query-irunloop-from-iplugframe","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#query-irunloop-from-the-host-context-of-iplugfactory3","pages/Technical+Documentation/Host+Requirements/Index.html#minimum-host-requirements-for-vst-3-support","pages/Technical+Documentation/Change+History/Index.html#features-history","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#300-interfaces-supported-by-the-plug-in","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#icomponent","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iaudioprocessor","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#ieditcontroller","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iconnectionpoint","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iunitinfo","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iprogramlistdata","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iunitdata","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iplugview","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#sizing-of-a-view","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#keyboard-handling","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#300-multiple-dynamic-io-support","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#introduction","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#multiple-input-or-output-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#information-about-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#activation-of-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#what-is-a-side-chain","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-can-i-implement-a-side-chain-path-into-my-plug-in","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#audio-bus-channel-configuration","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-are-the-different-speakers-located","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#my-plug-in-is-capable-of-processing-all-possible-channel-configurations","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-are-speaker-arrangement-settings-handled-for-fx-plug-ins","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-report-to-the-host-that-the-plug-in-arrangement-has-changed","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#my-plug-in-has-mono-input-and-stereo-output-how-does-vst-3-handle-this","pages/Technical+Documentation/Change+History/3.0.0/Silence+flags.html#300-silence-flags","pages/Technical+Documentation/Change+History/3.0.0/Silence+flags.html#introduction","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#300-interfaces-supported-by-the-host","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iattributelist","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#icomponenthandler","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#ieventlist","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iunithandler","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#ihostapplication","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#imessage","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iparamvaluequeue","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iparameterchanges","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iplugframe","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#301-parameter-midi-mapping","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#introduction","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#example","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#302-parameter-finder","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#introduction","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#examples","pages/Technical+Documentation/Change+History/3.1.0/IAudioPresentationLatency.html#301-parameter-midi-mapping","pages/Technical+Documentation/Change+History/3.1.0/IAudioPresentationLatency.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#310-dirty-state-open-editor-request-and-ui-group-editing-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#dirty-state-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#open-editor-request-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#ui-group-editing","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#examples-of-different-use-cases","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#310-knobmode-open-help--open-aboutbox","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#example","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#350-note-expression","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#350-key-switch","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#350-remote-presentation-of-parameters","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#example","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#graphical-overview","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#example-of-implementation-using-helper-class","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#location-table-for-vst-xmls-representation","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-mac-platform","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-windows-vista781011-platform","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-windows-xp2000-platform","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#350-context-menu","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#examples","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#from-the-host-perspective","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#from-the-plug-in-perspective","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#350-enhanced-linked-parameters","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#example","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#360-ios-inter-app-audio","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#introduction","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#create-and-setup-the-xcode-project","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#add-your-audio-component-description-to-the-infoplist","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#add-files-to-the-project","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#if-using-vstgui","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#code-changes","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#ui-handling","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#creating-a-different-ui-when-running-on-ios","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#using---vstgui","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#using-a-native-uiview","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#host-ui-integration","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#360-preset-meta-information","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#introduction","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#example","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#365-channel-context-info","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#example","pages/Technical+Documentation/Change+History/3.6.5/IUnitHandler2.html#365-unit-bus-assignment-change","pages/Technical+Documentation/Change+History/3.6.5/IUnitHandler2.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#365-prefetchable","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#example","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#365-automation-state","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#example","pages/Technical+Documentation/Change+History/3.6.6/IPlugViewContentScaleSupport.html#366-plugview-content-scaling","pages/Technical+Documentation/Change+History/3.6.6/IPlugViewContentScaleSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#368-request-bus-activation","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#introduction","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#example","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#3610-ui-snapshots","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#introduction","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#examples","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#again","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#note-expression-synth","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#how-cubase-uses-snapshots","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#3611-noteexpression-physical-ui-mapping","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#introduction","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#example","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#3612-legacy-midi-cc-out-event","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#example","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#3612-midi-learn","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#example","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#3612-host-query-interface-support","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#example","pages/Technical+Documentation/Change+History/3.6.12/IVst3WrapperMPESupport.html#3612-mpe-support-for-wrappers","pages/Technical+Documentation/Change+History/3.6.12/IVst3WrapperMPESupport.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#370-parameter-function-name","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#example","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#370-progress-display","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#examples","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#how-to-call-it-from-the-plug-in-side","pages/Technical+Documentation/Change+History/3.7.0/IProcessContextRequirements.html#370-process-context-requirements","pages/Technical+Documentation/Change+History/3.7.0/IProcessContextRequirements.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/Control+Voltage.html#370-control-voltage-bus-flag","pages/Technical+Documentation/Change+History/3.7.0/Control+Voltage.html#introduction","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#375-module-info-and-plug-in-compatibility","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#introduction","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#plug-ins-module-info-file-moduleinfojson","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#iplugincompatibility","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#example","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#example-of-host-implementation","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#379-get-current-systemtime","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#introduction","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#example","pages/Technical+Documentation/Change+History/3.7.9/IDataExchangeHandler.html#379-data-transfert-between-processorcontroller","pages/Technical+Documentation/Change+History/3.7.9/IDataExchangeHandler.html#introduction","pages/Versions/Index.html#change-history","pages/Versions/Index.html#versions","pages/Versions/Version+3.7.9.html#version-379-20231009","pages/Versions/Version+3.7.9.html#version-379-20231009-1","pages/Versions/Version+3.7.8.html#version-378-20230515","pages/Versions/Version+3.7.8.html#version-378-20230515-1","pages/Versions/Version+3.7.7.html#version-377-20221212","pages/Versions/Version+3.7.7.html#version-377-20221212-1","pages/Versions/Version+3.7.6.html#version-376-20220905","pages/Versions/Version+3.7.6.html#version-376-20220905-1","pages/Versions/Version+3.7.6.html#general-change","pages/Versions/Version+3.7.5.html#version-375-20220516","pages/Versions/Version+3.7.5.html#version-375-20220516-1","pages/Versions/Version+3.7.4.html#version-374-20211214","pages/Versions/Version+3.7.4.html#version-374-20211214-1","pages/Versions/Version+3.7.3.html#version-373-20210810","pages/Versions/Version+3.7.3.html#version-373-20210810-1","pages/Versions/Version+3.7.2.html#version-372-20210330","pages/Versions/Version+3.7.2.html#version-372-20210330-1","pages/Versions/Version+3.7.1.html#version-371-20201117","pages/Versions/Version+3.7.1.html#version-371-20201117-1","pages/Versions/Version+3.7.0.html#version-370-20200729","pages/Versions/Version+3.7.0.html#version-370-20200729-1","pages/Versions/Version+3.6.14.html#version-3614-20191129","pages/Versions/Version+3.6.14.html#version-3614-20191129-1","pages/Versions/Version+3.6.13.html#version-3613-20190408","pages/Versions/Version+3.6.13.html#version-3613-20190408-1","pages/Versions/Version+3.6.12.html#version-3612-20181203","pages/Versions/Version+3.6.12.html#version-3612-20181203-1","pages/Versions/Version+3.6.11.html#version-3611-20181022","pages/Versions/Version+3.6.11.html#version-3611-20181022-1","pages/Versions/Version+3.6.10.html#version-3610-20180611","pages/Versions/Version+3.6.10.html#version-3610-20180611-1","pages/Versions/Version+3.6.9.html#version-369-20180301","pages/Versions/Version+3.6.9.html#version-369-20180301-1","pages/Versions/Version+3.6.8.html#version-368-20171108","pages/Versions/Version+3.6.8.html#version-368-20171108-1","pages/Versions/Version+3.6.7.html#version-367-20170303","pages/Versions/Version+3.6.7.html#version-367-20170303-1","pages/Versions/Version+3.6.6.html#version-366-20160617","pages/Versions/Version+3.6.6.html#version-366-20160617-1","pages/Versions/Version+3.6.5.html#version-365-20150828","pages/Versions/Version+3.6.5.html#version-365-20150828-1","pages/Versions/Version+3.6.0.html#version-360-20131122","pages/Versions/Version+3.6.0.html#version-360-20131122-1","pages/Versions/Version+3.5.2.html#version-352-20120925","pages/Versions/Version+3.5.2.html#version-352-20120925-1","pages/Versions/Version+3.5.1.html#version-351-20111111","pages/Versions/Version+3.5.1.html#version-351-20111111-1","pages/Versions/Version+3.5.0.html#version-350-20110204","pages/Versions/Version+3.5.0.html#version-350-20110204-1","pages/Versions/Version+3.1.0.html#version-310-20100625","pages/Versions/Version+3.1.0.html#version-310-20100625-1","pages/Versions/Version+3.0.2.html#version-302-20090115","pages/Versions/Version+3.0.2.html#version-302-20090115-1","pages/Versions/Version+3.0.1.html#version-301-20080319","pages/Versions/Version+3.0.1.html#version-301-20080319-1","pages/Versions/Version+3.0.0.html#version-300-20080117","pages/Versions/Version+3.0.0.html#version-300-20080117-1","pages/FAQ/Index.html#frequently-asked-questions","pages/FAQ/Communication.html#communication","pages/FAQ/Communication.html#q-how-should-i-communicate-between-the-processing-and-the-user-interface","pages/FAQ/Communication.html#q-i-want-to-implement-an-audio-meter-in-my-user-interface-how-do-i-do-this","pages/FAQ/Communication.html#q-how-does-the-host-send-automation-data-to-my-vst-3-plug-in","pages/FAQ/Communication.html#q-how-report-to-the-host-that-the-plug-in-has-new-parameter-titles","pages/FAQ/Communication.html#q-how-receive-midi-controllers-from-the-host","pages/FAQ/Communication.html#q-how-are-my-parameter-changes-from-ui-interaction-sent-to-the-processor-if-the-host-does-not-process","pages/FAQ/Processing.html#processing","pages/FAQ/Processing.html#q-how-does-audio-processing-bypass-work","pages/FAQ/Processing.html#q-can-the-maximum-sample-block-size-change-while-the-plug-in-is-processing","pages/FAQ/Processing.html#q-can-the-sample-rate-change-while-the-plug-in-is-processing","pages/FAQ/Processing.html#q-can-the-host-call-the-process-function-without-audio-buffers","pages/FAQ/Processing.html#q-what-is-a-side-chain","pages/FAQ/Processing.html#q-how-can-i-implement-a-side-chain-path-into-my-plug-in","pages/FAQ/Processing.html#q-my-plug-in-is-capable-of-processing-all-possible-channel-configurations","pages/FAQ/Processing.html#q-how-are-speaker-arrangement-settings-handled-for-fx-plug-ins","pages/FAQ/Processing.html#q-my-plug-in-has-mono-input-and-stereo-output-how-does-vst-3-handle-this","pages/FAQ/Processing.html#q-how-does-it-work-with-silence-flags","pages/FAQ/Processing.html#q-how-report-to-the-host-that-the-plug-in-latency-has-changed","pages/FAQ/Processing.html#q-how-report-to-the-host-that-the-plug-in-arrangement-has-changed","pages/FAQ/Processing.html#q-can-iaudioprocessorsetprocessing-be-called-without-any-iaudioprocessorprocess-call","pages/FAQ/Processing.html#q-how-to-make-sure-that-a-plug-in-is-always-processed","pages/FAQ/Processing.html#q-can-icomponentgetstatesetstate-be-called-during-processing","pages/FAQ/Processing.html#q-how-can-a-plug-in-be-informed-that-it-is-currently-processed-in-offline-processing","pages/FAQ/Processing.html#q-what-should-i-not-call-in-the-realtime-process-function","pages/FAQ/GUI+Editor.html#gui-editor","pages/FAQ/GUI+Editor.html#q-the-host-doesnt-open-my-plug-in-ui-why","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#compatibility-with-vst-2x-or-vst-1","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-how-can-i-update-my-vst-2-version-of-my-plug-in-to-a-vst-3-version-and-be-sure-that-cubase-will-load-it-instead-of-my-old-one","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-how-can-i-support-projects-which-were-saved-with-the-vst-2-version-of-my-plug-in","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-ive-already-released-a-vst-3-plug-in-with-a-different-uid-than-its-vst-2-equivalent-how-can-i-declare-that-the-vst-3-plug-in-can-replace-its-vst-2-plug-in-counterpart","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-in-vst-2-the-editor-was-able-to-access-the-processing-part-named-effect-directly-how-can-i-do-this-in-vst-3","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-does-vst-3-implement-methods-like-beginedit-and-endedit-known-from-vst-2","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-does-vst-3-include-variable-inputoutput-processing-like-processvariableio-of-vst-2","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-what-is-the-equivalent-to-the-vst-2-kplugcategofflineprocess","pages/FAQ/Persistence.html#persistence","pages/FAQ/Persistence.html#q-how-does-persistence-work","pages/FAQ/Persistence.html#q-whats-the-difference-between-ieditcontrollersetcomponentstate-and-ieditcontrollersetstate","pages/FAQ/Miscellaneous.html#miscellaneous","pages/FAQ/Miscellaneous.html#q-how-is-a-normalized-value-converted-to-a-discrete-integer-value-in-vst-3","pages/FAQ/Miscellaneous.html#q-what-is-the-return-value--tresult-","pages/FAQ/Miscellaneous.html#q-which-version-of-steinberg-sequencers-support-vst-3","pages/FAQ/Miscellaneous.html#q-why-do-plug-ins-need-subcategories","pages/FAQ/Miscellaneous.html#q-is-it-possible-to-define-a-plug-in-as-fx-and-instrument","pages/FAQ/Miscellaneous.html#q-is-it-possible-to-ask-a-plug-in-about-which-speaker-arrangements-are-supported","pages/FAQ/Miscellaneous.html#q-which-version-of-steinberg-sequencers-support--vst-3-note-expression-","pages/FAQ/Miscellaneous.html#q-when-compiling-for-mac-audiounit-i-have-a-compiler-error-in-aucarbonviewbasecpp-what-can-i-do","pages/FAQ/Miscellaneous.html#q-how-can-i-develop-a-surroundpanner-plug-in-which-is-integrated-in-nuendo-as-panner","pages/FAQ/Miscellaneous.html#q-how-can-i-validate-my-plug-in","pages/FAQ/Miscellaneous.html#q-how-can-i-allow-to-create-symbolic-link-on-windows","pages/FAQ/Miscellaneous.html#q-my-generated--vst-3--plug-in-is-not-visible-in-my-preferred-host","pages/FAQ/Miscellaneous.html#q-what-is-a-guid-and-how-can-i-create-it","pages/FAQ/Licensing.html#licensing","pages/FAQ/Licensing.html#q-i-would-like-to-share-the-source-code-of-my-vst-3-plug-inhost-on-github-or-other-such-platform","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-as-freewareshareware-in-binary-form-only","pages/FAQ/Licensing.html#q-i-would-like-to-sell-my-vst-3-plug-inhost-in-binary-form-only","pages/FAQ/Licensing.html#q-i-would-like-to-adapt-the-vst-3-sdks-sources-to-my-vst-3-plug-inhosts-needs","pages/FAQ/Licensing.html#q-i-would-like-to-reuse-a-distributed-modified-version-of-the-vst-3-sdk-for-my-own-vst-3-plug-inshost","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-in-binary-form-based-on-a-modified-version-of-vst-3-sdk-which-is-under--gplv3-","pages/FAQ/Licensing.html#q-i-would-like-to-sell-my-vst-3-plug-inhost-in-binary-form-which-is-based-on-a-3rd-party-sdk-like-juce","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-in-binary-form-which-is-based-on-a-3rd-party-sdk-like-juce-and-used-its--gplv3--license","pages/FAQ/Licensing.html#q-do-i-have-to-sign-and-send-to-steinberg-the-proprietary-steinberg-vst-3-license-agreement-for-each-new-version-of-the-vst-3-sdk","pages/FAQ/Licensing.html#q-i-would-like-to-share-the-source-code-of-my-vst-2-plug-inhost-on-github-or-other-web-based-exchange-platform","pages/FAQ/Licensing.html#q-i-am-a-developercompany-and-i-want-to-develop-and-distribute-a-vst-2-plug-in-andor-host-in-binary-form","pages/FAQ/Hosting.html#hosting","pages/FAQ/Hosting.html#q-what-is-the-purpose-of--restartcomponent--is-it-generally-ok-to-return--knotimplemented-","pages/FAQ/Hosting.html#q-can-the-host-expect-classid-to-be-globally-unique-or-should-it-expect-different-modules-to-reuse-class-ids","pages/FAQ/Hosting.html#q-do-all-version-updates-for-a-certain-plug-in-require-a-new-classid","pages/FAQ/Hosting.html#q-should-the-host-support-plug-ins-that-dont-have--editcontroller---icomponentgetcontrollerclassid--fails-or-subsequent--ipluginfactorycreateinstance--fails","pages/FAQ/Hosting.html#q-should-the-host-support-plug-ins-that-dont-have-iplugview--ieditcontrollercreateview--fails-or--iplugviewisplatformtypesupported--returns-false","pages/FAQ/Hosting.html#q-what-is-allowed-to-change-for-a-given-parameter--paramid--name-number-of-steps-automatable-or-not-which-unit-it-is-part-of","pages/FAQ/Hosting.html#q-is-it-ok-to-change-anyall-the-parameterflags-on--kparamtitleschanged-","pages/FAQ/Hosting.html#q-is-parameterinfostepcount-only-allowed-to-be-changed-on--kreloadcomponent-","pages/FAQ/Hosting.html#q-some-plug-ins-have-parameters-that-are-not-automatable--kcanautomate--they-are-calling-begineditperformeditendedit-when-users-manipulate-them-via-the-gui-is-the-host-supposed-to-react-to-the-performedit-by-sending-the-value-to-the-process-call-of-the-iaudioprocessor","pages/FAQ/Hosting.html#q-can-the-host-get-away-with-returning-knotimplemented-for--restartcomponent--kreloadcomponent-","pages/FAQ/Hosting.html#q-is-it-common-for-big--important-plug-ins-to-rely-on--kreloadcomponent--for-normal-usage","pages/FAQ/Hosting.html#q-in-what-ways-if-any-can-units-change-in-terms-of-the-number-or-names-of-units-the-allocation-of-parameter-buses-to-units-etc","pages/FAQ/Hosting.html#q-iplugviewcontentscalesupport---could--should-this-be-used-to-set-individual-zoom-levels-for-the-gui-of-specific-plug-ins--instances-or-should-it-only-be-used-to-convey-os-scaling-level-like-in-the-editorhost-example","pages/FAQ/Hosting.html#q-if-its-only-intended-to-convey-os-scale-factor-then-why-an-extra-interface-when-the-plug-in-can-get-the-scale-factor-from-the-os","pages/FAQ/Hosting.html#q-in-the-examples-that-implement-host-specific-interfaces--funknownaddref--and--funknownrelease--tend-to-be-implemented-as-a-no-op--eg-return-1000----this-appears-to-be-safer-as-the-plug-in-cannot-delete-or-leak-objects-that-live-in-the-host-is-there-any-case-when-the-host-needs-to-implement-true--addref--and--release--which-actually-control-the-lifetime-of-the-object","pages/FAQ/Hosting.html#q-what-should-the-host-do-if-a-plug-in-does-not-call--componenthandlerrestartcomponent--from-the-mainui-thread","pages/FAQ/Hosting.html#q-some-plug-ins-return-kresultfalse-when-the-host-calls--setcomponentstate--should-the-host-just-ignore-the-returned-result-code","pages/Forum/Index.html#vst-3-forum","pages/Miscellaneous/Index.html#miscellaneous","pages/Miscellaneous/Index.html#some-copyrightstrademarks-referred-to-in-the-vst-3-sdk","pages/Miscellaneous/Index.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":3,"title":2},"1":{"body":26,"breadcrumbs":5,"title":4},"10":{"body":2,"breadcrumbs":2,"title":1},"100":{"body":8,"breadcrumbs":13,"title":4},"101":{"body":10,"breadcrumbs":15,"title":6},"102":{"body":10,"breadcrumbs":14,"title":5},"103":{"body":9,"breadcrumbs":17,"title":5},"104":{"body":26,"breadcrumbs":13,"title":1},"105":{"body":21,"breadcrumbs":13,"title":1},"106":{"body":9,"breadcrumbs":15,"title":4},"107":{"body":24,"breadcrumbs":12,"title":1},"108":{"body":79,"breadcrumbs":12,"title":1},"109":{"body":19,"breadcrumbs":17,"title":5},"11":{"body":26,"breadcrumbs":2,"title":1},"110":{"body":48,"breadcrumbs":13,"title":1},"111":{"body":76,"breadcrumbs":13,"title":1},"112":{"body":19,"breadcrumbs":17,"title":5},"113":{"body":45,"breadcrumbs":13,"title":1},"114":{"body":90,"breadcrumbs":13,"title":1},"115":{"body":11,"breadcrumbs":13,"title":5},"116":{"body":18,"breadcrumbs":5,"title":1},"117":{"body":79,"breadcrumbs":5,"title":1},"118":{"body":19,"breadcrumbs":6,"title":2},"119":{"body":2,"breadcrumbs":6,"title":2},"12":{"body":97,"breadcrumbs":8,"title":7},"120":{"body":129,"breadcrumbs":6,"title":2},"121":{"body":18,"breadcrumbs":6,"title":2},"122":{"body":43,"breadcrumbs":6,"title":3},"123":{"body":33,"breadcrumbs":7,"title":4},"124":{"body":27,"breadcrumbs":7,"title":4},"125":{"body":19,"breadcrumbs":7,"title":4},"126":{"body":7,"breadcrumbs":7,"title":4},"127":{"body":146,"breadcrumbs":11,"title":4},"128":{"body":73,"breadcrumbs":13,"title":6},"129":{"body":46,"breadcrumbs":14,"title":7},"13":{"body":91,"breadcrumbs":3,"title":2},"130":{"body":27,"breadcrumbs":11,"title":4},"131":{"body":21,"breadcrumbs":10,"title":3},"132":{"body":12,"breadcrumbs":10,"title":3},"133":{"body":54,"breadcrumbs":12,"title":5},"134":{"body":5,"breadcrumbs":11,"title":4},"135":{"body":18,"breadcrumbs":11,"title":4},"136":{"body":29,"breadcrumbs":10,"title":3},"137":{"body":17,"breadcrumbs":10,"title":3},"138":{"body":53,"breadcrumbs":10,"title":3},"139":{"body":25,"breadcrumbs":10,"title":3},"14":{"body":150,"breadcrumbs":4,"title":3},"140":{"body":6,"breadcrumbs":11,"title":4},"141":{"body":23,"breadcrumbs":11,"title":4},"142":{"body":31,"breadcrumbs":13,"title":6},"143":{"body":6,"breadcrumbs":10,"title":3},"144":{"body":60,"breadcrumbs":7,"title":2},"145":{"body":105,"breadcrumbs":10,"title":5},"146":{"body":55,"breadcrumbs":9,"title":4},"147":{"body":205,"breadcrumbs":9,"title":4},"148":{"body":20,"breadcrumbs":11,"title":4},"149":{"body":116,"breadcrumbs":14,"title":7},"15":{"body":25,"breadcrumbs":5,"title":2},"150":{"body":110,"breadcrumbs":9,"title":2},"151":{"body":20,"breadcrumbs":11,"title":4},"152":{"body":22,"breadcrumbs":4,"title":2},"153":{"body":6,"breadcrumbs":5,"title":3},"154":{"body":19,"breadcrumbs":7,"title":5},"155":{"body":49,"breadcrumbs":8,"title":3},"156":{"body":60,"breadcrumbs":9,"title":4},"157":{"body":40,"breadcrumbs":12,"title":7},"158":{"body":26,"breadcrumbs":10,"title":5},"159":{"body":20,"breadcrumbs":7,"title":2},"16":{"body":99,"breadcrumbs":7,"title":4},"160":{"body":19,"breadcrumbs":8,"title":3},"161":{"body":15,"breadcrumbs":6,"title":1},"162":{"body":247,"breadcrumbs":14,"title":9},"163":{"body":54,"breadcrumbs":12,"title":5},"164":{"body":0,"breadcrumbs":9,"title":2},"165":{"body":15,"breadcrumbs":10,"title":3},"166":{"body":4,"breadcrumbs":8,"title":1},"167":{"body":0,"breadcrumbs":9,"title":2},"168":{"body":12,"breadcrumbs":8,"title":1},"169":{"body":7,"breadcrumbs":8,"title":1},"17":{"body":89,"breadcrumbs":8,"title":5},"170":{"body":27,"breadcrumbs":8,"title":1},"171":{"body":95,"breadcrumbs":9,"title":2},"172":{"body":56,"breadcrumbs":8,"title":1},"173":{"body":20,"breadcrumbs":11,"title":4},"174":{"body":42,"breadcrumbs":6,"title":2},"175":{"body":7,"breadcrumbs":6,"title":2},"176":{"body":18,"breadcrumbs":6,"title":2},"177":{"body":92,"breadcrumbs":6,"title":2},"178":{"body":146,"breadcrumbs":2,"title":1},"179":{"body":0,"breadcrumbs":5,"title":4},"18":{"body":286,"breadcrumbs":9,"title":6},"180":{"body":18,"breadcrumbs":6,"title":5},"181":{"body":18,"breadcrumbs":6,"title":5},"182":{"body":18,"breadcrumbs":6,"title":5},"183":{"body":8,"breadcrumbs":8,"title":7},"184":{"body":16,"breadcrumbs":7,"title":6},"185":{"body":18,"breadcrumbs":4,"title":3},"186":{"body":15,"breadcrumbs":6,"title":5},"187":{"body":9,"breadcrumbs":3,"title":2},"188":{"body":31,"breadcrumbs":5,"title":4},"189":{"body":6,"breadcrumbs":4,"title":3},"19":{"body":105,"breadcrumbs":8,"title":4},"190":{"body":13,"breadcrumbs":9,"title":8},"191":{"body":14,"breadcrumbs":4,"title":3},"192":{"body":13,"breadcrumbs":6,"title":5},"193":{"body":15,"breadcrumbs":8,"title":7},"194":{"body":12,"breadcrumbs":6,"title":5},"195":{"body":0,"breadcrumbs":6,"title":5},"196":{"body":1,"breadcrumbs":8,"title":7},"197":{"body":1,"breadcrumbs":10,"title":9},"198":{"body":1,"breadcrumbs":7,"title":6},"199":{"body":1,"breadcrumbs":6,"title":5},"2":{"body":19,"breadcrumbs":2,"title":1},"20":{"body":43,"breadcrumbs":9,"title":5},"200":{"body":1,"breadcrumbs":7,"title":6},"201":{"body":19,"breadcrumbs":9,"title":4},"202":{"body":19,"breadcrumbs":10,"title":5},"203":{"body":19,"breadcrumbs":10,"title":5},"204":{"body":19,"breadcrumbs":10,"title":5},"205":{"body":23,"breadcrumbs":15,"title":5},"206":{"body":49,"breadcrumbs":11,"title":1},"207":{"body":16,"breadcrumbs":17,"title":7},"208":{"body":77,"breadcrumbs":15,"title":5},"209":{"body":49,"breadcrumbs":14,"title":4},"21":{"body":39,"breadcrumbs":8,"title":4},"210":{"body":19,"breadcrumbs":15,"title":5},"211":{"body":49,"breadcrumbs":11,"title":1},"212":{"body":16,"breadcrumbs":17,"title":7},"213":{"body":41,"breadcrumbs":15,"title":5},"214":{"body":19,"breadcrumbs":15,"title":5},"215":{"body":49,"breadcrumbs":11,"title":1},"216":{"body":16,"breadcrumbs":17,"title":7},"217":{"body":35,"breadcrumbs":15,"title":5},"218":{"body":52,"breadcrumbs":15,"title":7},"219":{"body":7,"breadcrumbs":9,"title":1},"22":{"body":20,"breadcrumbs":8,"title":4},"220":{"body":33,"breadcrumbs":14,"title":6},"221":{"body":67,"breadcrumbs":11,"title":3},"222":{"body":17,"breadcrumbs":11,"title":3},"223":{"body":18,"breadcrumbs":10,"title":2},"224":{"body":49,"breadcrumbs":11,"title":3},"225":{"body":209,"breadcrumbs":12,"title":4},"226":{"body":27,"breadcrumbs":12,"title":4},"227":{"body":21,"breadcrumbs":13,"title":6},"228":{"body":31,"breadcrumbs":8,"title":1},"229":{"body":33,"breadcrumbs":14,"title":7},"23":{"body":51,"breadcrumbs":8,"title":4},"230":{"body":141,"breadcrumbs":16,"title":9},"231":{"body":31,"breadcrumbs":7,"title":3},"232":{"body":30,"breadcrumbs":5,"title":1},"233":{"body":43,"breadcrumbs":8,"title":4},"234":{"body":139,"breadcrumbs":7,"title":3},"235":{"body":276,"breadcrumbs":8,"title":4},"236":{"body":178,"breadcrumbs":7,"title":3},"237":{"body":0,"breadcrumbs":8,"title":4},"238":{"body":253,"breadcrumbs":7,"title":3},"239":{"body":309,"breadcrumbs":9,"title":5},"24":{"body":17,"breadcrumbs":8,"title":4},"240":{"body":25,"breadcrumbs":11,"title":5},"241":{"body":14,"breadcrumbs":7,"title":1},"242":{"body":120,"breadcrumbs":9,"title":3},"243":{"body":39,"breadcrumbs":11,"title":5},"244":{"body":95,"breadcrumbs":10,"title":4},"245":{"body":42,"breadcrumbs":11,"title":5},"246":{"body":28,"breadcrumbs":9,"title":3},"247":{"body":27,"breadcrumbs":12,"title":9},"248":{"body":15,"breadcrumbs":8,"title":5},"249":{"body":633,"breadcrumbs":7,"title":4},"25":{"body":6,"breadcrumbs":8,"title":4},"250":{"body":187,"breadcrumbs":7,"title":4},"251":{"body":60,"breadcrumbs":9,"title":4},"252":{"body":406,"breadcrumbs":11,"title":6},"253":{"body":312,"breadcrumbs":13,"title":8},"254":{"body":227,"breadcrumbs":11,"title":6},"255":{"body":21,"breadcrumbs":7,"title":3},"256":{"body":5,"breadcrumbs":5,"title":1},"257":{"body":70,"breadcrumbs":6,"title":2},"258":{"body":129,"breadcrumbs":9,"title":5},"259":{"body":72,"breadcrumbs":8,"title":4},"26":{"body":13,"breadcrumbs":8,"title":4},"260":{"body":52,"breadcrumbs":5,"title":1},"261":{"body":39,"breadcrumbs":8,"title":4},"262":{"body":35,"breadcrumbs":17,"title":8},"263":{"body":51,"breadcrumbs":10,"title":1},"264":{"body":38,"breadcrumbs":17,"title":8},"265":{"body":18,"breadcrumbs":17,"title":8},"266":{"body":11,"breadcrumbs":12,"title":3},"267":{"body":12,"breadcrumbs":12,"title":3},"268":{"body":27,"breadcrumbs":15,"title":6},"269":{"body":57,"breadcrumbs":11,"title":2},"27":{"body":9,"breadcrumbs":8,"title":4},"270":{"body":17,"breadcrumbs":7,"title":3},"271":{"body":16,"breadcrumbs":5,"title":1},"272":{"body":21,"breadcrumbs":10,"title":6},"273":{"body":10,"breadcrumbs":10,"title":6},"274":{"body":13,"breadcrumbs":11,"title":5},"275":{"body":37,"breadcrumbs":7,"title":1},"276":{"body":166,"breadcrumbs":8,"title":2},"277":{"body":32,"breadcrumbs":12,"title":6},"278":{"body":21,"breadcrumbs":15,"title":7},"279":{"body":23,"breadcrumbs":9,"title":1},"28":{"body":38,"breadcrumbs":7,"title":3},"280":{"body":15,"breadcrumbs":12,"title":4},"281":{"body":126,"breadcrumbs":13,"title":5},"282":{"body":11,"breadcrumbs":11,"title":5},"283":{"body":11,"breadcrumbs":7,"title":1},"284":{"body":48,"breadcrumbs":9,"title":3},"285":{"body":11,"breadcrumbs":9,"title":3},"286":{"body":194,"breadcrumbs":4,"title":2},"287":{"body":16,"breadcrumbs":6,"title":4},"288":{"body":13,"breadcrumbs":5,"title":3},"289":{"body":6,"breadcrumbs":4,"title":2},"29":{"body":11,"breadcrumbs":8,"title":4},"290":{"body":4,"breadcrumbs":5,"title":3},"291":{"body":6,"breadcrumbs":5,"title":3},"292":{"body":6,"breadcrumbs":8,"title":6},"293":{"body":7,"breadcrumbs":4,"title":2},"294":{"body":9,"breadcrumbs":6,"title":4},"295":{"body":9,"breadcrumbs":6,"title":4},"296":{"body":7,"breadcrumbs":5,"title":3},"297":{"body":6,"breadcrumbs":7,"title":5},"298":{"body":6,"breadcrumbs":6,"title":4},"299":{"body":6,"breadcrumbs":6,"title":4},"3":{"body":8,"breadcrumbs":5,"title":4},"30":{"body":15,"breadcrumbs":7,"title":3},"300":{"body":6,"breadcrumbs":6,"title":4},"301":{"body":6,"breadcrumbs":5,"title":3},"302":{"body":16,"breadcrumbs":6,"title":4},"303":{"body":12,"breadcrumbs":11,"title":9},"304":{"body":8,"breadcrumbs":6,"title":4},"305":{"body":10,"breadcrumbs":5,"title":3},"306":{"body":10,"breadcrumbs":5,"title":3},"307":{"body":7,"breadcrumbs":6,"title":4},"308":{"body":13,"breadcrumbs":5,"title":3},"309":{"body":16,"breadcrumbs":6,"title":4},"31":{"body":44,"breadcrumbs":9,"title":5},"310":{"body":8,"breadcrumbs":7,"title":5},"311":{"body":17,"breadcrumbs":6,"title":4},"312":{"body":14,"breadcrumbs":6,"title":4},"313":{"body":10,"breadcrumbs":7,"title":5},"314":{"body":5,"breadcrumbs":4,"title":2},"315":{"body":7,"breadcrumbs":5,"title":3},"316":{"body":15,"breadcrumbs":6,"title":4},"317":{"body":8,"breadcrumbs":6,"title":4},"318":{"body":15,"breadcrumbs":5,"title":3},"319":{"body":12,"breadcrumbs":7,"title":5},"32":{"body":81,"breadcrumbs":6,"title":2},"320":{"body":13,"breadcrumbs":8,"title":6},"321":{"body":13,"breadcrumbs":5,"title":3},"322":{"body":9,"breadcrumbs":7,"title":5},"323":{"body":10,"breadcrumbs":6,"title":4},"324":{"body":10,"breadcrumbs":6,"title":4},"325":{"body":10,"breadcrumbs":5,"title":3},"326":{"body":9,"breadcrumbs":6,"title":4},"327":{"body":7,"breadcrumbs":5,"title":3},"328":{"body":7,"breadcrumbs":5,"title":3},"329":{"body":19,"breadcrumbs":7,"title":5},"33":{"body":59,"breadcrumbs":6,"title":3},"330":{"body":95,"breadcrumbs":10,"title":4},"331":{"body":149,"breadcrumbs":8,"title":2},"332":{"body":57,"breadcrumbs":7,"title":1},"333":{"body":149,"breadcrumbs":11,"title":5},"334":{"body":24,"breadcrumbs":7,"title":1},"335":{"body":77,"breadcrumbs":7,"title":1},"336":{"body":38,"breadcrumbs":8,"title":2},"337":{"body":77,"breadcrumbs":7,"title":1},"338":{"body":276,"breadcrumbs":7,"title":1},"339":{"body":144,"breadcrumbs":8,"title":2},"34":{"body":35,"breadcrumbs":7,"title":4},"340":{"body":55,"breadcrumbs":10,"title":4},"341":{"body":12,"breadcrumbs":9,"title":3},"342":{"body":76,"breadcrumbs":8,"title":2},"343":{"body":47,"breadcrumbs":8,"title":2},"344":{"body":92,"breadcrumbs":11,"title":5},"345":{"body":54,"breadcrumbs":8,"title":3},"346":{"body":107,"breadcrumbs":6,"title":1},"347":{"body":0,"breadcrumbs":6,"title":1},"348":{"body":9,"breadcrumbs":6,"title":1},"349":{"body":49,"breadcrumbs":6,"title":1},"35":{"body":5,"breadcrumbs":4,"title":1},"350":{"body":28,"breadcrumbs":6,"title":1},"351":{"body":99,"breadcrumbs":7,"title":2},"352":{"body":52,"breadcrumbs":7,"title":2},"353":{"body":0,"breadcrumbs":7,"title":2},"354":{"body":267,"breadcrumbs":7,"title":2},"355":{"body":80,"breadcrumbs":6,"title":1},"356":{"body":61,"breadcrumbs":6,"title":1},"357":{"body":26,"breadcrumbs":6,"title":1},"358":{"body":22,"breadcrumbs":8,"title":3},"359":{"body":260,"breadcrumbs":6,"title":1},"36":{"body":17,"breadcrumbs":6,"title":3},"360":{"body":66,"breadcrumbs":8,"title":3},"361":{"body":102,"breadcrumbs":17,"title":6},"362":{"body":135,"breadcrumbs":12,"title":4},"363":{"body":167,"breadcrumbs":11,"title":3},"364":{"body":75,"breadcrumbs":7,"title":1},"365":{"body":43,"breadcrumbs":7,"title":1},"366":{"body":104,"breadcrumbs":7,"title":1},"367":{"body":58,"breadcrumbs":6,"title":2},"368":{"body":301,"breadcrumbs":5,"title":1},"369":{"body":174,"breadcrumbs":7,"title":3},"37":{"body":25,"breadcrumbs":8,"title":5},"370":{"body":48,"breadcrumbs":7,"title":3},"371":{"body":79,"breadcrumbs":5,"title":1},"372":{"body":85,"breadcrumbs":5,"title":1},"373":{"body":289,"breadcrumbs":6,"title":2},"374":{"body":123,"breadcrumbs":6,"title":2},"375":{"body":18,"breadcrumbs":6,"title":2},"376":{"body":0,"breadcrumbs":7,"title":3},"377":{"body":28,"breadcrumbs":10,"title":6},"378":{"body":57,"breadcrumbs":8,"title":4},"379":{"body":20,"breadcrumbs":8,"title":3},"38":{"body":6,"breadcrumbs":8,"title":5},"380":{"body":48,"breadcrumbs":6,"title":1},"381":{"body":120,"breadcrumbs":7,"title":2},"382":{"body":44,"breadcrumbs":6,"title":1},"383":{"body":40,"breadcrumbs":8,"title":3},"384":{"body":107,"breadcrumbs":8,"title":3},"385":{"body":137,"breadcrumbs":7,"title":2},"386":{"body":75,"breadcrumbs":8,"title":3},"387":{"body":51,"breadcrumbs":7,"title":2},"388":{"body":26,"breadcrumbs":14,"title":6},"389":{"body":149,"breadcrumbs":9,"title":1},"39":{"body":13,"breadcrumbs":8,"title":5},"390":{"body":133,"breadcrumbs":10,"title":2},"391":{"body":148,"breadcrumbs":12,"title":4},"392":{"body":78,"breadcrumbs":10,"title":2},"393":{"body":46,"breadcrumbs":9,"title":1},"394":{"body":26,"breadcrumbs":6,"title":2},"395":{"body":148,"breadcrumbs":5,"title":1},"396":{"body":12,"breadcrumbs":7,"title":3},"397":{"body":188,"breadcrumbs":5,"title":1},"398":{"body":44,"breadcrumbs":5,"title":1},"399":{"body":13,"breadcrumbs":10,"title":4},"4":{"body":35,"breadcrumbs":4,"title":3},"40":{"body":15,"breadcrumbs":7,"title":4},"400":{"body":0,"breadcrumbs":10,"title":4},"401":{"body":0,"breadcrumbs":10,"title":4},"402":{"body":0,"breadcrumbs":9,"title":3},"403":{"body":0,"breadcrumbs":10,"title":4},"404":{"body":0,"breadcrumbs":10,"title":4},"405":{"body":295,"breadcrumbs":14,"title":4},"406":{"body":106,"breadcrumbs":14,"title":4},"407":{"body":11,"breadcrumbs":12,"title":3},"408":{"body":78,"breadcrumbs":11,"title":2},"409":{"body":78,"breadcrumbs":11,"title":2},"41":{"body":15,"breadcrumbs":6,"title":3},"410":{"body":51,"breadcrumbs":11,"title":2},"411":{"body":9,"breadcrumbs":14,"title":4},"412":{"body":69,"breadcrumbs":12,"title":2},"413":{"body":95,"breadcrumbs":12,"title":2},"414":{"body":19,"breadcrumbs":14,"title":4},"415":{"body":58,"breadcrumbs":15,"title":5},"416":{"body":76,"breadcrumbs":15,"title":5},"417":{"body":0,"breadcrumbs":14,"title":4},"418":{"body":27,"breadcrumbs":10,"title":4},"419":{"body":8,"breadcrumbs":9,"title":3},"42":{"body":14,"breadcrumbs":4,"title":1},"420":{"body":9,"breadcrumbs":8,"title":2},"421":{"body":7,"breadcrumbs":8,"title":2},"422":{"body":10,"breadcrumbs":8,"title":2},"423":{"body":17,"breadcrumbs":7,"title":1},"424":{"body":12,"breadcrumbs":9,"title":3},"425":{"body":28,"breadcrumbs":12,"title":3},"426":{"body":51,"breadcrumbs":11,"title":2},"427":{"body":179,"breadcrumbs":11,"title":2},"428":{"body":115,"breadcrumbs":17,"title":8},"429":{"body":85,"breadcrumbs":11,"title":2},"43":{"body":12,"breadcrumbs":4,"title":1},"430":{"body":62,"breadcrumbs":11,"title":2},"431":{"body":21,"breadcrumbs":10,"title":2},"432":{"body":69,"breadcrumbs":9,"title":1},"433":{"body":36,"breadcrumbs":10,"title":2},"434":{"body":71,"breadcrumbs":10,"title":2},"435":{"body":33,"breadcrumbs":10,"title":2},"436":{"body":94,"breadcrumbs":10,"title":2},"437":{"body":21,"breadcrumbs":10,"title":2},"438":{"body":86,"breadcrumbs":9,"title":1},"439":{"body":37,"breadcrumbs":10,"title":2},"44":{"body":21,"breadcrumbs":6,"title":3},"440":{"body":42,"breadcrumbs":11,"title":3},"441":{"body":38,"breadcrumbs":10,"title":2},"442":{"body":29,"breadcrumbs":10,"title":2},"443":{"body":15,"breadcrumbs":8,"title":1},"444":{"body":66,"breadcrumbs":8,"title":3},"445":{"body":168,"breadcrumbs":10,"title":5},"446":{"body":24,"breadcrumbs":10,"title":5},"447":{"body":136,"breadcrumbs":12,"title":7},"448":{"body":30,"breadcrumbs":8,"title":3},"449":{"body":21,"breadcrumbs":8,"title":3},"45":{"body":30,"breadcrumbs":4,"title":1},"450":{"body":50,"breadcrumbs":10,"title":5},"451":{"body":35,"breadcrumbs":13,"title":6},"452":{"body":146,"breadcrumbs":6,"title":2},"453":{"body":29,"breadcrumbs":10,"title":4},"454":{"body":36,"breadcrumbs":7,"title":1},"455":{"body":17,"breadcrumbs":7,"title":1},"456":{"body":21,"breadcrumbs":7,"title":1},"457":{"body":29,"breadcrumbs":7,"title":1},"458":{"body":52,"breadcrumbs":7,"title":1},"459":{"body":33,"breadcrumbs":7,"title":1},"46":{"body":11,"breadcrumbs":9,"title":6},"460":{"body":27,"breadcrumbs":7,"title":1},"461":{"body":7,"breadcrumbs":7,"title":1},"462":{"body":118,"breadcrumbs":8,"title":2},"463":{"body":38,"breadcrumbs":8,"title":2},"464":{"body":70,"breadcrumbs":12,"title":5},"465":{"body":95,"breadcrumbs":8,"title":1},"466":{"body":212,"breadcrumbs":11,"title":4},"467":{"body":106,"breadcrumbs":9,"title":2},"468":{"body":85,"breadcrumbs":9,"title":2},"469":{"body":159,"breadcrumbs":9,"title":2},"47":{"body":8,"breadcrumbs":8,"title":5},"470":{"body":55,"breadcrumbs":12,"title":5},"471":{"body":14,"breadcrumbs":11,"title":4},"472":{"body":27,"breadcrumbs":10,"title":3},"473":{"body":70,"breadcrumbs":13,"title":6},"474":{"body":348,"breadcrumbs":14,"title":7},"475":{"body":40,"breadcrumbs":12,"title":5},"476":{"body":126,"breadcrumbs":15,"title":8},"477":{"body":11,"breadcrumbs":8,"title":3},"478":{"body":134,"breadcrumbs":6,"title":1},"479":{"body":26,"breadcrumbs":10,"title":4},"48":{"body":17,"breadcrumbs":6,"title":3},"480":{"body":22,"breadcrumbs":7,"title":1},"481":{"body":28,"breadcrumbs":7,"title":1},"482":{"body":11,"breadcrumbs":7,"title":1},"483":{"body":25,"breadcrumbs":7,"title":1},"484":{"body":17,"breadcrumbs":7,"title":1},"485":{"body":25,"breadcrumbs":7,"title":1},"486":{"body":207,"breadcrumbs":7,"title":1},"487":{"body":37,"breadcrumbs":7,"title":1},"488":{"body":17,"breadcrumbs":7,"title":1},"489":{"body":15,"breadcrumbs":10,"title":4},"49":{"body":79,"breadcrumbs":5,"title":2},"490":{"body":97,"breadcrumbs":7,"title":1},"491":{"body":64,"breadcrumbs":7,"title":1},"492":{"body":7,"breadcrumbs":8,"title":3},"493":{"body":34,"breadcrumbs":6,"title":1},"494":{"body":10,"breadcrumbs":6,"title":1},"495":{"body":6,"breadcrumbs":10,"title":4},"496":{"body":112,"breadcrumbs":7,"title":1},"497":{"body":20,"breadcrumbs":22,"title":10},"498":{"body":26,"breadcrumbs":13,"title":1},"499":{"body":32,"breadcrumbs":15,"title":3},"5":{"body":14,"breadcrumbs":4,"title":3},"50":{"body":6,"breadcrumbs":5,"title":2},"500":{"body":28,"breadcrumbs":16,"title":4},"501":{"body":28,"breadcrumbs":15,"title":3},"502":{"body":92,"breadcrumbs":16,"title":4},"503":{"body":7,"breadcrumbs":14,"title":6},"504":{"body":30,"breadcrumbs":9,"title":1},"505":{"body":68,"breadcrumbs":9,"title":1},"506":{"body":20,"breadcrumbs":8,"title":3},"507":{"body":155,"breadcrumbs":6,"title":1},"508":{"body":541,"breadcrumbs":6,"title":1},"509":{"body":12,"breadcrumbs":8,"title":3},"51":{"body":7,"breadcrumbs":5,"title":2},"510":{"body":157,"breadcrumbs":6,"title":1},"511":{"body":379,"breadcrumbs":6,"title":1},"512":{"body":27,"breadcrumbs":10,"title":4},"513":{"body":130,"breadcrumbs":7,"title":1},"514":{"body":143,"breadcrumbs":7,"title":1},"515":{"body":1,"breadcrumbs":8,"title":2},"516":{"body":2,"breadcrumbs":11,"title":5},"517":{"body":102,"breadcrumbs":11,"title":5},"518":{"body":72,"breadcrumbs":8,"title":2},"519":{"body":85,"breadcrumbs":9,"title":3},"52":{"body":63,"breadcrumbs":11,"title":4},"520":{"body":94,"breadcrumbs":9,"title":3},"521":{"body":11,"breadcrumbs":8,"title":3},"522":{"body":90,"breadcrumbs":6,"title":1},"523":{"body":0,"breadcrumbs":6,"title":1},"524":{"body":43,"breadcrumbs":7,"title":2},"525":{"body":138,"breadcrumbs":7,"title":2},"526":{"body":7,"breadcrumbs":10,"title":4},"527":{"body":57,"breadcrumbs":7,"title":1},"528":{"body":17,"breadcrumbs":7,"title":1},"529":{"body":38,"breadcrumbs":12,"title":5},"53":{"body":70,"breadcrumbs":8,"title":1},"530":{"body":61,"breadcrumbs":8,"title":1},"531":{"body":0,"breadcrumbs":8,"title":1},"532":{"body":56,"breadcrumbs":11,"title":4},"533":{"body":43,"breadcrumbs":12,"title":5},"534":{"body":18,"breadcrumbs":10,"title":3},"535":{"body":4,"breadcrumbs":9,"title":2},"536":{"body":57,"breadcrumbs":9,"title":2},"537":{"body":0,"breadcrumbs":9,"title":2},"538":{"body":33,"breadcrumbs":12,"title":5},"539":{"body":16,"breadcrumbs":9,"title":2},"54":{"body":14,"breadcrumbs":8,"title":1},"540":{"body":16,"breadcrumbs":10,"title":3},"541":{"body":63,"breadcrumbs":10,"title":3},"542":{"body":7,"breadcrumbs":10,"title":4},"543":{"body":40,"breadcrumbs":7,"title":1},"544":{"body":70,"breadcrumbs":7,"title":1},"545":{"body":7,"breadcrumbs":10,"title":4},"546":{"body":64,"breadcrumbs":7,"title":1},"547":{"body":160,"breadcrumbs":7,"title":1},"548":{"body":6,"breadcrumbs":12,"title":5},"549":{"body":47,"breadcrumbs":8,"title":1},"55":{"body":80,"breadcrumbs":8,"title":1},"550":{"body":7,"breadcrumbs":6,"title":2},"551":{"body":38,"breadcrumbs":5,"title":1},"552":{"body":26,"breadcrumbs":5,"title":1},"553":{"body":7,"breadcrumbs":8,"title":3},"554":{"body":19,"breadcrumbs":6,"title":1},"555":{"body":42,"breadcrumbs":6,"title":1},"556":{"body":12,"breadcrumbs":10,"title":4},"557":{"body":91,"breadcrumbs":7,"title":1},"558":{"body":14,"breadcrumbs":10,"title":4},"559":{"body":44,"breadcrumbs":7,"title":1},"56":{"body":15,"breadcrumbs":8,"title":1},"560":{"body":30,"breadcrumbs":7,"title":1},"561":{"body":21,"breadcrumbs":8,"title":3},"562":{"body":76,"breadcrumbs":6,"title":1},"563":{"body":0,"breadcrumbs":6,"title":1},"564":{"body":4,"breadcrumbs":6,"title":1},"565":{"body":4,"breadcrumbs":8,"title":3},"566":{"body":12,"breadcrumbs":8,"title":3},"567":{"body":12,"breadcrumbs":12,"title":5},"568":{"body":40,"breadcrumbs":8,"title":1},"569":{"body":83,"breadcrumbs":8,"title":1},"57":{"body":19,"breadcrumbs":8,"title":1},"570":{"body":7,"breadcrumbs":14,"title":6},"571":{"body":26,"breadcrumbs":9,"title":1},"572":{"body":24,"breadcrumbs":9,"title":1},"573":{"body":13,"breadcrumbs":8,"title":3},"574":{"body":45,"breadcrumbs":6,"title":1},"575":{"body":98,"breadcrumbs":6,"title":1},"576":{"body":7,"breadcrumbs":12,"title":5},"577":{"body":25,"breadcrumbs":8,"title":1},"578":{"body":18,"breadcrumbs":8,"title":1},"579":{"body":19,"breadcrumbs":10,"title":4},"58":{"body":25,"breadcrumbs":8,"title":1},"580":{"body":51,"breadcrumbs":7,"title":1},"581":{"body":7,"breadcrumbs":10,"title":4},"582":{"body":53,"breadcrumbs":7,"title":1},"583":{"body":111,"breadcrumbs":7,"title":1},"584":{"body":10,"breadcrumbs":8,"title":3},"585":{"body":66,"breadcrumbs":6,"title":1},"586":{"body":0,"breadcrumbs":6,"title":1},"587":{"body":40,"breadcrumbs":8,"title":3},"588":{"body":6,"breadcrumbs":10,"title":4},"589":{"body":71,"breadcrumbs":7,"title":1},"59":{"body":243,"breadcrumbs":10,"title":3},"590":{"body":13,"breadcrumbs":12,"title":5},"591":{"body":49,"breadcrumbs":8,"title":1},"592":{"body":25,"breadcrumbs":12,"title":5},"593":{"body":41,"breadcrumbs":8,"title":1},"594":{"body":6,"breadcrumbs":13,"title":6},"595":{"body":12,"breadcrumbs":8,"title":1},"596":{"body":47,"breadcrumbs":8,"title":1},"597":{"body":9,"breadcrumbs":10,"title":3},"598":{"body":7,"breadcrumbs":8,"title":3},"599":{"body":30,"breadcrumbs":6,"title":1},"6":{"body":68,"breadcrumbs":3,"title":2},"60":{"body":22,"breadcrumbs":10,"title":3},"600":{"body":11,"breadcrumbs":6,"title":1},"601":{"body":19,"breadcrumbs":12,"title":5},"602":{"body":26,"breadcrumbs":8,"title":1},"603":{"body":2,"breadcrumbs":4,"title":2},"604":{"body":91,"breadcrumbs":3,"title":1},"605":{"body":4,"breadcrumbs":8,"title":3},"606":{"body":258,"breadcrumbs":8,"title":3},"607":{"body":4,"breadcrumbs":8,"title":3},"608":{"body":285,"breadcrumbs":8,"title":3},"609":{"body":4,"breadcrumbs":8,"title":3},"61":{"body":12,"breadcrumbs":10,"title":3},"610":{"body":113,"breadcrumbs":8,"title":3},"611":{"body":4,"breadcrumbs":8,"title":3},"612":{"body":0,"breadcrumbs":8,"title":3},"613":{"body":239,"breadcrumbs":7,"title":2},"614":{"body":4,"breadcrumbs":8,"title":3},"615":{"body":304,"breadcrumbs":8,"title":3},"616":{"body":4,"breadcrumbs":8,"title":3},"617":{"body":198,"breadcrumbs":8,"title":3},"618":{"body":4,"breadcrumbs":8,"title":3},"619":{"body":203,"breadcrumbs":8,"title":3},"62":{"body":21,"breadcrumbs":8,"title":1},"620":{"body":4,"breadcrumbs":8,"title":3},"621":{"body":311,"breadcrumbs":8,"title":3},"622":{"body":4,"breadcrumbs":8,"title":3},"623":{"body":134,"breadcrumbs":8,"title":3},"624":{"body":4,"breadcrumbs":8,"title":3},"625":{"body":268,"breadcrumbs":8,"title":3},"626":{"body":4,"breadcrumbs":8,"title":3},"627":{"body":123,"breadcrumbs":8,"title":3},"628":{"body":4,"breadcrumbs":8,"title":3},"629":{"body":61,"breadcrumbs":8,"title":3},"63":{"body":18,"breadcrumbs":8,"title":1},"630":{"body":4,"breadcrumbs":8,"title":3},"631":{"body":190,"breadcrumbs":8,"title":3},"632":{"body":4,"breadcrumbs":8,"title":3},"633":{"body":101,"breadcrumbs":8,"title":3},"634":{"body":4,"breadcrumbs":8,"title":3},"635":{"body":71,"breadcrumbs":8,"title":3},"636":{"body":4,"breadcrumbs":8,"title":3},"637":{"body":105,"breadcrumbs":8,"title":3},"638":{"body":4,"breadcrumbs":8,"title":3},"639":{"body":151,"breadcrumbs":8,"title":3},"64":{"body":15,"breadcrumbs":10,"title":3},"640":{"body":4,"breadcrumbs":8,"title":3},"641":{"body":177,"breadcrumbs":8,"title":3},"642":{"body":4,"breadcrumbs":8,"title":3},"643":{"body":144,"breadcrumbs":8,"title":3},"644":{"body":4,"breadcrumbs":8,"title":3},"645":{"body":122,"breadcrumbs":8,"title":3},"646":{"body":4,"breadcrumbs":8,"title":3},"647":{"body":121,"breadcrumbs":8,"title":3},"648":{"body":4,"breadcrumbs":8,"title":3},"649":{"body":145,"breadcrumbs":8,"title":3},"65":{"body":22,"breadcrumbs":11,"title":4},"650":{"body":4,"breadcrumbs":8,"title":3},"651":{"body":114,"breadcrumbs":8,"title":3},"652":{"body":4,"breadcrumbs":8,"title":3},"653":{"body":146,"breadcrumbs":8,"title":3},"654":{"body":4,"breadcrumbs":8,"title":3},"655":{"body":180,"breadcrumbs":8,"title":3},"656":{"body":4,"breadcrumbs":8,"title":3},"657":{"body":22,"breadcrumbs":8,"title":3},"658":{"body":4,"breadcrumbs":8,"title":3},"659":{"body":91,"breadcrumbs":8,"title":3},"66":{"body":11,"breadcrumbs":10,"title":3},"660":{"body":4,"breadcrumbs":8,"title":3},"661":{"body":5,"breadcrumbs":8,"title":3},"662":{"body":36,"breadcrumbs":6,"title":3},"663":{"body":47,"breadcrumbs":5,"title":1},"664":{"body":91,"breadcrumbs":10,"title":6},"665":{"body":7,"breadcrumbs":11,"title":7},"666":{"body":45,"breadcrumbs":12,"title":8},"667":{"body":39,"breadcrumbs":11,"title":7},"668":{"body":79,"breadcrumbs":9,"title":5},"669":{"body":75,"breadcrumbs":13,"title":9},"67":{"body":11,"breadcrumbs":9,"title":2},"670":{"body":110,"breadcrumbs":5,"title":1},"671":{"body":182,"breadcrumbs":9,"title":5},"672":{"body":61,"breadcrumbs":12,"title":8},"673":{"body":9,"breadcrumbs":10,"title":6},"674":{"body":14,"breadcrumbs":12,"title":8},"675":{"body":6,"breadcrumbs":7,"title":3},"676":{"body":6,"breadcrumbs":10,"title":6},"677":{"body":6,"breadcrumbs":11,"title":7},"678":{"body":6,"breadcrumbs":12,"title":8},"679":{"body":6,"breadcrumbs":13,"title":9},"68":{"body":36,"breadcrumbs":13,"title":5},"680":{"body":9,"breadcrumbs":8,"title":4},"681":{"body":24,"breadcrumbs":10,"title":6},"682":{"body":6,"breadcrumbs":10,"title":6},"683":{"body":27,"breadcrumbs":10,"title":6},"684":{"body":19,"breadcrumbs":10,"title":6},"685":{"body":31,"breadcrumbs":9,"title":5},"686":{"body":50,"breadcrumbs":11,"title":7},"687":{"body":53,"breadcrumbs":9,"title":5},"688":{"body":11,"breadcrumbs":7,"title":2},"689":{"body":13,"breadcrumbs":11,"title":6},"69":{"body":47,"breadcrumbs":9,"title":1},"690":{"body":86,"breadcrumbs":13,"title":5},"691":{"body":155,"breadcrumbs":23,"title":15},"692":{"body":94,"breadcrumbs":16,"title":8},"693":{"body":34,"breadcrumbs":29,"title":21},"694":{"body":19,"breadcrumbs":20,"title":12},"695":{"body":9,"breadcrumbs":18,"title":10},"696":{"body":14,"breadcrumbs":18,"title":10},"697":{"body":40,"breadcrumbs":13,"title":5},"698":{"body":14,"breadcrumbs":5,"title":1},"699":{"body":57,"breadcrumbs":7,"title":3},"7":{"body":75,"breadcrumbs":2,"title":1},"70":{"body":83,"breadcrumbs":9,"title":1},"700":{"body":35,"breadcrumbs":10,"title":6},"701":{"body":86,"breadcrumbs":5,"title":1},"702":{"body":7,"breadcrumbs":13,"title":9},"703":{"body":55,"breadcrumbs":8,"title":4},"704":{"body":29,"breadcrumbs":11,"title":7},"705":{"body":77,"breadcrumbs":9,"title":5},"706":{"body":28,"breadcrumbs":10,"title":6},"707":{"body":23,"breadcrumbs":11,"title":7},"708":{"body":11,"breadcrumbs":13,"title":9},"709":{"body":23,"breadcrumbs":11,"title":7},"71":{"body":0,"breadcrumbs":11,"title":3},"710":{"body":40,"breadcrumbs":11,"title":7},"711":{"body":31,"breadcrumbs":7,"title":3},"712":{"body":14,"breadcrumbs":10,"title":6},"713":{"body":53,"breadcrumbs":12,"title":8},"714":{"body":114,"breadcrumbs":7,"title":3},"715":{"body":142,"breadcrumbs":5,"title":1},"716":{"body":35,"breadcrumbs":15,"title":11},"717":{"body":39,"breadcrumbs":13,"title":9},"718":{"body":24,"breadcrumbs":12,"title":8},"719":{"body":48,"breadcrumbs":15,"title":11},"72":{"body":41,"breadcrumbs":10,"title":2},"720":{"body":10,"breadcrumbs":16,"title":12},"721":{"body":37,"breadcrumbs":20,"title":16},"722":{"body":28,"breadcrumbs":17,"title":13},"723":{"body":16,"breadcrumbs":20,"title":16},"724":{"body":124,"breadcrumbs":20,"title":16},"725":{"body":15,"breadcrumbs":17,"title":13},"726":{"body":12,"breadcrumbs":16,"title":12},"727":{"body":214,"breadcrumbs":5,"title":1},"728":{"body":15,"breadcrumbs":11,"title":7},"729":{"body":38,"breadcrumbs":16,"title":12},"73":{"body":37,"breadcrumbs":10,"title":2},"730":{"body":47,"breadcrumbs":12,"title":8},"731":{"body":24,"breadcrumbs":16,"title":12},"732":{"body":25,"breadcrumbs":16,"title":12},"733":{"body":2,"breadcrumbs":16,"title":12},"734":{"body":11,"breadcrumbs":10,"title":6},"735":{"body":3,"breadcrumbs":9,"title":5},"736":{"body":18,"breadcrumbs":25,"title":21},"737":{"body":8,"breadcrumbs":11,"title":7},"738":{"body":23,"breadcrumbs":14,"title":10},"739":{"body":13,"breadcrumbs":17,"title":13},"74":{"body":74,"breadcrumbs":10,"title":2},"740":{"body":18,"breadcrumbs":23,"title":19},"741":{"body":30,"breadcrumbs":17,"title":13},"742":{"body":13,"breadcrumbs":37,"title":33},"743":{"body":21,"breadcrumbs":11,"title":7},"744":{"body":9,"breadcrumbs":17,"title":13},"745":{"body":23,"breadcrumbs":6,"title":3},"746":{"body":11,"breadcrumbs":2,"title":1},"747":{"body":96,"breadcrumbs":6,"title":5},"748":{"body":202,"breadcrumbs":2,"title":1},"75":{"body":25,"breadcrumbs":10,"title":2},"76":{"body":41,"breadcrumbs":10,"title":2},"77":{"body":13,"breadcrumbs":9,"title":1},"78":{"body":92,"breadcrumbs":14,"title":6},"79":{"body":15,"breadcrumbs":10,"title":2},"8":{"body":18,"breadcrumbs":4,"title":3},"80":{"body":42,"breadcrumbs":11,"title":4},"81":{"body":29,"breadcrumbs":8,"title":1},"82":{"body":29,"breadcrumbs":13,"title":6},"83":{"body":37,"breadcrumbs":9,"title":2},"84":{"body":82,"breadcrumbs":10,"title":3},"85":{"body":17,"breadcrumbs":12,"title":5},"86":{"body":76,"breadcrumbs":9,"title":2},"87":{"body":26,"breadcrumbs":9,"title":2},"88":{"body":443,"breadcrumbs":11,"title":4},"89":{"body":126,"breadcrumbs":11,"title":4},"9":{"body":20,"breadcrumbs":3,"title":2},"90":{"body":9,"breadcrumbs":9,"title":3},"91":{"body":30,"breadcrumbs":9,"title":3},"92":{"body":7,"breadcrumbs":7,"title":2},"93":{"body":50,"breadcrumbs":6,"title":1},"94":{"body":7,"breadcrumbs":7,"title":2},"95":{"body":43,"breadcrumbs":6,"title":1},"96":{"body":9,"breadcrumbs":11,"title":4},"97":{"body":31,"breadcrumbs":10,"title":3},"98":{"body":62,"breadcrumbs":15,"title":6},"99":{"body":9,"breadcrumbs":14,"title":5}},"docs":{"0":{"body":"","breadcrumbs":"VST » VST Home","id":"0","title":"VST Home"},"1":{"body":"VST Logo This part of the Steinberg Developer Resource is a portal dedicated to developers of VST 3 plug-ins and VST 3 hosts. Almost everything you need for developing VST 3 plug-ins is explained in the sections below.","breadcrumbs":"VST » Welcome to the world of VST 3","id":"1","title":"Welcome to the world of VST 3"},"10":{"body":"Copyrights and Glossary","breadcrumbs":"VST » Miscellaneous","id":"10","title":"Miscellaneous"},"100":{"body":"Helper Class wrapping a VST 3 plug-in to an AAX plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - AAX Wrapper","id":"100","title":"VST 3 - AAX Wrapper"},"101":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v3 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - Audio Unit v3 Wrapper","id":"101","title":"VST 3 - Audio Unit v3 Wrapper"},"102":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v2 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - Audio Unit Wrapper","id":"102","title":"VST 3 - Audio Unit Wrapper"},"103":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work?","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » VST 3 - VST 2.x Wrapper","id":"103","title":"VST 3 - VST 2.x Wrapper"},"104":{"body":"Helper Class wrapping a VST 3 plug-in to a VST 2.4 plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to a VST 2.x plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » Introduction","id":"104","title":"Introduction"},"105":{"body":"You just need to add public.sdk/source/vst/vst2wrapper/vst2wrapper.sdk.cpp to your project and add the following code somewhere in your sources: //-----------------------------------------------------------------\n#include \"public.sdk/source/vst/vst2wrapper/vst2wrapper.h\" //-----------------------------------------------------------------\n::AudioEffect* createEffectInstance (audioMasterCallback audioMaster)\n{ return Steinberg::Vst::Vst2Wrapper::create (GetPluginFactory(), kAudioProcessorCID, kVst2UniqueID, audioMaster);\n}","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » How does it work?","id":"105","title":"How does it work?"},"106":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work?","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » VST 3 - AAX Wrapper","id":"106","title":"VST 3 - AAX Wrapper"},"107":{"body":"Helper Class wrapping a VST 3 plug-in to an AAX plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to an AAX plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » Introduction","id":"107","title":"Introduction"},"108":{"body":"Check the AGainAAX example AAX SDK 2.3 or higher is expected in folder external.avid.aax (located at the same level as the folder public.sdk) Here is the step based on the AgainAAX example: In the cpp file againaax.cpp, you can define the plug-in properties: IO audio, product ID, ... On Windows, copy built linker output again_aax.aaxplugin to \"c:\\Program Files\\Common Files\\Avid\\Audio\\Plug-Ins\\again_aax.aaxplugin\\Contents\\x64\" (the debug build does this automatically, but needs appropriate access rights (Administrator rights of your visual)) On OSX, copy built bundle build/Debug/again.aaxplugin to \"/Library/Application Support/Avid/Audio/Plug-Ins\" A developer version of Pro Tools is needed to load the plug-in, the release version of Pro Tools requires plug-ins to be Pace-signed (PACE Anti-Piracy Inc.: https://www.ilok.com )","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » How does it work?","id":"108","title":"How does it work?"},"109":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work? Related pages: Audio Unit v3 Plug-Ins | Apple Developer Documentation","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » VST 3 - AudioUnit v3 Wrapper","id":"109","title":"VST 3 - AudioUnit v3 Wrapper"},"11":{"body":"/ VST Home On this page: VST 3: New Standard for Virtual Studio Technology About the VST standard From the technical point of view Related pages: Use cases Main benefits of VST 3 What is the VST 3 SDK?","breadcrumbs":"What is VST? » What is VST?","id":"11","title":"What is VST?"},"110":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v3 plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to an AU v3 plug-in. The wrapped AudioUnit does support MPE when the VST 3 plug-in has Note Expression support. You need to implement Steinberg::Vst::INoteExpressionPhysicalUIMapping to map your Note Expression to the limited three expressions defined by MPE.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » Introduction","id":"110","title":"Introduction"},"111":{"body":"Structure: App (container app which initializes the AU through small Playback Engine) Extension (extension which is loaded by hosts, also initializes the AU) How to use the VST 3 → AU v3 Wrapper with the sample code: make sure you have correct code signing set up build & run targets How to use the VST 3 → AU v3 Wrapper with your own VST plug-in: duplicate either the folder again_auv3 or note_expression_synth_auv3 in public.sdk/samples/vst, rename it and edit CMakelist.txt to add your sources, resources and modified target names etc. open audiounitconfig.h and change the definitions in this file. also change the other files in that folder to your requirements. Code signing is required, but you can build and test with a developer only identity. build & run targets","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » How does it work?","id":"111","title":"How does it work?"},"112":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work? Related pages: Audio Unit v3 Plug-Ins | Apple Developer Documentation","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » VST 3 - AudioUnit v2 Wrapper","id":"112","title":"VST 3 - AudioUnit v2 Wrapper"},"113":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v2 plug-in. The VST 3 SDK comes with an AudioUnit wrapper, which can wrap one VST 3 audio processor and edit controller as an AudioUnit effect/instrument. The wrapper is a small dynamic library which loads the VST 3 plug-in. As AudioUnits store important information in their resource fork, this library must be compiled for every VST 3 plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » Introduction","id":"113","title":"Introduction"},"114":{"body":"You first need to build the SDK ( check here ) and then you should have the xcode project. You may need to download the CoreAudio SDK from Apple and point cmake to it when building the SDK with it ( see here ). Create a copy of the again AU wrapper example project directory (public.sdk/source/vst/auwrapper/again/) Rename the copy to your needs Edit the target settings of the project and change Product Name Library search path so that it points to the directory where libauwrapper.a exists architecture setting so that it only includes architectures that the VST 3 plug-in supports Search in the project for AUWRAPPER_CHANGE and change the settings to your needs, especially in: Edit audiounitconfig.h, see comments there Edit Info.plist, see comments there Edit the \"Make Links Script\" for easier debugging/development Build your project Done ... that is all! For the release version, you must place a copy or an alias of your VST 3 plug-in in the resource folder of the bundle named \"plugin.vst3\"","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » How does it work?","id":"114","title":"How does it work?"},"115":{"body":"/ VST Home / What is the VST 3 SDK? See [3.6.0] iOS Inter-App Audio","breadcrumbs":"What is the VST 3 SDK? » iOS Inter-App Audio Support » iOS Inter-App Audio Support","id":"115","title":"iOS Inter-App Audio Support"},"116":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction VSTGUI Forum VSTGUI on GitHub VSTGUI License Tutorials for VSTGUI Related pages: https://sdk.steinberg.net","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI","id":"116","title":"VSTGUI"},"117":{"body":"This is a user interface toolkit mainly for audio plug-ins (VST, AudioUnit, etc). Based on the XML definition of the plug-in UI, VSTGUI includes an embedded editor (UIDescription Editor) which allows the developer to create a plug-in UI just by drag & drop of the UI element. First developed in-house by Steinberg Media Technologies (around 1998) for their first VST plug-ins. Later added as binary libraries to the official VST SDK . Since May 2003, VSTGUI is open source, and is hosted now at GitHub https://github.com/steinbergmedia/vstgui . The last official release version of VSTGUI is always included in the VST 3 SDK . what_if_35 Example of the VSTGUI UIDescription Editor (embedded editing WYSIWYG) Check the folder vstgui4 of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » Introduction","id":"117","title":"Introduction"},"118":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, submit bug reports, request new features and connect to other VSTGUI developers: what_if_36 https://sdk.steinberg.net","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI Forum","id":"118","title":"VSTGUI Forum"},"119":{"body":"what_if_37 https://github.com/steinbergmedia/vstgui","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI on GitHub","id":"119","title":"VSTGUI on GitHub"},"12":{"body":"With VST (Virtual Studio Technology), Steinberg established the world’s leading and most widely supported standard for plug-ins and virtual instruments in 1996. With VST 3 Steinberg releases the next major revision of Steinberg ’s Virtual Studio Technology to the audio industry. VST 3 marks an important milestone in audio technology with a completely rewritten code base providing not only many new features but also the most stable and reliable VST platform ever. This combination of the latest technology and new features is the result of Steinberg ’s twelve years of development experience as the leading plug-in interface provider. VST 3 has been designed to provide a technological and creative basis for many innovative and exciting new products for the audio industry, offering a new world of creative possibilities for instrument and effect plug-in users. The VST 3 SDK is available as a free technology, open in use for any developer.","breadcrumbs":"What is VST? » VST 3: New Standard for Virtual Studio Technology","id":"12","title":"VST 3: New Standard for Virtual Studio Technology"},"120":{"body":"BSD style VSTGUI LICENSE\n(c) Steinberg Media Technologies, All Rights Reserved Redistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met: * Redistributions of source code must retain the abovecopyright notice,\nthis list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice,\nthis list of conditions and the following disclaimer inthe documentation\nand/or other materials provided with the distribution.\n* Neither the name of the Steinberg Media Technologies northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI License","id":"120","title":"VSTGUI License"},"121":{"body":"Use VSTGUI to design a User Interface This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to createstunning user interfaces for your plug-in.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » Tutorials for VSTGUI","id":"121","title":"Tutorials for VSTGUI"},"122":{"body":"/ VST Home Related pages: Steinberg VST usage guidelines What are the licensing options for VST 3? Which files fall under which license? Developer use cases (FAQs) This developer use case guide will help you to decide which VST 3 licensing model to choose. The VST 3 SDK has new Usage Guidelines to follow for all licensing models, please read them carefully!","breadcrumbs":"VST 3 Licensing » VST 3 Licensing","id":"122","title":"VST 3 Licensing"},"123":{"body":"Whenever VST ® is used or the SDK has been used to create a product or the SDK is included (Open-source GPLv3 case), it is required to add the reference to Steinberg by using the VST compatible logo as supplied by Steinberg . Included in the VST 3 SDK , the VST compatible logo can be found in the folder VST_SDK/VST3_SDK/vst3_doc/artwork .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines","id":"123","title":"Steinberg VST usage guidelines"},"124":{"body":"You can choose between the Proprietary Steinberg VST 3 or the Open-source GPLv3 license ( dual-license ) depending on how you want to distribute your VST 3 plug-in/host. The License Agreement could be found here and in the VST 3 SDK package .","breadcrumbs":"VST 3 Licensing » What are the licensing options for VST 3?","id":"124","title":"What are the licensing options for VST 3?"},"125":{"body":"All files describing the VST 3 interface, except VST 2 files, located in the folder \"pluginterfaces\" of the SDK, fall under the dual-license described previously.","breadcrumbs":"VST 3 Licensing » Which files fall under which license?","id":"125","title":"Which files fall under which license?"},"126":{"body":"The following use cases support you to choose the right license.","breadcrumbs":"VST 3 Licensing » Developer use cases (FAQs)","id":"126","title":"Developer use cases (FAQs)"},"127":{"body":"/ VST Home / VST 3 Licensing On this page: 1. Required use of VST Compatible logo 2. Use of VST unrelated to the VST Compatible logo 3. Use when claiming compatibility 4. Use on website 5. Use on package 6. Use in product name or logo 7. Use in company name 8. Use in social media 9. Use in domain 10. Use in logo 11. Use in video 12. Use in category 13. Use in combination or composition 14. VST Compatible logo 15. General guidelines for using VST trademark 16. Questions and suggestions Related pages: VST 3 Licensing What are the licensing options for VST 3? Developer use cases (FAQs) Whenever VST ® is used or the SDK has been used to create a product or the SDK is included (Open-source GPLv3 case), it is required to add the reference to Steinberg by using the VST compatible logo as supplied by Steinberg . Included in the VST 3 SDK , the VST compatible logo can be found in the folder VST_SDK/VST3_SDK/vst3_doc/artwork . This logo exists in different forms: with and without the trademark text, black on white and white on black. If you choose the logo without the trademark text, you have to include the following statement somewhere: \"VST is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries.\"","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » Steinberg VST usage guidelines","id":"127","title":"Steinberg VST usage guidelines"},"128":{"body":"Whenever “ VST ” is used, or the SDK is used to create a product, or when the SDK is included, it is required to add the reference to Steinberg by using the “ VST Compatible logo ” as supplied by Steinberg on each of the following: on package on website: The VST Compatible logo must be shown on every webpage that relates to such a product or shows VST . Using e.g. only within the imprint is NOT sufficient. all documentation, regardless of the media used, such as PDF manuals, website, printed manuals etc. On each of the following the logo can be omitted only if not enough space is available. However, in such a case be sure to include Steinberg's copyrights notice: on all advertising materials in the \"about box\" or similar (e.g. help menu, startup screen) of the product.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 1. Required use of VST Compatible logo","id":"128","title":"1. Required use of VST Compatible logo"},"129":{"body":"It is allowed for all parties that have entered into the current Steinberg VST Plug-in SDK Licensing Agreement to use “ VST ” in regular letters to refer to compatibility as long as complying with the Agreement. This can be done on the package/website or even within the name of the product as long as the form of use is in line with the Agreement and the VST Compatible logo is always shown in the context of such. The following shall provide more guidance related to common forms of usage.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 2. Use of VST unrelated to the VST Compatible logo","id":"129","title":"2. Use of VST unrelated to the VST Compatible logo"},"13":{"body":"The Virtual Studio Technology ( VST ) interface is nothing short of a revolution in digital audio. Developed by Steinberg and first launched in 1996, VST creates a full, professional studio environment on your computer. VST allows the integration of virtual effect processors and instruments into your digital audio environment. These can be software recreations of hardware effect units and instruments or new creative effect components in your VST system. All are integrated seamlessly into VST compatible host applications like digital audio workstations (DAW). VST also allows easy integration of external equipment, allowing you to put together a system tailor-made to your needs. Being an open standard, the possibilities offered by VST have steadily been growing over the past decade. New virtual effect processors and virtual instruments are constantly being developed by Steinberg and of course dozens of other companies.","breadcrumbs":"What is VST? » About the VST standard","id":"13","title":"About the VST standard"},"130":{"body":"It is allowed to use claims such as “ compatible with 64-bit VST ” if the VST Compatible logo is placed in context of such claim, e.g. not too far away on the same page, and the product uses or has been created using the SDK and is, in fact, compatible.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 3. Use when claiming compatibility","id":"130","title":"3. Use when claiming compatibility"},"131":{"body":"It is not sufficient to include the VST Compatible logo only in the imprint or one other page. All pages that relate to a product using or created using the SDK or showing VST must show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 4. Use on website","id":"131","title":"4. Use on website"},"132":{"body":"The VST Compatible logo must be printed on the package of any product using or created using the SDK or showing VST .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 5. Use on package","id":"132","title":"5. Use on package"},"133":{"body":"Provided that the VST Compatible logo is always displayed in the context of such a product name, “ VST ” may be added to the basic product name, e.g. like “mycoolEngine for VST ”, if set in regular type and not graphically illustrated or integrated into the product name, and if the VST Compatible logo is always shown in direct context to such a product name. It is not allowed to merge the basic product name and VST in any graphical way into one integrated visual. E.g., it is allowed to use like this: licensing_1 while it is unacceptable to use it like this: licensing_2","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 6. Use in product name or logo","id":"133","title":"6. Use in product name or logo"},"134":{"body":"It is not allowed to include VST in the company name.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 7. Use in company name","id":"134","title":"7. Use in company name"},"135":{"body":"It is allowed to use VST in channels and their names/URLs and the like, if a junction is used to denote the compatibility, e.g. in “MycoolEngineForVST”, and if the channels etc. always show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 8. Use in social media","id":"135","title":"8. Use in social media"},"136":{"body":"It is allowed to use VST in domains, e.g. second level domains, if a junction is used to denote the compatibility, e.g. in “MycoolEngineForVST.com” , and if any page under such domain shows the VST Compatible logo and the domain only shows products using or created using the SDK.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 9. Use in domain","id":"136","title":"9. Use in domain"},"137":{"body":"It is not permitted to include VST in a company logo but it is allowed to include VST in a product logo provided that is in conformity with No. 6 (Use in product name or logo).","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 10. Use in logo","id":"137","title":"10. Use in logo"},"138":{"body":"It is allowed to use “ VST ” in the title of a video or in a video, e.g. a tutorial, in a way as named above, e.g. as an addition to a product name or to show the compatibility, if the VST Compatible logo is shown in the video and, if VST is included in the title of the video, on any page that shows the video and/or the title. Provided that a frame of the video is shown as still (e.g. when presenting the video while not playing it) and such frame includes VST , the frame or the direct context of the video needs to show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 11. Use in video","id":"138","title":"11. Use in video"},"139":{"body":"It is allowed to use VST in a category or in a related URL outside of the domain, e.g. in www.myreviews.com/VSTplugins/ , if such category is of generic meaning, and if under such category only forms of use and/or products in line with the SDK agreement are listed.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 12. Use in category","id":"139","title":"12. Use in category"},"14":{"body":"A VST plug-in is an audio processing component that is utilized within a host application. This host application provides the audio or/and event streams that are processed by the plug-in's code. Generally speaking, a VST plug-in can take a stream of audio data, apply a process to the audio, and return the result to the host application. A VST plug-in normally performs its process using the processor of the computer. The audio stream is broken into a series of blocks. The host supplies the blocks in sequence. The host and its current environment control the block-size. The VST plug-in maintains the status of all its own parameters relating to the running process: The host does not maintain any information about what the plug-in did with the last block of data it processed. From the host application's point of view, a VST plug-in is a black box with an arbitrary number of inputs, outputs (Event (MIDI) or Audio), and associated parameters. The host needs no implicit knowledge of the plug-in's process to be able to use it. The plug-in process can use whatever parameters it wants, internally to the process, but depending on the capabilities of the host, it can allow the changes to user parameters to be automated by the host. The source code of a VST plug-in is platform independent, but the delivery system depends on the platform architecture: On Windows , a VST plug-in is a multi-threaded DLL (Dynamic Link Library), recently packaged into a folder structure. On macOS X , a VST plug-in is a Mach-O Bundle. On Linux , a VST plug-in is a package.","breadcrumbs":"What is VST? » From the technical point of view","id":"14","title":"From the technical point of view"},"140":{"body":"It is not allowed to create combinations or compositions like “ VSTi ” or similar.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 13. Use in combination or composition","id":"140","title":"13. Use in combination or composition"},"141":{"body":"The current VST Compatible logos are the following: licensing_3 licensing_4 Minimum printing size = 20 x 18,7 mm licensing_5 licensing_6 Minimum printing size = 15 x 10 mm","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 14. VST Compatible logo","id":"141","title":"14. VST Compatible logo"},"142":{"body":"On product documentation and promotional materials, use the registered trademark symbol (®) the first time the VST trademark appears in the text. Also include an attribution of Steinberg's ownership within the credit notice. Attribution: \"VST® is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries.\"","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 15. General guidelines for using VST trademark","id":"142","title":"15. General guidelines for using VST trademark"},"143":{"body":"Questions and suggestions regarding this guide can be sent to reception@steinberg.de","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 16. Questions and suggestions","id":"143","title":"16. Questions and suggestions"},"144":{"body":"/ VST Home / VST 3 Licensing On this page: Proprietary Steinberg VST 3 license Open-source GPLv3 license Steinberg Dual-License file Related pages: VST 3 Licensing Developer use cases (FAQs) GNU General Public License GPLv3 You can choose between the Proprietary Steinberg VST 3 or the Open-source GPLv3 license ( dual-license ) depending on how you want to distribute your VST 3 plug-in/host. The License Agreement could be found here and in the VST 3 SDK package .","breadcrumbs":"VST 3 Licensing » What are the licensing options » What are the licensing options","id":"144","title":"What are the licensing options"},"145":{"body":"The \" Proprietary Steinberg VST 3 \" license allows you to distribute your VST 3 plug-in/host in a binary form. However, please note the following requirements: You need written permission from Steinberg Media Technologies GmbH in order to distribute your VST 3 plug-in/host (Steinberg will send you the countersigned License agreement included in the SDK that you signed and sent to us). You need to mention Steinberg Media Technologies GmbH in the about box and/or documentation of your VST 3 plug-in/host and follow the Steinberg VST usage guidelines . For more details please read the \" Proprietary Steinberg VST 3 \" license agreement. If you accept it, please enter all required information, sign it and send it back to us, either via land mail (to the Steinberg address mentioned in the license), or via e-mail to reception@steinberg.de or via fax (+49 (0)40 210 35-300). We will countersign the license agreement and send it back to you. ⓘ As PDF The License agreement is part of the VST SDK package, too.","breadcrumbs":"VST 3 Licensing » What are the licensing options » Proprietary Steinberg VST 3 license","id":"145","title":"Proprietary Steinberg VST 3 license"},"146":{"body":"The open-source license lets you share the source code of your VST 3 plug-in/host including the VST 3 SDK's sources which are subject to the GPLv3 . ⓘ Note Note that VST 2 sources are NOT part of the GPLv3 ! For more information about GPLv3 check this link . It also permits you to change and modify the VST 3 SDK 's sources as long as you share your changes and make them available for everyone (e.g. on an Internet hosting service like GitHub). Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"VST 3 Licensing » What are the licensing options » Open-source GPLv3 license","id":"146","title":"Open-source GPLv3 license"},"147":{"body":"//----------------------------------------------------------------------------\n// LICENSE\n// (c) 2022, Steinberg Media Technologies GmbH, All Rights Reserved\n//----------------------------------------------------------------------------\nThis license applies only to files referencing this license,\nfor other files of the Software Development Kit therespective embedded license text\nis applicable. The license can be found at: This Software Development Kit is licensed under the terms ofthe Steinberg VST 3 License,\nor alternatively under the terms of the General PublicLicense (GPL) Version 3.\nYou may use the Software Development Kit according to eitherof these licenses as it is\nmost appropriate for your project on a case-by-case basis(commercial or not). a) Proprietary Steinberg VST 3 License\nThe Software Development Kit may not be distributed in partsor its entirety\nwithout prior written agreement by Steinberg MediaTechnologies GmbH.\nThe SDK must not be used to re-engineer or manipulate anytechnology used\nin any Steinberg or Third-party application or softwaremodule,\nunless permitted by law.\nNeither the name of the Steinberg Media Technologies GmbH northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission.\nBefore publishing a software under the proprietary license, you need to obtain a copy\nof the License Agreement signed by Steinberg MediaTechnologies GmbH.\nThe Steinberg VST SDK License Agreement can be found at:\n THE SDK IS PROVIDED BY STEINBERG MEDIA TECHNOLOGIES GMBH \"ASIS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULARPURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL STEINBERG MEDIA TECHNOLOGIES GMBH BE LIABLEFOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE. b) General Public License (GPL) Version 3\nDetails of these licenses can be found at: \n//---------------------------------------------------------------------------------","breadcrumbs":"VST 3 Licensing » What are the licensing options » Steinberg Dual-License file","id":"147","title":"Steinberg Dual-License file"},"148":{"body":"/ VST Home / VST 3 Licensing On this page: Which files of the VST 3 SDK fall under which license? What about VST 2? Related pages: VST 3 Licensing","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » Which files fall under which license?","id":"148","title":"Which files fall under which license?"},"149":{"body":"All files describing the VST 3 interface, except VST 2 files, located in the folder \"pluginterfaces\" of the SDK, fall under the dual-license described previously. Each of these files includes this text: //----------------------------------------------------------------------------\n// This file is part of a Steinberg SDK. It is subject to thelicense terms\n// in the LICENSE file found in the top-level directory ofthis distribution\n// and at www.steinberg.net/sdklicenses.\n// No part of the SDK, including this file, may be copied, modified, propagated,\n// or distributed except according to the terms contained inthe LICENSE file.\n//---------------------------------------------------------------------------- for all other files of the VST 3 SDK , the respective embedded license text is applicable, for example: all VSTGUI files fall under a BSD style license all Helper files (included in base and public.sdk folders) except VST 2 files fall under a BSD style license all VST 2 files (included in pluginterfaces and public.sdk folders) fall under the \" Proprietary Steinberg VST 2 \" license all mda-vst3 examples ( public.sdk/samples/mda-vst3 folder ) fall under a BSD style license: Copyright (c) 2008 Paul Kellett","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » Which files of the VST 3 SDK fall under which license?","id":"149","title":"Which files of the VST 3 SDK fall under which license?"},"15":{"body":"VST Home / What is VST? On this page: Why use VST 3 SDK? Advantages of using VST 3 SDK Examples of VST 3 host applications (05/10/2023) Related pages: Main benefits of VST 3","breadcrumbs":"What is VST? » Use cases » Use cases","id":"15","title":"Use cases"},"150":{"body":"The \"Proprietary Steinberg VST 2\" license, which is the VST 2 license agreement, allows you to distribute your VST 2 plug-in/host in a binary form. However, please note the following requirements: You need written permission from Steinberg Media Technologies GmbH in order to distribute your VST 2 plug-in/host (which had to be done before October 2018). You need to mention Steinberg Media Technologies GmbH in the about box and/or documentation of your VST 2 plug-in/host and follow the Steinberg VST usage guidelines . Note that the \"Proprietary Steinberg VST 3\" license does not include the \"Proprietary Steinberg VST 2\" license, you have to sign it separately! It was available in the VST 2 SDK and in the VST 3 SDK old version. Note that from the first of October 2018, Steinberg does not accept any more submissions of license agreement for VST 2 plug-in/host! This means: If you do not have a license agreement signed with Steinberg before October 2018, you are not allowed to distribute VST 2 plug-ins or VST 2 hosts!","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » What about VST 2?","id":"150","title":"What about VST 2?"},"151":{"body":"/ VST Home / VST 3 Licensing Related pages: Steinberg VST usage guidelines What are the licensing options for VST 3? See Frequently Asked Questions: Licensing","breadcrumbs":"VST 3 Licensing » Developer use cases (FAQs) » Developer use cases (FAQs)","id":"151","title":"Developer use cases (FAQs)"},"152":{"body":"/ VST Home Related pages: VST 3 Links How to set up my system for VST 3 Preparation on Windows This section provides general information about where to find the VST 3 SDK and how to get it.","breadcrumbs":"Getting Started » Getting Started","id":"152","title":"Getting Started"},"153":{"body":"Important links you will need for working with VST 3 .","breadcrumbs":"Getting Started » VST 3 Links","id":"153","title":"VST 3 Links"},"154":{"body":"In order to build VST 3 plug-ins, you need the source code of the VST 3 (interface definition), an IDE/compiler, cmake and a VST 3 host application.","breadcrumbs":"Getting Started » How to set up my system for VST 3","id":"154","title":"How to set up my system for VST 3"},"155":{"body":"/ VST Home / Getting Started On this page: Getting VST 3 SDK Download the full VST 3 package as zip file Clone VST 3 repository from GitHub Online Documentation VST 3 Forum VSTGUI External Links to VST 3, DSP, Conferences and Plug-ins development Related pages: How to set up my system for VST 3 Important links you will need for working with VST 3 .","breadcrumbs":"Getting Started » VST 3 Links » VST 3 Links","id":"155","title":"VST 3 Links"},"156":{"body":"You have 2 possibilities for getting the VST 3 SDK: Component as zip package as GitHub repository VST 3 API ✔️ ✔️ Helpers classes ✔️ ✔️ AAX, AUv3, AU and VST 2 wrappers ✔️ ✔️ iOS Inter-App Audio support ✔️ ✔️ VST 3 Plug-ins Examples ✔️ ✔️ Validator command line ✔️ ✔️ AudioAudioHost ✔️ ✔️ EditorHost ✔️ ✔️ VST 3 Inspector ✔️ ✔️ VSTGUI ✔️ ✔️ VST 3 Project Generator ✔️(as exe only) ✔️(as source code) VST 3 Plug-in Test Host (exe only) ✔️ ❌ VST 3 Licensing ✔️Proprietary+ GPLv3 ❌only GPLv3","breadcrumbs":"Getting Started » VST 3 Links » Getting VST 3 SDK","id":"156","title":"Getting VST 3 SDK"},"157":{"body":"Download a full VST 3 SDK package which includes everything you need to build a VST 3 plug-in or host. Test your VST 3 plug-in in real-time with the included VST 3 Plug-in Test Host and execute automated tests (See What is the VST 3 SDK? ): https://www.steinberg.net/vst3sdk (direct link to zip file, ~100 MB)","breadcrumbs":"Getting Started » VST 3 Links » Download the full VST 3 package as zip file","id":"157","title":"Download the full VST 3 package as zip file"},"158":{"body":"Clone the VST 3 SDK repository from GitHub for easy integration into your workspace: https://github.com/steinbergmedia/vst3sdk ⓘ Note Independently of the download source of the VST 3 SDK be sure that you follow the license agreement (check What are the licensing options for VST 3? )","breadcrumbs":"Getting Started » VST 3 Links » Clone VST 3 repository from GitHub","id":"158","title":"Clone VST 3 repository from GitHub"},"159":{"body":"Browse the VST 3 SDK 's online documentation including API reference and sample code: https://steinbergmedia.github.io/vst3_doc Browse the VST portal for the whole documentation and tutorials: https://steinbergmedia.github.io/vst3_dev_portal/pages/index.html","breadcrumbs":"Getting Started » VST 3 Links » Online Documentation","id":"159","title":"Online Documentation"},"16":{"body":"There are different use cases you can realize by using the VST 3 SDK : You are a plug-in developer and you want to create audio FX or instrument plug-ins which can be included and used in a VST 3 host application. an audio FX plug-in is an audio processor effect taking audio as input and creating audio as output: such as Delay , Phaser , Compressor , Reverb , … an instrument plug-in is a sound/audio generator, taking as input note events and creating audio as output: such as emulations of well-known hardware synths. There are 2 kinds of instrument plug-ins: virtual sample-based (using audio samples as the basis for sound generation) and virtual synth (using different types of synthesis: physical modelling, additive, subtractive, FM, sample-based, …) You are a host developer and you want to load in your application VST 3 plug-ins: audio FX and/or instruments plug-ins.","breadcrumbs":"What is VST? » Use cases » Why use VST 3 SDK?","id":"16","title":"Why use VST 3 SDK?"},"160":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, submit bug reports, request new features and connect to other VST 3 developers: https://sdk.steinberg.net","breadcrumbs":"Getting Started » VST 3 Links » VST 3 Forum","id":"160","title":"VST 3 Forum"},"161":{"body":"When you download the VST 3 SDK , the last official release version of VSTGUI is included, but you can get it (the release and the development branches) from github: https://github.com/steinbergmedia/vstgui","breadcrumbs":"Getting Started » VST 3 Links » VSTGUI","id":"161","title":"VSTGUI"},"162":{"body":"Here, you can find some links to external resource about VST 3 , DSP and Plug-ins development: Category Links YouTube • ADC 2020 : Support of MIDI2 and MIDI-CI in VST 3 instruments, Arne Scheffler and Janne Roeper getting_started_vid_1 • ADC 2017 : VST 3 history, advantages and best practice, Yvan Grabit getting_started_vid_2 • ADC 2016 : The Golden Rules of Audio Programming, Pete Goodliffe • How to setup the VST 3 SDK's Sample Plug-in Projects Forums / Mailing List • KVRAudio Forum : DSP and Plug-in Development • music-dsp mailing list at columbia.edu • music-dsp Web • Sursound mailing list at Virginia Tech • DSP Stack Overflow : DSP Developer community • Stack Overflow : Developer community Tools / Libraries • MATLAB® : Audio Plug-in Creation and Hosting • Blender : A free and open source 3D creation suite • Armadillo : C++ library for linear algebra & scientific computing • lapack++ : Linear Algebra PACKage in C++ • dlib : Dlib is a modern C++ toolkit • Intel MKL : Intel® Math Kernel Library • CMSIS-DSP : CMSIS-DSP is an optimized compute library for Arm CPU (filtering, mathematics,...) Books • DSP related.com : Articles, news, and blogs about basic and modern DSP topics • Introduction to Signal Processing by Sophocles J. Orfanidis • DSP Guide by Steven W. Smithn (The Scientist and Engineer's Guide to Digital Signal Processing) • Online Books by Julius O. Smith III (Mathematics of the Discrete Fourier Transform (DFT), Introduction to Digital Filters, Physical/Spectral Audio Signal Processing) • Seeing Circles, Sines, and Signals : A visual and interactive introduction to DSP • The ART of VA Filter Design by Vadim Zavalishin (theoretical and practical aspects of the virtual analog filter design in the music DSP context) • Stackoverflow - The Definitive C++ Book Guide and List : Nice list of C++ books (for beginner to advanced levels) Conferences • ADC : Audio Developer Conference by Roli • DAFx : Digital Audio Effects • ICASSP : International Conference on Acoustics, Speech, and Signal Processing • ISMIR : International Society for Music Information Retrieval Other • VST on wikipedia • VST Story Interview • Steinberg Media Technologies getting_started_vid_3","breadcrumbs":"Getting Started » VST 3 Links » External Links to VST 3, DSP, Conferences and Plug-ins development","id":"162","title":"External Links to VST 3, DSP, Conferences and Plug-ins development"},"163":{"body":"/ VST Home / Getting Started On this page: Get the source code From the downloaded vstsdk.zip file From GitHub: Get an IDE for development For Windows For MacOS For Linux Package Requirements Get cmake Get a VST 3 host application Related pages: VST 3 Links Using cmake for building VST 3 plug-ins In order to build VST 3 plug-ins, you need the source code of the VST 3 (interface definition), an IDE/compiler, cmake and a VST 3 host application.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » How to setup up my system for VST 3","id":"163","title":"How to setup up my system for VST 3"},"164":{"body":"","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get the source code","id":"164","title":"Get the source code"},"165":{"body":"Download the VST 3 SDK : check VST 3 SDK Download . Unpack the zip file to a development folder on your computer.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » From the downloaded vstsdk.zip file","id":"165","title":"From the downloaded vstsdk.zip file"},"166":{"body":"git clone --recursive https://github.com/steinbergmedia/vst3sdk.git","breadcrumbs":"Getting Started » How to set up my system for VST 3 » From GitHub:","id":"166","title":"From GitHub:"},"167":{"body":"","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get an IDE for development","id":"167","title":"Get an IDE for development"},"168":{"body":"On Windows , we recommend that you to use Visual Studio C++ or Visual Studio Code . You can get it for free here https://visualstudio.microsoft.com/free .","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For Windows","id":"168","title":"For Windows"},"169":{"body":"On MacOS, a first choice is Xcode (available here https://developer.apple.com/xcode/ ).","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For MacOS","id":"169","title":"For MacOS"},"17":{"body":"By using VST 3 SDK directly: you are sure to be compliant with the VST 3 format. developing your plug-in based on the VST 3 format allows you to support easily new VST 3 features that improve the integration of these plug-ins inside a DAW. Some 3rd party SDKs use only a common layer between all plug-in formats, limiting in this way the possibility for a better integration, for example exclusive VST 3 features: context menu dirty state loading differentially a preset or a project note expression see other benefits of VST 3 you get optimal integration of the VSTGUI tool with VST 3 it includes the major plug-in format wrappers: AAX , AUv3 , AU , VST 2 (deprecated) the included Validator allows you to check your plug-in's conformity to the VST 3 standard","breadcrumbs":"What is VST? » Use cases » Advantages of using VST 3 SDK","id":"17","title":"Advantages of using VST 3 SDK"},"170":{"body":"In order to build the SDK successfully, you need an Ubuntu-based Linux distribution. Other distributions might work as well, but are not tested. Download Linux: http://www.ubuntu.com or https://www.linuxmint.com Install it directly or in a virtual machine like Parallels. We used and tested on Ubuntu 22.04 LTS.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For Linux","id":"170","title":"For Linux"},"171":{"body":"Building the SDK examples requires installation of several packages: Required: sudo apt-get install cmake gcc \"libstdc++6\" libx11-xcb-dev libxcb-util-dev libxcb-cursor-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev libfontconfig1-dev libcairo2-dev libgtkmm-3.0-dev libsqlite3-dev libxcb-keysyms1-dev ⓘ Note On Raspbian/Debian, replace \"libxcb-util-dev\" with \"libxcb-util0-dev\" Optional: sudo apt-get install subversion git ninja-build A recommended IDE (optional): QTCreator sudo apt-get install qtcreator ⓘ Note You can also use the bash file \"setup_linux_packages_for_vst3sdk.sh\" included in the VST3_SDK/tools folder! ⓘ Note Instead of gcc compiler, a recent version of clang compiler will also work! libgtkmm3 is required for VSTGUI and the editorhost example! Jack Audio is required for audiohost example!","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Package Requirements","id":"171","title":"Package Requirements"},"172":{"body":"In order to control the compilation process and create an IDE project, VST 3 SDK uses the open-source and cross-platform tool cmake . You can download cmake here: https://cmake.org/download/ or use a package manager for your OS (Linux). You can use it as a command line tool or use the cmake executable with GUI. cmake-gui is included in the cmake package: getting_started_1 Specific on Windows You have to adapt your Windows right access to allow creation of symbolic links for VST 3 plug-ins: Check HERE!","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get cmake","id":"172","title":"Get cmake"},"173":{"body":"You can use your favorite VST 3 host application, see here for some examples, or you can use the VST 3 Plug-in Test Host application included in the VST 3 SDK .","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get a VST 3 host application","id":"173","title":"Get a VST 3 host application"},"174":{"body":"/ VST Home / Getting Started Generated VST 3 Microsoft Visual Studio Projects using the cmake included in the SDK will create by default symbolic links for each built plug-in in the official VST 3 folder ( C:\\Program Files\\Common Files\\VST3 ). In this folder it is not directly possible to write these symbolic links if you are allowed to do this (not Administrator for example), to solve this problem you have 3 solutions:","breadcrumbs":"Getting Started » Preparation on Windows » Preparation on Windows","id":"174","title":"Preparation on Windows"},"175":{"body":"If you do not want to create these links, call cmake with this parameter: -DSMTG_CREATE_PLUGIN_LINK=0","breadcrumbs":"Getting Started » Preparation on Windows » Solution 1","id":"175","title":"Solution 1"},"176":{"body":"You could choose (which is the default) the new user location for VST 3 plug-ins which should have no right access issue as normal user, call cmake with this parameter: -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1","breadcrumbs":"Getting Started » Preparation on Windows » Solution 2","id":"176","title":"Solution 2"},"177":{"body":"In order to allow create these symbolic links on Windows you have to adapt the Group Policy of Windows which is only available by default in Windows Pro but not in Windows Home . In Windows Home you have to install it before changing the right access to this folder ( C:\\Program Files\\Common Files\\VST3 ). For this there are some internet webpages showing you how to do this, for example this one: https://www.itechtics.com/enable-gpedit-msc-windows-11 . As soon as the group Policy editor is available you have to start it by: Enter run in the Windows search field and start the run App and enter gpedit.msc or Enter Edit group policy in the Windows search field: getting_started_2 Now the Local Group Policy Editor is started: Navigate to: Computer Configuration => Windows Settings => Security Settings =>Local Policies => User Rights Assignment => Create symbolic links Here, you can set which users can create symbolic links, add your user name. getting_started_3","breadcrumbs":"Getting Started » Preparation on Windows » Solution 3","id":"177","title":"Solution 3"},"178":{"body":"/ VST Home On this page: Building the examples included in the SDK Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux Using cmake for building VST 3 plug-ins Generate a new plug-in with the Project Generator App Code your first plug-in Use VSTGUI to design a User Interface Data Exchange Advanced VST 3 techniques How to use the silence flags Guideline for replacing a VST 2 plug-in by a VST 3 plug-in Strings Conversion Helper Creating a cmake plug-in project from scratch Creating a plug-in with VST 3 SDK as an external project Switching to another VSTGUI submodule or branch Tutorials on Youtube from 3rd Party developers How to setup the VST 3 SDK's Sample Plugin Projects VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in Building Your First Audio Plug-in (Windows 10) Building Your First Audio Plug-in (macOS) Building Your First Audio Plug-in (Linux Ubuntu) The tutorials explain common techniques and best practices for building your plug-ins. By following the instruction step by step you will learn how to develop VST 3 plug-ins. ⓘ Note This section is under construction and will be extended inthe future with new tutorials.","breadcrumbs":"Tutorials » Tutorials","id":"178","title":"Tutorials"},"179":{"body":"","breadcrumbs":"Tutorials » Building the examples included in the SDK","id":"179","title":"Building the examples included in the SDK"},"18":{"body":"Name Companies Link ACID Pro MAGIX Software GmbH https://www.magix.com Acoustica Acon Digital https://acondigital.com Audacity Audacity Team https://www.audacityteam.org Audition Adobe https://www.adobe.com Bidule Plogue Art et Technologie, Inc. https://www.plogue.com Bitwig Bitwig GmbH https://www.bitwig.com Camelot Audio Modeling https://audiomodeling.com Cantabile Topten Software https://www.cantabilesoftware.com Catalyst Toneworks https://toneworks.io/ Cross DJ MixVibes https://www.mixvibes.com Cubase Steinberg Media Technologies GmbH https://new.steinberg.net/cubase DaVinci Resolve Blackmagic Design https://www.blackmagicdesign.com/products/davinciresolve Decibel Process Audio https://process.audio deCoda zplane https://products.zplane.de/products/decoda Digital Performer MOTU https://motu.com/en-us/products/software/dp Dime time offaudio https://timeoff.audio Dorico Steinberg Media Technologies GmbH https://new.steinberg.net/dorico Entonal Studio Node Audio https://entonal.studio FL Studio ImageLine https://www.image-line.com Fluid Chords Pitch Innovations https://www.pitchinnovations.com Freestyle Suite New Sonic Arts https://www.newsonicarts.com Gig Performer Deskew Technologies https://gigperformer.com Komplete Kontrol Vienna Symphonic Library GmbH https://www.native-instruments.com KSHMR Chain Excite Audio https://www.excite-audio.com Live Ableton AG https://www.ableton.com/en/live Maschine Native Instruments https://www.native-instruments.com Max Cycling 74 https://cycling74.com Metro Sagan Technology https://sagantech.com Mixcraft Acoustica https://acoustica.com MultitrackStudio Bremmers Audio Design https://www.multitrackstudio.com Music Maker Plus MAGIX Software GmbH https://www.magix.com Nuendo Steinberg Media Technologies GmbH https://new.steinberg.net/nuendo Orb Composer Pro Hexachords https://hexachords.com Overture Sonic Scores https://sonicscores.com OwlPlug OwlPlug https://owlplug.com Qtractor rncbc https://qtractor.org Reaper Reaper https://www.reaper.fm Reason + Reason Studios https://reasonstudios.com Re:Cycle Digital Brain Instruments https://www.digitalbrain-instruments.com RipX DeepAudio Hit’n’Mix Ltd https://hitnmix.com Samplitude MAGIX Software GmbH https://www.magix.com Serato Studio 2 Serato https://serato.com Sonar Bandlab/Cakewalk https://www.bandlab.com/products/cakewalk Sound Forge Audio Studio MAGIX Software GmbH https://www.magix.com Sound Trajectory 2 TripinLab https://www.tripinlab.com Soundop Ivosight Software Inc. https://ivosight.com SpectraLayers Steinberg Media Technologies GmbH https://www.steinberg.net/spectralayers Studio One PreSonus Software Ltd https://www.presonus.com/products/Studio-One Superplugin DDMF https://ddmf.eu TS2 Ircam Lab https://www.ircamlab.com Vienna MIR PRO 3D Vienna Symphonic Library GmbH https://www.vsl.co.at VoxPat Pro Digital Brain Instruments https://www.digitalbrain-instruments.com/ VST Live Steinberg Media Technologies GmbH https://www.steinberg.net/vst-live VST Rack Pro Yamaha Corporation https://europe.yamaha.com/en/products/proaudio/software/vst_rack/index.html Waveform Tracktion Software Corporation https://www.tracktion.com Wavelab Steinberg Media Technologies GmbH https://new.steinberg.net/wavelab Zrythm DAW Zrythm https://www.zrythm.org","breadcrumbs":"What is VST? » Use cases » Examples of VST 3 host applications (05/10/2023)","id":"18","title":"Examples of VST 3 host applications (05/10/2023)"},"180":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on Windows","id":"180","title":"Building the examples included in the SDK on Windows"},"181":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on macOS","id":"181","title":"Building the examples included in the SDK on macOS"},"182":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on Linux","id":"182","title":"Building the examples included in the SDK on Linux"},"183":{"body":"Link This tutorial explains how to use cmake with VST 3 SDK .","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins","id":"183","title":"Using cmake for building VST 3 plug-ins"},"184":{"body":"Link This tutorial explains how to create a new audio plug-in by using the VST 3 Project Generator included in the VST 3 SDK .","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App","id":"184","title":"Generate a new plug-in with the Project Generator App"},"185":{"body":"Link Following the previous tutorial Generate a new plug-in with the Project Generator App , this tutorial explains how to code an audio plug-in and how to add some basic features.","breadcrumbs":"Tutorials » Code your first plug-in","id":"185","title":"Code your first plug-in"},"186":{"body":"Link This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to create stunning user interfaces for your plug-in.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface","id":"186","title":"Use VSTGUI to design a User Interface"},"187":{"body":"Link This tutorial explains how to send data from the realtime process to the edit controller.","breadcrumbs":"Tutorials » Data Exchange","id":"187","title":"Data Exchange"},"188":{"body":"Link In this tutorial, you will learn: How to add nearly sample-accurate parameter changes to an audio effect How to use C++ templates to write one algorithm supporting 32 bit and 64 bit audio processing How to set the state of the audio effect in a thread safe manner","breadcrumbs":"Tutorials » Advanced VST 3 techniques","id":"188","title":"Advanced VST 3 techniques"},"189":{"body":"Link This tutorial explains how to use silence flags.","breadcrumbs":"Tutorials » How to use the silence flags","id":"189","title":"How to use the silence flags"},"19":{"body":"/ VST Home On this page: 1. Improved Performance with the Silence Flag 2. Multiple Dynamic I/Os 3. Sample-accurate Automation 4. Logical Parameter Organization 5. Resizeable UI Editor 6. Mouse Over Support 7. Context Menu Support 8. Channel Context Information 9. Note Expression 10. 3D Audio Support 11. Factory Concept 12. Support Remote control Representation 13. Others Related pages: What is the VST 3 SDK? Here, you can find a non-exhaustive list of VST 3 benefits. VST 3 is a general rework of the long-serving VST plug-in interface (VST 1 & VST 2) . It is not compatible with the older VST (1 & 2) versions, but it includes some new features and possibilities. We have redesigned the API to make it not only far easier and more reliable for developers to work with, but have also provided completely new possibilities for plug-ins. These include:","breadcrumbs":"Main benefits of VST 3 » Main benefits of VST 3","id":"19","title":"Main benefits of VST 3"},"190":{"body":"Link This guideline explains what could be done for creating a VST 3 plug-in replacing an old VST 2 plug-in.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in","id":"190","title":"Guideline for replacing a VST 2 plug-in by a VST 3 plug-in"},"191":{"body":"Link The SDK provides some helpers functions to convert from UTF16 (use in VST 3 interfaces) to UTF8 (used by std::string).","breadcrumbs":"Tutorials » Strings Conversion Helper","id":"191","title":"Strings Conversion Helper"},"192":{"body":"Link This tutorial provides a step-by-step guide for building a VST 3 plug-in's CMakeLists.txt from scratch.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch","id":"192","title":"Creating a cmake plug-in project from scratch"},"193":{"body":"Link This is a simple Hello World VST 3 SDK plug-in to demonstrate how to use the VST 3 SDK as an external project.","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project","id":"193","title":"Creating a plug-in with VST 3 SDK as an external project"},"194":{"body":"Link Sometimes it is necessary to switch to another VSTGUI submodule or branch for testing purpose. This tutorial explains how to do that.","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch","id":"194","title":"Switching to another VSTGUI submodule or branch"},"195":{"body":"","breadcrumbs":"Tutorials » Tutorials on Youtube from 3rd Party developers","id":"195","title":"Tutorials on Youtube from 3rd Party developers"},"196":{"body":"https://www.youtube.com/watch?v=004zcWwgi1A","breadcrumbs":"Tutorials » How to setup the VST 3 SDK's Sample Plugin Projects","id":"196","title":"How to setup the VST 3 SDK's Sample Plugin Projects"},"197":{"body":"https://www.youtube.com/watch?v=zdgytoRLKj0","breadcrumbs":"Tutorials » VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in","id":"197","title":"VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in"},"198":{"body":"https://www.youtube.com/watch?v=4MQZyZKOPPM","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (Windows 10)","id":"198","title":"Building Your First Audio Plug-in (Windows 10)"},"199":{"body":"https://www.youtube.com/watch?v=Twcx6Sd6HBw","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (macOS)","id":"199","title":"Building Your First Audio Plug-in (macOS)"},"2":{"body":"Virtual Studio Technology ( VST ) is an audio plug-in software interface that facilitates the integration of software synthesizers and effects in digital audio workstations (DAW). Use cases","breadcrumbs":"VST » What is VST?","id":"2","title":"What is VST?"},"20":{"body":"Managing large plug-in sets and multiple virtual instruments on typical studio computer systems can often be difficult because of CPU performance limits. VST 3 helps to improve overall performance by applying processing to plug-ins only when audio signals are present on their respective inputs. Instead of always processing input signals, VST 3 plug-ins can apply their processing economically and only when it is needed.","breadcrumbs":"Main benefits of VST 3 » 1. Improved Performance with the Silence Flag","id":"20","title":"1. Improved Performance with the Silence Flag"},"200":{"body":"https://www.youtube.com/watch?v=jXryyxEsFag","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (Linux Ubuntu)","id":"200","title":"Building Your First Audio Plug-in (Linux Ubuntu)"},"201":{"body":"/ VST Home / Tutorials On this page: Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK","id":"201","title":"Building the examples included in the SDK"},"202":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on Windows.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows","id":"202","title":"Building the examples included in the SDK on Windows"},"203":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on macOS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS","id":"203","title":"Building the examples included in the SDK on macOS"},"204":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on Linux.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux","id":"204","title":"Building the examples included in the SDK on Linux"},"205":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on Windows Building using cmake-gui","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Building the examples included in the SDK on Windows","id":"205","title":"Building the examples included in the SDK on Windows"},"206":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Goal","id":"206","title":"Goal"},"207":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Part 1: Getting and installing the VST 3 SDK","id":"207","title":"Part 1: Getting and installing the VST 3 SDK"},"208":{"body":"Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: cmake.exe -G \"Visual Studio 17 2022\" -A x64 ../vst3sdk\nor without symbolic links\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 ../vst3sdk-DSMTG_CREATE_PLUGIN_LINK=0 ⓘ Note You can find the string definition for different Visual Studio Generators in the cmake online documentation ( https://cmake.org/documentation/ ) You have to adapt your Windows right access to allow creation of symbolic links for VST3 plug-ins: Check HERE! Build the plug-in (you can use Visual Studio too): msbuild.exe vstsdk.sln\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Part 2: Building the examples on Windows","id":"208","title":"Part 2: Building the examples on Windows"},"209":{"body":"Start the cmake-gui application which is part of the cmake installation ( https://cmake.org/download/ ) tutorials_1 Browse Source... : select the folder VST3_SDK Browse Build... : select a folder where the outputs (projects/...) will be created. Typically a folder named build You can check the SMTG Options Press Configure and choose the generator in the window that opens: for example \" Visual Studio 17 2022 \" tutorials_2 Press Generate to create the project Open your targeted IDE, and compile the solution/project.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Building using cmake-gui","id":"209","title":"Building using cmake-gui"},"21":{"body":"VST 3 plug-ins are no longer limited to a fixed number of inputs and outputs, and their I/O configuration can dynamically adapt to the channel configuration. Side-chains are also very easily realizable. This includes the possibility to deactivate unused busses after loading and even reactivate those when needed. This cleans up the mixer and further helps to reduce CPU load.","breadcrumbs":"Main benefits of VST 3 » 2. Multiple Dynamic I/Os","id":"21","title":"2. Multiple Dynamic I/Os"},"210":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on macOS","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Building the examples included in the SDK on macOS","id":"210","title":"Building the examples included in the SDK on macOS"},"211":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Goal","id":"211","title":"Goal"},"212":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Part 1: Getting and installing the VST 3 SDK","id":"212","title":"Part 1: Getting and installing the VST 3 SDK"},"213":{"body":"Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: For XCode: cmake -GXcode ../vst3sdk Without XCode (here debug variant): cmake -DCMAKE_BUILD_TYPE=Debug ../ Build the plug-in (you can use XCode too): xcodebuild\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Part 2: Building the examples on macOS","id":"213","title":"Part 2: Building the examples on macOS"},"214":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on Linux","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Building the examples included in the SDK on Linux","id":"214","title":"Building the examples included in the SDK on Linux"},"215":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Goal","id":"215","title":"Goal"},"216":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Part 1: Getting and installing the VST 3 SDK","id":"216","title":"Part 1: Getting and installing the VST 3 SDK"},"217":{"body":"Install the required packages: Required packages Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: cmake ../vst3sdk Build the plug-in: make\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Part 2: Building the examples on Linux","id":"217","title":"Part 2: Building the examples on Linux"},"218":{"body":"/ VST Home / Tutorials On this page: Goal CMake for building VST 3 plug-ins Command line for Windows Command line for macOS On Linux with QtCreator Use of cmake-gui Available SMTG cmake options Using your IDE for compiling the examples Related pages: How to set up my system for VST 3 Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Using cmake for building VST 3 plug-ins","id":"218","title":"Using cmake for building VST 3 plug-ins"},"219":{"body":"This tutorial explains how to use cmake with VST 3 SDK .","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Goal","id":"219","title":"Goal"},"22":{"body":"VST 3 also features vastly improved parameter automation with sample accuracy and support for ramped automation data, allowing completely accurate and rapid parameter automation changes.","breadcrumbs":"Main benefits of VST 3 » 3. Sample-accurate Automation","id":"22","title":"3. Sample-accurate Automation"},"220":{"body":"The SDK provides a set of cmake files allowing you to compile the included samples and to develop new plug-ins. Download cmake from: https://cmake.org or use a package manager for your OS (See How to set up my system for VST 3 ). You can use the command line or the cmake editor ( cmake-gui ).","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » CMake for building VST 3 plug-ins","id":"220","title":"CMake for building VST 3 plug-ins"},"221":{"body":"Example for building Microsoft Studio 17 2022 solution: // go in to the folder where you extracted the VST 3 SDK\nmkdir build\ncd build\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\"\n// or without symbolic links\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\" -DSMTG_CREATE_PLUGIN_LINK=0 // or with symbolic links but using the user location (enable by default), it does not request admin right\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\" -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1 // note: you can find the string definition for different Visual Studio Generators in the cmake online documentation","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Command line for Windows","id":"221","title":"Command line for Windows"},"222":{"body":"Example for building Xcode project: // go in to the folder where you extracted the VST 3 SDK\nmkdir build\ncd build\n/Applications/CMake.app/Content/bin/cmake -G\"Xcode\" \"../vst3sdk\"","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Command line for macOS","id":"222","title":"Command line for macOS"},"223":{"body":"You can use QtCreator 2.3.1 (or higher) start QtCreator 2.3.2 open the CMakeLists.txt located at the top of the VST3_SDK folder click on the menu Build->Run CMake","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » On Linux with QtCreator","id":"223","title":"On Linux with QtCreator"},"224":{"body":"start the CMake (cmake-gui) application set Where is the source code to the location of the VST3_SDK folder set Where to build the binaries to a build folder of yourchoice click on Configure click on Generate for creating project/solution tutorials_3 Example of cmakegui application on Windows Compile with cmake command line cd build\ncmake --build Choose a specific compiler with cmake (command line on Linux) cmake -DCMAKE_C_COMPILER=/usr/bin/clang-DCMAKE_CXX_COMPILER=/usr/bin/clang++ // or cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-DCMAKE_CXX_COMPILER=/usr/bin/g++","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Use of cmake-gui","id":"224","title":"Use of cmake-gui"},"225":{"body":"SMTG_AAX_SDK_PATH : Here, you can define where the AAX SDK is located (if needed) SMTG_ENABLE_VST3_HOSTING_EXAMPLES : Enable VST 3 Hosting Examples (default ON) SMTG_ENABLE_VST3_PLUGIN_EXAMPLES : Enable VST 3 Plug-in Examples (default ON) SMTG_ENABLE_VSTGUI_SUPPORT : Enable VSTGUI Support (default ON) SMTG_BUILD_UNIVERSAL_BINARY : Build universal binary (32 & 64 bit) (Mac only) SMTG_COREAUDIO_SDK_PATH : Here, you can define where the COREAUDIO SDK is located (Mac only, if needed) SMTG_CREATE_BUNDLE_FOR_WINDOWS : Create bundle on Windows for the VST 3 plug-ins (new since 3.6.10! Windows only) (default ON) SMTG_CREATE_MODULE_INFO : Create the moduleinfo.json file (default ON) SMTG_CREATE_PLUGIN_LINK : Create symbolic link for each VST 3 plug-in in ${VST3_FOLDER_NAME} folder (you need to have Administrator rights on Windows or change the Local Group Policy to allow the creation of symbolic links) (default ON) SMTG_CREATE_VST2_AGAIN_SAMPLE_VERSION : Allows you to create the VST 2 version of the Sample Plug-in AGain, be sure that you have copied the VST 2 interfaces into the folder VST_SDK/VST3_SDK/pluginterfaces/vst2.x (default OFF) SMTG_CUSTOM_BINARY_LOCATION : Customize output location for binaries SMTG_CXX_STANDARD : C++ standard version used for plugins: 14, 17, 20 SMTG_ENABLE_ADDRESS_SANITIZER : Enable Address Sanitizer SMTG_ENABLE_TARGET_VARS_LOG : Enables to log target variables for debugging (new since 3.6.11!) (default OFF) SMTG_ENABLE_USE_OF_JACK : Allows you to create the audiohost application using Jack (default OFF) SMTG_MDA_VST3_VST2_COMPATIBLE : Build the MDA examples as a replacement for their VST 2 counterpart (default ON) SMTG_IOS_DEVELOPMENT_TEAM : Needed for building the InterAppAudio and AUv3 examples for iOS (Mac only) SMTG_MYPLUGINS_SRC_PATH : Here, you can add your VST 3 plug-ins folder SMTG_PLUGIN_TARGET_PATH : Here, you can redefine the VST 3 plug-ins folder SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON : use FOLDERID_UserProgramFilesCommon as VST 3 target path (Windows only) (default ON) SMTG_RENAME_ASSERT : Rename ASSERT to SMTG_ASSERT to avoid conflicts with 3rd party libraries (default ON) SMTG_RUN_VST_VALIDATOR : Run the VST validator on VST 3 plug-ins each time they are built (default ON) SMTG_USE_STATIC_CRT : Use static CRuntime on Windows (option /MT) (default OFF: /MD is used) (Windows only)","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Available SMTG cmake options","id":"225","title":"Available SMTG cmake options"},"226":{"body":"Solution/project (vstsdk.sln/vstsdk.xcodeproj) is generated in the \"build\" folder. The created plug-ins are located in the \"build\" folder, in sub-folders /VST3/Release or /VST3/Debug . In order to allow a DAW to find these plug-ins you have to create links from the official VST 3 Locations to them.","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Using your IDE for compiling the examples","id":"226","title":"Using your IDE for compiling the examples"},"227":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Using the VST 3 plug-in Project Generator application","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Generate a new plug-in with the Project Generator App","id":"227","title":"Generate a new plug-in with the Project Generator App"},"228":{"body":"This tutorial explains how to create a new audio plug-in by using the VST 3 Project Generator included in the VST 3 SDK and how to add some basic features. The artifact will be an audio plug-in that can compute a gain to an audio signal and can be loaded into VST 3 hosts like Cubase , WaveLab , ...","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Goal","id":"228","title":"Goal"},"229":{"body":"For downloading the SDK, see the section \" How to set up my system for VST 3 \". You have the following possibilities to start a new project: You can use the helloworld template . Or, which is easier and recommended , you can use the VST 3 Project Generator application included in the VST 3 SDK . The following steps show how to use it.","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Part 1: Getting and installing the VST 3 SDK","id":"229","title":"Part 1: Getting and installing the VST 3 SDK"},"23":{"body":"The VST 3 plug-in parameters are displayed in a tree structure. Parameters are grouped into sections which represent the structure of the plug-in. Plug-ins can communicate their internal structure for the purpose of overview, but also for some associated functionality (e.g. program lists). Parameters like “Cutoff” and “Resonance” could be grouped into a section called “Filter” . This makes searching for a certain parameters easier, such as on an automation track. This also allows for assigning a group of parameters to a specific MIDI Channel input and audio output bus.","breadcrumbs":"Main benefits of VST 3 » 4. Logical Parameter Organization","id":"23","title":"4. Logical Parameter Organization"},"230":{"body":"The VST3 Project Generator application included in the VST 3 SDK is available for Windows and for macOS. Start the application located in the VST3_Project_Generator folder of the VST 3 SDK . Check that the Preferences tab has the required information: see Setting the Preferences . In the Create Plug-in Project tab you have to enter information about the plug-in that you want create: tutorials_4 Check the Create Plug-in Project tab of the VST 3 Project Generator dialog for more detailed documentation. Once you have entered all information, click Create . A script is started which creates a project with updated files in the Output directory. After this step, the IDE ( Visual Studio or XCode ) is launched. Compile the project and test your new plug-in. The plug-in is created in the Output Directory , in order to make it visible to a VST 3 host you may have to copy or symbolic-link it to the official VST 3 Locations / Format . For example, if you chose Audio Effect as Type, a simple Stereo→Stereo plug-in is created. A good way to understand how a VST 3 plug-in works is to add breakpoints in each function in the processor and controller files: tresult PLUGIN_API MyPluginController::initialize (FUnknown*context);\ntresult PLUGIN_API MyPluginController::terminate ();\n//...\ntresult PLUGIN_API MyPluginProcessor::initialize (FUnknown*context);\n//... and start a VST 3 host from the debugger. That´s it, now you could start to code, see next tutorial Code your first plug-in .","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Part 2: Using the VST 3 plug-in Project Generator application","id":"230","title":"Part 2: Using the VST 3 plug-in Project Generator application"},"231":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Coding your plug-in Add a parameter: Gain Add the process applying the gain Add store/restore state Part 2: Advanced Steps Add an Event Input Add a mono audio Side-chain","breadcrumbs":"Tutorials » Code your first plug-in » Code your first Plug-in","id":"231","title":"Code your first Plug-in"},"232":{"body":"Following the previous tutorial Generate a new plug-in with the Project Generator App , this tutorial explains how to code an audio plug-in and how to add some basic features. The artifact will be an audio plug-in that can compute a gain to an audio signal and can be loaded into VST 3 hosts like Cubase , WaveLab , ...","breadcrumbs":"Tutorials » Code your first plug-in » Goal","id":"232","title":"Goal"},"233":{"body":"Now you have an automatically generated frame for your plug-in. The following sections explain how to add a new parameter, its associated processing algorithm, and other specific features like saving/loading project or presets, creating a dedicated user interface, etc. A VST 3 plug-in contains two main classes: its PlugProcessor (performing the processing and persistence) and its PlugController (taking care of communication with the DAW, handling parameters and the UI).","breadcrumbs":"Tutorials » Code your first plug-in » Part 1: Coding your plug-in","id":"233","title":"Part 1: Coding your plug-in"},"234":{"body":"In this basic plug-in example, we will add a Gain parameter which modifies the volume of the audio going through the plug-in. For this, each VST 3 parameter requires a unique identifier (a number). Open the file plugids.h and enter a new id kParamGainId . In this example, assign the unique number 102 for example. plugids.h #include \"pluginterfaces/vst/vsttypes.h\" enum GainParams : Steinberg::Vst::ParamID\n{ kParamGainId = 102, // should be a unique id...\n}; Open the plugcontroller.cpp file, and add the gain parameter with the parameters.addParameter plugcontroller.cpp // Include the file where some ids are defined\n#include \"plugids.h\" //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugController::initialize (FUnknown*context)\n{ tresult result = EditController::initialize (context); if (result != kResultOk) { return result; } //---Create Parameters------------ parameters.addParameter (STR16 (\"Gain\"), STR16 (\"dB\"), 0, .5, Vst::ParameterInfo::kCanAutomate, GainParams::kParamGainId, 0); return kResultTrue;\n} ⓘ Note We add the flag kCanAutomate which informs the DAW/host that this parameter can be automated. A VST 3 parameter is always normalized (its value is a floating point value between [0.0, 1.0] ), here its default value is set to 0.5 . Now adapt the processor part for this new parameter. Open the file plugprocessor.h and add a gain value Vst::ParamValue mGain . This value is used for the processing to apply the gain. plugprocessor.h // ... static FUnknown* createInstance (void*)\n{ return (Steinberg::Vst::IAudioProcessor*)new PlugProcessor ();\n}\nprotected: Steinberg::Vst::ParamValue mGain = 1.;\n// ...","breadcrumbs":"Tutorials » Code your first plug-in » Add a parameter: Gain","id":"234","title":"Add a parameter: Gain"},"235":{"body":"We need to set our internal mGain with its required value from the host. This is the first step of the process method. Parse the parameter change coming from the host in the structure data.inputParameterChanges for the current audio block to process. ⓘ Be sure to add #include \"public.sdk/source/vst/vstaudioprocessoralgo.h at top of the file plugprocessor.cpp ! This includes some helpers to access audio buffer. plugprocessor.cpp #include \"pluginterfaces/vst/ivstparameterchanges.h\"\n#include \"public.sdk/source/vst/vstaudioprocessoralgo.h\" //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (Vst::ProcessData&data)\n{ //--- First: Read inputs parameter changes----------- if (data.inputParameterChanges) { // for each parameter defined by its ID int32 numParamsChanged = data.inputParameterChanges->getParameterCount (); for (int32 index = 0; index < numParamsChanged; index++) { // for this parameter we could iterate the list of value changes (could 1 per audio block or more!) // in this example, we get only the last value (getPointCount - 1) Vst::IParamValueQueue* paramQueue = data.inputParameterChanges->getParameterData (index); if (paramQueue) { Vst::ParamValue value; int32 sampleOffset; int32 numPoints = paramQueue->getPointCount (); switch (paramQueue->getParameterId ()) { case GainParams::kParamGainId: if (paramQueue->getPoint (numPoints - 1, sampleOffset, value) == kResultTrue) mGain = value; break; } } } } // ....\n} ⓘ Note data.inputParameterChanges can include more than 1 change for the same parameter inside a processing audio block. Here we take only the last change in the list and apply it our mGain . The real processing part: plugprocessor.cpp // ... //-- Flush case: we only need to update parameter, noprocessing possible\nif (data.numInputs == 0 || data.numSamples == 0) return kResultOk; //--- Here, you have to implement your processing\nint32 numChannels = data.inputs[0].numChannels; //---get audio buffers using helper-functions(vstaudioprocessoralgo.h)-------------\nuint32 sampleFramesSize = getSampleFramesSizeInBytes(processSetup, data.numSamples);\nvoid** in = getChannelBuffersPointer (processSetup, data.inputs[0]);\nvoid** out = getChannelBuffersPointer (processSetup, data.outputs[0]); // Here could check the silent flags\n// now we will produce the output\n// mark our outputs has not silent\ndata.outputs[0].silenceFlags = 0; float gain = mGain;\n// for each channel (left and right)\nfor (int32 i = 0; i < numChannels; i++)\n{ int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; }\n}\n//... VST 3 includes a way for the host to inform the plug-in that its inputs are silent (using the VST 3 silence flags ): plugprocessor.cpp // Here could check the silent flags\n//---check if silence---------------\n// normally we have to check each channel (simplification)\nif (data.inputs[0].silenceFlags != 0)\n{ // mark output silence too data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; // the plug-in has to be sure that if it sets the flags silence that the output buffer are clear for (int32 i = 0; i < numChannels; i++) { // do not need to be cleared if the buffers are the same (in this case input buffer are // already cleared by the host) if (in[i] != out[i]) { memset (out[i], 0, sampleFramesSize); } } // nothing to do at this point return kResultOk;\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add the process applying the gain","id":"235","title":"Add the process applying the gain"},"236":{"body":"The Processor part represents the state of the plug-in, so it is its job to implement the getState / setState method used by the host to save/load projects and presets. The Controller part gets the Processor state too in its setComponentState method which allows to synchronize its parameters too (used for example by the UI). In the file plugprocessor.cpp , add the mGain value to the state stream given by the host in the getState method which will save it as a project or preset. The helper class IBStreamer could be used for handling the IBStream given by the host. plugprocessor.cpp // add this include at the top of the file\n#include \"base/source/fstreamer.h\" //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::getState (IBStream* state)\n{ // here we need to save the model (preset or project) float toSaveParam1 = mGain; IBStreamer streamer (state, kLittleEndian); streamer.writeFloat (toSaveParam1); return kResultOk;\n} In the setState method, the plug-in receives a new state from the host, it is called after a project or preset is loaded. plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::setState (IBStream* state)\n{ if (!state) return kResultFalse; // called when we load a preset or project, the model has to be reloaded IBStreamer streamer (state, kLittleEndian); float savedParam1 = 0.f; if (streamer.readFloat (savedParam1) == false) return kResultFalse; mGain = savedParam1; return kResultOk;\n} In the setComponentState method, the Controller part of the plug-in receives the same state than the one used in PlugProcessor::setState . PlugController::setComponentState is called just after PlugProcessor::setState . plugcontroller.cpp // add this include at the top of the file\n#include \"base/source/fstreamer.h\" //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugController::setComponentState (IBStream* state)\n{ // Here, you get the state of the component (Processor part) if (!state) return kResultFalse; IBStreamer streamer (state, kLittleEndian); float savedParam1 = 0.f; if (streamer.readFloat (savedParam1) == false) return kResultFalse; // sync with our parameter if (auto param = parameters.getParameter (GainParams::kParamGainId)) param->setNormalized (savedParam1); return kResultOk;\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add store/restore state","id":"236","title":"Add store/restore state"},"237":{"body":"","breadcrumbs":"Tutorials » Code your first plug-in » Part 2: Advanced Steps","id":"237","title":"Part 2: Advanced Steps"},"238":{"body":"In our example we want to modify our current Gain factor with the velocity of a played \"MIDI\" event (noteOn). If you need in your plug-in to receive not only audio but events (like MIDI), you have to add an Event input. For this you just have to add the Event input with addEventInput in the initialize method of the processor: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //.... //---create Event In/Out busses (1 bus with only 1 channel)------ addEventInput (STR16 (\"Event In\"), 1); return kResultOk;\n} ⓘ Note In this example, we add 1 input event bus, receiving only on 1 channel. If you need to receive differentiated events, for example, from different channels, just change it in the following way: addEventInput (STR16 (\"Event In\"), 4); // here 4 channels We create a new internal value mGainReduction (not exported to the host) which is changed by the velocity of a played noteOn , so that the harder you hit the note, the higher is the gain reduction (this is what we want here in this plug-in): plugprocessor.h // ... static FUnknown* createInstance (void*)\n{ return (Steinberg::Vst::IAudioProcessor*)new PlugProcessor ();\n}\nprotected: Steinberg::Vst::ParamValue mGain= 1.; Steinberg::Vst::ParamValue mGainReduction = 0.;\n// ... Now we have to receive the event changes in the process method: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (ProcessData& data)\n{ //--- First: Read inputs parameter changes----------- //... //---Second: Read input events------------- // get the list of all event changes Vst::IEventList* eventList = data.inputEvents; if (eventList) { int32 numEvent = eventList->getEventCount (); for (int32 i = 0; i < numEvent; i++) { Vst::Event event; if (eventList->getEvent (i, event) == kResultOk) { // here we do not take care of the channel info of the event switch (event.type) { //---------------------- case Vst::Event::kNoteOnEvent: // use the velocity as gain modifier: a velocity max (1) will lead to silent audio mGainReduction = event.noteOn.velocity; // value between 0 and 1 break; //---------------------- case Vst::Event::kNoteOffEvent: // noteOff reset the gain modifier mGainReduction = 0.f; break; } } } } Make use of this mGainReduction in our real processing part: plugprocessor.cpp //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (Vst::ProcessData&data)\n{ //.... float gain = mGain - mGainReduction; if (gain < 0.f) // gain should always positive or zero gain = 0.f; // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; } } //...\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add an Event Input","id":"238","title":"Add an Event Input"},"239":{"body":"In our example we want to modulate our main audio input with a Side-chain audio input. First, add a new side-chain audio input (busType: kAux ) in the initialize call of our processor: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::initialize (FUnknown*context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //.... //---create Event In/Out busses (1 bus with only 1 channel)------ addEventInput (STR16 (\"Event In\"), 1); // create a Mono SideChain input bus addAudioInput (STR16 (\"Mono Aux In\"), Steinberg::Vst::SpeakerArr::kMono, Steinberg::Vst::kAux, 0); return kResultOk;\n} We want to be sure that our side-chain is handled as mono input. For this we need to overwrite the AudioEffect::setBusArrangements function: plugprocessor.h //-----------------------------------------------------------------------\nclass PlugProcessor: public AudioEffect\n{\npublic: PlugProcessor (); //... // overwrite this function Steinberg::tresult PLUGIN_API setBusArrangements (Steinberg::Vst::SpeakerArrangement* inputs, Steinberg::int32 numIns, Steinberg::Vst::SpeakerArrangement* outputs, Steinberg::int32 numOuts) SMTG_OVERRIDE; //...\n}; plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::setBusArrangements(Vst::SpeakerArrangement* inputs, int32 numIns, Vst::SpeakerArrangement* outputs, int32 numOuts)\n{ // the first input is the Main Input and the second is the SideChain Input // be sure that we have 2 inputs and 1 output if (numIns == 2 && numOuts == 1) { // we support only when Main input has the same number of channel than the output if (Vst::SpeakerArr::getChannelCount (inputs[0]) != Vst::SpeakerArr::getChannelCount (outputs[0])) return kResultFalse; // we are agree with all arrangement for Main Input and output // then apply them getAudioInput (0)->setArrangement (inputs[0]); getAudioOutput (0)->setArrangement (outputs[0]); // Now check if sidechain is mono (we support in our example only mono Side-chain) if (Vst::SpeakerArr::getChannelCount (inputs[1]) != 1) return kResultFalse; // OK the Side-chain is mono, we accept this by returning kResultTrue return kResultTrue; } // we do not accept what the host wants: return kResultFalse ! return kResultFalse;\n} Adapt our process using the side-chain input as modulation: //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (ProcessData& data)\n{ //--- First: Read inputs parameter changes----------- //... //---Second: Read input events------------- //... float gain = mGain - mGainReduction; if (gain < 0.f) // gain should always positive or zero gain = 0.f; void** auxIn = nullptr; // Check if the Side-chain input is activated bool auxActive = false; if (getAudioInput (1)->isActive ()) { auxIn = getChannelBuffersPointer (processSetup, data.inputs[1]); auxActive = true; } if (auxActive) { // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; // Side-chain is mono, so take auxIn[0]: index 0 Vst::Sample32* ptrAux = (Vst::Sample32*)auxIn[0]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply modulation and gain tmp = (*ptrIn++) * (*ptrAux++) * gain; (*ptrOut++) = tmp; } } } else { // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; } } } That´s it!","breadcrumbs":"Tutorials » Code your first plug-in » Add a mono audio Side-chain","id":"239","title":"Add a mono audio Side-chain"},"24":{"body":"VST 3 introduces a new approach to plug-in GUIs through window resizing, allowing for extremely flexible use of valuable screen space.","breadcrumbs":"Main benefits of VST 3 » 5. Resizeable UI Editor","id":"24","title":"5. Resizeable UI Editor"},"240":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Preparation Part 2: Open the VSTGUI/WYSWYG editor Part 3: Parameter Binding Part 4: Creating Custom Views Part 5: Showcase","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Use VSTGUI to design a User Interface","id":"240","title":"Use VSTGUI to design a User Interface"},"241":{"body":"This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to create stunning user interfaces for your plug-in.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Goal","id":"241","title":"Goal"},"242":{"body":"If you have created your project with the VST 3 Project Generator and check the \" Use VSTGUI \" you can directly jump to Part 2 of this tutorial. Before using the inline UI editor, you must make sure that you use the Steinberg::Vst::EditController class as a base of your own edit controller and that you have used the Steinberg::Vst::Parameter class or any subclass of it for your parameters. Otherwise the inline UI editor won't work properly. Next you have to add vstgui to your project. For cmake users, you can just add the vstgui_support library to your target: target_link_libraries(${target} PRIVATE vstgui_support) If you are not using cmake, you have to manually include the following source files to your project: vstgui/vstgui_[ios/mac/linux/win32].[cpp/mm] vstgui/vstgui_uidescription.cpp vstgui/plugin-bindings/vst3editor.cpp After that you have to alter your project settings to add a preprocessor definition to your debug build: VSTGUI_LIVE_EDITING=1 With cmake , this would look like this: target_compile_definitions(${target} PUBLIC$<$:VSTGUI_LIVE_EDITING=1>) Finally, you have to modify your edit controller class to overwrite the createView() method: #include \"vstgui/plugin-bindings/vst3editor.h\" IPlugView* PLUGIN_API MyEditController::createView (FIDStringname)\n{ if (strcmp (name, ViewType::kEditor) == 0) { return new VSTGUI::VST3Editor (this, \"view\", \"myEditor.uidesc\"); } return 0;\n} Also make sure to include the vst3editor.h header. Now you can build your plug-in and start your preferred VST 3 host to start designing your user interface.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 1: Preparation","id":"242","title":"Part 1: Preparation"},"243":{"body":"If you now open your plug-in UI in your host, you will see a blank editor. To enter the UI editor, right-click on it and choose \" Open UIDescription Editor \". After your first edits, you have to add the uidesc file you have saved to your project (already done if you have used VST 3 Project Generator ). You also have to make sure to always build your project after changes to the uidesc file.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 2: Open the VSTGUI/WYSWYG editor","id":"243","title":"Part 2: Open the VSTGUI/WYSWYG editor"},"244":{"body":"If you've used the Parameter class provided by the VST 3 SDK , you get automatic parameter bindings between the controls of your editor and the parameters in your VST Edit Controller. The only thing you need to do is to declare the IDs of the parameters as tags in the Tags editor (or use the 'Sync Parameter Tags' command in the Edit menu of the toolbar) and set the tags of your controls to these IDs. Your VST Edit Controller now receives the beginEdit(...)/performEdit(...)/endEdit(...) calls when the user changes the controls. If the host automates the parameter, the control also reflects these changes. Additionally, you can modify your VST Edit Controller to return specific parameter objects in the getParameterObject(int32 paramID) method for UI only needs, which are not parameters of your VST audio processor. This way you can store view settings (like the tab which is open when the user closes the editor so that it can be restored when the user opens the editor again). You can look at the sources of the included 'uidescription test' project for more information on how this works.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 3: Parameter Binding","id":"244","title":"Part 3: Parameter Binding"},"245":{"body":"If you need to create custom views, you can implement the VSTGUI::VST3EditorDelegate interface in your edit controller class. The createCustomView method is called if you set the 'custom-view-name' attribute in one of the views. Another way to use your own views is to register them at runtime with the UIViewFactory. This method requires more work but has the advantage that the view is listed like the built-in views and changing attributes works on the fly. See VSTGUI::IViewCreator.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 4: Creating Custom Views","id":"245","title":"Part 4: Creating Custom Views"},"246":{"body":"Here's an example video recorded while creating the new user interface for the famous Grungelizer plug-in of Cubase after it was ported from VST 2.4 to VST 3 . tutorials_5 Create the VST 3 Grungelizer UI in 15 minutes with the UIDescriptionEditor of VSTGUI tutorial_vid_1","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 5: Showcase","id":"246","title":"Part 5: Showcase"},"247":{"body":"/ VST Home / Tutorials On this page: Tutorial - How to use the Data Exchange API Sending data from the audio processor Receiving data in the edit controller Related pages: Data Exchange You'll find the source for this tutorial in the tutorial repository","breadcrumbs":"Tutorials » Data Exchange » Data Exchange Tutorial - How to send data from the realtime process to the edit controller","id":"247","title":"Data Exchange Tutorial - How to send data from the realtime process to the edit controller"},"248":{"body":"In this tutorial, you learn how to use the Data Exchange API to send data from the realtime audio process method to the edit controller of your plug-in.","breadcrumbs":"Tutorials » Data Exchange » Tutorial - How to use the Data Exchange API","id":"248","title":"Tutorial - How to use the Data Exchange API"},"249":{"body":"Let's send data from the processor to the controller. First, we need to add the required include so that we can use the wrapper class. Add the following include before you define your audio processor: #include \"public.sdk/source/vst/utility/dataexchange.h\" To prepare the AudioEffect class, you need to overwrite the following methods: tresult PLUGIN_API initialize (FUnknown* context) override;\ntresult PLUGIN_API connect (Vst::IConnectionPoint* other) override;\ntresult PLUGIN_API disconnect (Vst::IConnectionPoint* other) override;\ntresult PLUGIN_API setActive (TBool state) override;\ntresult PLUGIN_API canProcessSampleSize (int32 symbolicSampleSize) override;\ntresult PLUGIN_API process (Vst::ProcessData& data) override; And we also have to add the wrapper class as a member of our audio processor class: std::unique_ptr dataExchange; Now we can initialize and configure the dataExchange. We do this in: tresult PLUGIN_API DataExchangeProcessor::connect (Vst::IConnectionPoint* other)\n{ auto result = Vst::AudioEffect::connect (other); if (result == kResultTrue) { auto configCallback = [this] (Vst::DataExchangeHandler::Config& config, const Vst::ProcessSetup& setup) { Vst::SpeakerArrangement arr; getBusArrangement (Vst::BusDirections::kInput, 0, arr); numChannels = static_cast (Vst::SpeakerArr::getChannelCount (arr)); auto sampleSize = sizeof (float); config.blockSize = setup.sampleRate * numChannels * sampleSize + sizeof (DataBlock); config.numBlocks = 2; config.alignment = 32; config.userContextID = 0; return true; }; dataExchange = std::make_unique (this, configCallback); dataExchange->onConnect (other, getHostContext ()); } return result;\n} The configration is done via the configCallback. In this example, we configure the queue to have a block size to store exactly 1 second of audio data of all the channels of the configured speaker arrangement of the input bus. We choose two for numBlocks because we send one block per second, and in this case, two blocks should be enough. If the frequency you need to send the block is higher, you need to increase this value to prevent data drop outs. The configCallback is called when the audio processor is activated. The next thing we have to do is to call the dataExchange object when the edit controller is disconnected and release the memory: tresult PLUGIN_API DataExchangeProcessor::disconnect (Vst::IConnectionPoint* other)\n{ if (dataExchange) { dataExchange->onDisconnect (other); dataExchange.reset (); } return AudioEffect::disconnect (other);\n} And we also have to call the dataExchange object when the processor's state changes: tresult PLUGIN_API DataExchangeProcessor::setActive (TBool state)\n{ if (state) dataExchange->onActivate (processSetup); else dataExchange->onDeactivate (); return AudioEffect::setActive (state);\n} Now we prepare the data that we want to send to the controller. To make this a little bit easier, we define a struct that specifies what should look like and move this into its own header \"dataexchange.h\": // dataexchange.h #pragma once #include \"public.sdk/source/vst/utility/dataexchange.h\"\n#include namespace Steinberg::Tutorial { struct DataBlock\n{ uint32_t sampleRate; uint16_t sampleSize; uint16_t numChannels; uint32_t numSamples; float samples[0];\n}; } // Steinberg::Tutorial So, we want to send the sample rate, size, the number of channels and the number of samples plus the actual samples to the controller. To actually work with this DataBlock struct, we introduce a little helper function that we also add to this header: inline DataBlock* toDataBlock (const Vst::DataExchangeBlock& block)\n{ if (block.blockID != Vst::InvalidDataExchangeBlockID) return reinterpret_cast (block.data); return nullptr;\n} One thing remains to be done before we can start sending the data: We need a member variable of the Vst::DataExchangeBlock struct where we store the actual block we work with while processing the audio. So we add this to our processor defintion: class DataExchangeProcessor : public Vst::AudioEffect\n{\nprivate: Vst::DataExchangeBlock currentExchangeBlock {InvalidDataExchangeBlock};\n} Now let's start to implement the processing: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ if (processData.numSamples <= 0) return kResultTrue; return kResultTrue;\n} When there are no samples in the processData we jump out of the method directly. Now the first thing we need to do is to acquire a new block from the dataExchange object: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ // ... if (currentExchangeBlock.blockID == Vst::InvalidDataExchangeBlockID) acquireNewExchangeBlock (); // ...\n} We only want to acquire a new block if we have not already done so. Therefore, we need to check this before we call the acquireNewExchangeBlock method that does this: void DataExchangeProcessor::acquireNewExchangeBlock ()\n{ currentExchangeBlock = dataExchange->getCurrentOrNewBlock (); if (auto block = toDataBlock (currentExchangeBlock)) { block->sampleRate = static_cast (processSetup.sampleRate); block->numChannels = numChannels; block->sampleSize = sizeof (float); block->numSamples = 0; }\n} We ask the dataExchange object for a new block with getCurrentOrNewBlock (), check if it is valid with a call to the previously defined function toDataBlock and fill it with the sample rate, the sample size and the number of channels. Now back to our process function. We now write the samples from the input buffer into our block until the block is filled with 1 second of audio data: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ // ... auto input = processData.inputs[0]; auto output = processData.outputs[0]; if (auto block = toDataBlock (currentExchangeBlock)) { auto numSamples = static_cast (processData.numSamples); while (numSamples > 0) { uint32 numSamplesFreeInBlock = block->sampleRate - block->numSamples; uint32 numSamplesToCopy = std::min (numSamplesFreeInBlock, numSamples); for (auto channel = 0; channel < input.numChannels; ++channel) { auto blockChannelData = &block->samples[0] + block->numSamples; auto inputChannel = input.channelBuffers32[channel] + (processData.numSamples - numSamples); memcpy (blockChannelData, inputChannel, numSamplesToCopy * sizeof (float)); } block->numSamples += numSamplesToCopy; if (block->numSamples == block->sampleRate) { dataExchange->sendCurrentBlock (); acquireNewExchangeBlock (); block = toDataBlock (currentExchangeBlock); if (block == nullptr) break; } numSamples -= numSamplesToCopy; } } // ...\n} When it is filled with 1 second of audio data we send the block with dataExchange->sendCurrentBlock() and directly acquire a new block afterwards. Finally, we need to copy back the input audio buffers to the output audio buffers. The whole method looks like this then: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ if (processData.numSamples <= 0) return kResultTrue; if (currentExchangeBlock.blockID == Vst::InvalidDataExchangeBlockID) acquireNewExchangeBlock (); auto input = processData.inputs[0]; auto output = processData.outputs[0]; if (auto block = toDataBlock (currentExchangeBlock)) { auto numSamples = static_cast (processData.numSamples); while (numSamples > 0) { uint32 numSamplesFreeInBlock = block->sampleRate - block->numSamples; uint32 numSamplesToCopy = std::min (numSamplesFreeInBlock, numSamples); for (auto channel = 0; channel < input.numChannels; ++channel) { auto blockChannelData = &block->samples[0] + block->numSamples; auto inputChannel = input.channelBuffers32[channel] + (processData.numSamples - numSamples); memcpy (blockChannelData, inputChannel, numSamplesToCopy * sizeof (float)); } block->numSamples += numSamplesToCopy; if (block->numSamples == block->sampleRate) { dataExchange->sendCurrentBlock (); acquireNewExchangeBlock (); block = toDataBlock (currentExchangeBlock); if (block == nullptr) break; } numSamples -= numSamplesToCopy; } } for (auto channel = 0; channel < input.numChannels; ++channel) { if (output.channelBuffers32[channel] != input.channelBuffers32[channel]) { memcpy (output.channelBuffers32[channel], input.channelBuffers32[channel], processData.numSamples * sizeof (float)); } output.silenceFlags = input.silenceFlags; } return kResultOk;\n}","breadcrumbs":"Tutorials » Data Exchange » Sending data from the audio processor","id":"249","title":"Sending data from the audio processor"},"25":{"body":"The host can ask the plug-in which parameter is under the mouse.","breadcrumbs":"Main benefits of VST 3 » 6. Mouse Over Support","id":"25","title":"6. Mouse Over Support"},"250":{"body":"We prepare our edit controller by adding the inheritance of Vst::IDataExchangeReceiver and by providing a few methods and adding a new Vst::DataExchangeReceiverHandler member: class DataExchangeController : public Vst::EditControllerEx1, public Vst::IDataExchangeReceiver\n{\npublic: // ... tresult PLUGIN_API notify (Vst::IMessage* message) override; void PLUGIN_API queueOpened (Vst::DataExchangeUserContextID userContextID, uint32 blockSize, bool& dispatchOnBackgroundThread) override; void PLUGIN_API queueClosed (Vst::DataExchangeUserContextID userContextID) override; void PLUGIN_API onDataExchangeBlocksReceived (Vst::DataExchangeUserContextID userContextID, uint32 numBlocks, Vst::DataExchangeBlock* blocks, bool onBackgroundThread) override; DEFINE_INTERFACES DEF_INTERFACE (Vst::IDataExchangeReceiver) END_DEFINE_INTERFACES (EditController) DELEGATE_REFCOUNT (EditController)\nprivate: Vst::DataExchangeReceiverHandler dataExchange {this};\n} First, we need to forward messages to the DataExchangeReceiverHandler so that it can process the data exchange messages in case the host does not support the native API: tresult PLUGIN_API DataExchangeController::notify (Vst::IMessage* message)\n{ if (dataExchange.onMessage (message)) return kResultTrue; return EditControllerEx1::notify (message);\n} In the next step, we can implement the IDataExchangeReceiver methods: void PLUGIN_API DataExchangeController::queueOpened (Vst::DataExchangeUserContextID userContextID, uint32 blockSize, bool& dispatchOnBackgroundThread)\n{ FDebugPrint (\"Data Exchange Queue opened.\\n\");\n} void PLUGIN_API DataExchangeController::queueClosed (Vst::DataExchangeUserContextID userContextID)\n{ FDebugPrint (\"Data Exchange Queue closed.\\n\");\n} void PLUGIN_API DataExchangeController::onDataExchangeBlocksReceived ( Vst::DataExchangeUserContextID userContextID, uint32 numBlocks, Vst::DataExchangeBlock* blocks, bool onBackgroundThread)\n{ for (auto index = 0u; index < numBlocks; ++index) { auto dataBlock = toDataBlock (blocks[index]); FDebugPrint ( \"Received Data Block: SampleRate: %d, SampleSize: %d, NumChannels: %d, NumSamples: %d\\n\", dataBlock->sampleRate, static_cast (dataBlock->sampleSize), static_cast (dataBlock->numChannels), static_cast (dataBlock->numSamples)); }\n} The onDataExchangeBlocksReceived() method will be called each time the processor has sent a block. You can now do whatever you want with the data. If you want the data to be dispatched on a background thread you need to set the dispatchOnBackgroundThread variable to true in the queueOpened method.","breadcrumbs":"Tutorials » Data Exchange » Receiving data in the edit controller","id":"250","title":"Receiving data in the edit controller"},"251":{"body":"/ VST Home / Tutorials On this page: Part 1: Sample-accurate parameter handling Part 2: Adding 32 and 64 bit audio processing Part 3: Thread safe state changes You'll find the source for this tutorial in the tutorial repository In this tutorial, you will learn: How to add nearly sample-accurate parameter changes to an audio effect How to use C++ templates to write one algorithm supporting 32 bit and 64 bit audio processing How to set the state of the audio effect in a thread safe manner","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Advanced VST 3 techniques","id":"251","title":"Advanced VST 3 techniques"},"252":{"body":"We will start by looking at this process function: void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); // get the gain value for this block ParamValue gain = gainParameter.getValue (); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } }\n} This is straightforward and simple, we handle the parameter changes in the function handleParameterChanges , which we will see in a moment. Then we get the last gain parameter value and iterate over the input buffers and copy the samples from there to the output buffers before applying the gain factor. If we look at the handleParameterChanges function: void MyEffect::handleParameterChanges (IParameterChanges*changes)\n{ if (!changes) return; int32 changeCount = changes->getParameterCount (); for (auto i = 0; i < changeCount; ++i) { if (auto queue = changes->getParameterData (i)) { auto paramID = queue->getParameterId (); if (paramID == ParameterID::Gain) { int32 pointCount = queue->getPointCount (); if (pointCount > 0) { int32 sampleOffset; ParamValue value; if (queue->getPoint (pointCount - 1, sampleOffset, value) == kResultTrue) gainParameter.setValue (value); } } } }\n} We see that the Gain parameter only uses the last point for the gain value. If we now want to use all points of the Gain parameter, we can use two utility classes from the SDK. The first one is the ProcessDataSlicer which slices the audio block into smaller pieces. void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.getValue (); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing);\n} As you see, we have moved the algorithm part into a lambda doProcessing which is passed to slicer.process . This lambda is now called multiple times with a maximum of 8 samples per call until the whole buffer is processed. This doesn't give us yet a better parameter resolution, but we can now use the second utility class to handle this. At first, we now look at the type of the gainParameter variable, as this is our next utility class: SampleAccurate::Parameter gainParameter; We have to change the handleParameterChanges function to: void MyEffect::handleParameterChanges (IParameterChanges*inputParameterChanges)\n{ int32 changeCount = inputParameterChanges->getParameterCount (); for (auto i = 0; i < changeCount; ++i) { if (auto queue = changes->getParameterData (i)) { auto paramID = queue->getParameterId (); if (paramID == ParameterID::Gain) { gainParameter.beginChanges (queue); } } } } in order to delegate the handling of the parameter changes to the gainParameter object. Now we just need another small change in the process lambda to use the nearly sample-accurate gain value. We have to call the gainParameter object to advance the parameter value: auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } }\n} Finally, we have to do some cleanup of the gainParameter at the end of the process function by calling gainParameter.endChanges . void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing); gainParameter.endChanges ();\n} Now, we have nearly sample-accurate parameter changes support in this example. At intervals of eight samples, the gain parameter will be updated to the correct value. It's very simple to make this 100% sample-accurate, check out the AGain Sample Accurate example in the SDK.","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 1: Sample-accurate parameter handling","id":"252","title":"Part 1: Sample-accurate parameter handling"},"253":{"body":"The example currently only supports 32 bit processing. Now we will add 64 bit processing. As you may have noticed above, the ProcessDataSlicer uses a template parameter for its process function. This template parameter SampleSize defines the bit depth of the audio buffers in the ProcessData structure. This is currently hard-coded to be SymbolicSampleSizes::kSample32 . In order to support SymbolicSampleSizes::kSample64 we only have to make a few changes to the code. First, we adopt the algorithm part by introducing a new templated method to our effect: template \nvoid MyEffect::process (ProcessData& data)\n{\n} We mostly just move the code from the original process method to this one, except the code for handling parameter changes: template \nvoid MyEffect::process (ProcessData& data)\n{ ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing);\n} We just change the template parameter SampleSize of the process method of the ProcessDataSlicer to use the same template parameter as in our own process function. This will not work correctly yet, as we still work with the 32 bit audio buffers in our doProcessing lambda. In order to fix this, we have to introduce two more templated functions getChannelBuffers that will choose the correct audio buffers depending on the SampleSize template parameter, which can either be SymbolicSampleSizes::kSample32 or SymbolicSampleSizes::kSample64 : template ::type* = nullptr>\ninline Sample32** getChannelBuffers (AudioBusBuffers& buffer)\n{ return buffer.channelBuffers32;\n} template ::type* = nullptr>\ninline Sample64** getChannelBuffers (AudioBusBuffers& buffer)\n{ return buffer.channelBuffers64;\n} Now we can change our doProcessing algorithm to use these functions: template \nvoid MyEffect::process (ProcessData& data)\n{ ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { auto inputBuffers = getChannelBuffers (inputs[0])[channelIndex]; auto outputBuffers = getChannelBuffers (outputs[0])[channelIndex]; for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputBuffers[sampleIndex]; outputBuffers[sampleIndex] = sample * gain; } } }; slicer.process (data, doProcessing);\n} As a final step, we now need to call the templated process<...> function from the normal process function: void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); if (processSetup.symbolicSampleSize == SymbolicSampleSizes::kSample32) process (data); else process (data); gainParameter.endChanges ();\n} Depending on the processSetup.symbolicSampleSize we either call the 32 bit process function or the 64 bit process function. We just have to inform the host that we can process 64 bit: tresult PLUGIN_API MyEffect::canProcessSampleSize (int32symbolicSampleSize)\n{ return (symbolicSampleSize == SymbolicSampleSizes::kSample32 || symbolicSampleSize == SymbolicSampleSizes::kSample64) ? kResultTrue : kResultFalse;\n} Now we have sample-accurate parameter changes and 32 and 64 bit audio processing.","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 2: Adding 32 and 64 bit audio processing","id":"253","title":"Part 2: Adding 32 and 64 bit audio processing"},"254":{"body":"One common issue in this domain is that the plug-in state coming from a preset or a DAW project is set by the host from a non realtime thread. If we want to change our internal data model to use this state, we have to transfer this state to the realtime thread. This should be done in a realtime thread safe manner. Otherwise the model may not reflect the correct state, as parameter changes dispatched in the realtime thread and the state data set on another thread will end in an undefined state. For this case, we have another utility class: RTTransferT This class expects to have a template parameter StateModel describing the state data. We create a simple struct as a data model: struct StateModel\n{ double gain;\n}; using RTTransfer = RTTransferT; We use RTTransfer now as a member for our MyEffect class: class MyEffect : ....\n{ RTTransfer stateTransfer;\n}; If we now get a new state from the host, we create a newStateModel and write the stateGain value into model->gain and pass it to the utility class stateTransfer : tresult PLUGIN_API MyEffect::setState (IBStream* state)\n{ double stateGain = ... // read this out of the state stream StateModel model = std::make_unique (); model->gain = stateGain; stateTransfer.transferObject_ui (std::move (model)); return kResultTrue;\n} To get the stateModel into our realtime thread, we have to change the process function in the following way: void MyEffect::process (ProcessData& data)\n{ stateTransfer.accessTransferObject_rt ([this] (const auto& stateModel) { gainParameter.setValue (stateModel.gain); }); handleParameterChanges (data.inputParameterChanges); if (processSetup.symbolicSampleSize == SymbolicSampleSizes::kSample32) process (data); else process (data); gainParameter.endChanges (); return kResultTrue;\n} The accessTransferObject_rt function will check if there is a new model state. If this is the case, it will call the lambda, and then we can set our gainParameter to the value of stateModel.gain . To free up the memory in the stateTransfer object, we have to call the clear_ui method of it. In this case, where we only have one double as state model, it is OK to hold onto it until the next state is set or the effect is terminated. So we just add it to the terminate method of the plug-in: tresult PLUGIN_API MyEffect::terminate ()\n{ stateTransfer.clear_ui (); return AudioEffect::terminate ();\n} If the model data uses more memory and you want to get rid of it in advance, use a timer or something similar to call the clear_ui method a little bit after the setState method was called. But this is not the scope of this tutorial. If you want to use the utility classes, you will find them in the sdk at: public.sdk/source/vst/utility/processdataslicer.h public.sdk/source/vst/utility/sampleaccurate.h public.sdk/source/vst/utility/rttransfer.h That´s it!","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 3: Thread safe state changes","id":"254","title":"Part 3: Thread safe state changes"},"255":{"body":"/ VST Home / Tutorials On this page: Goal What about Silence flags? Plug-in receives a silent audio input Plug-in generates silent output In bypass Plug-in generates audio output","breadcrumbs":"Tutorials » How to use the silence flags » How to use the silence flags","id":"255","title":"How to use the silence flags"},"256":{"body":"This tutorial explains how to use silence flags.","breadcrumbs":"Tutorials » How to use the silence flags » Goal","id":"256","title":"Goal"},"257":{"body":"It is sometime useful for plug-ins processing to know if the audio inputs really contain audio or only silence (buffer filled with 0!), it is useful too for the host to know if the plug-in will produce silence audio outputs, for example in case of an instrument plug-in which has nothing to play (no input events are coming), then the host will be able to inform following plug-ins in the processing chain this information. This helps to reduce the amount of computing and improve overall performance. But how does it works? The following part will show you how to get this information in the process call and how to propagate it to the audio outputs of the plug-in. The silence flags is part of the AudioBusBuffers ( silenceFlags ) passed from the host to the plug-in and back to the host in the process call.","breadcrumbs":"Tutorials » How to use the silence flags » What about Silence flags?","id":"257","title":"What about Silence flags?"},"258":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // silence flags are a bitmask where each bit corresponds to one channel of a bus // (for example L and R for stereo bus). // Here we check only if the whole first input is silent (in case of Stereo: the L and R are silent) if (data.inputs[0].silenceFlags != 0) // if flags is not zero => then it means that we have silent! { // in the example we are applying a gain to the input signal // As we know that the input is only filled with zero, the output will be then filled with zero too! for (int32 i = 0; i < numChannels; i++) { // do not need to clear the output buffer if they are the same than input buffer, // as we know that the input are filled with zero, else we need to clear the output buffers if (in[i] != out[i]) { memset (out[i], 0, sampleFramesSize); // this is faster than applying a gain to each sample! } } // now we have to inform the host that our output is silent too // this is done simply by setting the silenceFlags of the output bus: data.outputs[0].silenceFlags = ((uint64)1 << numChannels) - 1; // which is 3 (in binary 0011) for stereo // here we are finish we could return return kResultTrue; } ⓘ Note The host has the responsibility to clear the input buffers (set to something near zero, like 10e-7, to prevent de-normalization issue) when it enables the silence flags (the output silence flags will be set by the host to no silence (=0)).","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in receives a silent audio input","id":"258","title":"Plug-in receives a silent audio input"},"259":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above // under certain condition our output buffer could be silent: // for example here our gain could be set to 0 or smaller than a threshold. // We have to inform the host that our output is silent too // this is done simply by setting the silenceFlags of the output bus: if (gain < 0.0000001) { for (int32 i = 0; i < numChannels; i++) { // be sure to set to zero our outputs memset (out[i], 0, sampleFramesSize); } // this will set to 1 all channels data.outputs[0].silenceFlags = ((uint64)1 << numChannels) - 1; // which is 3 (in binary 0011) for stereo } else { //... } ⓘ Note The plug-in, if it produces silence output, has the responsibility to clear (set to zero) its output buffers and to correctly set the output silence flags.","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in generates silent output","id":"259","title":"Plug-in generates silent output"},"26":{"body":"VST 3 defines a way to allow the host to add its own entries in the plug-in context menu of a specific parameter.","breadcrumbs":"Main benefits of VST 3 » 7. Context Menu Support","id":"26","title":"7. Context Menu Support"},"260":{"body":"In Bypass mode the plug-in has to be sure that its outputs have the same stand than its inputs: //-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above //---in bypass mode outputs should be like inputs----- if (bBypass) { for (int32 i = 0; i < numChannels; i++) { // do not need to be copied if the buffers are the same if (in[i] != out[i]) { memcpy (out[i], in[i], sampleFramesSize); } } // the input silence flags has to be forward to the output here! // very important for the host in order to inform next plug-in in the processing chain data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; } else { //... }","breadcrumbs":"Tutorials » How to use the silence flags » In bypass","id":"260","title":"In bypass"},"261":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above //---in bypass mode outputs should be like inputs----- if (bBypass) { //... see above data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; } else { // here we will generate an audio output from the input which contains not only zero // which is the main use case of a plug-in //... // then we have to inform the host that our output is not silent // simply by setting the silenceFlags to zero data.outputs[0].silenceFlags = 0; } //...","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in generates audio output","id":"261","title":"Plug-in generates audio output"},"262":{"body":"/ VST Home / Tutorials On this page: Goal VST 2 and VST 3 version of your Plug-in have the same UID VST 2 and VST 3 version of your Plug-in have not the same UID Using the moduleinfo.json file Using the IPluginCompatibility interface Preset/Project compatibility VST 2 <-> VST 3 Parameters compatibility","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in","id":"262","title":"Guideline for replacing a VST 2 plug-in by a VST 3 plug-in"},"263":{"body":"Here, you can find some informations about how to write a VST 3 version of a plug-in which already exists as VST 2 version. How to guaranty that a Host will correctly replace the old VST 2 by the new VST 3 version of your plug-in. For a VST 3 Host the important information is the UID of your (processor) plug-in, with this information it will find the correct VST 3 version to use. 2 scenarios are possible: The VST 3 and the VST 2 version of your plug-in have the same UID or not.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Goal","id":"263","title":"Goal"},"264":{"body":"It is possible to reuse for a VST 3 plug-in the same generated UID of a VST 2 version (based on 4 characters + its name), this should work with most VST 3 Hosts. Check the function which generates a VST 3 UID from a VST 2 UID here and reuse this value as UID for the VST 3 plug-in (processor component UID)","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » VST 2 and VST 3 version of your Plug-in have the same UID","id":"264","title":"VST 2 and VST 3 version of your Plug-in have the same UID"},"265":{"body":"For this use case since VST 3 SDK version 3.7.5 we have 2 possibilities for a VST 3 plug-in to inform the Host about which VST 2 plug-in it could replace:","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » VST 2 and VST 3 version of your Plug-in have not the same UID","id":"265","title":"VST 2 and VST 3 version of your Plug-in have not the same UID"},"266":{"body":"The Compatibility json array in the moduleinfo.json allows to list the UIDs which could be replaced by the VST 3 plug-in.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Using the moduleinfo.json file","id":"266","title":"Using the moduleinfo.json file"},"267":{"body":"The plug-in should implement this interface ( pluginterfaces/base/iplugincompatibility.h ) when a moduleinfo.json file cannot be used (when no bundle is available for example). Check here .","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Using the IPluginCompatibility interface","id":"267","title":"Using the IPluginCompatibility interface"},"268":{"body":"Check the FAQ here which shows how to use the helper function VST3::tryVst2StateLoad and read a VST 2 state into a VST 3 plug-in. It is possible to write back for VST 2 backward compatibility by using the helper function VST3::writeVst2State ( public.sdk/source/vst/utility/vst2persistence.h ).","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Preset/Project compatibility VST 2 <-> VST 3","id":"268","title":"Preset/Project compatibility VST 2 <-> VST 3"},"269":{"body":"VST 2 was using index to identify parameter, VST 3 uses an ID. It means that to be compatible the VST 3 parameter ID should be kept to same index value as the VST 2 one (starting from 0). If the parameter range or behavior is not changed, previously parameter automation in host should be played back correctly. If you change the meaning of a parameter (range, conversion normalized to plain value), it is recommanded to create a new ID for this parameter. You could add in the VST 3 plug-in a structure to your parameters by using Unit .","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Parameters compatibility","id":"269","title":"Parameters compatibility"},"27":{"body":"A VST 3 plug-in can access channel information where it is instantiated: name, color, ...","breadcrumbs":"Main benefits of VST 3 » 8. Channel Context Information","id":"27","title":"8. Channel Context Information"},"270":{"body":"/ VST Home / Tutorials On this page: Goal Convert a String128 string to an UTF-8 string Convert an UTF-8 string to a String128 string","breadcrumbs":"Tutorials » Strings Conversion Helper » Strings Conversion Helper","id":"270","title":"Strings Conversion Helper"},"271":{"body":"The SDK provides some helpers functions to convert from UTF16 (use in VST 3 interfaces) to UTF8 (used by std::string). Here some code examples:","breadcrumbs":"Tutorials » Strings Conversion Helper » Goal","id":"271","title":"Goal"},"272":{"body":"#include \"public.sdk/source/vst/utility/stringconvert.h\" //...\nFUnknownPtr hostApp (hostContext);\nif (hostApp)\n{ Vst::String128 name; if (hostApp->getName (name) == kResultTrue) { // Here we convert a Vst::String128 to a std::string (UTF8) std::string str = VST3::StringConvert::convert (name); //... }\n}","breadcrumbs":"Tutorials » Strings Conversion Helper » Convert a String128 string to an UTF-8 string","id":"272","title":"Convert a String128 string to an UTF-8 string"},"273":{"body":"#include \"public.sdk/source/vst/utility/stringconvert.h\" //...\nstd::string str (\"My Title\");\nVst::String128 vstStr;\nVST3::StringConvert::convert (str, vstStr);","breadcrumbs":"Tutorials » Strings Conversion Helper » Convert an UTF-8 string to a String128 string","id":"273","title":"Convert an UTF-8 string to a String128 string"},"274":{"body":"/ VST Home / Tutorials On this page: Goal Building the CMakeLists.txt Add plug-in GUI editor by using VSTGUI","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Creating a cmake plug-in project from scratch","id":"274","title":"Creating a cmake plug-in project from scratch"},"275":{"body":"This tutorial provides a step-by-step guide for building a VST 3 plug-in's CMakeLists.txt from scratch. It covers the necessary steps, like defining a plug-in version number, adding C++ source files, linking to the sdk target, and setting platform-specific options. You can also use the VST 3 project generator which generates the CMakeLists.txt.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Goal","id":"275","title":"Goal"},"276":{"body":"Make a new directory, and name it like your new plug-in, e.g. MyPlugin. Afterwards, create a CMakeLists.txt file inside the new directory, and open it in a text editor. Add the following lines to it. Set the minimum required version of cmake. In this example, 3.15.0 is sufficient. cmake_minimum_required(VERSION 3.15.0) See also: https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html Name the project MyPlugin, add a VERSION and an optional DESCRIPTION. project(MyPlugin VERSION 1.0.0 DESCRIPTION \"MyPlugin Effect\"\n) See also: https://cmake.org/cmake/help/latest/command/project.html Set the variable vst3sdk_SOURCE_DIR to the VST 3 SDK's directory. The directory must contain the root CMakeLists.txt of the SDK. Add the SDK as a subdirectory, and call smtg_enable_vst3_sdk right after this. set(vst3sdk_SOURCE_DIR /path/to/vst3sdk) add_subdirectory(${vst3sdk_SOURCE_DIR} ${PROJECT_BINARY_DIR}/vst3sdk)\nsmtg_enable_vst3_sdk() Add a plug-in library and its source files by using the smtg_add_vst3plugin function. smtg_add_vst3plugin(MyPlugin source/version.h source/myplugin_cids.h source/myplugin_processor.h source/myplugin_processor.cpp source/myplugin_controller.h source/myplugin_controller.cpp source/myplugin_entry.cpp\n) Link the VST 3 SDK sdk to the plug-in library. target_link_libraries(MyPlugin PRIVATE sdk\n) Configure the plug-in version by calling smtg_target_configure_version_file. This generates a temporary projectversion.h header, which is automatically included in your project. smtg_target_configure_version_file(MyPlugin) Define platform-specific settings. For macOS, this includes setting the BUNDLE_IDENTIFIER to org.mycompany.myplugin, setting a proper COMPANY_NAME to My Company and an executable .../VST3PluginTestHost.app to start the plug-in with in debug For Windows, it needs a resource file resource/win32resource.rc, setting the VS_STARTUP_PROJECT to MyPlugin and an executable .../VST3PluginTestHost.exe to start the plug-in with in debug if(SMTG_MAC) smtg_target_set_bundle(MyPlugin BUNDLE_IDENTIFIER org.mycompany.MyPlugin COMPANY_NAME My Company ) smtg_target_set_debug_executable(MyPlugin \"/Applications/VST3PluginTestHost.app\" \"--pluginfolder;$(BUILT_PRODUCTS_DIR)\" )\nelseif(SMTG_WIN) target_sources(MyPlugin PRIVATE resource/win32resource.rc ) if(MSVC) set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT MyPlugin) smtg_target_set_debug_executable(MyPlugin \"$(ProgramW6432)/Steinberg/VST3PluginTestHost/VST3PluginTestHost.exe\" \"--pluginfolder \\\"$(OutDir)/\\\"\" ) endif()\nendif()","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Building the CMakeLists.txt","id":"276","title":"Building the CMakeLists.txt"},"277":{"body":"In order to add a VSTGUI editor to the plug-in, link to the vstgui_support target. target_link_libraries(MyPlugin PRIVATE vstgui_support ) Add a myplugin_editor.uisdesc file as a resource. This file needs to be created manually. smtg_target_add_plugin_resources(MyPlugin RESOURCES \"resource/myplugin_editor.uidesc\" ) A plug-in with a basic *.uidesc file can be created by using the VST 3 project generator.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Add plug-in GUI editor by using VSTGUI","id":"277","title":"Add plug-in GUI editor by using VSTGUI"},"278":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: How to clone and build Part 2: Adapting the helloworld example Related pages: Generate a new plug-in with Project Generator","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Creating a plug-in with VST 3 SDK as an external project","id":"278","title":"Creating a plug-in with VST 3 SDK as an external project"},"279":{"body":"This is a simple Hello World VST 3 FX plug-in to demonstrate how to use the VST 3 SDK as an external project. This plug-in was generated with the VST 3 Project Generator and it is available here https://github.com/steinbergmedia/vst3_example_plugin_hello_world","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Goal","id":"279","title":"Goal"},"28":{"body":"VST 3 defines with Note Expression a new way of event controller editing. The plug-in is able to break free from the limitations of MIDI controller events by providing access to new VST 3 controller events that circumvent the laws of MIDI and provide articulation information for each individual note (event) in a polyphonic arrangement according to its noteId.","breadcrumbs":"Main benefits of VST 3 » 9. Note Expression","id":"28","title":"9. Note Expression"},"280":{"body":"Open a command prompt and do the following: git clone https://github.com/steinbergmedia/vst3_example_plugin_hello_world.git\nmkdir build\ncd build\ncmake ../vst3_example_plugin_hello_world\ncmake --build .","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Part 1: How to clone and build","id":"280","title":"Part 1: How to clone and build"},"281":{"body":"This example is there mainly to demonstrate how to use VST 3 SDK as an external project, we highly recommand to use the Project Generator to start from scratch. In the following explaination we try to show you how to modify the source code to build your plug-in on the helloworld example. Now you have to adapt some uids and naming to make your plug-in unique (and not a duplicate of helloworld!) Rename all strings for your plug-in from HelloWorld to MyDelay (for example): HelloWorldProcessor::HelloWorldProcessor to MyDelayProcessor::MyDelayProcessor Open the file vst3_example_plugin_hello_world/include/helloworldcids.h and create new uids for processor and for controller: you can use GUID creator tools like https://www.guidgenerator.com : static const FUID kHelloWorldProcessorUID (0x2A0CC26C, 0xBF88964C, 0xB0BFFCB0, 0x554AF523);\nstatic const FUID kHelloWorldControllerUID (0xB9DBBD64, 0xF7C40A4C, 0x9C8BFB33, 0x8761E244); Open the file version.h and adapt the strings in the following way: #define stringOriginalFilename \"MyDelay.vst3\" #define stringFileDescription\t\"MyDelay VST3\" Open the file helloworldentry.cpp and adapt string: #define stringPluginName \"My First Delay\" Now you can start to code for your effect/instrument (see Code your first plug-in for a step-by-step explanation) Add parameters in helloworldcontroller.cpp Adapt your process algorithm in helloworldprocessor.cpp Add persistence in helloworldprocessor.cpp Add UI (check SDK examples using VSTGUI ) Happy coding!","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Part 2: Adapting the helloworld example","id":"281","title":"Part 2: Adapting the helloworld example"},"282":{"body":"/ VST Home / Tutorials On this page: Goal Switching to another submodule Switching to another branch","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another VSTGUI submodule or branch","id":"282","title":"Switching to another VSTGUI submodule or branch"},"283":{"body":"Sometimes it is necessary to switch to another VSTGUI submodule or branch for testing purposes. This tutorial explains how to do that.","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Goal","id":"283","title":"Goal"},"284":{"body":"Navigate to your local VST 3 SDK checkout, and execute the following command on the command line to switch the submodule: git submodule set-url vstgui4 /path/to/vstgui/\ngit submodule sync\ngit submodule update --init --recursive --remote vstgui4 The path /path/to/vstgui/ should point to a valid VSTGUI repository. Be aware that the set-urlcommand changes the .gitmodules file. Also use / as a delimiter on Windows for local paths, e.g. C:/path/to/vstgui/","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another submodule","id":"284","title":"Switching to another submodule"},"285":{"body":"Switch to any other branch by navigating to the VSTGUI submodule, and execute git checkout. git checkout my_branch","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another branch","id":"285","title":"Switching to another branch"},"286":{"body":"/ VST Home Browse the VST 3 SDK 's technical documentation. The full VST 3 API reference is only available in the VST 3 Package that you can download or find online here: getting_started_vid_2 https://steinbergmedia.github.io/vst3_doc VST 3 API Documentation VST Module Architecture Parameters and Automation VST 3 Units Presets & Program Lists Complex Plug-in Structures / Multi-timbral Instruments VST 3 Workflow Diagrams VST 3 Locations / Format About MIDI in VST 3 Provide A Runloop On Linux [3.0.0] Interfaces supported by the plug-in [3.0.0] Multiple Dynamic I/O Support [3.0.0] Silence flags [3.0.0] Interfaces supported by the host [3.0.1] Parameter MIDI Mapping [3.0.2] Parameter Finder [3.1.0] Audio Presentation Latency [3.1.0] UI Group Editing, Dirty State & Open Editor Request [3.1.0] KnobMode, Open Help & Open Aboutbox [3.5.0] Note Expression [3.5.0] Key Switch [3.5.0] Remote Presentation of Parameters [3.5.0] Context Menu [3.5.0] Enhanced Linked Parameters [3.6.0] iOS Inter-App Audio [3.6.0] Preset Meta-Information [3.6.5] Channel Context Info [3.6.5] Unit-Bus Assignment Change [3.6.5] Prefetchable [3.6.5] Automation State [3.6.6] PlugView Content Scaling [3.6.8] Request Bus Activation [3.6.10] UI Snapshots [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MIDI Learn [3.6.12] Host Query Interface Support [3.6.12] MPE support for Wrappers [3.7.0] Parameter Function Name [3.7.0] Progress Display [3.7.0] Process Context Requirements [3.7.0] Control Voltage Bus Flag [3.7.5] Module Info","breadcrumbs":"Technical Documentation » Technical Documentation","id":"286","title":"Technical Documentation"},"287":{"body":"The VST 3 API is an interface collection designed for realtime audio processing components. Such a component can be an audio effect or an audio instrument.","breadcrumbs":"Technical Documentation » VST 3 API Documentation","id":"287","title":"VST 3 API Documentation"},"288":{"body":"VST-MA is a component model system which is used in all Steinberg host applications as the basic layer for plug-in support.","breadcrumbs":"Technical Documentation » VST Module Architecture","id":"288","title":"VST Module Architecture"},"289":{"body":"Description of how parameters are defined and used in VST 3","breadcrumbs":"Technical Documentation » Parameters and Automation","id":"289","title":"Parameters and Automation"},"29":{"body":"VST 3 supports new speaker configurations like Ambisonic, Atmos, Auro 3D or 22.2.","breadcrumbs":"Main benefits of VST 3 » 10. 3D Audio Support","id":"29","title":"10. 3D Audio Support"},"290":{"body":"A unit is a logical section of the plug-in.","breadcrumbs":"Technical Documentation » VST 3 Units","id":"290","title":"VST 3 Units"},"291":{"body":"How presets and program lists are handled in VST 3 .","breadcrumbs":"Technical Documentation » Presets & Program Lists","id":"291","title":"Presets & Program Lists"},"292":{"body":"How to handle complex plug-in structures and multi-timbrality.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments","id":"292","title":"Complex Plug-in Structures / Multi-timbral Instruments"},"293":{"body":"How to transfer data from the realtime process function to the edit controller.","breadcrumbs":"Technical Documentation » Data Exchange","id":"293","title":"Data Exchange"},"294":{"body":"Some useful graphical call sequences a VST 3 compliant host should follow.","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams","id":"294","title":"VST 3 Workflow Diagrams"},"295":{"body":"Formats definition of a VST 3 plug-in and its preset and where they are located on different platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format","id":"295","title":"VST 3 Locations / Format"},"296":{"body":"Unlike in VST 2 , MIDI is not included in VST 3 .","breadcrumbs":"Technical Documentation » About MIDI in VST 3","id":"296","title":"About MIDI in VST 3"},"297":{"body":"Minimum Host requirements for VST 3 support.","breadcrumbs":"Technical Documentation » Host Requirements for VST 3 Support","id":"297","title":"Host Requirements for VST 3 Support"},"298":{"body":"List of interfaces supported/implemented by the plug-in in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in","id":"298","title":"[3.0.0] Interfaces supported by the plug-in"},"299":{"body":"List of interfaces supported/implemented by the host in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host","id":"299","title":"[3.0.0] Interfaces supported by the host"},"3":{"body":"Here, you can find a non-exhaustive list of VST 3 benefits.","breadcrumbs":"VST » Main benefits of VST 3","id":"3","title":"Main benefits of VST 3"},"30":{"body":"VST 3 plug-in library could export multiple plug-ins and in this way replaces the shell concept of VST 2 (kPlugCategShell).","breadcrumbs":"Main benefits of VST 3 » 11. Factory Concept","id":"30","title":"11. Factory Concept"},"300":{"body":"How the mapping works between MIDI CCs and parameters.","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping","id":"300","title":"[3.0.1] Parameter MIDI Mapping"},"301":{"body":"How the host can retrieve the parameter where the mouse cursor is located.","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder","id":"301","title":"[3.0.2] Parameter Finder"},"302":{"body":"Inform the plug-in about how long from the moment of generation/acquiring (from file or from Input) it will take for its input to arrive, and how long it will take for its output to be presented (to output or to speaker).","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency","id":"302","title":"[3.1.0] Audio Presentation Latency"},"303":{"body":"Improvement of the plug-in's integration in the host (dirty state, request Open Editor, group editing).","breadcrumbs":"Technical Documentation » [3.1.0] UI Group Editing, Dirty State & Open Editor Request","id":"303","title":"[3.1.0] UI Group Editing, Dirty State & Open Editor Request"},"304":{"body":"Extension to allow the host to inform the plug-in about the host knob mode.","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, openHelp & openAboutBox","id":"304","title":"[3.1.0] KnobMode, openHelp & openAboutBox"},"305":{"body":"A new way to control / modify / change a specific played note during playback.","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression","id":"305","title":"[3.5.0] Note Expression"},"306":{"body":"Allows information exchange between the plug-in and the host about which key switches are currently used.","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch","id":"306","title":"[3.5.0] Key Switch"},"307":{"body":"How to better support remote devices/controllers (UI and hardware) for parameters.","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters","id":"307","title":"[3.5.0] Remote Presentation of Parameters"},"308":{"body":"A plug-in can ask the host to create a context menu for a given exported parameter ID or a generic context menu.","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu","id":"308","title":"[3.5.0] Context Menu"},"309":{"body":"This allows the host to start a parameter editing action which can generate other parameter changes (like linked parameters) and this in one session (between a beginEdit and endEdit).","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters","id":"309","title":"[3.5.0] Enhanced Linked Parameters"},"31":{"body":"Remote controllers for audio and MIDI software applications have become increasingly popular. VST 3 offers far more flexible control of VST plug-ins by remote controllers. Using the knobs and faders on the control surface, parameters can be recorded, renamed and edited in many ways. Parameters that cannot be edited can be routed for display purposes to the control surface, for example, to show Gain Reduction on a compressor.","breadcrumbs":"Main benefits of VST 3 » 12. Support Remote control Representation","id":"31","title":"12. Support Remote control Representation"},"310":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio","id":"310","title":"[3.6.0] iOS Inter-App Audio"},"311":{"body":"Interface to access preset meta information from stream, used, for example, in setState in order to inform the plug-in about the current context in which the preset loading occurs.","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information","id":"311","title":"[3.6.0] Preset Meta-Information"},"312":{"body":"Allows the host to inform the plug-in about the context in which the plug-in is instantiated, mainly channel based info (color, name, index, ...).","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info","id":"312","title":"[3.6.5] Channel Context Info"},"313":{"body":"The plug-in has the possibility to inform the host with notifyUnitByBusChange that something has changed in the bus - unit assignment.","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change","id":"313","title":"[3.6.5] Unit-Bus Assignment Change"},"314":{"body":"Indicates if the plug-in supports prefetch (dynamically).","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable","id":"314","title":"[3.6.5] Prefetchable"},"315":{"body":"Hosts can inform the plug-in about its current automation state (Read/Write/Nothing).","breadcrumbs":"Technical Documentation » [3.6.5] Automation State","id":"315","title":"[3.6.5] Automation State"},"316":{"body":"This interface communicates the content scale factor from the host to the plug-in view on systems where plug-ins cannot get this information directly like Microsoft Windows.","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling","id":"316","title":"[3.6.6] PlugView Content Scaling"},"317":{"body":"Allows the plug-in to request the host to activate or deactivate a specific bus.","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation","id":"317","title":"[3.6.8] Request Bus Activation"},"318":{"body":"A VST 3 bundle can contain pre-rendered snapshot images for a VST 3 host as a visual representation of the plug-in UI.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots","id":"318","title":"[3.6.10] UI Snapshots"},"319":{"body":"With this plug-in interface, the host can retrieve the preferred physical mapping associated to note expression supported by the plug-in.","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping","id":"319","title":"[3.6.11] NoteExpression Physical UI Mapping"},"32":{"body":"While designing VST 3 , we performed a careful analysis of the existing functionality of VST and rewrote the interfaces from scratch. In doing so, we focused a lot on providing clear interfaces and their documentation in order to avoid usage errors from the deepest possible layer. Some more features implemented specifically for developers include: More stable technical host/plug-in environment Advanced technical definition of the standard Modular approach Separation of UI and processing UTF16 for localized parameter naming Advanced preset system Multiple plug-ins per library VST 3 SDK package : Test Host included Automated testing environment Validator (small command line Test Host) Plug-in and host examples code included Project Generator ...","breadcrumbs":"Main benefits of VST 3 » 13. Others","id":"32","title":"13. Others"},"320":{"body":"This kind of event is reserved for generating MIDI CC as output event for kEvent Bus during the process call.","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event","id":"320","title":"[3.6.12] Legacy MIDI CC Out Event"},"321":{"body":"If this interface is implemented by the edit controller, the host will call this method whenever there is live MIDI-CC input for the plug-in.","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn","id":"321","title":"[3.6.12] MIDI Learn"},"322":{"body":"Allows a plug-in to ask the host if a given plug-in interface is supported/used by the host.","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface Support","id":"322","title":"[3.6.12] Host Query Interface Support"},"323":{"body":"Implemented on wrappers that support MPE ( MIDI Polyphonic Expression ) to Note Expression translation.","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers","id":"323","title":"[3.6.12] MPE support for Wrappers"},"324":{"body":"This interface allows the host to get a parameter associated to a specific meaning (a functionName) for a given unit","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name","id":"324","title":"[3.7.0] Parameter Function Name"},"325":{"body":"Allows the plug-in to ask the host to create a progress for specific tasks which take some time.","breadcrumbs":"Technical Documentation » [3.7.0] Progress Display","id":"325","title":"[3.7.0] Progress Display"},"326":{"body":"To get accurate process context information ( Vst::ProcessContext ), it is now required to implement this interface.","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements","id":"326","title":"[3.7.0] Process Context Requirements"},"327":{"body":"The moduleinfo.json describes the contents of the plug-in in a JSON5 compatible format.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info","id":"327","title":"[3.7.5] Module Info"},"328":{"body":"Allows a plug-in to ask the host for the current system time.","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime","id":"328","title":"[3.7.9] Get Current SystemTime"},"329":{"body":"These interfaces allow you to send data with a direct and thread-safe connection from the realtime audio context of the audio processor to the non-realtime audio context of the edit controller.","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller","id":"329","title":"[3.7.9] Data Transfert Between Processor/Controller"},"33":{"body":"/ VST Home On this page: VST 3 SDK explained What is included The VST 3 API VST 3 Implementation Helper Classes VST 3 Plug-ins Examples VST 3 Plug-in Test Host VST 3 Project Generator Validator command line AudioHost EditorHost VST 3 Inspector VSTGUI AAX, AUv3, AU and VST 2 wrappers iOS Inter-App Audio support VST 3 Licensing System requirements Download link Change history","breadcrumbs":"What is the VST 3 SDK? » What is the VST 3 SDK?","id":"33","title":"What is the VST 3 SDK?"},"330":{"body":"/ VST Home / Technical Documentation On this page: Basic Concept Initialization Creation and initialization from Host point of view Extensions Persistence The Processing Part IComponent IAudioProcessor The Editing Part VST 3 threading model Communication between the components Standard communication Private communication Initialization of communication from Host point of view Related pages: VST Module Architecture The VST 3 API is an interface collection designed for realtime audio processing components. Such a component can be an audio effect or an audio instrument. VST 3 is based on a technology called VST Module Architecture ( VST-MA ). Please read the VST-MA documentation to find out more about how the plug-in system works in general. The API files belonging to VST 3 are located in the folder \"pluginterfaces/vst\" . ⓘ If you are looking for the C API of VST 3 see https://github.com/steinbergmedia/vst3_c_api .","breadcrumbs":"Technical Documentation » VST 3 API Documentation » VST 3 API Documentation","id":"330","title":"VST 3 API Documentation"},"331":{"body":"A VST 3 audio effect or instrument basically consists of two parts: a processing part and an edit controller part. The corresponding interfaces are: Processor: Steinberg::Vst::IAudioProcessor + Steinberg::Vst::IComponent Controller: Steinberg::Vst::IEditController Tech_doc_1 Tech_doc_2 The design of VST 3 suggests a complete separation of processor and edit controller by implementing two components. Splitting up an effect into these two parts requires some extra implementation efforts. However, this separation enables the host to run each component in a different context, even on different computers. Another benefit is that parameter changes can be separated when it comes to automation. While for processing these changes need to be transmitted in a sample-accurate way, the GUI part can be updated with a much lower frequency and it can be shifted by the amount that results from any delay compensation or other processing offset. A plug-in that supports this separation has to set the Steinberg::Vst::kDistributable flag in the class info of the processor component ( Steinberg::PClassInfo2::classFlags ). Of course not every plug-in can support this, for example if it depends deeply on resources that cannot be moved easily to another computer. So when this flag is not set, the host must not try to separate the components in any way. Although it is not recommended, it is possible to implement both the processing part and the controller part in one component class. The host tries to query the Steinberg::Vst::IEditController interface after creating an Steinberg::Vst::IAudioProcessor and on success uses it as the controller. ⓘ Note A host does not need to instantiate the controller part of a plug-in for processing it. The plug-in should be prepared for processing without having the controller part instantiated.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Basic Concept","id":"331","title":"Basic Concept"},"332":{"body":"Both Steinberg::Vst::IComponent and Steinberg::Vst::IEditController derive from Steinberg::IPluginBase . The purpose of this basic interface is to initialize the component and to terminate it before it is destroyed. The context parameter passed to Steinberg::IPluginBase::initialize should implement the interface Steinberg::Vst::IHostApplication . Hosts should not call other functions before initialize is called, with the sole exception of Steinberg::Vst::IComponent::setIoMode which must be called before initialize. Steinberg::Vst::IComponent::getControllerClassId can also be called before ( See VST 3 Workflow Diagrams ). How can the plug-in access IHostApplication? //-----------------------------------------------------------------------\ntresult PLUGIN_API MyPluginProcessor::initialize (FUnknown*context)\n{ FUnknownPtr hostApp (hostContext); if (hostApp) { String128 name; if (hostApp->getName (name) == kResultTrue) { //... } } //...\n}\n//-----------------------------------------------------------------------","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Initialization","id":"332","title":"Initialization"},"333":{"body":"Here an example of a host implementation creating the component and its associated controller of a plug-in with a given classID: //-----------------------------------------------------------------------\nVst::IComponent* processorComponent;\nVst::IEditController* editController;\nIPluginFactory* factory;\n// ...\n// factory already initialized (after the library is loaded,see validator for example)\n// ...\n// create its component part\ntresult result = factory->createInstance (classID,Vst::IComponent::iid, (void**)&processorComponent);\nif (processorComponent && (result == kResultOk))\n{ // initialize the component with our host context (note: initialize called just after creatInstance) res = (processorComponent->initialize (gStandardPluginContext) == kResultOk); // try to create the controller part from the component // for Plug-ins which did not succeed in separating component from controller :-( if (processorComponent->queryInterface (Vst::IEditController::iid, (void**)&editController) != kResultTrue) { // This is the normal case, where the controller is separated from the component. // ask for the associated controller class ID (could be called before processorComponent->initialize ()) FUID controllerCID; if (processorComponent->getControllerClassId (controllerCID) == kResultTrue && controllerCID.isValid ()) { // create its controller part created from the factory result = factory->createInstance (controllerCID, Vst::IEditController::iid, (void**)&editController); if (editController && (result == kResultOk)) { // editController is now created, we have the ownership, // which means that we have to release it when not used anymore. // initialize the component with our context res = (editController->initialize (gStandardPluginContext) == kResultOk); // now processorComponent and editController are initialized... :-) } } } else { // editController is now created, we have the ownership, // which means that we have to release it when not used anymore. }\n}\n//----------------------------------------------------------------------- ⓘ Note Please be aware that IPluginBase::initialize and IPluginBase::terminate must only be called once per object instance. So if an object implements both IAudioProcessor and IEditController, take care to only call them once, as in the example above.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Creation and initialization from Host point of view","id":"333","title":"Creation and initialization from Host point of view"},"334":{"body":"The functionality of the components implementing these basic interfaces can be extended by a number of optional interfaces that only need to be implemented if this extension is required. Processor Extensions: Steinberg::Vst::IConnectionPoint Steinberg::Vst::IUnitData Steinberg::Vst::IProgramListData Edit Controller Extensions: Steinberg::Vst::IConnectionPoint Steinberg::Vst::IMidiMapping Steinberg::Vst::IUnitInfo","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Extensions","id":"334","title":"Extensions"},"335":{"body":"The host stores and restores the complete state of the processor and of the controller in project files and in preset files: Steinberg::Vst::IComponent::getState + Steinberg::Vst::IComponent::setState store and restore the DSP model. Steinberg::Vst::IEditController::getState + Steinberg::Vst::IEditController::setState store and restore any GUI settings that are not related to the processor (like scroll positions etc). Restore : When the states are restored, the host passes the processor state to both the processor and the controller ( Steinberg::Vst::IEditController::setComponentState ). A host must always pass that state to the processor first. The controller then has to synchronize its parameters to this state (but must not perform any IComponentHandler callbacks). After restoring a state, the host rescans the parameters (asking the controller) in order to update its internal representation. Tech_doc_3 Tech_doc_4 See also Steinberg::IBStream VST 3 Interfaces to be implemented by the Plug-in VST 3 Interfaces to be implemented by the Host","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Persistence","id":"335","title":"Persistence"},"336":{"body":"Tech_doc_5 The processing part consists of two related interfaces: Steinberg::Vst::IComponent and Steinberg::Vst::IAudioProcessor . The reason for splitting the two is to use the basic interfaces Steinberg::Vst::IComponent not only for audio plug-ins but also for other kinds of media (e.g. video processing in the future). Hence the Steinberg::Vst::IAudioProcessor interface represents the audio-specific part of a processing component. Let's have a closer look at the concepts.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » The Processing Part","id":"336","title":"The Processing Part"},"337":{"body":"The Steinberg::Vst::IComponent interface allows the host to get information about the plug-in: Edit controller association : In order to enable the host to create the associated edit controller part, the processing component has to provide the matching class-ID. The host uses the module's class factory to create the controller component. See Steinberg::Vst::IComponent::getControllerClassId The host can ask for bus configurations ( Steinberg::Vst::BusInfo ). See Steinberg::Vst::IComponent::getBusInfo The host can ask for routing information ( Steinberg::Vst::RoutingInfo ). The host can activate or deactivate a specific bus like side-chain . A deactivated bus should be not processed by the plug-in. See Steinberg::Vst::IComponent::activateBus The host can activate or deactivate the plug-in (On/Off button). See Steinberg::Vst::IComponent::setActive The host can store and restore the state of the plug-in (preset and project persistence). See Steinberg::Vst::IComponent::getState , Steinberg::Vst::IComponent::setState","breadcrumbs":"Technical Documentation » VST 3 API Documentation » IComponent","id":"337","title":"IComponent"},"338":{"body":"The Steinberg::Vst::IAudioProcessor interface extends Steinberg::Vst::IComponent by providing a state machine for processing and the process method: Setup : The processor must be configured before processing can start. Configurations are only allowed when the processor is inactive ( Steinberg::Vst::IComponent::setActive ). Process setup : The processor is informed about the parameters that cannot be changed while processing is active. ( Steinberg::Vst::ProcessSetup ). Dynamic Speaker Arrangements : The host can try to change the number of channels of an audio bus. By default the speaker arrangement is defined by the plug-in. In order to adjust the plug-in to a context where a different speaker arrangement is used, the host can try to change it using Steinberg::Vst::IAudioProcessor::setBusArrangements When the processor is configured, it has to be activated ( Steinberg::Vst::IComponent::setActive ). The activation call signals that all configurations have been finished. In addition to that, the processor has a 'processing state'. Before a host begins to perform processing calls, it has to signal this by calling IAudioProcessor::setProcessing (true). When the host stops processing, it must call IAudioProcessor::setProcessing (false) after the last processing call. Please see also: VST 3 Workflow Diagrams Process : Steinberg::Vst::IAudioProcessor::process is the method that implements the actual processing. Any data needed for processing is passed to it as a parameter Steinberg::Vst::ProcessData . This is necessary because processing is often performed in a separate thread and this is a simple way to avoid thread synchronization problems. Block Size : Processing is done in blocks. The maximum number of samples to be processed in one block is set in Steinberg::Vst::IAudioProcessor::setupProcessing . The actual number of samples in a processing block is transmitted in the process call and can be different from call to call, but it must be a value between 1 and maxSamplesPerBlock . Audio Buffers : For any audio bus defined by the plug-in, the host must provide buffer data - even for inactive busses. Busses are addressed by index, so leaving out inactive busses will mix up these indices. The actual data buffer can be null though (see Steinberg::Vst::AudioBusBuffers ). Note : The channelBuffers32 (or channelBuffers64 ) buffer pointers can be the same or different for input and output: this has to be taken into account in the process function (for example not resetting the output before processing if input and output buffers are the same!). It can be the same for multiple inputs or multiple outputs (in the case of instrument plug-ins) all outputs (or inputs) can share the same buffer! Important : The host can call Steinberg::Vst::IAudioProcessor::process without buffers ( numInputs and numOutputs of Steinberg::Vst::AudioBusBuffers are zeroed, numSamples too), in order to flush parameters (from host to plug-in). Parameters can only be flushed when the host needs to send parameter changes and no processing is called. Parameters & Automation : Any parameter changes are transmitted in the process call through the interfaces Steinberg::Vst::IParameterChanges and Steinberg::Vst::IParamValueQueue . Simple parameter changes as a result of GUI interaction are transmitted exactly in the same way as automation. (see Parameters and Automation ). Context : For each processing block the host should provide information about its state. See Steinberg::Vst::ProcessContext Events : Steinberg::Vst::IEventList Tech_doc_6","breadcrumbs":"Technical Documentation » VST 3 API Documentation » IAudioProcessor","id":"338","title":"IAudioProcessor"},"339":{"body":"Tech_doc_7 The edit controller is responsible for the GUI aspects ofthe plug-in. Its standard interface is Steinberg::Vst::IEditController . The host has to provide acallback interface for the edit controller named Steinberg::Vst::IComponentHandler . The handler is essentialfor the communication with both the host and the processor. GUI : Optionally, the controller can define an editor view. The method Steinberg::Vst::IEditController::createView allows the host to specify the type of the view by passing an id-string. Currently the only type defined is \"editor\" ( Steinberg::Vst::ViewType::kEditor ), but there might be variations in future versions (e.g. \"setup\"). See also Steinberg::IPlugView . Parameters : The controller is responsible for the management of parameters. Any change to a parameter that is caused by user interaction in the plug-in GUI must be properly reported to the Steinberg::Vst::IComponentHandler . The host is responsible for transmitting the change to the processor. In order to make recording of automation work, it is necessary to call beginEdit , performEdit and endEdit in the expected order! And from the UI-Thread ! With the new interface IComponentHandler2 (since VST 3.1), the plug-in (from UI) can group parameters which should use the same time-stamp in host when writing automation, by wrapping a set of beginEdit / performEdit / endEdit functions (see IComponentHandler ) with startGroupEdit and finishGroupEdit . More details can be found on the page about Parameters . Plug-in structure : If the plug-in is composed of discrete functional parts, the edit controller should publish this structure and the parameters belonging to each part by implementing the Steinberg::Vst::IUnitInfo interface. More details can be found on the page about VST 3 Units . Tech_doc_8","breadcrumbs":"Technical Documentation » VST 3 API Documentation » The Editing Part","id":"339","title":"The Editing Part"},"34":{"body":"The VST 3 SDK (Virtual Studio Technology Software Development Kit) is a collection of software development tools included in one package. This allows plug-in developers to create plug-ins in VST 3 format and host developers to load VST 3 plug-ins into a DAW or audio editor.","breadcrumbs":"What is the VST 3 SDK? » VST 3 SDK explained","id":"34","title":"VST 3 SDK explained"},"340":{"body":"The threading model used by VST 3 is quite simple and requires that: All initialisation/de-initialisation are done in the UI Thread All function exported by the plug-in are called by the host in the UI Thread with the exception of: IAudioProcessor→process: which could be called in a Audio Thread (realtime thread), avoid any memory allocation! IAudioProcessor→setProcessing: which could be called in a Audio Thread (realtime thread), avoid any memory allocation! All function exported by the host are called by the plug-in in the UI Thread Check the Audio Processor Call Sequence and the Edit Controller Call Sequence .","breadcrumbs":"Technical Documentation » VST 3 API Documentation » VST 3 threading model","id":"340","title":"VST 3 threading model"},"341":{"body":"The two VST 3 components (processor and controller) need a way to communicate. It is the task of the host to handle this.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Communication between the components","id":"341","title":"Communication between the components"},"342":{"body":"All standard data (like parameter changes) are transmitted between processor and controller using the basic interfaces listed above. After creation of processor and controller, the host sets the controller component state from the processors state. This is a change from the previous SDK, where it was assumed that after creation the controller and the processor are in sync. When the host sets a new processor state ( Steinberg::Vst::IComponent::setState ), this state is always transmitted to the controller as well ( Steinberg::Vst::IEditController::setComponentState ). The controller then has to synchronize to this state and adjust its parameters. When the controller transmits a parameter change to the host, the host synchronizes the processor by passing the new values as Steinberg::Vst::IParameterChanges to the process call. The processor can transmit outgoing parameter changes to the host as well. ( Steinberg::Vst::ProcessData::outputParameterChanges ). These are transmitted to the edit controller by the call of Steinberg::Vst::IEditController::setParamNormalized . Tech_doc_9","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Standard communication","id":"342","title":"Standard communication"},"343":{"body":"Data that is unknown to the host can be transmitted by means of messages. The communication interfaces are Steinberg::Vst::IConnectionPoint : The host establishes a connection between processor and controller. Steinberg::Vst::IMessage : Represents a message to send to the counterpart. Steinberg::Vst::IAttributeList : A list of attributes belonging to a message. Please note that messages from the processor to the controller must not be sent during the process call, as this would not be fast enough and would break the real time processing. Such tasks should be handled in a separate timer thread. Tech_doc_10","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Private communication","id":"343","title":"Private communication"},"344":{"body":"Here an example of host implementation where the component and controller parts are connected and synchronized: //-----------------------------------------------------------------------\n// the component and the controller parts are previously becreated and initialized (see above)\n// ...\nif (editController)\n{ // set the host handler // the host set its handler to the controller editController->setComponentHandler (myHostComponentHandler); // connect the 2 components Vst::IConnectionPoint* iConnectionPointComponent = nullPtr; Vst::IConnectionPoint* iConnectionPointController = nullPtr; processorComponent->queryInterface (Vst::IConnectionPoint::iid, (void**)&iConnectionPointComponent); editController->queryInterface (Vst::IConnectionPoint::iid, (void**)&iConnectionPointController); if (iConnectionPointComponent && iConnectionPointController) { iConnectionPointComponent->connect (iConnectionPointController); iConnectionPointController->connect (iConnectionPointComponent); } // synchronize controller to component by using setComponentState MemoryStream stream; // defined in \"public.sdk/source/common/memorystream.h\" stream.setByteOrder (kLittleEndian); if (processorComponent->getState (&stream) == kResultTrue) { stream.rewind (); editController->setComponentState (&stream); } // now processorComponent and editController parts are connected and synchronized...:-)\n} ⓘ Note Please note that you CANNOT rely on the implementation detail that the connection is done directly between the processor component and the edit controller!","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Initialization of communication from Host point of view","id":"344","title":"Initialization of communication from Host point of view"},"345":{"body":"/ VST Home / Technical Documentation On this page: Introduction Interfaces FUnknown IID/CID Direction Versioning and inheritance COM Compatibility Plug-ins Module Factory Locations Categories IPluginBase Purpose-specific interfaces Unicode Plug-ins for Unicode hosts Migrating from non-Unicode to Unicode SDK backward compatibility Related pages: How the host will load a VST-MA based Plug-in How to derive a class from an interface Interface Versions and Inheritance VST 3 API Documentation","breadcrumbs":"Technical Documentation » VST Module Architecture » VST Module Architecture","id":"345","title":"VST Module Architecture"},"346":{"body":"VST-MA is a component model system which is used in all Steinberg host applications as the basic layer for plug-in support. It is object-oriented, cross-platform and (almost) compiler-independent. The basics are very much like Microsoft® COM , so if you are familiar with this technology, understanding VST-MA should be quite easy. VST-MA is provided in C++ only. Interfaces in C++ are expressed as pure virtual class (which is a class with nothing but abstract methods). Unlike COM there is no support for C or other languages yet - simply because there has been no need for this so far. But all VST-MA interfaces can be transformed into different representations in case this should be inevitable some day. It is currently available for Windows, macOS X and Linux. The C++ files belonging to VST-MA are located in the following folders: pluginterfaces/base pluginterfaces/gui Note : The name ' VST Module Architecture ' has only little relation to the 'Virtual Studio Technology' itself. It describes the basic layer for any plug-in category supported in Steinberg hosts. VST-MA existed long before it was used as a base for VST 3 itself.","breadcrumbs":"Technical Documentation » VST Module Architecture » Introduction","id":"346","title":"Introduction"},"347":{"body":"","breadcrumbs":"Technical Documentation » VST Module Architecture » Interfaces","id":"347","title":"Interfaces"},"348":{"body":"Steinberg::FUnknown is the basic interface of VST-MA . All other interfaces are directly or indirectly derived from it.","breadcrumbs":"Technical Documentation » VST Module Architecture » FUnknown","id":"348","title":"FUnknown"},"349":{"body":"Each interface has a unique identifier (IID) of type Steinberg::FUID . It is used to retrieve a new interface from another one ( Steinberg::FUnknown::queryInterface ). It is important to understand the difference between interface identifier and component identifier. A component-ID or class-ID (CID) is used to identify a concrete implementation class and is usually passed to a class factory in order to create the corresponding component. So a lot of different classes (with different class identifiers) can implement the same interfaces.","breadcrumbs":"Technical Documentation » VST Module Architecture » IID/CID","id":"349","title":"IID/CID"},"35":{"body":"The VST 3 SDK package contains:","breadcrumbs":"What is the VST 3 SDK? » What is included","id":"35","title":"What is included"},"350":{"body":"An interface may have a direction , meaning that the interface is expected to be implemented either in the plug-in or in the host. The nature of an interface is documented in the following way: [host imp] : the host implements the interface [plug imp] : the plug-in implements the interface When neither of these is specified, the interface can be used in both ways.","breadcrumbs":"Technical Documentation » VST Module Architecture » Direction","id":"350","title":"Direction"},"351":{"body":"Unlike C++ classes, interfaces do not use inheritance to express specializations of objects. Inheritance is used for versioning only. One of the strict rules is that once an interface has been released, it must never change again. Adding new functionality to an interface requires a new version (usually an ordinal number is added to its name in this case, for example IPluginFactory3 adds new features to IPluginFactory2 ). A new version inherits the old version(s) of the interface, so the old and the new methods are combined in one interface. This is why specializations need to be modeled as separate interfaces! If a specialized interface were to inherit from the basic interface as well, an implementation class that needs to implement all of these interfaces would inherit the base interface twice, causing the compiler to run into ambiguities. So the specialization relation to a basic interface can only be expressed in the documentation. ISpecialInterface [ extends IBaseInterface] => means IBaseInterface::queryInterface (ISpecialInterface::iid, ...) can be used to retrieve the derived interface. You can find some example code here: Interface Versions and Inheritance .","breadcrumbs":"Technical Documentation » VST Module Architecture » Versioning and inheritance","id":"351","title":"Versioning and inheritance"},"352":{"body":"The first layer of VST-MA is binary-compatible to COM . The Vtable and interface identifier of Steinberg::FUnknown match with the corresponding COM interface IUnknown . The main difference is the organization and creation of components/plug-ins by a host application. VST-MA does not require any Microsoft® COM source file. You can find information about COM on pages like: https://docs.microsoft.com/en-us/windows/win32/learnwin32/what-is-a-com-interface- Basic Interfaces Steinberg::FUnknown Steinberg::IPluginBase Steinberg::IPluginFactory Helper Classes Steinberg::FUID Steinberg::FUnknownPtr See also \" How to derive a class from an interface \".","breadcrumbs":"Technical Documentation » VST Module Architecture » COM Compatibility","id":"352","title":"COM Compatibility"},"353":{"body":"","breadcrumbs":"Technical Documentation » VST Module Architecture » Plug-ins","id":"353","title":"Plug-ins"},"354":{"body":"A module (Windows: Dynamic Link Library, macOS: Mach-O Bundle, Linux: package) contains the implementation of one or more components (e.g. VST 3 effects). A VST-MA module must contain a class factory where meta-data and create-methods for the components are registered. The host has access to this factory through the Steinberg::IPluginFactory interface. This is the anchor point for the module and it is realized as a C-style export function named GetPluginFactory . You can find an export definition file in the SDK - public.sdk/source/main/winexport.def ( public.sdk/source/main/macexport.exp ) which can be used to export this function or you could use the macro SMTG_EXPORT_SYMBOL directly in cpp file (check public.sdk/source/main/dllmain.cpp for example). GetPluginFactory is declared as follows: SMTG_EXPORT_SYMBOL IPluginFactory* PLUGIN_API GetPluginFactory (); In addition to the GetPluginFactory function the plug-in may has to export additional entry/exit functions depending on the platform: On Windows On Windows the entry/exit functions are named InitDll / ExitDll and are optional! A Plug-In can export these functions and a host has to call the InitDll function directly after loading the plug-in via LoadLibrary and before calling GetPluginFactory . The ExitDll function must be called before the plug-in is unloaded via FreeLibrary or on program termination without FreeLibrary . As Windows already has this feature (see DllMain in Microsofts documentation) the above functions are optional. On macOS On macOS the entry/exit functions are named BundleEntry / BundleExit and are required! A plug-in must export these functions and a host has to call the BundleEntry function directly after loading the plug-in via CFBundleLoadExecutable and before calling GetPluginFactory . The BundleExit function must be called before the plug-in is unloaded or on program termination. As macOS does not have a standard entry function when loading a bundle the above functions are required and a host has to reject plug-ins not exporting these functions. On Linux On Linux the entry/exit functions are named ModuleEntry / ModuleExit and are required! A plug-in must export these functions and a host has to call the ModuleEntry function directly after loading the plug-In via dlopen and before calling GetPluginFactory . The ModuleExit function must be called before the plug-in is unloaded via dlclose or on program termination. As Linux does not have a standard entry function when loading a dynamic library, the above functions are required and a host has to reject plug-ins not exporting these functions. The entry function is intended for providing the plug-in with the platform specific instance handle which are needed for many platform APIs. Plug-in developers should use these functions instead of using platform functions to get the instance handle. Here an example when using def/exp files instead of SMTG_EXPORT_SYMBOL: winexport.def file on Windows EXPORTS\nGetPluginFactory\nInitDll\nExitDll macexport.exp file on mac _GetPluginFactory\n_bundleEntry\n_bundleExit","breadcrumbs":"Technical Documentation » VST Module Architecture » Module Factory","id":"354","title":"Module Factory"},"355":{"body":"Component modules do not require registration like DirectX . The host application expects component modules to be located in predefined folders of the file system. These folders and their subfolders are scanned for VST-MA modules during application startup. Each folder serves a special purpose: The application's Components subfolder (e.g. \"C:\\Program Files\\Steinberg\\Cubase 12\\Components\" ) is used for components tightly bound to the application. No other application should use it. Components that are shared between all Steinberg hosts are located at: Win: \"/Program Files/Common Files/Steinberg/Shared Components\" Mac: \"/Library/Application Support/Steinberg/Components/\" For special purpose plug-in types, additional locations are defined. Please refer to the corresponding documentation to find out if additional folders are used and where to find them. For VST 3 , see VST 3 Locations/Format .","breadcrumbs":"Technical Documentation » VST Module Architecture » Locations","id":"355","title":"Locations"},"356":{"body":"Any class that the factory can create is assigned to a category. It is this category that tells the host the purpose of the class (and gives a hint of which interfaces it might implement). A class is also described with a name and it has a unique id. For example, the category for import/export filters is \" Project Filter \" and for VST 3 audio plug-ins it is \" Audio Module Class \". \"Service\" is a special category. The purpose of a class of this category is completely unknown to the host. It is loaded automatically during program start (provided that the user did not deactivate it). Since the factory can create any number of classes, one component library can contain multiple components of any type.","breadcrumbs":"Technical Documentation » VST Module Architecture » Categories","id":"356","title":"Categories"},"357":{"body":"The entry-point interface for any component class is Steinberg::IPluginBase . The host uses this interface to initialize and to terminate the plug-in component. When the host initializes the plug-in, it has to pass a so called context. This context contains any interface to the host that the plug-in will need to work.","breadcrumbs":"Technical Documentation » VST Module Architecture » IPluginBase","id":"357","title":"IPluginBase"},"358":{"body":"Each plug-in category (VST 3 Effects, Project import/export Filters, Audio Codecs, etc...) defines its own set of purpose-specific interfaces. These are not part of the basic VST-MA layer.","breadcrumbs":"Technical Documentation » VST Module Architecture » Purpose-specific interfaces","id":"358","title":"Purpose-specific interfaces"},"359":{"body":"Beginning with version 5 of Cubase and Nuendo, the internal structure of the host was modified for better support of internationalization. Therefore, string handling was changed to utilize Unicode strings whenever strings are passed around. As a consequence, all the interfaces to plug-ins have changed from using ASCI to Unicode strings for call and return parameters. So in turn, all plug-ins must be adapted to support Unicode. This has major consequences in that: Unicode hosts (Cubase 5 or later) will only work with Unicode plug-ins. When loading a plug-in, a Unicode host checks the plug-in's type and will not load any non-Unicode plug-ins. Unicode plug-ins will not load in non-Unicode hosts. When loading, a Unicode plug-in requests information from the host and will not load if no Unicode host is detected. Therefore, if a plug-in is supposed to work with both older and newer hosts, it is best to provide two versions of the plug-in. Plug-ins for Unicode hosts Writing plug-ins that are supposed to work only with Unicode hosts is easy. Use a current version of this SDK and develop a plug-in as usual. Make sure that you only ever pass Unicode UTF-16 strings to interfaces that have strings as call parameters and also be prepared that strings returned by these interfaces are always UTF-16 . Therefore, to make things easier, it is recommended that Unicode strings are used throughout the plug-in's implementation, in order to avoid back and forth conversions. Also, use the Steinberg::String and Steinberg::ConstString classes from the Base module, as they have been designed to work universally on both Mac and Win. Migrating from non-Unicode to Unicode In Steinberg SDKs released before Cubase 5, the interface functions were using pointers of type char for passing strings to and from the host. These have been changed now to using Steinberg's defined type tchar which is equivalent to char16 , i.e. 16 bit character. In theory, there are many ways for representing 16 bit characters, but we chose to use the industry standard Unicode , so strings are expected to be encoded in UTF-16 . Accordingly, also the implementation of a plug-in needs to be adapted to deal correctly with Unicode-encoded strings, as well as only ever passing Unicode strings to the host. ⓘ Note Changing a function from using 8 bit to 16 bit character pointers may seem as only a minor modification, but in interface design this is a major intrusion, because an interface is a contract to the outside world that is never to be changed. Therefore, classes that are changed to use Unicode strings are distinguished and also receive a new unique class ID.","breadcrumbs":"Technical Documentation » VST Module Architecture » Unicode","id":"359","title":"Unicode"},"36":{"body":"This is a C++ interface defining how a VST 3 plug-in communicates with a host and vice versa. The heart of VST 3 . Check the folder \"pluginterfaces/vst\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » The VST 3 API","id":"36","title":"The VST 3 API"},"360":{"body":"Even with the current SDK it is still possible to develop non-Unicode plug-ins. In the file pluginterfaces/base/ftypes.h , the line \"#define UNICODE_OFF\" is commented out, but by uncommenting it you can revert all interfaces to using single byte ASCII strings. Alternatively, you can also specify UNICODE_OFF as a preprocessor definition in your project file. Also, the plug-in's factory info now does not define the Unicode flag anymore, so a Unicode host sees the compiled plug-in as non-Unicode. Also, when reverting to single byte strings the plug-in's implementation also has to be changed to behave correctly. ⓘ Note When undefining Unicode, the class IDs also revert to the old ones.","breadcrumbs":"Technical Documentation » VST Module Architecture » SDK backward compatibility","id":"360","title":"SDK backward compatibility"},"361":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture Check the included cpp files showing how to load such Component/plug-in: public.sdk/source/vst/hosting/module.h and for each platform public.sdk/source/vst/hosting/module_win32.cpp, ... Here below you could found a basic implementation on Windows showing how to load the library and get pointer to the wanted exported functions: HMODULE hModule = LoadLibrary (\"SomePlugin.dll\");\nif (hModule)\n{ InitModuleProc initProc = (InitModuleProc)GetProcAddress (hModule, \"InitDll\"); if (initProc) // this entry function is optional on Windows, not on MacOS and Linux! { if (initProc () == false) { FreeLibrary (module); return false; } } GetFactoryProc proc = (GetFactoryProc)GetProcAddress (hModule, \"GetPluginFactory\"); IPluginFactory* factory = proc ? proc () : nullptr; if (factory) { for (int32 i = 0; i < factory->countClasses (); i++) { PClassInfo ci; factory->getClassInfo (i, &ci); FUnknown* obj; factory->createInstance (ci.cid, FUnknown::iid, (void**)&obj); ... obj->release (); } factory->release (); } ExitModuleProc exitProc = (ExitModuleProc)GetProcAddress (hModule, \"ExitDll\"); if (exitProc) // This exit function is optional on Windows, not on MacOS and Linux! exitProc (); FreeLibrary (hModule);\n}","breadcrumbs":"Technical Documentation » VST Module Architecture » How the host will load a VST-MA based Plug-in » How the host will load a VST-MA based Plug-in","id":"361","title":"How the host will load a VST-MA based Plug-in"},"362":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture Interface Versions and Inheritance In the first example we derive a class directly from FUnknown, using some of the helper macros provided by the SDK. class CMyClass: public FUnknown\n{\npublic: CMyClass (); virtual ~CMyClass (); DECLARE_FUNKNOWN_METHODS // declares queryInterface, addRef and release\n}; CMyClass::CMyClass ()\n{ FUNKNOWN_CTOR // init reference counter, increment global object counter\n} CMyClass::~CMyClass ()\n{ FUNKNOWN_DTOR // decrement global object counter\n} IMPLEMENT_REFCOUNT (CMyClass) // implements reference counting tresult CMyClass::queryInterface (const char* iid, void** obj)\n{ QUERY_INTERFACE (iid, obj, ::FUnknown::iid, CMyClass) return kNoInterface;\n} Developing a class with more than one interface is done by multiple inheritance. Additionally you have to provide an appropriate cast for each interface in the queryInterface method. class CMyMultiClass : public Steinberg::IPluginBase, public Steinberg::IPlugController, public Steinberg::IEditorFactory\n{\npublic: DECLARE_FUNKNOWN_METHODS // declare the methods of all inherited interfaces here...\n}; IMPLEMENT_REFCOUNT (CMyMultiClass) // implements referencecounting tresult CMyMultiClass::queryInterface (const char* iid, void** obj)\n{ QUERY_INTERFACE (iid, obj, Steinberg::FUnknown::iid, IPluginBase) QUERY_INTERFACE (iid, obj, Steinberg::IPluginBase::iid, IPluginBase) QUERY_INTERFACE (iid, obj, Steinberg::IPlugController::iid, IPlugController) QUERY_INTERFACE (iid, obj, Steinberg::IEditorFactory::iid, IEditorFactory) *obj = 0; return kNoInterface;\n}","breadcrumbs":"Technical Documentation » VST Module Architecture » How to derive a class from an interface » Hot to derive a class from an interface","id":"362","title":"Hot to derive a class from an interface"},"363":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture How to derive a class from an interface Unlike C++ classes, VST-MA interfaces do not use inheritance to express specializations of objects. Usually all interfaces are derived from FUnknown. This is because interfaces must never change after they have been released. The VST Module Architecture Interfaces use inheritance only for versioning! All specializations will be modeled as separate interfaces! For example the C++ classes: class Shape\n{\npublic: void setPosition (long x, long y);\nprotected: long x; long y;\n};\nclass Rect : public Shape\n{\npublic: void setDimension (long width, long height);\nprotected: long width; long height;\n}; expressed in VST-MA , define an interface for each inheritance level: class IShape : public FUnknown\n{\npublic: virtual void setPosition (long x, long y) = 0;\n};\nclass IRect : public FUnknown\n{\npublic: virtual void setDimension (long width, long height) = 0;\n}; In the next program version there need to be changes to the Shape class that look like this: class Shape\n{\npublic: void setPosition (long x, long y); void setColor (Color color);\nprotected: long x; long y; Color color;\n}; The VST-MA representation now reflect the changes to Shape by adding a new interface that inherits from IShape and looks like the following code, while the former interface definitions remain the same: class IShape2 : public IShape\n{\npublic: virtual void setColor (Color color) = 0;\n};","breadcrumbs":"Technical Documentation » VST Module Architecture » Interface Versions and Inheritance » Interface Versions and Inheritance","id":"363","title":"Interface Versions and Inheritance"},"364":{"body":"/ VST Home / Technical Documentation An optional moduleinfo.json file can be part of the module file package , located in the Resources folder. The file contains the same information as the Module Factory , plus an optional list of compatible classes. The file is encoded in json5 format. The Compatibility json array is used to declare a class to be treated as a replacement for another class or classes. When used this way, the host does not need to load the component to know which classes the module provides. This optional moduleinfo.json file was added in the VST 3 SDK version 3.7.5 and was located in the Contents folder of the bundle. In order to be compliant with code signing on macOS, this file is now (since version 3.7.8) located in the Contents/Resources folder.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » Moduleinfo","id":"364","title":"Moduleinfo"},"365":{"body":"The VST 3 SDK contains a command-line utility called moduleinfotool that is used to create and validate the moduleinfo.json file from a VST plug-in. See public.sdk/vst-utilities/moduleinfotool . The moduleinfotool uses the ModuleInfoLib which can be used by hosts to read and parse the moduleinfo.json file. See public.sdk/source/vst/moduleinfo For plug-ins built with the VST 3 SDK , the moduleinfo.json file will be automatically created during the build process.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » SDK","id":"365","title":"SDK"},"366":{"body":"An example moduleinfo.json looks like this: { \"Name\": \"helloworld\", \"Version\": \"3.7.5.0\", \"Factory Info\": { \"Vendor\": \"Steinberg Media Technologies\", \"URL\": \"http://www.steinberg.net\", \"E-Mail\": \"mailto:info@steinberg.de\", \"Flags\": { \"Unicode\": true, \"Classes Discardable\": false, \"Component Non Discardable\": false, }, }, \"Classes\": [ { \"CID\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Category\": \"Audio Module Class\", \"Name\": \"Hello World\", \"Vendor\": \"Steinberg Media Technologies\", \"Version\": \"1.0.0.1\", \"SDKVersion\": \"VST 3.7.5\", \"Sub Categories\": [ \"Fx\", ], \"Class Flags\": 1, \"Cardinality\": 2147483647, \"Snapshots\": [ { \"Scale Factor\": 1, \"Path\": \"Contents/Resources/Snapshots/BD58B550F9E5634E9D2EFF39EA0927B1_snapshot.png\", }, { \"Scale Factor\": 2, \"Path\": \"Contents/Resources/Snapshots/BD58B550F9E5634E9D2EFF39EA0927B1_snapshot_2.0x.png\", }, ], }, { \"CID\": \"A0B1A6F4005D9B47967177E37A671891\", \"Category\": \"Component Controller Class\", \"Name\": \"Hello WorldController\", \"Vendor\": \"Steinberg Media Technologies\", \"Version\": \"1.0.0.1\", \"SDKVersion\": \"VST 3.7.5\", \"Class Flags\": 0, \"Cardinality\": 2147483647, \"Snapshots\": [ ], }, ], \"Compatibility\": [ { \"New\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Old\": [ \"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\", \"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\", ], }, ],\n} Check here to learn how to create UID for old VST 2 plug-in.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » Example","id":"366","title":"Example"},"367":{"body":"/ VST Home / Technical Documentation On this page: Parameters Representation of parameter values Parameter styles / 'Step Count' Conversion of normalized values Automation Problems Automation Recording Sliders & Knobs Buttons / Radio Groups / Pop-up Menus Text Input Automation Playback GUI playback Informing the host about changes Parameter titles, default values or flags have changed Multiple parameter values have changed Related pages: VST 3 Units Description of how parameters are defined and used in VST 3 .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameters and Automation","id":"367","title":"Parameters and Automation"},"368":{"body":"A plug-in requires parameters in order to control its DSP algorithm, for example, a Frequency parameter for a filter. The plug-in can export these parameters in order to make them visible to the host and allow the host to control/change/automate/remote/visualize them. Some parameters can be defined for private use only (not visible to the user) or as read-only, such as parameters associated to VU Meters. Steinberg::Vst::IEditController::getParameterCount allows the host to identify the number of parameters that are exported by the plug-in. The plug-in must assign a unique 32-bit identifier (ID) to each exported parameter. ⓘ Note Up to 2^31 parameters can be exported with ID range [0, 2.147.483.648] (the range [2.147.483.649, 4.294.967.296] is reserved for host application). Please note that it is not allowed to change this assignment at any time. In particular, a plug-in must not perform any reconfigurations that lead to a different set of automatable parameters. The only allowed variation is the adding or removing of parameters in a future plug-in version. However, keep in mind that automation data can get lost when parameters are removed. Usually, the host is unaware of a parameter's semantics. However, there are a few important exceptions that the controller must announce using the Steinberg::Vst::ParameterInfo::flags : kCanAutomate : This means that this parameter can be automated by the host using its automation track. [SDK 3.0.0] kIsBypass : If the plug-in performs bypass processing itself, it must export the corresponding parameter and flag it with kIsBypass. It is highly recommended that this bypass parameter is provided by the effect plug-in. If the plug-in does not export a bypass parameter, the host can perform bypass processing and the plug-in process call will be discontinued. Only one bypass parameter is allowed. The plug-in should save the state of this bypass parameter like other parameters (when getState and setState are used). If the plug-in does not need a bypass (like Instrument) this flag should be not used. Check this FAQ in order to understand how bypass processing works. [SDK 3.0.0] kIsReadOnly : This means that this parameter cannot be changed from outside the plug-in, this requires that kCanAutomate is NOT set. [SDK 3.0.0] kIsWrapAround : When a UI control created by the host for this parameter attempts to set its value out of the limits, this UI control will make a wrap around (useful for parameters like 360 degree rotation). [SDK 3.0.2] kIsList : This means that the host will display this parameter as list in a generic editor or automation editing. [SDK 3.1.0] kIsHidden : This means that this parameter will NOT be displayed and cannot be changed from outside the plug-in. This requires that kCanAutomate is NOT set and kIsReadOnly is set. [SDK 3.7.0] kIsProgramChange : If the plug-in supports program lists (see VST 3 Units , Program Lists ), each 'unit' of the plug-in needs to export a program selector parameter. Such a parameter is not allowed to be automated when the affected parameters are flagged as automatable as well. A host can display program parameters at dedicated locations of its GUI. [SDK 3.0.0] The controller must support the conversion to a string for any exported parameter. The conversion method Steinberg::Vst::IEditController::getParamStringByValue must provide a result for any possible normalized parameter value. ⚠️ Warning Parameter values are always transmitted in a normalized floating point (64bit double) representation [0.0, 1.0] .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameters","id":"368","title":"Parameters"},"369":{"body":"A plug-in parameter usually has more than one representation. The GUI of a plug-in can display something that appears to be a single parameter, but might control multiple processing parameters at the same time. Or the GUI representation displays a scale-transformed representation of a DSP-Parameter. Somewhere on the way from the GUI to the DSP algorithm, this transformation has to be performed. The host does not need information about DSP parameters, but it is responsible for reporting parameter changes to the processor. According to this, the processor is the only place where a transformation can happen and all parameters always have to match the GUI representation. Does this fit into the idea of separating GUI and processing? No problem so far it is a separation of duties, nothing more. The processor component and the controller component have to work on the same internal plug-in model. The controller knows how this model has to be presented in the GUI. The processor knows how the model has to be translated into DSP parameters. The VST 3 interfaces suggest a normalized value representation for a part of this model (the part that is exported as parameters). This means every value has to be inside the range from 0.0 to 1.0. Parameter styles / 'Step Count' Although values are transmitted in a normalized format, the host needs to know some details of the parameter's displayed GUI representation. When editing automation data, for example, the host must know the nature of a parameter expressed in its 'step count' (see Steinberg::Vst::ParameterInfo::stepCount ). Step count semantics: 0 : A continuous parameter. Any normalized value has an exact mapping (0 = there are no steps between the values) 1 : A discrete parameter with 2 states like (on/off) (yes/no) etc. (1 = there is one step between these states) 2 : A discrete parameter with 3 states (0,1,2) or (3,5,7) (2 = there are two steps between these states) 3 : etc...","breadcrumbs":"Technical Documentation » Parameters and Automation » Representation of parameter values","id":"369","title":"Representation of parameter values"},"37":{"body":"Some helper classes are provided, implementing some VST 3 interfaces for hosting and for creating VST 3 plug-ins. Simply derived your plug-in C++ classes from these helper classes. what_if_1 Check the folder \"public.sdk\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Implementation Helper Classes","id":"37","title":"VST 3 Implementation Helper Classes"},"370":{"body":"The controller and the processor have to work with normalized parameter values. Step count 0: Continuous parameters simply need to be mapped accordingly Step count n: Discrete parameters need a little bit more care Discrete Value => Normalize double normalized = discreteValue / (double)stepCount; Normalize => Discrete Value (Denormalize) int discreteValue = min (stepCount, normalized *(stepCount + 1)); Example : Step Count 3 Tech_doc_11","breadcrumbs":"Technical Documentation » Parameters and Automation » Conversion of normalized values","id":"370","title":"Conversion of normalized values"},"371":{"body":"A host that supports parameter automation is dependent on a proper cooperation of the component owning these parameters. One intention in the design of the VST 3 interfaces was to reduce the amount of possible mistakes for an implementation. The separation of processor and controller enforces that all parameter changes have to be handled by the host in a defined way. Additionally, this allows the host to store the changes as automation data. Nevertheless, there are some more things to consider: No automated parameter must influence another automated parameter! The prime example for this is the automation of preset changes. A preset change can lead to the change of all 'normal' parameters. So if automation data already has been recorded for these parameters and the preset change is recorded as well: who wins? This question cannot be answered and the problem can only be resolved by avoiding it. This is why automation of preset changes is not allowed by default.","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation","id":"371","title":"Automation"},"372":{"body":"A fix value range from 0.0 to 1.0 simplifies the handling of parameters in some ways, but there are problems: Non-linear scaling If the DSP representation of a value does not scale in a linear way to the exported normalized representation (which can happen when a decibel scale is used, for example), the edit controller must provide a conversion to a plain representation. This allows the host to move automation data (being in GUI representation) and keep the original value relations intact. ( Steinberg::Vst::IEditController::normalizedParamToPlain / Steinberg::Vst::IEditController::plainParamToNormalized ). Changes in future plug-in versions Take a discrete parameter, for example, that controls an option of three choices. If the host stores normalized values as automation data and a new version of a plug-in invented a fourth choice, the automation data will be invalid now. So either the host has to store denormalized values as automation or it must recalculate the automation data accordingly.","breadcrumbs":"Technical Documentation » Parameters and Automation » Problems","id":"372","title":"Problems"},"373":{"body":"Automation recording is performed by the host. In doing so, it is essential for the host to know the start and the end of a manipulation. Therefore, the plug-in must operate the Steinberg::Vst::IComponentHandler interface in the following way and in the UI Thread !: The begin of a manipulation must be signaled via Steinberg::Vst::IComponentHandler::beginEdit Changes of parameters are reported via Steinberg::Vst::IComponentHandler::performEdit The end of a manipulation must be signaled via Steinberg::Vst::IComponentHandler::endEdit The plug-in must stick to the order of these callbacks. Otherwise, automation recording cannot work correctly. However, the implementation can bring up difficulties. Each type of GUI control and the way it is operated along with the nature of the controlled parameter requires specific considerations. To address the most common cases: Sliders & Knobs This kind of controls usually control continuous parameters and they are usually operated with the mouse. This common case is the most simple to handle: On mouse-click-down call beginEdit (followed by performEdit when the control allows a jump), on mouse-drag call performEdit and on mouse-click-up call endEdit. Trouble starts with the mouse wheel : There simply is nothing like a defined start or end when the wheel is operated - each wheel event arrives 'out of the blue'. The only way to enable proper automation recording in this case is the usage of a timer. A plug-in implementation should call beginEdit when the first wheel event is handled and start a timer (followed by the first call to performEdit). Further wheel events that arrive inside of the timeout interval are reported with performEdit and the timer is restarted. When the timeout period has passed without further events, endEdit should be called and the timer can be removed. But since it is the host's task to record automation data, one could argue that it should be the host's task to take care of the timer in this case. This is the reason for the following exception to the rule: Mouse wheel events can be reported without beginEdit and endEdit to the host. The host must be prepared to receive a performEdit without a previous call of beginEdit for a parameter and handle the timeout itself. Buttons / Radio Groups / Pop-up Menus This kind of controls usually control discrete parameters and simply switch the state of something. A proper handling is to call beginEdit, performEdit and endEdit in a row. The affected parameter has to be exported to the host with the correct step count because discrete parameters are handled differently than continuous parameters in regard to automation. Mouse wheel handling usually is not supported for buttons, but sometimes for pop-up menus. Discrete parameters do not require the usage of a timer in order to be recorded correctly. So the plug-in should call the 3 functions in a row for each wheel event - again, the other option is to omit beginEdit and endEdit, but in this case, be sure to report the discrete nature of the parameter to the host correctly. Text Input For reporting the results of a text input value change for a continuous or a discrete parameter, always call beginEdit, performEdit and endEdit in a row.","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation Recording","id":"373","title":"Automation Recording"},"374":{"body":"In VST 3 , automation playback is the task of the plug-in and it is the host's task to provide the automation data. The only way for a parameter change to arrive in the processor is the processing call. Receiving parameter changes from the edit controller and playing back automation data is one and the same thing. The need to perform all transformations, from the normalized GUI representation to the DSP representation, produces some overhead. Performing sample-accurate automation requires even more overhead, because the DSP value must be calculated for each single sample. While this cannot be avoided entirely, it is the choice of the plug-in implementation how much processing time to spend on automation accuracy. The host always transmits value changes in a way that allows a sample-accurate reconstruction of the underlying automation curve. The plug-in is responsible for the realization. Tech_doc_12 The processor gets the automation data in the processing call by using queue of parameter changes for each parameter having automation data: A IParameterChanges has some IParamValueQueues (for a specific parameter ID) which has some Automation Points. ⚠️ Warning A parameter (ID) is present only one time in the IParameterChanges list! Automation Points inside a IParamValueQueues are sorted per offset (position inside the audio block)!","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation Playback","id":"374","title":"Automation Playback"},"375":{"body":"The host is responsible for updating the plug-in GUI when automation data is transmitted to the processor. This is realized by frequent calls of Steinberg::Vst::IEditController::setParamNormalized in the UI Thread . See also Steinberg::Vst::IParameterChanges , Steinberg::Vst::IParamValueQueue .","breadcrumbs":"Technical Documentation » Parameters and Automation » GUI playback","id":"375","title":"GUI playback"},"376":{"body":"","breadcrumbs":"Technical Documentation » Parameters and Automation » Informing the host about changes","id":"376","title":"Informing the host about changes"},"377":{"body":"If something happens, user interaction for example, which change the parameter styles ( ParameterFlags ) or title or default value of one or multiple parameters, the plug-in must call IComponentHandler::restartComponent (kParamTitlesChanged); to inform the host about this change (in the UI Thread ). The host rescans the ParameterInfos with getParameterInfo .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameter titles, default values or flags have changed","id":"377","title":"Parameter titles, default values or flags have changed"},"378":{"body":"As result of a program change for example, the plug-in must call: IComponentHandler::restartComponent (kParamValuesChanged); to inform the host about this change (in the UI Thread ). The host invalidates all caches of parameter values and asks the edit controller for the current values. If only some values have changed (less than 10) the plug-in should use the Steinberg::Vst::IComponentHandler::performEdit interface (Show the right use when automation are used: Automation Recording ) ⓘ Note If the plug-in needs to inform the host about changes containing parameter title, default or flags and values (of multiple parameters), it could combine the restartComponent flags: IComponentHandler::restartComponent (kParamValuesChanged|kParamTitlesChanged);","breadcrumbs":"Technical Documentation » Parameters and Automation » Multiple parameter values have changed","id":"378","title":"Multiple parameter values have changed"},"379":{"body":"/ VST Home / Technical Documentation On this page: Introduction Unit details Examples Related pages: Presets & Program Lists Complex Plug-in Structures / Multi-timbral Instruments","breadcrumbs":"Technical Documentation » VST 3 Units » VST 3 Units","id":"379","title":"VST 3 Units"},"38":{"body":"The SDK includes some Plug-ins implementation examples.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-ins Examples","id":"38","title":"VST 3 Plug-ins Examples"},"380":{"body":"A unit is a logical section of the plug-in. For example, an EQ section can be a unit. The purposes of units are: To reveal the internal logical structure of the plug-in To organize parameters by associating them with units To Support program lists To support handling of Complex Plug-in Structures / Multi-timbral Instruments Multiple program lists (associated with a unit) Access to program list data Associations of MIDI tracks and units Synchronization of plug-in GUI and host GUI","breadcrumbs":"Technical Documentation » VST 3 Units » Introduction","id":"380","title":"Introduction"},"381":{"body":"The plug-in can define any number and any kind of units. The semantics of a unit is not important. Units are organized in a hierarchical way. Each unit can contain sub-units. The root unit of this hierarchy is always present (explicit or implicit) and has ID ' 0 '. A plug-in that does not define any further units simply consist of unit ' 0 '. The plug-in has to assign a unique ID to each further unit it defines and must provide a suitable name for it to be shown in the GUI ( Steinberg::Vst::UnitInfo ). Each unit can 'contain' parameters. All parameters of the plug-in are managed and published by the Steinberg::Vst::IEditController , but each parameter can be associated with a unit. ( Steinberg::Vst::ParameterInfo::unitId ). A host can organize the list of parameters in a tree view reflecting the unit hierarchy as nodes. Each unit can be associated with a program list. (See Complex Plug-in Structures / Multi-timbral Instruments ) A unit can be associated with specific busses. There can be any kind of combination, but the VST 3 interfaces only define queries for special situations. (See Units and Tracks ) Tech_doc_13 Most things of interest in regard to units are GUI related, so the access interface Steinberg::Vst::IUnitInfo needs to be implemented as extension of the edit controller. See also Steinberg::Vst::IUnitInfo , Presets & Program Lists .","breadcrumbs":"Technical Documentation » VST 3 Units » Unit details","id":"381","title":"Unit details"},"382":{"body":"Example of a plug-in (MultibandCompressor from Cubase pluginset) with structured parameters list that can be used by the host, here in Cubase for selecting a parameter to automate: Tech_doc_14 Example of a plug-in (VST Amp Rack from Cubase pluginset) with structured parameters list visualized in the Parameters tab of the PluginTestHost application: Tech_doc_15 Example of using the unit structure of HALion Sonic SE inside Cakewalk for automation selection: Tech_doc_16","breadcrumbs":"Technical Documentation » VST 3 Units » Examples","id":"382","title":"Examples"},"383":{"body":"/ VST Home / Technical Documentation On this page: Simple Plug-ins Program Lists Structure of Program Lists Pitch Names Related pages: VST 3 Units Complex Plug-in Structures / Multi-timbral Instruments How presets and program lists are handled in VST 3 . See VST 3 Locations / Format for preset format definition.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Presets & Program Lists","id":"383","title":"Presets & Program Lists"},"384":{"body":"Tech_doc_17 For a simple plug-in, the data of a preset is nothing more than its state. In this case: It is the job of the host to manage the preset handling for the plug-in. The plug-in itself does not need to provide any means in its GUI for loading presets at all and it does not need to define any program lists. Factory presets must be installed as files at the required location (See Preset Locations ). The host has to provide the GUI for loading and saving preset files. These files contain data that the plug-in has filled into the stream in Steinberg::Vst::IComponent::getState . VST 3 defines dedicated locations in the OS file system (see Preset Locations ), so the host does not need to display a file selector dialog. It knows where to search for preset files of a specific plug-in and where to create them. So it can create a pop-up list for selecting a preset or any other GUI of its choice. After loading a preset, the host is responsible to rescan the parameters values (from the controller part). Therefore, the controller must be sure that it gets the correct parameter states when loading a preset (which is done with Steinberg::Vst::IEditController::setComponentState ). See also Communication between the components and Persistence .","breadcrumbs":"Technical Documentation » Presets & Program Lists » Simple Plug-ins","id":"384","title":"Simple Plug-ins"},"385":{"body":"If a plug-in uses a large pool of programs that require some kind of caching or that need to be preloaded, using preset files may not be a sufficient choice. In this case, the plug-in can define a program list. For this purpose, the edit controller has to be extended by the interface Steinberg::Vst::IUnitInfo . If the plug-in defines a program list to be used as pool of factory presets, it must not allow the user to change these presets by the means of parameter editing. Instead, it should load the corresponding data into a kind of working memory and store possible modifications as component state. In addition, the user can be allowed to store the modifications as preset file. If the plug-in defines a program list to be used as a pool of user presets that are initially in an 'empty' state, modifications can be applied to the list items directly. This way of using program lists should only be chosen if programs do require a lot of resources that need to be cached in order to achieve fast program changes (good examples for this are sample-based plug-ins). Tech_doc_18 The plug-in can provide GUI for the selection of programs, but it must enable the host to display the list and the selected program as well. The index of the selected program in the list must be exported as program selection parameter. ( Steinberg::Vst::ParameterInfo::kIsProgramChange ) The plug-in can allow the host to read and write the program data of a list item. To support this, the plug-in must implement the Steinberg::Vst::IProgramListData interface as an extension of the component part.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Program Lists","id":"385","title":"Program Lists"},"386":{"body":"All programs are always transmitted as a flat list to the host. But the plug-in can assign a number of attributes to each program of the list. This enables the host to organize and filter them in a very flexible way. Attribute values are queried via Steinberg::Vst::IUnitInfo::getProgramInfo . The possible attribute identifiers are defined in namespace Steinberg::Vst::PresetAttributes . The attribute identifier specifying a program category, for example, is Steinberg::Vst::PresetAttributes::kInstrument . Although the name suggests that it should be used for instruments only, it can be used for any kind of audio plug-in. The value for an instrument category of a program is \"Piano\" for example. But it is possible to specify a subcategory like \"Acoustic Piano\" as well. In this case, the strings need to be chained in the following way: \"Piano|Acoustic Piano\". This allows the host to organize presets in a category tree view, for example.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Structure of Program Lists","id":"386","title":"Structure of Program Lists"},"387":{"body":"Pitch names are intended to be used with drum kit programs where the different drum sounds are addressed by note pitches. In order to display the name of the drum instrument assigned to a pitch in a drum editor, for example, the host calls Steinberg::Vst::IUnitInfo::hasProgramPitchNames to determine if pitch names are supported and Steinberg::Vst::IUnitInfo::getProgramPitchName to query the pitch name of a single note. See also VST 3 Units Multi-timbral Program Lists and check out the pitchnames VST 3 plug-in example .","breadcrumbs":"Technical Documentation » Presets & Program Lists » Pitch Names","id":"387","title":"Pitch Names"},"388":{"body":"/ VST Home / Technical Documentation On this page: The Problem The Simple Mode Multi-timbral Program Lists Units and Tracks Routing Related pages: VST 3 Units How to handle complex plug-in structures and multi-timbrality.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Complex Plug-in Structures / Multi-timbral Instruments","id":"388","title":"Complex Plug-in Structures / Multi-timbral Instruments"},"389":{"body":"A simple VST effect plug-in usually does not cause the host too many problems. It has only one audio input and output bus and a defined set of parameters that control aspects of its sound. But a VST plug-in can be a lot more complex than this. When the plug-in implements a multi-timbral musical instrument, the host is confronted with a range of problems regarding the integration of this plug-in in its GUI. To mention a few of them: The plug-in can define multiple event input and multiple audio outputs. How can the host know on which output a sound will emerge when a note-event is transmitted to the plug-in? This may be of interest for the host in order to link a MIDI track to the corresponding audio channel. The plug-in can define a list of programs that the user can load from the plug-in GUI. In a multi-timbral instrument, a program only affects a certain part of the plug-in (we call this part a 'unit'). How can the host know about these parts and about the plug-in defined programs that can be loaded? This may be of interest for a host in order to provide shortcuts for this functionality in its own GUI. Since a VST plug-in unlike a hardware MIDI instrument is more than only a black box, a complex plug-in should help its host to provide a more convenient GUI integration than it is possible with hardware instruments. VST 3 uses the concept of units to describe the internal structure of the plug-in (see VST 3 Units ) and a multi-timbral instrument is supposed to support the respective interfaces. But the preferred solution in VST 3 is a reduction of this complexity with the 'simple mode'.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » The Problem","id":"389","title":"The Problem"},"39":{"body":"The SDK provides a test application called VST3PluginTestHost for Apple macOS X (x86_64/M1) and Microsoft Windows (64bits).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host","id":"39","title":"VST 3 Plug-in Test Host"},"390":{"body":"The 'VST 3 simple mode' has the (selfish) background to support the so-called \"simple instrument tracks\" of Cubase. These tracks combine a MIDI track and VST audio channel (without the need to make any further assignments such as the choice of a MIDI output port or a MIDI channel). This mode is defined as 'only one input and only one output'. In 'simple mode', only MIDI channel 0 is used. Therefore, an instrument has to be mono-timbral. The host will now work with multiple instances of the plug-in rather than using the same instance in a way that it contains multiple internal sections of the same kind. The VST-MA component model supports shared resources between multiple instances of a plug-in because usually the same module instance (dll/bundle) is used for each plug-in instance. Yet, a plug-in has the option to support both the simple and the advanced mode with the same implementation. The host tests the general ability to support the 'simple mode' by checking the processor's class flags ( Steinberg::PClassInfo2::classFlags ) for the Steinberg::Vst::kSimpleModeSupported flag. If the plug-in is to be used in an instrument track (or whenever a host regards it more suitable) the Steinberg::Vst::IComponent::setIoMode method is called (before any other call!) to configure the plug-in. A mono-timbral plug-in should set this flag as well and does not need to take into account the setIoMode call.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » The Simple Mode","id":"390","title":"The Simple Mode"},"391":{"body":"For a multi-timbral instrument plug-in, preset handling can be a lot more complex. In this case: The plug-in can define any number of program lists. Each unit can reference one program list (this reference must not change). Each unit that uses a program list references one list item. For each unit referencing a program list, a program selection parameter has to be exported ( Steinberg::Vst::ParameterInfo::kIsProgramChange ). The plug-in can provide GUI for the selection of programs, but it must synchronize the corresponding program selection parameter. A host may want to show the program list of the active unit in the same way as it shows the presets of a simple plug-in (usually in a separate control area at the top or the bottom of the window). The host must be able to display the correct list and the correct program name for the unit that has got the focus in the plug-in GUI. To make this all work correctly, the plug-in must supply a valid implementation of Steinberg::Vst::IUnitInfo and it must operate the callback interface Steinberg::Vst::IUnitHandler accordingly. Similar to the simple case, the host may want to save and load preset files. The component state of the plug-in is not useful here. A preset of a complex plug-in can be: The state of a plug-in unit To support this, the plug-in must implement the Steinberg::Vst::IUnitData interface in its component part. The contents of an item in the program list To support this, the plug-in must implement the Steinberg::Vst::IProgramListData interface in its component part. A plug-in can support unit presets and program list presets. Tech_doc_19 See also Presets & Program Lists , Steinberg::Vst::IProgramListData , Steinberg::Vst::IUnitData .","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Multi-timbral Program Lists","id":"391","title":"Multi-timbral Program Lists"},"392":{"body":"A unit can be associated with busses (or channels of busses). In particular, a unit can have a fixed and unique connection to an input MIDI channel. For a host, it might be useful to know about this connection and which unit can be associated with a specific MIDI track as a result of this. Often, the GUI of a multi-timbral plug-in does not show the settings of all similar units at the same time. Instead, there is some kind of unit selection. The idea is to be able to synchronize the selection of units in a plug-in to the selection of tracks in the host (in both ways). When a plug-in GUI is organized in the described way, it should support the described behavior by implementing Steinberg::Vst::IUnitInfo::getUnitByBus : find out the track - unit relations Steinberg::Vst::IUnitInfo::getSelectedUnit : let the host know which track to select Steinberg::Vst::IUnitInfo::selectUnit : cause the plug-in to select its unit and by calling Steinberg::Vst::IUnitHandler::notifyUnitSelection : trigger the host to synchronize its GUI","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Units and Tracks","id":"392","title":"Units and Tracks"},"393":{"body":"For a host, it may be interesting to know which VSTi channel in the mixer is the output of a specific MIDI track if the plug-in defines multiple audio output busses (represented as VSTi mixer channels in the host). In general, the host needs to know about any input to output routing of the plug-in. So if an unambiguous relation exists between a plug-in input and an output, the following method should be implemented: Steinberg::Vst::IComponent::getRoutingInfo : find out the output of a given input Tech_doc_20","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Routing","id":"393","title":"Routing"},"394":{"body":"/ VST Home / Technical Documentation On this page: Introduction The Data Exchange API IDataExchangeHandler Opening a queue Sending data Closing a queue What to do when the queue is full and no block can be locked? IDataExchangeReceiver Related pages: Data Exchange Tutorial","breadcrumbs":"Technical Documentation » Data Exchange » Data Exchange","id":"394","title":"Data Exchange"},"395":{"body":"In a modern plug-in, the UI representation and the audio processing do not share any data directly. This eliminates undefined behavior, as they run in different threads and any directly shared data would need to be protected by a mutex. But a mutex has no defined running time and may block the audio thread for too long, creating an audible glitch, which must be prevented. The other issue with sharing data between the UI and the audio processing is that the audio is processed before the audio is streamed through the monitor boxes or headphones. Without synchronization, the visual representation is displayed earlier than the sound it represents. To synchronize the visual representation and the processing of the audio signal, the UI has to queue the visual data until the time is reached when the audio is heard. This problem has already been solved for parameters which are automated by the host. The host delays sending the parameter change to the edit controller so that it is in sync with the audible audio. But parameters are limited in how much data they can transfer, this may be enough for a simple peak VU meter display, but presenting an FFT curve with it is a nightmare. Version 3.7.9 of the SDK contains the new Data Exchange API to send data from the realtime processing function to the controller in a safe and efficient way. As this API needs support from the host and not all hosts provide this API right from the start, the SDK contains a backwards compatibility layer that either uses the API directly, if available, or an alternative method based on the IMessage API to emulate the API. See the tutorial on how to use it.","breadcrumbs":"Technical Documentation » Data Exchange » Introduction","id":"395","title":"Introduction"},"396":{"body":"The API consists of two interfaces, the IDataExchangeHandler which needs to be implemented by the host and the IDataExchangeReceiver which needs to be implemented by the plug-in.","breadcrumbs":"Technical Documentation » Data Exchange » The Data Exchange API","id":"396","title":"The Data Exchange API"},"397":{"body":"The IDataExchangeHandler implements a direct and thread-safe connection from the realtime audio context of the audio processor to the non-realtime audio context of the edit controller. This should be used when the edit controller needs continuous data from the audio process for visualization or other \"use-cases\". To circumvent the bottleneck on the main thread, it is possible to configure the connection in a way that the calls to the edit controller happen on a background thread, see IDataExchangeReceiver below. Opening a queue The main operation for a plug-in is to open a queue via the handler before the plug-in is activated (but it must be connected to the edit controller via the IConnectionPoint when the plug-in is using the recommended separation of edit controller and audio processor). The best place to do this is in the IAudioProcessor::setupProcessing method, as this is also the place where the plug-in identifies the sample rate and maximum block size which the plug-in may need to calculate the queue block size. When a queue is opened, the edit controller is notified of this, and the controller can decide if it wishes to receive the data on the main thread or the background thread. Sending data In the IAudioProcessor::process call, the plug-in can now lock a block from the handler and fill it. When done, it can free the block via the handler, which then sends the block to the edit controller. The edit controller then receives the block either on the main thread or on a background thread depending on the setup of the queue. The host guarantees that all blocks are sent before the plug-in is deactivated. Closing a queue The audio processor must close an open queue. This need to be done after deactivating the processor and prior to disconnecting it from the edit controller (see IConnectionPoint ). What to do when the queue is full and no block can be locked? The plug-in needs to be prepared for this situation, as constraints in the overall system may cause the queue to fill up excessively. If you need to transfer the information to the controller, you can declare a hidden parameter, which you can set to a special value and send this parameter change in your audio process method.","breadcrumbs":"Technical Documentation » Data Exchange » IDataExchangeHandler","id":"397","title":"IDataExchangeHandler"},"398":{"body":"The IDataExchangeReceiver interface must be implemented by the edit controller of the plug-in. The host will call the queueOpened method when an exchange queue is opened by the processor. Later when the processor closes the queue, the host will call the queueClosed method. While the queue is open, the host will call the onDataExchangeBlocksReceived method whenever the processor has sent data. The edit controller can decide in the call to queueOpened if the host should deliver the data on a background thread or on the UI thread.","breadcrumbs":"Technical Documentation » Data Exchange » IDataExchangeReceiver","id":"398","title":"IDataExchangeReceiver"},"399":{"body":"/ VST Home / Technical Documentation Some useful graphical call sequences a VST 3 compliant host should follow.","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » VST 3 Workflow Diagrams","id":"399","title":"VST 3 Workflow Diagrams"},"4":{"body":"The VST 3 SDK (Virtual Studio Technology Software Development Kit) is a collection of software development tools included in one package. This allows plug-in developers to create plug-ins in VST 3 format and host developers to load VST 3 plug-ins into a DAW or audio editor.","breadcrumbs":"VST » What is the VST 3 SDK?","id":"4","title":"What is the VST 3 SDK?"},"40":{"body":"This open source application (Win/macOS) allows you to generate easily a new VST 3 plug-in project by just entering in a GUI some parameters.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator","id":"40","title":"VST 3 Project Generator"},"400":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Audio Processor Call Sequence","id":"400","title":"Audio Processor Call Sequence"},"401":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Edit Controller Call Sequence","id":"401","title":"Edit Controller Call Sequence"},"402":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence","id":"402","title":"Get Latency Call Sequence"},"403":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence","id":"403","title":"Resize View Call Sequence"},"404":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence","id":"404","title":"Bus Arrangement Setting Sequence"},"405":{"body":"/ ... / VST 3 Workflow Diagrams Related pages: Edit Controller Call Sequence stateDiagram State0: Factory\nState1: Created\nState2: Initialized\nState25: Connected (optional)\nState3: Setup Done\nState4: Activated\nState5: Processing State1: IComponent->setIoMode\nState1: IComponent->getControllerClassID   State2: IComponent->setState\nState2: IComponent->getState\nState2: ----------------------------------------------\nState2: IConnectionPoint->connect\nState2: ----------------------------------------------\nState2: IAudioProcessor->setBusArrangement\nState2: IAudioProcessor->getBusArrangement\nState2: IAudioProcessor->canProcessSampleSize State25: IComponent->setState\nState25: IComponent->getState\nState25: ----------------------------------------------\nState25: IConnectionPoint->disconnect\nState25: IConnectionPoint->notify\nState25: ----------------------------------------------\nState25: IAudioProcessor->setBusArrangement\nState25: IAudioProcessor->getBusArrangement\nState25: IAudioProcessor->canProcessSampleSize State3: IComponent->getBusCount\nState3: IComponent->getBusInfo\nState3: IComponent->getRoutingInfo\nState3: IComponent->activateBus\nState3: IComponent->setState\nState3: IComponent->getState\nState3: ----------------------------------------------\nState3: IConnectionPoint->connect\nState3: IConnectionPoint->disconnect\nState3: IConnectionPoint->notify\nState3: ----------------------------------------------\nState3: IAudioProcessor->getLatencySamples\nState3: IAudioProcessor->getTailSamples\nState3: IAudioProcessor->setBusArrangement\nState3: IAudioProcessor->getBusArrangement\nState3: IAudioProcessor->canProcessSampleSize\nState3: IAudioProcessor->setupProcessing\nState3: ----------------------------------------------\nState3: IProcessContextRequirements->getProcessContextRequirements State4: IComponent->getBusCount\nState4: IComponent->getBusInfo\nState4: IComponent->getRoutingInfo\nState4: IComponent->setState\nState4: IComponent->getState\nState4: ----------------------------------------------\nState4: IConnectionPoint->notify\nState4: ----------------------------------------------\nState4: IAudioProcessor->getLatencySamples\nState4: IAudioProcessor->getTailSamples\nState4: IAudioProcessor->getBusArrangement\nState4: IAudioProcessor->canProcessSampleSize\nState4: ----------------------------------------------\nState4: IAudioPresentationLatency->setAudioPresentationLatency State5: ---[Processing Thread]-------------------------------\nState5: IAudioProcessor->process\nState5: ---[UI Thread]---------------------------------------\nState5: IComponent->getBusCount\nState5: IComponent->getBusInfo\nState5: IComponent->getRoutingInfo\nState5: IComponent->setState\nState5: IComponent->getState\nState5: ---[UI Thread]---------------------------------------\nState5: IConnectionPoint->notify\nState5: ---[UI Thread]---------------------------------------\nState5: IAudioProcessor->getLatencySamples\nState5: IAudioProcessor->getTailSamples\nState5: IAudioProcessor->getBusArrangement\nState5: IAudioProcessor->canProcessSampleSize State0 --> State1: createInstance\nState1 --> State0: release\nState1 --> State2: initialize\nState2 --> State25: connect\nState25 --> State2: disconnect\nState2 --> State1: terminate\nState2 --> State3: setupProcessing\nState25 --> State3: setupProcessing\nState3 --> State1: terminate\nState3 --> State4: setActive(true)\nState4 --> State3: setActive(false)\nState4 --> State5: setProcessing(true)\nState5 --> State4: setProcessing(false) ⚠️ Warning Note about IAudioProcessor->setProcessing transition between Activated and Processing state may be called from real-time Processing Thread (must be lock-free and without memory allocation!) plug-in has to reset its inner processing state (for example to clean its delay buffers in order to have a defined state when the processing starts again).","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Audio Processor Call Sequence » Audio Processor Call Sequence","id":"405","title":"Audio Processor Call Sequence"},"406":{"body":"/ ... / VST 3 Workflow Diagrams Related pages: Audio Processor Call Sequence stateDiagram State0: Factory\nState1: Created\nState2: Initialized\nState3: Connected State2: IEditController->setComponentHandler\nState3: IConnectionPoint->notify\nState3: ----------------------------------------------\nState3: IEditController->setComponentState\nState3: IEditController->getTailSamples\nState3: IEditController->getParameterCount\nState3: IEditController->getParameterInfo\nState3: IEditController->getParamValueByString\nState3: IEditController->normalizedParamToPlain\nState3: IEditController->plainParamToNormalized\nState3: IEditController->getParamNormalized\nState3: IEditController->setParamNormalized\nState3: IEditController->createView\nState3: ----------------------------------------------\nState3: IEditController2 ...\nState3: ----------------------------------------------\nState3: IMidiMapping ...\nState3: ----------------------------------------------\nState3: IEditControllerHostEditing ...\nState3: ----------------------------------------------\nState3: INoteExpressionController ...\nState3: ----------------------------------------------\nState3: IKeyswitchController ...\nState3: ----------------------------------------------\nState3: IXmlRepresentationController ... State0 --> State1: createInstance\nState1 --> State0: release\nState1 --> State2: initialize\nState2 --> State1: terminate\nState2 --> State3: IConnectionPoint->connect\nState3 --> State1: terminate ⓘ Note All Edit Controller methods must be called from the UI Thread","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Edit Controller Call Sequence » Edit Controller Call Sequence","id":"406","title":"Edit Controller Call Sequence"},"407":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Initiated from AudioProcessor Initiated from EditController/UI without EditController","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Get Latency Call Sequence","id":"407","title":"Get Latency Call Sequence"},"408":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host\nparticipant EC as EditController autonumber AP->>+H: sendMessage/latency changed\nH-->>-AP: return\nH->>+EC: notify EC->>+H: restatComponent H-->>-EC: return\nEC-->>-H: return H->>+AP: setProcessing (false) AP-->>-H: return\nH->>+AP: setActive (false)\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Initiated from AudioProcessor","id":"408","title":"Initiated from AudioProcessor"},"409":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host\nparticipant EC as EditController autonumber EC->>+H: sendMessage/latency changed H->>+AP: notify AP-->>-H: return\nH-->>-EC: return EC->>+H: restatComponent\nH-->>-EC: return\nH->>+AP: setProcessing (false)\nAP-->>-H: return\nH->>+AP: setActive (false)\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Initiated from EditController/UI","id":"409","title":"Initiated from EditController/UI"},"41":{"body":"The validator is a small command line host application (source code included) which can be used to check your plug-in for VST 3 conformity.","breadcrumbs":"What is the VST 3 SDK? » Validator command line","id":"41","title":"Validator command line"},"410":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host autonumber H->>+AP: setupProcessing\nAP-->>-H: return H->>+AP: setState\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » without EditController","id":"410","title":"without EditController"},"411":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Initiated from Plug-In Initiated from Host","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Resize View Call Sequence","id":"411","title":"Resize View Call Sequence"},"412":{"body":"sequenceDiagram participant P as PlugView participant H as Host resp. IPlugFrame autonumber Note left of P: Press e.g. \"Large\" button on plug-in GUI P->>+H: resizeView(size) H->>+P: getSize P-->>-H: return Note right of H: Still returns the \"old\" size H->>H: resize frame H->>+P: onSize P->>P: resize view P-->>-H: return H->>+P: getSize P-->>-H: return Note right of H: Now returns the \"new\" size H-->>-P: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Initiated from Plug-In","id":"412","title":"Initiated from Plug-In"},"413":{"body":"User drags window frame in order to resize sequenceDiagram participant P as PlugView participant H as Host resp. IPlugFrame autonumber Note right of H: User drags window frame Note right of H: in order to resize H->>+P: checkSizeContraints(size) P-->>-H: return H->>+H: resize frame to [size] H->>+P: onSize(size) P->>P: resize view P-->>-H: return Moving window to other screen sequenceDiagram participant P as IPlugViewContentScaleSupport participant H as Host resp. IPlugFrame autonumber Note right of H: Move window to other screen H->>+P: setContentScaleFactor(factor) P-->>-H: return Note right of H: From here, same sequence Note right of H: than \"Initiated from Plug-In\" P->>+H: resizeView(size) H-->>-P: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Initiated from Host","id":"413","title":"Initiated from Host"},"414":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Plug-In does accepts what the host wants as Bus Arrangements Plug-In does not accept what the host wants as Bus Arrangements Check FAQ for some use case!","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Bus Arrangement Setting Sequence","id":"414","title":"Bus Arrangement Setting Sequence"},"415":{"body":"sequenceDiagram participant H as Host participant P as Plug-in: IAudioProcessor autonumber H->>+P: setProcessing (false) P-->>-H: return H->>+P: setActive (false) P-->>-H: return H->>+P: setBusArrangements (req. Ins, req. Outs) P-->>P: adapt its arrangements if needed P-->>-H: return kResultTrue H->>+P: setActive (true) P-->>-H: return H->>+P: setProcessing (true) P-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Plug-In does accepts what the host wants as Bus Arrangements","id":"415","title":"Plug-In does accepts what the host wants as Bus Arrangements"},"416":{"body":"sequenceDiagram participant H as Host participant P as Plug-in: IAudioProcessor autonumber H->>+P: setProcessing (false) P-->>-H: return H->>+P: setActive (false) P-->>-H: return H->>+P: setBusArrangements (req. Ins, req. Outs) P-->>P: Adapt its buses according to the requested ones if possible P-->>P: return kResultFalse if not match. P-->>-H: return kResultFalse H->>+P: for each Bus: getBusArrangement () P-->>-H: return kResultTrue H->>+P: setActive (true) P-->>-H: return H->>+P: setProcessing (true) P-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Plug-In does not accept what the host wants as Bus Arrangements","id":"416","title":"Plug-In does not accept what the host wants as Bus Arrangements"},"417":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Check FAQ for some use case!","id":"417","title":"Check FAQ for some use case!"},"418":{"body":"/ VST Home / Technical Documentation On this page: Plug-in Format Structure Plug-in Locations Preset Format Preset Locations Snapshots Remote Representation Locations Formats definition of a VST 3 plug-in and its preset and where they are located on different platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » VST 3 Locations / Format","id":"418","title":"VST 3 Locations / Format"},"419":{"body":"This section explains how a VST 3 plug-in is structured as files and folders.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure","id":"419","title":"Plug-in Format Structure"},"42":{"body":"Simple cross-platform (only tested on Linux) host application allowing you to register a VST 3 plug-in with Jack Server.","breadcrumbs":"What is the VST 3 SDK? » AudioHost","id":"42","title":"AudioHost"},"420":{"body":"This section explains where VST 3 plug-in are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations","id":"420","title":"Plug-in Locations"},"421":{"body":"This section explains the VST 3 format for preset file.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Format","id":"421","title":"Preset Format"},"422":{"body":"This section explains where VST 3 preset files are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations","id":"422","title":"Preset Locations"},"423":{"body":"Since VST 3.6.10, a VST 3 bundle can contain pre-rendered snapshot images for VST 3 host as visual representation of the plug-in UI.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Snapshots","id":"423","title":"Snapshots"},"424":{"body":"This section explains where VST XMLs files (Remote Presentation of Parameters) are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Remote Representation Locations","id":"424","title":"Remote Representation Locations"},"425":{"body":"/ ... / VST 3 Locations / Format On this page: For the macOS platform For the Windows platform Limitation for loading Plug-in DLL in a Host (inside the same process) For the Linux platform Merged Bundle Related pages: VST 3 Locations / Format Snapshots","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Plug-in Format Structure","id":"425","title":"Plug-in Format Structure"},"426":{"body":"On the macOS platform, VST 3 plug-in is a standard macOS bundle, its file extension is \" .vst3 \" and has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/MacOS/ folder contains the plug-in’s macOS universal binary (Mach-O) MyPlugin.vst3/Contents/Info.plist the plug-in’s property list MyPlugin.vst3/Contents/PkgInfo specifies the type and creator codes of the bundle (optional)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the macOS platform","id":"426","title":"For the macOS platform"},"427":{"body":"On the Windows platform, a VST 3 plug-in is organized as a bundle-like package (simple folder), its file extension is \" .vst3 \" and has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/ x86-win /MyPlugin.vst3 folder contains the plug-in binary (32 bit dll for i386 architecture) MyPlugin.vst3/Contents/ x86_64-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for x86_64 architecture) MyPlugin.vst3/Contents/ arm64ec-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for Arm64EC architecture). Recommended archi for Windows on Arm64! MyPlugin.vst3/Contents/ arm-win /MyPlugin.vst3 folder contains the plug-in binary (32 bit dll for Arm classic architecture) MyPlugin.vst3/Contents/ arm64-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for Arm64 classic architecture) MyPlugin.vst3/Contents/ arm64x-win /MyPlugin.vst3 folder contains the plug-in binary for both Arm64 code and Arm64EC code together (64 bit dll for Arm64 classic architecture) MyPlugin.vst3/desktop.ini used to set custom icon in Windows Explorer MyPlugin.vst3/Plugin.ico customized plug-in icon ⓘ Note In previous SDKs, the VST 3 plug-in was defined as a single dll file with the .vst3 extension. This has been deprecated since VST 3.6.10 . The file desktop.ini should contain: desktop.ini [.ShellClassInfo]\nIconResource=Plugin.ico,0 and you should then change their attributes with this command line (s for system to make sure that Windows will use it for the folder/bundle, r for read-only and h for hidden (optional)): attrib +s +r +h desktop.ini\nattrib +r +h Plugin.ico","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the Windows platform","id":"427","title":"For the Windows platform"},"428":{"body":"See Microsoft Blogs about this : OS PC Architecture Host Process App Compatible Plug-in Architectures Windows 10 Intel x86 Intel x86 Intel x86 Windows 10/11 Intel x64 Intel x64 Intel x64* Windows 10/11 Intel x64 Intel x86 Intel x86 Windows 11 Arm64 Arm64 Classic Arm64 Classic, Arm64X Windows 11 Arm64 Arm64EC Arm64X, Arm64EC, Intel x64 Windows 11 Arm64 Intel x64 Arm64EC, Intel x64, Arm64X \"TLDR: Please offer both Arm64EC and x64 versions of your DAWs and plug-ins, and please stay up to date with the latest developer tooling and SDKs.\" ( Pete Brown - Microsoft ) ⓘ Note With out-of-process/inter-process communication a host can overriden these limitations, by allowing, for example, an Arm64 Classic host to handle an Arm64EC plug-in. ⓘ Note To learn more about Arm64X (new type of binary that can contain both the classic Arm64 code and Arm64EC code together), click here .","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Limitation for loading Plug-in DLL in a Host (inside the same process)","id":"428","title":"Limitation for loading Plug-in DLL in a Host (inside the same process)"},"429":{"body":"On Linux, a VST 3 plug-in is organized as a bundle-like package, its file extension is \" .vst3 \", and it has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/i386-linux folder contains the plug-in binary (32 bit shared library .so for Kernel Architecture i386) MyPlugin.vst3/Contents/x86_64-linux folder contains the plug-in binary (64 bit shared library .so for Kernel Architecture x86_64) MyPlugin.vst3/Contents/XXX-linux with XXX the architecture name based on the output of command-line \"uname -m\" (machine hardware) + \"-linux\" for example: • armv3l-linux • armv4b-linux • armv4l-linux • armv5tel-linux • armv5tejl-linux • armv6l-linux • armv7l-linux • armv8l-linux","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the Linux platform","id":"429","title":"For the Linux platform"},"43":{"body":"Simple cross-platform (Win/macOS/Linux) host application allowing you to open the editor of a VST 3 plug-in.","breadcrumbs":"What is the VST 3 SDK? » EditorHost","id":"43","title":"EditorHost"},"430":{"body":"Note that all the bundles can be merged to one, which allows to have a cross-platform bundle/folder. For example: ./MyPlugin.vst3 ├── Contents │ ├── Resources │ │ ├── Documentation │ │ │ ├── Manual.pdf │ │ │ └── WhatsNew.pdf │ │ ├── Help │ │ │ └── helpdoc.xml │ │ ├── Snapshots │ │ │ ├── 84E8DE5F92554F5396FAE4133C935A18_snapshot.png │ │ │ └── 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png │ │ ├── VST XMLs │ │ │ └── AGain │ │ │ └── 84E8DE5F92554F5396FAE4133C935A18 │ │ │ ├── Generic 8 Cells.xml │ │ │ └── WK-Audio ID 8 Cells.xml │ │ ├── moduleinfo.json │ │ └── MyPlugin.srf │ │ │ ├── armv7l-linux │ │ └── MyPlugin.so │ │ │ ├── i686-linux │ │ └── MyPlugin.so │ │ │ ├── i386-linux │ │ └── MyPlugin.so │ │ │ ├── x86_64-linux │ │ └── MyPlugin.so │ │ │ ├── MacOS │ │ └── MyPlugin │ │ │ ├── x86_64-win │ │ └── MyPlugin.vst3 │ │ │ ├── arm64ec-win │ │ └── MyPlugin.vst3 │ │ │ ├── Info.plist (macOS Only) │ └── PkgInfo (macOS Only) │ ├── desktop.ini (Windows only) └── Plugin.ico (Windows only)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Merged Bundle","id":"430","title":"Merged Bundle"},"431":{"body":"/ ... / VST 3 Locations / Format On this page: Introduction On macOS platform On Windows platform On Linux platform Related pages: VST 3 Locations / Format Plug-in Format Structure","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » Plug-in Locations","id":"431","title":"Plug-in Locations"},"432":{"body":"A VST 3 plug-in should be installed at specific folder location, the following tables specify these predefined locations for different operating system. ⓘ Note VST 3 doesn't require a plug-in registration like it is used with DirectX. ⚠️ Warning Links, Symbolic links or Shortcuts could be used from these predefined folders. 3 levels of folder location are defined: User : available only for the current logged user Global : available for all users of the system Application : available only inside a specific Audio Application (local plug-ins) ⓘ Note The host should scan, at first, higher level of priority. First found plug-in (for a given Processor UID) has to be used.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » Introduction","id":"432","title":"Introduction"},"433":{"body":"On the macOS platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path 1 User /Users/$USERNAME/Library/Audio/Plug-ins/VST3/ 2 Global /Library/Audio/Plug-ins/VST3/ 3 Global /Network/Library/Audio/Plug-ins/VST3/ 4 Application $APPFOLDER/Contents/VST3/ ⓘ Note The host recursively scans these folders at startup in this order (Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On macOS platform","id":"433","title":"On macOS platform"},"434":{"body":"On the Windows platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path Comment 1 User %LOCALAPPDATA%/Programs/Common/VST3/ FOLDERID_UserProgramFilesCommon native bitdepth: • 32bit Plug-in on 32bit OS, • 64bit on 64bit OS Mainly used for development use case. example: C:\\Users\\MyUserName\\AppData\\Local\\Programs\\Common\\VST3 2 Global /Program Files/Common Files/VST3/ FOLDERID_ProgramFilesCommon native bitdepth: • 32bit Plug-in on 32bit OS, • 64bit on 64bit OS 2 Global /Program Files (x86)/Common Files/VST3/ 32bit Plug-ins on 64bit Windows 3 Application $APPFOLDER/VST3/ ⓘ Note The host recursively scans these folders at startup in this order (Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On Windows platform","id":"434","title":"On Windows platform"},"435":{"body":"On the Linux platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path 1 User $HOME/.vst3/ 2 Global /usr/lib/vst3/ 3 Global /usr/local/lib/vst3/ 4 Application $APPFOLDER/vst3/ ⓘ Note The host recursively scans these folders at startup in this order (User/Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On Linux platform","id":"435","title":"On Linux platform"},"436":{"body":"/ ... / VST 3 Locations / Format Related pages: Preset Locations Presets & Program Lists The file extension has to be .vstpreset , for example: myBestDefault.vstpreset Specification of a VST 3 Preset file : VST 3 Preset File Format Definition =================================== 0 +---------------------------+ | HEADER | | header id ('VST3') | 4 Bytes | version | 4 Bytes (int32) | ASCII-encoded class id | 32 Bytes +--| offset to chunk list | 8 Bytes (int64) | +---------------------------+ | | DATA AREA |<-+ | | data of chunks 1..n | | | ... ... | | | | | +->+---------------------------+ | | CHUNK LIST | | | list id ('List') | | 4 Bytes | entry count | | 4 Bytes (int32) +---------------------------+ | | 1..n | | | +----------------------+ | | | | chunk id | | | 4 Bytes | | offset to chunk data |----+ 8 Bytes (int64) | | size of chunk data | | 8 Bytes (int64) | +----------------------+ |\nEOF +---------------------------+ Check the Steinberg::Vst::PresetFile source code which allows to read and write such presets.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Format » Preset Format","id":"436","title":"Preset Format"},"437":{"body":"/ ... / VST 3 Locations / Format On this page: Introduction For Mac platform For Windows XP/2000 platform For Windows Vista/7/8/10 For Linux platform Related pages: VST 3 Locations / Format","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » Preset Locations","id":"437","title":"Preset Locations"},"438":{"body":"VST 3 presets are located at predefined locations on the computer, depending on the operating system. 3 levels of preset scope are defined: User : available only for the current logged user Public : available for all users of the system Apps : available only inside a specific audio application 4 types of preset are defined: User : presets created by the user User_Factory : like User type, but more hidden Shared_Factory : factory presets installed by the plug-in installer App_Factory : presets installed by an audio application installer, only visible for this specific audio application ⚠️ Warning $COMPANY and $PLUGIN-NAME folder names contain only allowed characters for file naming (replace characters \"\\*?/:<>|\"by \"_\"). ⓘ Note Each path defined below should be scanned in the given priority, presets extracted and added to the preset list.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » Introduction","id":"438","title":"Introduction"},"439":{"body":"Prio Type Scope Write Path Comment 1 User User X Users/$USERNAME/Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ 2 Shared_Factory Public - Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ Computer shared FactoryROM 3 Shared_Factory Public - Network/Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ Network shared FactoryROM 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Mac platform","id":"439","title":"For Mac platform"},"44":{"body":"Simple cross-platform (Win/macOS/Linux) host application, built with VSTGUI, which scans the VST 3 Folder, collects information from the factory about each VST 3 plug-in and display it in its UI.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector","id":"44","title":"VST 3 Inspector"},"440":{"body":"Prio Type Scope Write Path Comment 1 User User X [My Documents]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_personal 2 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_appdata 3 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_common_appdata 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Windows XP/2000 platform","id":"440","title":"For Windows XP/2000 platform"},"441":{"body":"Prio Type Scope Write Path Comment 1 User User X [Users/$USERNAME/Documents]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_Documents 2 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_RoamingAppData 3 Shared_Factory Public - [ProgramData]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_ProgramData 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Windows Vista/7/8/10","id":"441","title":"For Windows Vista/7/8/10"},"442":{"body":"Prio Type Scope Write Path Comment 1 User User X $HOME/.vst3/presets/$COMPANY/$PLUGIN-NAME/ 2 Shared_Factory Public - /usr/share/vst3/presets/$COMPANY/$PLUGIN-NAME/ 3 Shared_Factory Public - /usr/local/share/vst3/presets/$COMPANY/$PLUGIN-NAME/ 4 App_Factory Apps - [$APPFOLDER]/vst3/presets/$COMPANY/$PLUGIN-NAME/ Host Application","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Linux platform","id":"442","title":"For Linux platform"},"443":{"body":"/ ... / VST 3 Locations / Format On this page: Related pages: VST 3 Locations / Format See [3.6.10] UI Snapshots","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Snapshots » Snapshots","id":"443","title":"Snapshots"},"444":{"body":"/ VST Home / Technical Documentation On this page: Related Concepts in MIDI and VST 3 MIDI 2.0 Per-Note Controllers MIDI 2.0 Increased Resolution, compared to MIDI 1.0 Related pages: [3.0.1] Parameter MIDI Mapping [3.5.0] Note Expression [3.5.0] Key Switch [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MPE support for Wrappers Unlike in VST 2, MIDI is not included in VST 3 . But VST 3 offers suitable concepts that can be translated to and from MIDI using Event : Tech_doc_27","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » About MIDI in VST 3","id":"444","title":"About MIDI in VST 3"},"445":{"body":"Relationship of concepts in MIDI 1.0 to VST 3 MIDI 1.0 VST 3 Defined in Port Bus of Steinberg::Vst::MediaType , Steinberg::Vst::MediaTypes::kEvent ivstcomponent.h Channel Channel of a Bus, Unit by Bus and Channel ivstcomponent.h , ivstunits.h Note-On Steinberg::Vst::NoteOnEvent ivstevents.h Note-Off Steinberg::Vst::NoteOffEvent ivstevents.h Poly Key Pressure Steinberg::Vst::PolyPressureEvent ivstevents.h Control Change Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Channel Pressure Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Pitch Bend Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Program Change Parameter , kIsProgramChange , Steinberg::Vst::ProgramListInfo ivstcomponent.h , ivstunits.h MPE (MIDI Polyphonic Expression) NoteExpression , PhysicalUI ivstnoteexpression.h , ivstphysicalui.h System Exclusive Steinberg::Vst::DataEvent of Type Steinberg::Vst::DataEvent::kMidiSysEx ivstevents.h Additional relationships of concepts introduced in MIDI 2.0 ( https://www.midi.org/ ) to VST 3 MIDI 2.0 VST 3 Defined in/Comments Group (of Channels) Bus of Steinberg::Vst::MediaType , Steinberg::Vst::MediaTypes::kEvent ivstcomponent.h Registered Per-Note Controller NoteExpression , PhysicalUI ivstnoteexpression.h , ivstphysicalui.h Assignable Per-Note Controller NoteExpression ivstnoteexpression.h System Exclusive 8-Bit indirect support The host can translate to 7-Bit, Steinberg::Vst::DataEventof Type Steinberg::Vst::DataEvent::kMidiSysEx Registered Controller not supported The host can do detailed tuning via NoteExpression Assignable Controller not supported The host should offer mapping to parameters Relative Registered Controller not supported The host is free to translate this to parameters Relative Assignable Controller not supported The host is free to translate this to parameters Per-Note Pitch Bend not supported The host can do detailed tuning via NoteExpression Mixed Data Set not supported not supported","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » Related Concepts in MIDI and VST 3","id":"445","title":"Related Concepts in MIDI and VST 3"},"446":{"body":"There are many subtle differences between MIDI 2.0 Per-Note Controllers and VST 3 NoteExpression . The good thing is that plug-in developers do not have to do anything about it. It is the host's duty to translate from MIDI 2.0 to VST 3 .","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » MIDI 2.0 Per-Note Controllers","id":"446","title":"MIDI 2.0 Per-Note Controllers"},"447":{"body":"MIDI 2.0 achieved a significant increase in resolution of many important values, like Velocity, Pressure, and Controllers compared to MIDI 1.0 . Nevertheless, VST 3 still has superior resolution than MIDI 2.0 . Plug-ins and hosts supporting VST 3 should make use of these capabilities and should not stick to a 0-127 mindset. See the following tables to compare the resolution of specific values in MIDI 1.0 , MIDI 2.0 , and VST 3 . Value MIDI 1.0 MIDI 2.0 VST 3 Velocity (On & Off) 7 Bit integer 16 Bit integer 32 Bit float Poly Pressure 7 Bit integer 32 Bit integer 32 Bit float Channel Pressure / Parameters 7 Bit integer 32 Bit integer 64 Bit float Controllers / Parameters 7-14 Bit integer 32 Bit integer 64 Bit float Pitch Bend / Parameters 14 Bit integer 32 Bit integer 64 Bit float Note Attribute Tuning not available 16 Bit fixed point (7.9) 32 Bit float Per-Note Controllers / NoteExpression not available 32 Bit integer 64 Bit float","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » MIDI 2.0 Increased Resolution, compared to MIDI 1.0","id":"447","title":"MIDI 2.0 Increased Resolution, compared to MIDI 1.0"},"448":{"body":"/ VST Home / Technical Documentation On this page: Query IRunLoop from IPlugFrame Query IRunLoop from the host context of IPlugFactory3 On Linux , there is no global event run loop like on Windows and macOS . For this reason, the plug-in can query for an Linux::IRunLoop which must be provided by the host application in two different ways.","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Provide a RunLoop on Linux","id":"448","title":"Provide a RunLoop on Linux"},"449":{"body":"The host application must provide the Linux::IRunLoop via IPlugFrame (by calling IPlugView::setFrame ). // Plug-in implementation\ntresult PLUGIN_API MyPlugView::setFrame (Steinberg::IPlugFrame* frame)\n{ ... Steinberg::FUnknownPtr runLoop (plugFrame); if (runLoop) { runLoop->registerEventHandler (...); } ...\n}","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Query IRunLoop from IPlugFrame","id":"449","title":"Query IRunLoop from IPlugFrame"},"45":{"body":"This is a user interface toolkit mainly for audio plug-ins (VST, AudioUnit, etc). Based on the XML definition of the plug-in UI, VSTGUI includes an embedded editor (UIDescription Editor) which allows the developer to create a plug-in UI just by drag & drop of the UI element.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI","id":"45","title":"VSTGUI"},"450":{"body":"A plug-in also needs a way to query for an Linux::IRunLoop without IPlugFrame . This allows to register timers in case the editor is closed or unavailable. These timers can be used inside Vst::IAudioProcessor for extra computations or sending messages within the UI thread. The host application must call Vst::IPlugFactory3::setHostContext (context) for this and provide a context. This context can be used to query an Linux::IRunLoop interface. // Plug-in implementation\ntresult PLUGIN_API MyPlugFactory::setHostContext (FUnknown* context)\n{ ... Steinberg::FUnknownPtr runLoop (context); if (runLoop) { runLoop->registerTimer (...); } ...\n}","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Query IRunLoop from the host context of IPlugFactory3","id":"450","title":"Query IRunLoop from the host context of IPlugFactory3"},"451":{"body":"/ VST Home / Technical Documentation VST 3 Interfaces to be implemented by a VST 3 host: [3.0.0] Interfaces supported by the host . If MIDI is supported: [3.6.12] MIDI Learn . [3.6.12] Host Query Interface support . If a plug-in implements IPluginViewContentScaleSupport , the host should follow the [3.6.6] PlugView Content Scaling requirements.","breadcrumbs":"Technical Documentation » Host Requirements for VST 3 Support » Minimum Host requirements for VST 3 support","id":"451","title":"Minimum Host requirements for VST 3 support"},"452":{"body":"[3.0.0] Interfaces supported by the plug-in [3.0.0] Multiple Dynamic I/O Support [3.0.0] Silence flags [3.0.0] Interfaces supported by the host [3.0.1] Parameter MIDI Mapping [3.0.2] Parameter Finder [3.1.0] Audio Presentation Latency [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support [3.1.0] KnobMode, Open Help & Open Aboutbox [3.5.0] Note Expression [3.5.0] Key Switch [3.5.0] Remote Presentation of Parameters [3.5.0] Context Menu [3.5.0] Enhanced Linked Parameters [3.6.0] iOS Inter-App Audio [3.6.0] Preset Meta-Information [3.6.5] Channel Context Info [3.6.5] Unit-Bus Assignment Change [3.6.5] Prefetchable [3.6.5] Automation State [3.6.6] PlugView Content Scaling [3.6.8] Request Bus Activation [3.6.10] UI Snapshots [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MIDI Learn [3.6.12] Host Query Interface support [3.6.12] MPE support for Wrappers [3.7.0] Parameter Function Name [3.7.0] Progress display [3.7.0] Process Context Requirements [3.7.0] Control Voltage Bus Flag [3.7.5] Module Info and Plug-in Compatibility [3.7.9] Get Current SystemTime [3.7.9] Data Transfert Between Processor/Controller","breadcrumbs":"Technical Documentation » <<<<<<<< Features History >>>>>>>> » Features History","id":"452","title":"Features History"},"453":{"body":"/ VST Home / Technical Documentation On this page: IComponent IAudioProcessor IEditController IConnectionPoint IUnitInfo IProgramListData IUnitData IPlugView Sizing of a view Keyboard handling Related pages [3.0.0] Interfaces supported by the host List of interfaces supported/implemented by the plug-in in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » [3.0.0] Interfaces supported by the plug-in","id":"453","title":"[3.0.0] Interfaces supported by the plug-in"},"454":{"body":"Component base interface. [plug imp] [released: 3.0.0] [mandatory] This is the basic interface for a VST component and must always be supported. It contains the common parts of any kind of processing class. The parts that are specific to a media type are defined in a separate interface. An implementation component must provide both the specific interface and IComponent . See also IPluginBase .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IComponent","id":"454","title":"IComponent"},"455":{"body":"Audio processing interface. [plug imp] [extends IComponent ] [released: 3.0.0] [mandatory] This interface must always be supported by audio processing plug-ins.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IAudioProcessor","id":"455","title":"IAudioProcessor"},"456":{"body":"Edit controller component interface. [plug imp] [released: 3.0.0] [mandatory] The controller part of an effect or instrument with parameter handling (export, definition, conversion...). See also IComponent::getControllerClassId , IMidiMapping .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IEditController","id":"456","title":"IEditController"},"457":{"body":"Connect a component with another one. [plug imp] [host imp] [released: 3.0.0] [mandatory] This interface is used for the communication of separate components. Note that some hosts will place a proxy object between the components so that they are not directly connected. See also Communication between the components .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IConnectionPoint","id":"457","title":"IConnectionPoint"},"458":{"body":"Edit controller extension to describe the plug-in structure. [plug imp] [extends IEditController ] [released: 3.0.0] [optional] IUnitInfo describes the internal structure of the plug-in. The root unit is the component itself, so getUnitCount must return 1 at least. The root unit id has to be 0 (kRootUnitId). Each unit can reference one program list - this reference must not change. Each unit that uses a program list references one program of the list. See also VST 3 Units , IUnitHandler .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IUnitInfo","id":"458","title":"IUnitInfo"},"459":{"body":"Component extension to access program list data. [plug imp] [extends IComponent ] [released: 3.0.0] [optional] A component can support program list data via this interface or/and unit preset data ( IUnitData ). See also IUnitData , Complex Plug-in Structures / Multi-timbral Instruments .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IProgramListData","id":"459","title":"IProgramListData"},"46":{"body":"These wrappers allow you to create versions of your VST 3 plug-in in other plug-in formats with minimum effort.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 wrappers","id":"46","title":"AAX, AUv3, AU and VST 2 wrappers"},"460":{"body":"Component extension to access unit data. [plug imp] [extends IComponent ] [released: 3.0.0] [optional] A component can support unit preset data via this interface or program list data ( IProgramListData ). See also Presets & Program Lists .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IUnitData","id":"460","title":"IUnitData"},"461":{"body":"Plug-in definition of a view. [plug imp] [released: 3.0.0]","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IPlugView","id":"461","title":"IPlugView"},"462":{"body":"After the creation of a IPlugView, the plug-in must make sure that it returns the correct size if the host asks for it (IPlugView::getSize ()). Usually, the size of a plug-in view is fixed. But both the host and the plug-in can cause a view to be resized: Host : If IPlugView::canResize () returns kResultTrue , the host will set up the window so that the user can resize it. While the user resizes the window, IPlugView::checkSizeConstraint () is called, allowing the plug-in to change the size to a valid supported rectangle size. The host then resizes the window to this rect and has to call IPlugView::onSize (). Plug-in : The plug-in can call IPlugFrame::resizeView () and cause the host to resize the window. Afterwards, in the same callstack, the host has to call IPlugView::onSize () if a resize is needed (size was changed). ⓘ Note Note that if the host calls IPlugView::getSize () before calling IPlugView::onSize () (if needed), it will get the old size, not the current one! Here the calling sequence: plug-in->host: IPlugFrame::resizeView (newSize) host->plug-in (optional): IPlugView::getSize () returns the currentSize (not the newSize!) host->plug-in: if newSize is different from the current size: IPlugView::onSize (newSize) host->plug-in (optional): IPlugView::getSize () returns the newSize ⓘ Note Please only resize the platform representation of the view when IPlugView::onSize() is called.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » Sizing of a view","id":"462","title":"Sizing of a view"},"463":{"body":"The plug-in view receives keyboard events from the host. A view implementation must not handle keyboard events by the means of platform callbacks, but let the host pass them to the view. The host depends on a proper return value when IPlugView::onKeyDown is called, otherwise the plug-in view may cause a malfunction of the host's key command handling. See also IPlugFrame , Platform UI Types .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » Keyboard handling","id":"463","title":"Keyboard handling"},"464":{"body":"/ VST Home / Technical Documentation On this page: Introduction Multiple Input or Output busses Information about busses Activation of busses What is a Side-Chain? How can I implement a Side-chain path into my plug-in? Audio bus Channel Configuration How are the different Speakers located? My plug-in is capable of processing all possible channel configurations How are speaker arrangement settings handled for FX plug-ins? How report to the host that the plug-in Arrangement has changed? My plug-in has mono input and stereo output. How does VST 3 handle this? Related pages Audio Processor Call Sequence Bus Arrangement Setting Sequence Complex Plug-in Structures / Multi-timbral Instruments","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » [3.0.0] Multiple Dynamic I/O Support","id":"464","title":"[3.0.0] Multiple Dynamic I/O Support"},"465":{"body":"VST 3 plug-ins are no longer limited to a fixed number of inputs and outputs, and their I/O configuration can dynamically adapt to the channel configuration. Side-chains are also very easily realizable. This includes the possibility to deactivate unused busses after loading and even reactivate those when needed. This cleans up the mixer and further helps to reduce CPU load. A bus can be understood as a \"collection of data channels\" belonging together: it describes a data input ( kInput ) or a data output ( kOutput ) of the plug-in. 2 types of bus is supported: kAudio and kEvent a VST component can define any desired number of busses. a bus could be defined a main bus ( kMain ) or auxiliary bus ( kAux ) for sidechaining (The kMain busses have to place before any others kAux busses in the exported busses list) a host that can handle multiple busses, allows the user to activate busses which are initially all inactive.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Introduction","id":"465","title":"Introduction"},"466":{"body":"A plug-in could have different reason to define multiple event input busses, for examples: in case of complex multitimbral instrument supporting more than 16 loaded sub-instruments at the same time by adding a kind of structure in its inputs from host perspective (simulating a kind of number of \"MIDI Port\" having its sub-MIDI channels) in case to different inputs meaning, which are distinctly visible and selectable in the host: one input for playing event one input for modulation event A plug-in could have different reason to define multiple event output busses, for example: in case of a main event output for played event from the UI and one event output for internally generated events from an arpeggiator. A plug-in could decide to export more than one audio input by adding a second audio input ( Side-chains, see below ) or more. A typical use case for multiple audio outputs is instrument plug-ins, for examples: with one main audio output and some auxiliary audio outputs for FX Returns or FX Sends. with one main audio output for each internally loaded instrument. Example //------------------------------------------------------------------------\ntresult PLUGIN_API MyPlugin::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //---create Audio In/Out busses------ // we want a stereo Input and a Stereo Output addAudioInput (STR16 (\"Stereo In\"), SpeakerArr::kStereo, kMain, BusInfo::kDefaultActive); addAudioOutput (STR16 (\"Stereo Out\"), SpeakerArr::kStereo, kMain, BusInfo::kDefaultActive); //---create Main Event In bus (1 bus with only 16 channel)------ addEventInput (STR16 (\"Event In\"), 16, kMain, BusInfo::kDefaultActive); //---create Aux Event In bus (1 bus with only 1 channel)------ addEventInput (STR16 (\"Mod In\"), 1, kAux, 0); // not default activated wanted //---create Event out bus (1 bus with only 1 channel)------ addEventOutput (STR16 (\"Arpeggiator\"), 1, kAux, 0); // not default activated wanted return kResultOk;\n}","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Multiple Input or Output busses","id":"466","title":"Multiple Input or Output busses"},"467":{"body":"In order to get the number and information about busses exported by the plug-in, the host uses this interface IComponent with these functions: /** Called after the plug-in is initialized. */\nvirtual int32 PLUGIN_API getBusCount (MediaType type, BusDirection dir) = 0; /** Called after the plug-in is initialized. */\nvirtual tresult PLUGIN_API getBusInfo (MediaType type, BusDirection dir, int32 index, BusInfo& bus /*out*/) = 0; BusInfo contains information like: name, number of channel, ... and the some flags indicating: kDefaultActive : The bus should be activated by the host per default on instantiation (activateBus call is requested). By default a bus is inactive. Note that if a host offers the possibility to activate/deactivate busses to the user later on, it may not follow this flag kDefaultActive and let some busses deactivated on instantiation. kIsControlVoltage : The bus does not contain ordinary audio data, but data used for control changes at sample rate. The data is in the same format as the audio data [-1.0, 1.0]. A host has to prevent unintended routing to speakers to prevent damage. Only valid for audio media type busses.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Information about busses","id":"467","title":"Information about busses"},"468":{"body":"Dynamic usage of busses is handled in the host by activating and deactivating busses. All busses are initially inactive. The plug-in has to define which of them have to be activated by default after instantiation of the plug-in, this is only a wish, the host is allowed to not follow it, and only activate the first bus for example. // here default activation is wanted (but not guaranteed)\naddAudioInput (STR16 (\"SideChain\"), SpeakerArr::kStereo, kAux, BusInfo::kDefaultActive); In order to be use each Input bus and Output bus have to be activated, this is done by the host by using this interface implemented by the plug-in ( IComponent ): //------------------------------------------------------------------------\ntresult PLUGIN_API Component::activateBus (MediaType type, BusDirection dir, int32 index, TBool state)\n{ // ... Deactivated busses do not need to be processed by the plug-in, which allows to reduce the CPU load. Check the workflow diagrams in order to understand when this is called: Audio Processor Call Sequence Bus Arrangement Setting Sequence","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Activation of busses","id":"468","title":"Activation of busses"},"469":{"body":"In audio applications, some plug-ins allow for a secondary signal to be made available to the plug-in and act as a controller of one or more parameters in the processing. Such a signal is commonly called a Side-chain Signal or Side-chain Input. Examples : If a recorded kick drum is considered well played, but the recording of the bass player's part shows that he regularly plays slightly ahead of the kick drum, a plug-in with a 'Gating' function on the bass part can use the kick drum signal as a side-chain to 'trim' the bass part precisely to that of the kick. Another application is to automatically lower the level of a musical background when another signal, such as a voice, reaches a certain level. In this case a plug-in with a 'Ducking' function would be used - where the main musical signal is reduced while the voice signal is applied to the side-chain input. A delay's mix parameter can be controlled by a side-chain input signal - to make the amount of delay signal proportional to the level of another. The side-chain can be used as an additional modulation source instead of cyclic forms of modulation. From the plug-in's perspective, side-chain inputs and/or outputs are additional inputs and outputs which can be enabled or disabled by the host. The host (if supported) will provide to the user a way to route some signal paths to these side-chain inputs or from side-chain outputs to others signal inputs. getting_started_vid_3 What is Side-Chaining and How to Use It | Music Production For Beginners getting_started_vid_4 Here an example of Side-Chaining for a Instrument in Cubase","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » What is a Side-Chain?","id":"469","title":"What is a Side-Chain?"},"47":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in","breadcrumbs":"What is the VST 3 SDK? » iOS Inter-App Audio support","id":"47","title":"iOS Inter-App Audio support"},"470":{"body":"In AudioEffect::initialize (FUnknown* context) you must add the required bus- and speaker configuration of your plug-in. For example, if your plug-in works on one input and one output bus, both stereo, the appropriate code snippet would look in the following way: addAudioInput (USTRING (\"Stereo In\"), SpeakerArr::kStereo);\naddAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); // In addition, adding a stereo side-chain bus would look in the following way:\naddAudioInput (USTRING (\"Aux In\"), SpeakerArr::kStereo, kAux, 0); // 0 here means not activated by default wanted","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How can I implement a Side-chain path into my plug-in?","id":"470","title":"How can I implement a Side-chain path into my plug-in?"},"471":{"body":"Each audio bus has its channel configuration which is a Speaker Arrangement: Stereo (L+R) const SpeakerArrangement kStereo = kSpeakerL | kSpeakerR;","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Audio bus Channel Configuration","id":"471","title":"Audio bus Channel Configuration"},"472":{"body":"Here's an overview of the main defined speaker locations (Check enum Speakers and namespace SpeakerArr). A SpeakerArrangement is a bitset combination of speakers. For example: const SpeakerArrangement kStereo = kSpeakerL | kSpeakerR; // => representing in hexadecimal 0x03 and in binary 0011. Tech_doc_28","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How are the different Speakers located?","id":"472","title":"How are the different Speakers located?"},"473":{"body":"What type of speaker arrangement should I select when adding busses? Take the configuration your plug-in is most likely to be used with. For a 5.1-surround setup that would be the following: addAudioInput (USTRING (\"Surround In\"), SpeakerArr::k51);\naddAudioOutput (USTRING (\"Surround Out\"), SpeakerArr::k51); But when the host calls Vst::IAudioProcessor::setBusArrangements the host is informing your plug-in of the current speaker arrangement of the track it was selected in. You should return kResultOk , in the case you accept this arrangement, or kResultFalse , in case you do not. ⓘ Note If you reject a Vst::IAudioProcessor::setBusArrangements by returning kResultFalse , the host calls Vst::IAudioProcessor::getBusArrangement where you have the chance to give the parameter 'arrangement' the value of the speaker arrangement your plug-in does accept for this given bus. Afterward the host can recall Vst::IAudioProcessor::setBusArrangements with the plug-in wanted Arrangements then the plug-in should return kResultOk .","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » My plug-in is capable of processing all possible channel configurations","id":"473","title":"My plug-in is capable of processing all possible channel configurations"},"474":{"body":"After instantiation of the plug-in, the host calls Vst::IAudioProcessor::setBusArrangements with a default configuration (depending on the current channel configuration), if the plug-in accepts it (by returning kResultOK ), it will continue with this configuration. If not (by returning kResultFalse ), the host asks the plug-in for its wanted configuration by calling Vst::IAudioProcessor::getBusArrangement (for Input and Output) and then recall Vst::IAudioProcessor::setBusArrangements with the final wanted configuration. Check Bus Arrangement Setting Sequences workflow. // Example of a Plug-in supporting only symmetric Input-Output Arrangements: host -> plug-in: setBusArrangements (monoIN, stereoOUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Stereo;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (stereoIN, stereoOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only asymmetric Input-Output Arrangements (mono->stereo): host -> plug-in: setBusArrangements (stereoIN, stereoOUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (MonoIN, stereoOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only asymmetric Input-Output Arrangements (mono-> stereo to up 5.1): host -> plug-in: setBusArrangements (5.1IN, 5.1OUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return 5.1;\nhost -> plug-in: setBusArrangements (MonoIN, 5.1OUT)\nplug-in return: kResultOk // Host -> Plug-in: setBusArrangements (QuadroIN, QuadroOUT) plug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return Quadro;\nhost -> plug-in: setBusArrangements (MonoIN, QuadroOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only symmetric Input-Output Arrangements and Side-chain Input always mono: host -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:Mono, Output: stereo)\nplug-in return: kResultTrue or\nhost -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:stereo, Output: stereo)\nplug-in return: kResultFalse // because we want mono for Side-chain\nhost -> plug-in: getBusArrangement (IN) => return Input Main:stereo / Input Side-chain:mono;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:mono, Output: stereo)\nplug-in return: kResultOk // Example of a Plug-in supporting only symmetric Input-Output Arrangements and Side-chain Input following the Main Input Arrangement: host -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:Mono, Output: stereo)\nplug-in return: kResultFalse // because we want the same arrangement for Input Main and Side-chain\nhost -> plug-in: getBusArrangement (IN) => return Input Main:stereo / Input Side-chain:stereo;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:stereo, Output: stereo)\nplug-in return: kResultOk","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How are speaker arrangement settings handled for FX plug-ins?","id":"474","title":"How are speaker arrangement settings handled for FX plug-ins?"},"475":{"body":"When loading a preset or with an user interaction, the plug-in wants to change its IO configuration. In this case the plug-in should call from the editController its component handler with flag kIoChanged: componentHandler->restartComponent (kIoChanged); The host will call Vst::IAudioProcessor::getBusArrangement (for Input and Output) in order to check the new requested arrangement and then the host will call Vst::IAudioProcessor::setBusArrangements (called in suspend state: setActive (false)) to confirm the requested arrangement.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How report to the host that the plug-in Arrangement has changed?","id":"475","title":"How report to the host that the plug-in Arrangement has changed?"},"476":{"body":"There are two ways to instantiate a plug-in in the following way: Way 1 In AudioEffect::initialize (FUnknown* context) you add one mono and one stereo bus. //---------------------------------------------------------------\ntresult PLUGIN_API AGain::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } addAudioInput (USTRING (\"Mono In\"), SpeakerArr::kMono); addAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); //... In case of Cubase/Nuendo being the host, the plug-in, afterbeing inserted into a stereo track, gets the left channel ofthe stereo input signal as its mono input. From this signalyou can create a stereo output signal. Way 2 In AudioEffect ::initialize (FUnknown* context) you add one stereo input and one stereo output bus. //---------------------------------------------------------------\ntresult PLUGIN_API AGain::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } addAudioInput (USTRING (\"Stereo In\"), SpeakerArr::kStereo); addAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); //... For processing, the algorithm of your plug-in takes the left channel only, or creates a new mono input signal, by adding the samples of the left and right channels.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » My plug-in has mono input and stereo output. How does VST 3 handle this?","id":"476","title":"My plug-in has mono input and stereo output. How does VST 3 handle this?"},"477":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages How to use the silence flags","breadcrumbs":"Technical Documentation » [3.0.0] Silence flags » [3.0.0] Silence flags","id":"477","title":"[3.0.0] Silence flags"},"478":{"body":"Managing large plug-in sets and multiple virtual instruments on typical studio computer systems can often be difficult because of CPU performance limits. VST 3 helps to improve overall performance by applying processing to plug-ins only when audio signals are present on their respective inputs. Instead of always processing input signals, VST 3 plug-ins can apply their processing economically and only when it is needed. The feature is supported by the IAudioProcessor interface of the plug-in. The silence flags is part of the AudioBusBuffers ( silenceFlags ) passed from the host to the plug-in and back to the host in the process call: MyPluginProcessor::process (ProcessData& data) for the inputs: check this flag: data.inputs[0]silenceFlags for the outputs: set this when the plug-in generates or notsilence: data.outputs[0].silenceFlags The silence flags are a bitmask where each bit corresponds to one channel of a bus (for example L and R for stereo bus). ⓘ Note The host has the responsibility to clear the input buffers (set to something near zero, like 10e-7, to prevent de-normalization issue) when it enables the silence flags (the output silence flags will be set by the host to no silence (=0)), on the other side the plug-in, if it produces silence output, has the responsibility to clear (set to zero) its output buffers and to correctly set the output silence flags. Check tutorial about How to use the silence flags .","breadcrumbs":"Technical Documentation » [3.0.0] Silence flags » Introduction","id":"478","title":"Introduction"},"479":{"body":"/ VST Home / Technical Documentation On this page: IAttributeList IComponentHandler IEventList IUnitHandler IHostApplication IMessage IParamValueQueue IParameterChanges IPlugFrame Related pages [3.0.0] Interfaces supported by the plug-in List of interfaces supported/implemented by the host in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » [3.0.0] Interfaces supported by the host","id":"479","title":"[3.0.0] Interfaces supported by the host"},"48":{"body":"Please sign this Steinberg VST 3 Plug-In SDK Licensing Agreement if you want to develop, release or host VST 3 plug-Ins.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Licensing","id":"48","title":"VST 3 Licensing"},"480":{"body":"Attribute list used in IMessage and IStreamAttributes . [host imp] [released: 3.0.0] [mandatory] An attribute list associates values with a key (id: some predefined keys can be found in Predefined Preset Attributes ).","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IAttributeList","id":"480","title":"IAttributeList"},"481":{"body":"Host callback interface for an edit controller. [host imp] [released: 3.0.0] [mandatory] Allow transfer of parameter editing to component (processor) via host and support automation. Cause the host to react on configuration changes (restartComponent). See also IEditController .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IComponentHandler","id":"481","title":"IComponentHandler"},"482":{"body":"List of events to process. [host imp] [released: 3.0.0] [mandatory] See also ProcessData , Event.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IEventList","id":"482","title":"IEventList"},"483":{"body":"Host callback for unit support. [host imp] [extends IComponentHandler ] [released: 3.0.0] [optional] Host callback interface, used with IUnitInfo . Retrieve via queryInterface from IComponentHandler . See also VST 3 Units , IUnitInfo .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IUnitHandler","id":"483","title":"IUnitHandler"},"484":{"body":"Basic host callback interface. [host imp] [passed as 'context' in to IPluginBase::initialize ] [released: 3.0.0] [mandatory] Basic VST host application interface.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IHostApplication","id":"484","title":"IHostApplication"},"485":{"body":"Private plug-in message. [host imp] [create via IHostApplication::createInstance ] [released: 3.0.0] [mandatory] Messages are sent from the processor component to then controller component and vice versa. See also IAttributeList , IConnectionPoint , Communication between the components .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IMessage","id":"485","title":"IMessage"},"486":{"body":"Queue of changes for a specific parameter. [host imp] [released: 3.0.0] [mandatory] The change queue can be interpreted as segment of an automation curve. For each processing block, a segment with the size of the block is transmitted to the processor. The curve is expressed as sampling points of a linear approximation of the original automation curve. If the original already is a linear curve, it can be transmitted precisely. A non-linear curve has to be converted to a linear approximation by the host. Every point of the value queue defines a linear section of the curve as a straight line from the previous point of a block to the new one. So the plug-in can calculate the value of the curve for any sample position in the block. Implicit Points : In each processing block, the section of the curve for each parameter is transmitted. In order to reduce the amount of points, the point at block position 0 can be omitted. If the curve has a slope of 0 over a period of multiple blocks, only one point is transmitted for the block where the constant curve section starts. The queue for the following blocks will be empty as long as the curve slope is 0. If the curve has a constant slope other than 0 over the period of several blocks, only the value for the last sample of the block is transmitted. In this case, the last valid point is at block position -1. The processor can calculate the value for each sample in the block by using a linear interpolation: double x1 = -1; // position of last point related to current buffer\ndouble y1 = currentParameterValue; // last transmitted value int32 pointTime = 0;\nParamValue pointValue = 0;\nIParamValueQueue::getPoint (0, pointTime, pointValue); double x2 = pointTime;\ndouble y2 = pointValue; double slope = (y2 - y1) / (x2 - x1);\ndouble offset = y1 - (slope * x1); double curveValue = (slope * bufferTime) + offset; // bufferTime is any position in buffer Jumps : A jump in the automation curve has to be transmitted as two points: one with the old value and one with the new value at the next sample position. Tech_doc_29 See also IParameterChanges , ProcessData .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IParamValueQueue","id":"486","title":"IParamValueQueue"},"487":{"body":"All parameter changes of a processing block. [host imp] [released: 3.0.0] [mandatory] This interface is used to transmit any changes to be applied to parameters in the current processing block. A change can be caused by GUI interaction as well as automation. Changes are transmitted as a list of queues ( IParamValueQueue ) containing only queues for parameters that actually did change. See IParamValueQueue , ProcessData .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IParameterChanges","id":"487","title":"IParameterChanges"},"488":{"body":"Callback interface passed to IPlugView . [host imp] [released: 3.0.0] [mandatory] Enables a plug-in to resize the view and causes the host to resize the window.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IPlugFrame","id":"488","title":"IPlugFrame"},"489":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages About MIDI in VST 3 [3.6.12] MIDI Learn","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » [3.0.1] Parameter MIDI Mapping","id":"489","title":"[3.0.1] Parameter MIDI Mapping"},"49":{"body":"Operating System Architecture Compiler Notes Windows 11 x86, x86_64, arm64, arm64EC MSVC 2022 Windows 8.1 -10 x86, x86_64 MSVC 2019, MSVC 2022 macOS 10.13 - 12 x86, x86_64, Apple Silicon Xcode 10 - 13.3 iOS 13 - 15 arm64 Xcode 11 - 13.3 Linux - Raspberry Pi OS (Buster) arm32 GCC 8.3 and higher Visual Studio Code Linux - Ubuntu 22.04 LTS x86, x86_64 GCC 11.2 and higher Visual Studio Code, Qt Creator Linux - Ubuntu 20.04 LTS x86, x86_64 GCC 8.3 and higher Visual Studio Code, Qt Creator","breadcrumbs":"What is the VST 3 SDK? » System requirements","id":"49","title":"System requirements"},"490":{"body":"How the mapping works between MIDI CC s and parameters . MIDI Mapping Interface: Vst::IMidiMapping [plug imp] [extends IEditController ] [released: 3.0.1] [optional] MIDI controllers are not transmitted directly to a VST component. MIDI as hardware protocol has restrictions that can be avoided in software. Controller data in particular come along with unclear and often ignored semantics. On top of this, they can interfere with regular parameter automation and the host is unaware of what happens in the plug-in when passing MIDI controllers directly. So any functionality that is to be controlled by MIDI controllers must be exported as regular parameter. The host will transform incoming MIDI controller data using this interface and transmit them as regular parameter change. This allows the host to automate them in the same way as other parameters. CtrlNumber can be a typical MIDI controller value extended to some others values like pitchbend or aftertouch (see ControllerNumbers ). If the mapping has changed, the plug-in must call IComponentHandler::restartComponent ( kMidiCCAssignmentChanged ) to inform the host about this change.","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » Introduction","id":"490","title":"Introduction"},"491":{"body":"In myeditcontroller.h //--------------------------------------\nclass MyEditController: public EditControllerEx1, public IMidiMapping\n{ //... //---IMidiMapping--------------------------- tresult PLUGIN_API getMidiControllerAssignment (int32 busIndex, int16 channel, CtrlNumber midiControllerNumber, ParamID& id) SMTG_OVERRIDE; //---Interface--------- OBJ_METHODS (MyEditController, EditControllerEx1) DEFINE_INTERFACES DEF_INTERFACE (IMidiMapping) END_DEFINE_INTERFACES (MyEditController) REFCOUNT_METHODS (MyEditController)\n}; In myeditcontroller.cpp //--------------------------------------\ntresult PLUGIN_API MyEditController::getMidiControllerAssignment (int32 busIndex, int16 midiChannel, CtrlNumber midiControllerNumber, ParamID& tag)\n{ // for my first Event bus and for MIDI channel 0 and for MIDI CC Volume only if (busIndex == 0 && midiChannel == 0 && midiControllerNumber == kCtrlVolume) { tag = kGainId; return kResultTrue; } return kResultFalse;\n}","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » Example","id":"491","title":"Example"},"492":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » [3.0.2] Parameter Finder","id":"492","title":"[3.0.2] Parameter Finder"},"493":{"body":"How the host can retrieve the parameter where the mouse cursor is located.Extension for IPlugView to find view parameters (lookup value under mouse support): Vst::IParameterFinder . [plug imp] [extends IPlugView ] [released: 3.0.2] [optional] It is highly recommended to implement this interface. A host can implement important functionality when a plug-in supports this interface.","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » Introduction","id":"493","title":"Introduction"},"494":{"body":"For example, all Steinberg hosts require this interface in order to support the AI Knob . Tech_doc_image_link_1","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » Examples","id":"494","title":"Examples"},"495":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency » [3.0.1] Parameter MIDI Mapping","id":"495","title":"[3.0.1] Parameter MIDI Mapping"},"496":{"body":"Extended IAudioProcessor interface for a component: Vst::IAudioPresentationLatency . [plug imp] [extends IAudioProcessor ] [released: 3.1.0] [optional] Inform the plug-in about how long from the moment of generation/acquiring (from file or from Input) it will take for its input to arrive, and how long it will take for its output to be presented (to output or to speaker).Note for Input Presentation Latency: when reading from file, the first plug-in will have an input presentation latency set to zero. When monitoring audio input from an audio device, the initial input latency is the input latency of the audio device itself. Note for Output Presentation Latency: when writing to a file, the last plug-in will have an output presentation latency set to zero. When the output of this plug-in is connected to an audio device, the initial output latency is the output latency of the audio device itself. A value of zero either means no latency or an unknown latency. Each plug-in adding a latency (returning a none zero value for IAudioProcessor::getLatencySamples ) will modify the input presentation latency of the next plug-ins in the mixer routing graph and will modify the output presentation latency of the previous plug-ins. Tech_doc_31","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency » Introduction","id":"496","title":"Introduction"},"497":{"body":"/ VST Home / Technical Documentation On this page: Introduction Dirty State Support Open Editor Request Support UI Group Editing Examples of different use cases","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support","id":"497","title":"[3.1.0] Dirty State, Open Editor Request and UI Group Editing Support"},"498":{"body":"Improvement of the plug-in's integration in the host (dirty state, request Open Editor, group editing). Extended host callback interface Vst::IComponentHandler2 for an edit controller. [host imp] [extends IComponentHandler ] [released: 3.1.0] [optional]","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Introduction","id":"498","title":"Introduction"},"499":{"body":"This allows the plug-in to tell the host that its internal state is dirty or not. If set to true, it means that after saving, there have been further changes, in addition to the parameter changes. In this case, the host should save before quitting. void MyPluginController::informHostAboutMyDirtyState (bool dirty)\n{ FUnknownPtr componentHandler2 (componentHandler); if (componentHandler2) componentHandler2->setDirty (dirty);\n}","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Dirty State Support","id":"499","title":"Dirty State Support"},"5":{"body":"Steinberg VST usage guidelines What are the licensing options Which files fall under which license? Developer use cases (FAQs)","breadcrumbs":"VST » VST 3 licensing","id":"5","title":"VST 3 licensing"},"50":{"body":"Important links you will need for working with VST 3","breadcrumbs":"What is the VST 3 SDK? » Download link","id":"50","title":"Download link"},"500":{"body":"Requesting the host to open the plug-in´s editor the next time it's possible. You should use this instead of showing an alert and blocking the program flow (especially on loading projects). void MyPluginController::requestHostToOpenEditor()\n{ FUnknownPtr componentHandler2 (componentHandler); if (componentHandler2) componentHandler2->requestOpenEditor ();\n}","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Open Editor Request Support","id":"500","title":"Open Editor Request Support"},"501":{"body":"This part handles parameter group editing from the plug-in UI. It wraps a set of: Steinberg::Vst::IComponentHandler::beginEdit Steinberg::Vst::IComponentHandler::performEdit Steinberg::Vst::IComponentHandler::endEdit functions (see IComponentHandler ) which should use the same timestamp in the host when writing automation. This allows for better synchronizing of multiple parameter changes at once.","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » UI Group Editing","id":"501","title":"UI Group Editing"},"502":{"body":"//--------------------------------------\n// we are in the editcontroller...\n// in case of multiple switch buttons (with associated ParamID 1 and 3)\n// on mouse down:\nhostHandler2->startGroupEdit ();\nhostHandler->beginEdit (1);\nhostHandler->beginEdit (3);\nhostHandler->performEdit (1, 1.0);\nhostHandler->performEdit (3, 0.0); // the opposite of paramID 1 for example\n//....\n// on mouse up:\nhostHandler->endEdit (1);\nhostHandler->endEdit (3);\nhostHandler2->finishGroupEdit ();\n//....\n//....\n//--------------------------------------\n// in case of multiple faders (with associated ParamID 1 and 3)\n// on mouse down:\nhostHandler2->startGroupEdit ();\nhostHandler->beginEdit (1);\nhostHandler->beginEdit (3);\nhostHandler2->finishGroupEdit ();\n//....\n// on mouse move:\nhostHandler2->startGroupEdit ();\nhostHandler->performEdit (1, x); // x the wanted value\nhostHandler->performEdit (3, x);\nhostHandler2->finishGroupEdit ();\n//....\n// on mouse up:\nhostHandler2->startGroupEdit ();\nhostHandler->endEdit (1);\nhostHandler->endEdit (3);\nhostHandler2->finishGroupEdit (); See also IComponentHandler , IEditController .","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Examples of different use cases","id":"502","title":"Examples of different use cases"},"503":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » [3.1.0] KnobMode, Open Help & Open Aboutbox","id":"503","title":"[3.1.0] KnobMode, Open Help & Open Aboutbox"},"504":{"body":"Edit controller component interface extension: Vst::IEditController2 . [plug imp] [extends IEditController ] [released: 3.1.0] [optional] Extension to allow the host to inform the plug-in about the host knob mode ( setKnobMode ), and to open the plug-in's about box ( openAboutBox ) or help documentation ( openHelp ).","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » Introduction","id":"504","title":"Introduction"},"505":{"body":"In mycontroller.h class MyEditController : public ComponentBase, public IEditController, public IEditController2\n{\npublic: //... //---from IEditController2------- tresult PLUGIN_API setKnobMode (KnobMode mode) SMTG_OVERRIDE { hostKnobMode = mode; return kResultTrue; } tresult PLUGIN_API openHelp (TBool /*onlyCheck*/) SMTG_OVERRIDE; tresult PLUGIN_API openAboutBox (TBool /*onlyCheck*/) SMTG_OVERRIDE {return kResultFalse;} //... DEFINE_INTERFACES DEF_INTERFACE (IEditController) DEF_INTERFACE (IEditController2) END_DEFINE_INTERFACES (ComponentBase)\n}; In mycontroller.cpp tresult PLUGIN_API MyEditController::openHelp (TBool onlyCheck)\n{ if (onlyCheck) { // the host just wants to know if i have a help documentation return kResultTrue; } // here i can open my documentation // could in my UI documentation or external pdf file return kResultTrue;\n} See also IEditController , EditController .","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » Example","id":"505","title":"Example"},"506":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Related pages: [3.5.0] Key Switch [3.6.11] NoteExpression Physical UI Mapping About MIDI in VST 3","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » [3.5.0] Note Expression","id":"506","title":"[3.5.0] Note Expression"},"507":{"body":"A new way to control / modify / change a specific played note during playback. Edit controller component interface extension: Vst::INoteExpressionController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] Note Expression is a new way of event controller editing in hosts supporting this VST 3.5 feature (in Cubase since version 6). getting_started_vid_5 getting_started_vid_6 With VST 3 Note Expression, the plug-in is able to break free from the limitations of MIDI controller events by providing access to new VST 3 controller events that provide articulation information for each individual note (event) in a polyphonic arrangement according to its noteId. A major limitation of MIDI is the nature of controller information; controllers are only channel messages (Pitchbend, Modulation, ...) and cannot be assigned to a specific playing note, with the exception of poly pressure (polyphonic aftertouch), which allows change only for a given pitch (not a given note!). Articulating each note in a chord individually creates a much more natural feel, just like multiple players playing the same instrument at the same time but each adding their own personality to the notes played. For example Cubase 6 introduces the first VST 3 Note Expression compatible virtual instrument: HALion Sonic SE . HALion Sonic SE not only supports \"standard\" note expression control for Tuning (Pitch), Volume and Pan, it also offers additional custom pre-assigned note expression types of event ( kCustomStart in Steinberg::Vst::NoteExpressionTypeIDs ).","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » Introduction","id":"507","title":"Introduction"},"508":{"body":"The best way to understand how to support note expression from the plug-in side is to check out the step by step implementation example below. For more details, check out the Note Expression Synth example included in the SDK. Step by Step: We want a mono-timbral (1 channel) instrument plug-in with 1 event bus and support for the detune ( kTuningTypeID ) note expression: The instrument Plug-in must have at least one input event bus: //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); if (result == kResultTrue) { // we want a Stereo Output addAudioOutput (STR16 (\"Stereo Output\"), SpeakerArr::kStereo); // create Event In bus (1 bus with only 1 channel) addEventInput (STR16 (\"Event Input\"), 1); } return result;\n} The controller must provide the Vst::INoteExpressionController interface, like below: //------------------------------------------------------------------\nclass MyExampleController: public EditController, public INoteExpressionController\n{\npublic: // ... //---from INoteExpressionController virtual int32 PLUGIN_API getNoteExpressionCount (int32 busIndex, int16 channel) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionInfo (int32 busIndex, int16 channel, int32 noteExpressionIndex, NoteExpressionTypeInfo& info) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionStringByValue (int32 busIndex, int16 channel, NoteExpressionTypeID id, NoteExpressionValue valueNormalized, String128 string) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionValueByString (int32 busIndex, int16 channel, NoteExpressionTypeID id, const TChar* string, NoteExpressionValue& valueNormalized) SMTG_OVERRIDE; // ... OBJ_METHODS (MyExampleController, EditController) DEFINE_INTERFACES DEF_INTERFACE (INoteExpressionController) END_DEFINE_INTERFACES (EditController) REFCOUNT_METHODS(EditController) //...\n}; Now we have to implement the Steinberg::Vst::INoteExpressionController interface, in our example Steinberg::Vst::INoteExpressionController::getNoteExpressionCount should return 1 as we only want to support tuning: //------------------------------------------------------------------\nint32 PLUGIN_API MyExampleController::getNoteExpressionCount (int32 busIndex, int16 channel)\n{ // we accept only the first bus and 1 channel if (busIndex == 0 && channel == 0) return 1; return 0;\n} Then we have to implement Steinberg::Vst::INoteExpressionController::getNoteExpressionInfo which describes what note expression the plug-in supports: // ------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionInfo (int32 busIndex, int16 channel, int32 noteExpressionIndex, NoteExpressionTypeInfo& info)\n{ // we accept only the first bus and 1 channel and only 1 Note Expression (tuning) if (busIndex == 0 && channel == 0 && noteExpressionIndex == 0) { memset (&info, 0, sizeof (NoteExpressionTypeInfo)); // set the tuning type info.typeId = kTuningTypeID; // set some strings USTRING (\"Tuning\").copyTo (info.title, 128); USTRING (\"Tun\").copyTo (info.shortTitle, 128); USTRING (\"Half Tone\").copyTo (info.units, 128); info.unitID = -1; // no unit wanted info.associatedParameterID = -1; // no associated parameter wanted info.flags = NoteExpressionTypeInfo::kIsBipolar; // event is bipolar (centered) // for Tuning the convert functions are: plain = 240 * (norm - 0.5); norm = plain / 240 + 0.5; // we want to support only +/- one octave double kNormTuningOneOctave = 12.0 / 240.0; info.valueDesc.minimum = 0.5 - kNormTuningOneOctave; info.valueDesc.maximum = 0.5 + kNormTuningOneOctave; info.valueDesc.defaultValue = 0.5; // middle of [0, 1] => no detune (240 * (0.5 - 0.5) = 0) info.valueDesc.stepCount = 0; // we want continuous (no step) return kResultTrue; } return kResultFalse;\n} For displaying note expression values, we have to implement the conversion functions: Steinberg::Vst::INoteExpressionController::getNoteExpressionStringByValue : normalized value -> string //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionStringByValue (int32 busIndex, int16 channel, NoteExpressionTypeID id, NoteExpressionValue valueNormalized, String128 string)\n{ // here we use the id (not the index) if (busIndex == 0 && channel == 0 && id == kTuningTypeID) { // here we have to convert a normalized value to a Tuning string representation UString128 wrapper; valueNormalized = (240 * valueNormalized) - 120; // compute half Tones wrapper.printFloat (valueNormalized, 2); wrapper.copyTo (string, 128); return kResultTrue; } return kResultFalse;\n} - [Steinberg::Vst::INoteExpressionController::getNoteExpressionValueByString](https://steinbergmedia.github.io/vst3_doc/vstinterfaces/classSteinberg_1_1Vst_1_1INoteExpressionController.html#ab79e988315e33b4c30c8f2bd47a0cffc): string -> normalized value //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionValueByString (int32 busIndex, int16 channel, NoteExpressionTypeID id, const TChar* string, NoteExpressionValue& valueNormalized);\n{ // here we use the id (not the index) if (busIndex == 0 && channel == 0 && id == kTuningTypeID) { // here we have to convert a given tuning string (half Tone) to a normalized value String wrapper ((TChar*)string); ParamValue tmp; if (wrapper.scanFloat (tmp)) { valueNormalized = (tmp + 120) / 240; return kResultTrue; } } return kResultFalse;\n} Last step, in the processor component we have to adapt the process call to interpret the note expression event ( Steinberg::Vst::NoteExpressionValueEvent ) sent from the host to the plug-in: //------------------------------------------------------------------\ntresult MyExampleProcessor::process (ProcessData& data)\n{ // .... // get the input event queue IEventList* inputEvents = data.inputEvents; if (inputEvents) { Event e; int32 numEvents = inputEvents->getEventCount (); // for each events check it.. for (int32 i = 0; i < numEvents; i++) { if (inputEvents->getEvent (i, e) == kResultTrue) { switch (e.type) { //----------------------- case Event::kNoteOnEvent: { // here a note On, we may need to play something a keep a trace of the e.noteOn. noteId break; } //----------------------- case Event::kNoteOffEvent: { // here we have to release the voice associated to this id: e.noteOff.noteId // Note that kNoteExpressionValueEvent event could be sent after the note is in released break; } //----------------------- case Event::kNoteExpressionValueEvent: { // here are the Note Expression interpretation // we check and use only tuning expression if (e.noteExpressionValue.typeId == kTuningTypeID) { // we have to find the voice which be changed (the note could be in released state) VoiceClass* voice = findVoice (e. noteExpressionValue.noteId); if (voice) { // we apply to it the wanted value (for a given type of note expression (detune, volume....) voice->setNoteExpressionValue (e. noteExpressionValue.typeId, e. noteExpressionValue.value); } // if the associated id is not anymore marked as playing voice (end of release reached) we ignore the Note Expression Event } break; } } } } } // ...\n} That is it!","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » How does it work?","id":"508","title":"How does it work?"},"509":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Related pages: [3.5.0] Note Expression","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » [3.5.0] Key Switch","id":"509","title":"[3.5.0] Key Switch"},"51":{"body":"All released versions of the VST 3 SDK with changes and dates.","breadcrumbs":"What is the VST 3 SDK? » Change history","id":"51","title":"Change history"},"510":{"body":"Allows information exchange between the plug-in and the host about which key switches are currently used. Extended plug-in interface IEditController for key switches support: Vst::IKeyswitchController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] Some instrument plug-ins support key switching functionality, which allows the users to switch between different layered sounds while playing notes. To achieve this, the users have to press a specific key associated to the wanted layer before playing new notes. A typical example is a sample-based player plug-in with a violin sound, which can include different layers or articulations: pizzicato, legato, tremolo, etc. By pressing and/or holding a specific key, for example C-1, before playing new notes, the plug-in will choose to play pizzicato, by using D-1, it will play legato, and so on. With VST Expression Map (introduced by Steinberg in Cubase 5), these key switches can be used in the Score Editor, to associate a symbol (articulation) to a note. Each time this note is played, the corresponding key switch will be used (sent to the plug-in as noteOn event). getting_started_vid_7 In order to help the creation of such a map, VST 3.5 defines a new interface Steinberg::Vst::IKeyswitchController . If an (instrument) plug-in supports such an interface, the host can get the current set of used key switches from the plug-in (megatrigg / articulation: Steinberg::Vst::KeyswitchInfo ) for a given channel of an event bus, and then automatically use them (like in Cubase 6 ) to create a VST Expression Map .","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » Introduction","id":"510","title":"Introduction"},"511":{"body":"Here the step by step example. We want a plug-in with 1 event bus, which is mono-timbral (1 channel), and which supports 2 key switches: The instrument plug-in should have one input event bus (could be more): //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); if (result == kResultTrue) { // we want a Stereo Output addAudioOutput (STR16 (\"Stereo Output\"), SpeakerArr::kStereo); // create Event In bus (1 bus with only 1 channel) addEventInput (STR16 (\"Event Input\"), 1); } return result;\n} The controller should have the interface Steinberg::Vst::IKeyswitchController , here in the class declaration: //------------------------------------------------------------------\nclass MyExampleController: public EditController, public IKeyswitchController\n{\npublic: //... //---from IKeyswitchController virtual int32 PLUGIN_API getKeyswitchCount (int32 busIndex, int16 channel); virtual tresult PLUGIN_API getKeyswitchInfo (int32 busIndex, int16 channel, int32 keySwitchIndex, KeyswitchInfo& info); //... OBJ_METHODS (MyExampleController, EditController) DEFINE_INTERFACES DEF_INTERFACE (IKeyswitchController) END_DEFINE_INTERFACES (EditController) REFCOUNT_METHODS(EditController) //...\n}; Now we have to implement the interface Steinberg::Vst::IKeyswitchController (only 2 functions), in our example Steinberg::Vst::IKeyswitchController::getKeyswitchCount should return 2 (2 key switches): //------------------------------------------------------------------\nint32 MyExampleController::getKeyswitchCount (int32 busIndex, int16 channel)\n{ // we accept only the first bus and 1 channel if (busIndex == 0 && channel == 0) return 2; return 0;\n} Then, we have to implement Steinberg::Vst::IKeyswitchController::getKeyswitchInfo , which allows to inform the host about what the plug-in supports: //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getKeyswitchInfo (int32 busIndex, int16 channel, int32 keySwitchIndex, KeyswitchInfo& info)\n{ // we accept only the first bus and 1 channel and only 2 keyswitches if (busIndex == 0 && channel == 0 && (keySwitchIndex == 0 || keySwitchIndex == 1) { memset (&info, 0, sizeof (KeyswitchInfo)); // in this case we want that Keyswitch should be maintained pressed for playing info.typeId = kKeyRangeTypeID; // we could use keyRemapped to make easier the use of the keyswitch (near the available instrument key range) // take care that there are no overlap between keyswitches and real key (playing sound) if (keySwitchIndex == 0) { USTRING (\"Accentuation\").copyTo (info.title, 128); USTRING (\"Acc\").copyTo (info.shortTitle, 128); // if the user keeps pressed C-1 or C#-1 or C-0 then the Accentuation sound should be played info.keyswitchMin = 12; // C-1 info.keyswitchMax = 13; // C#-1 info.keyRemapped = 24; // C-0 } else { USTRING (\"Softly\").copyTo (info.title, 128); USTRING (\"Soft\").copyTo (info.shortTitle, 128); // if the user keeps pressed D-1 or D#-1 or D-0 then the Softly sound should be played info.keyswitchMin = 14; // D-1 info.keyswitchMax = 15; // D#-1 info.keyRemapped = 26; // D-0 } info.unitID = -1; // not used info.flags = 0; // not used return kResultTrue; } return kResultFalse;\n} Last step, in the processor component, we have to adapt the process call to switch to the wanted articulation: //------------------------------------------------------------------\ntresult MyExampleProcessor::process (ProcessData& data)\n{ // .... // get the input event queue IEventList* inputEvents = data.inputEvents; if (inputEvents) { Event e; int32 numEvents = inputEvents->getEventCount (); // for each events check it.. for (int32 i = 0; i < numEvents; i++) { if (inputEvents->getEvent (i, e) == kResultTrue) { switch (e.type) { //----------------------- case Event::kNoteOnEvent: { // here a note On // check if this is a Keyswitch switch (e.noteOn.pitch) { // Accentuation Keyswitch case 12: case 13: case 24: currentLayer = kAccentuationLayer; break; // Softly Keyswitch case 14: case 15: case 26: currentLayer = kSoftlyLayer; break; default: // play the note in the currentLayer // ... } } break; //----------------------- case Event::kNoteOffEvent: { // check if keyswitch is released switch (e.noteOff.pitch) { // Accentuation Keyswitch case 12: case 13: case 24: case 14: case 15: case 26: currentLayer = kDefaultLayer; break; default: // released note... //... } } break; //.... } } } } //...\n} That is it!","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » How does it work?","id":"511","title":"How does it work?"},"512":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Graphical overview Example of implementation using helper class Location table for VST XMLs representation For Mac platform For Windows Vista/7/8/10/11 platform For Windows XP/2000 platform","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » [3.5.0] Remote Presentation of Parameters","id":"512","title":"[3.5.0] Remote Presentation of Parameters"},"513":{"body":"How to better support remote devices/controllers (UI and hardware) for parameters. Since VST 3.5, a new interface is available: Vst::IXmlRepresentationController Extended plug-in interface IEditController for a component: Vst::IXmlRepresentationController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] A representation based on XML is a way to export, structure, and group plug-in parameters for a specific remote (hardware or software rack (such as quick controls)). It allows to describe each parameter more precisely (what is the best matching to a knob, different title lengths matching limited remote display, ...). A representation is composed of pages (this means that to see all exported parameters, the user has to navigate through the pages). A page is composed of cells (for example, 8 cells per page). A cell is composed of layers (for example, a cell can have a knob, a display, and a button, which means 3 layers). A layer is associated to a plug-in parameter using the ParameterID as identifier: it could be a knob with a display for title and/or value, this display uses the same ParameterID, but it could be another one. switch link which allows to jump directly to a subpage (on another page) more... See Vst::LayerType This representation is implemented as XML text following the Document Type Definition (DTD): http://dtd.steinberg.net/VST-Remote-1.1.dtd","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Introduction","id":"513","title":"Introduction"},"514":{"body":"Here an example of what should be passed in the stream of getXmlRepresentationStream: \n\n My name 2010-12-31 This is an example for 4 Cells per Page for the Remote named ProductRemote from company HardwareCompany. Mix dry/wet Mix Delay Dly Spatial Spat Width + Widt Sync Note + Note Rate \n","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Example","id":"514","title":"Example"},"515":{"body":"ech_doc_32","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Graphical overview","id":"515","title":"Graphical overview"},"516":{"body":"See Steinberg::Vst::XmlRepresentationHelper .","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Example of implementation using helper class","id":"516","title":"Example of implementation using helper class"},"517":{"body":"When a host needs to use a VST XMLs representation (for internal use, like quick control assignments, to get the most important parameters sorted per page of a plug-in), the host will check the presence in a specific location for a given remote and for this given plug-in a representation XML file with the remote name as filename (check below about how the path is defined). If this is not found, the host will ask the plug-in by using Steinberg::Vst::IXmlRepresentationController (if implemented). Explanation: priority column: specifies the scan order by the host. Path #1 will be checked first, #8 will be checked last. The first XML found will be used and overrides the others. type of column: user: specific to the currently logged in user shared: for all users of this machine factory: installed by plug-in or application installer with the plug-in $COMPANY and $PLUGIN-NAME folder names contain only allowed characters for file naming replace characters \"\\*?/:.<>|\\\"\\t\\n\\r\" by \"_\" $UID is the Unique ID of the processor in its string representation for example: \"57F704D1FA974D668083E4B9AF581D23\" len=32)","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Location table for VST XMLs representation","id":"517","title":"Location table for VST XMLs representation"},"518":{"body":"Prio Type Scope Write Path Comment 1 User User X Users/$USERNAME/Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID 2 User User X Users/$USERNAME/Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME 3 Shared_Factory Public - Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Computer shared FactoryROM 4 Shared_Factory Public - Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME Computer shared FactoryROM 5 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Host Application 6 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 7 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 8 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Mac platform","id":"518","title":"For Mac platform"},"519":{"body":"Prio Type Scope Write Path Comment 1 User User X [Users/$USERNAME/Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_Documents 2 User User X [Users/$USERNAME/Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_Documents 3 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_RoamingAppData 4 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_RoamingAppData 5 Shared_Factory Public - [ProgramData]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_ProgramData 6 Shared_Factory Public - [ProgramData]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_ProgramData 7 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/ Host Application 8 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 9 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 10 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Windows Vista/7/8/10/11 platform","id":"519","title":"For Windows Vista/7/8/10/11 platform"},"52":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction ADelay AGain TestChannelContext HostChecker TestLegacyMIDICCOut mda plug-ins Note Expression Synth Note Expression Text Panner PitchNames Test Prefetchable Support Test Multiple Program Changes Test Program Change Sync Delay Related pages: VST 3 Plug-in Test Host AAX, AUv3, AU and VST 2 Wrappers Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » VST 3 Plug-in Examples","id":"52","title":"VST 3 Plug-in Examples"},"520":{"body":"Prio Type Scope Write Path Comment 1 User User X [My Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_PERSONAL 2 User User X [My Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_PERSONAL 3 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_APPDATA 4 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_APPDATA 5 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_COMMON_APPDATA 6 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_COMMON_APPDATA 7 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Host Application 8 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 9 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 10 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Windows XP/2000 platform","id":"520","title":"For Windows XP/2000 platform"},"521":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples From the host perspective From the plug-in perspective","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » [3.5.0] Context Menu","id":"521","title":"[3.5.0] Context Menu"},"522":{"body":"Extended host callback interface for an edit controller: Vst::IComponentHandler3 [host imp] [extends IComponentHandler ] [released: 3.5.0] [optional] A plug-in can ask the host to create a context menu for a given exported parameter ID or a generic context menu. The host may pre-fill this context menu with specific items regarding the parameter ID like \"Show automation for parameter\", \"MIDI learn\" etc... The plug-in can use the context menu in two ways: add its own items to the menu via the IContextMenu interface and call IContextMenu::popup(...) to create the pop-up. See below for an example of how to use it. extract the host menu items and add them to a context menu created by the plug-in. ⓘ Note It is recommended to use this context menu interface, even if you do not add your own items to the menu as this is considered to be a big user value. See also IContextMenu , IContextMenuTarget .","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » Introduction","id":"522","title":"Introduction"},"523":{"body":"","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » Examples","id":"523","title":"Examples"},"524":{"body":"For example, Cubase adds its owned entries in the context menu opened with right-click on an exported parameter when the plug-in uses createContextMenu . The plug-in itself, in this example, only adds the \"Open UIDescription Editor\" entry. ⓘ Note Plug-ins using VSTGUI automatically have this context menu feature. Tech_doc_33 Context menu with Cubase Tech_doc_34 Here an example of what Bitwig is doing with context menus.","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » From the host perspective","id":"524","title":"From the host perspective"},"525":{"body":"Adding plug-in specific items to the context menu: //------------------------------------------------------------------------\nclass PluginContextMenuTarget : public IContextMenuTarget, public FObject\n{\npublic: PluginContextMenuTarget () {} virtual tresult PLUGIN_API executeMenuItem (int32 tag) { // this will be called if the user has executed one of the menu items of the plug-in. // It won't be called for items of the host. switch (tag) { case 1: break; case 2: break; } return kResultTrue; } OBJ_METHODS(PluginContextMenuTarget, FObject) DEFINE_INTERFACES DEF_INTERFACE (IContextMenuTarget) END_DEFINE_INTERFACES (FObject) REFCOUNT_METHODS(FObject)\n}; // The following is the code to create the context menu\nvoid popupContextMenu (IComponentHandler* componentHandler, IPlugView* view, const ParamID* paramID, UCoord x, UCoord y)\n{ if (componentHandler == 0 || view == 0) return; FUnknownPtr handler (componentHandler); if (handler == 0) return; IContextMenu* menu = handler->createContextMenu (view, paramID); if (menu) { // here, you can add your entries (optional) PluginContextMenuTarget* target = new PluginContextMenuTarget (); IContextMenu::Item item = {0}; UString128 (\"My Item 1\").copyTo (item.name, 128); item.tag = 1; menu->addItem (item, target); UString128 (\"My Item 2\").copyTo (item.name, 128); item.tag = 2; menu->addItem (item, target); target->release (); //--end of adding new entries // here the the context menu will be pop-up (and it waits a user interaction) menu->popup (x, y); menu->release (); }\n}","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » From the plug-in perspective","id":"525","title":"From the plug-in perspective"},"526":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » [3.5.0] Enhanced Linked Parameters","id":"526","title":"[3.5.0] Enhanced Linked Parameters"},"527":{"body":"Parameter editing from host: Vst::IEditControllerHostEditing . [plug imp] [extends IEditController ] [released: 3.5.0] [optional] This allows the host to start a parameter editing action which can generate other parameter changes (like linked parameters) and this in one session (between a beginEdit and endEdit). If this interface is implemented by the edit controller, and when performing edits from outside the plug-in (host / remote) of a not automatable, not read-only, and not hidden flagged parameter (kind of helper parameter), the host will start with a beginEditFromHost before calling setParamNormalized and end with an endEditFromHost . Here the sequence that the host will call:","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » Introduction","id":"527","title":"Introduction"},"528":{"body":"//------------------------------------------------------------------------\nplugEditController->beginEditFromHost (id);\nplugEditController->setParamNormalized (id, value);\nplugEditController->setParamNormalized (id, value + 0.1);\n// ...\nplugEditController->endEditFromHost (id); See also IEditController .","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » Example","id":"528","title":"Example"},"529":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Create and Setup the Xcode Project Add your Audio Component description to the Info.plist Add files to the project If using VSTGUI Code changes UI Handling Creating a different UI when running on iOS Using VSTGUI Using a native UIView Host UI Integration","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » [3.6.0] iOS Inter-App Audio","id":"529","title":"[3.6.0] iOS Inter-App Audio"},"53":{"body":"The SDK includes some Plug-ins implementation examples. The Legendary AGain and ADelay , thanks Paul Kellet the Open-source mda Plug-ins, a basic \"Note Expression Synth\" supporting \" Note Expression Event \", an example of pitchnames support Plug-in, a VST 3 Host Checker which checks if a host is VST 3 compliant and more... what_if_2 what_if_3 what_if_4 what_if_5 Check the folder \"public.sdk/samples/vst\" of the SDK! ⓘ Note They use cmake as project generator: Using cmake for building VST 3 plug-ins In order to add your own Plug-ins check: Generate a new plug-in with the Project Generator App","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Introduction","id":"53","title":"Introduction"},"530":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in. The VST 3 SDK provides an easy way to create an iOS InterApp-Audio application out of your VST 3 plug-in. The SDK comes with an iOS VST 3 host application that can run standalone or as an Inter-App Audio slave. If your plug-in does not use any specific Windows or macOS X API's, it should be reasonably easy to get your plug-in running on iOS. If you use VSTGUI4 with the VST3Editor class as your UI, you mainly only have to create a new UI description for the different device sizes.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Introduction","id":"530","title":"Introduction"},"531":{"body":"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » How does it work?","id":"531","title":"How does it work?"},"532":{"body":"Create a new iOS Application in Xcode. Use the \"Empty Application\" template. Use \"C++11\" as \"C++ Language Dialect\". Activate \"Objective-C Automatic Reference Counting\". Change the Bundle Identifier according to your registered AppID at Apple (see the Apple Documentation). Activate the \"Inter-App Audio\" capability for the project. Activate the \"Background Modes\" capability for the project and check the \"Audio and Airplay\" mode. Change the \"Header Search Path\" configuration to add a path to the root of the VST 3 SDK.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Create and Setup the Xcode Project","id":"532","title":"Create and Setup the Xcode Project"},"533":{"body":"Add a new Array with the name \"AudioComponents\". Add a new Dictionary to the array. Add the following keys to the dictionary: manufacturer, name, type, subtype, version. Set the values of these keys: The manufacturer value must be the one registered with Apple (the one you use for AudioUnits). The type value must be either 'aurx' (Effect), 'aurm' (Effect with MIDI), 'aurg' (Generator) or 'auri' (Instrument). The version value must be 1.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Add your Audio Component description to the Info.plist","id":"533","title":"Add your Audio Component description to the Info.plist"},"534":{"body":"all the sources from your VST 3 plug-in project all files from public.sdk/source/vst/interappaudio/ all files from public.sdk/source/vst/hosting all files from base/source/ (if not already done previously) public.sdk/source/vst/auwrapper/NSDataIBStream.mm (if not already done previously)","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Add files to the project","id":"534","title":"Add files to the project"},"535":{"body":"add vstgui_ios.mm add vstgui_uidescription_ios.mm","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » If using VSTGUI","id":"535","title":"If using VSTGUI"},"536":{"body":"Xcode created some files for you when you created the project. One of it is the App Delegate. You need to change the base class from NSResponder to VSTInterAppAudioAppDelegateBase (you need to import its header file which is here: public.sdk/source/vst/interappaudio/VSTInterAppAudioAppDelegateBase.h) and then remove all methods from it. If you want to add some custom behavior to your app, you should do it in your App Delegate class implementation. For example, if you want to only allow landscape mode, you have to add this method: //-----------------------------------------------------------------\n- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window\n{ return UIInterfaceOrientationMaskLandscapeLeft|UIInterfaceOrientationMaskLandscapeRight;\n} Make sure to call the super method if you override one of themethods implemented by VSTInterAppAudioAppDelegateBase (theheader shows which methods are implemented).","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Code changes","id":"536","title":"Code changes"},"537":{"body":"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » UI Handling","id":"537","title":"UI Handling"},"538":{"body":"To create a different view for iOS, you can check the host context for the IInterAppAudioWrapper interface: //-----------------------------------------------------------------\nIPlugView* PLUGIN_API MyEditController::createView (FIDString _name)\n{ ConstString name (_name); if (name == ViewType::kEditor) { FUnknownPtr interAudioApp (getHostContext ()); if (interAudioApp) { // create and return the view for iOS } else { // create and return the view for Windows/macOSX } } return 0;\n}","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Creating a different UI when running on iOS","id":"538","title":"Creating a different UI when running on iOS"},"539":{"body":"VSTGUI 4.3 or higher includes support for iOS. You can use it the same like you use it for Windows or macOS X. See the VSTGUI documentation for some limitations.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Using VSTGUI","id":"539","title":"Using VSTGUI"},"54":{"body":"Very simple delay plug-in: only one parameter (a delay) Check the folder \"public.sdk/samples/vst/adelay\" of the SDK! Classes: ADelayProcessor ADelayController","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » ADelay","id":"54","title":"ADelay"},"540":{"body":"If you want to create a native UIView as your plug-in editor, you have to create your own IPlugView derivate and attach the UIView in the IPlugView::attached method. An example of this can be seen in \"public.sdk/samples/vst/adelay/interappaudio/iosEditor.mm\"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Using a native UIView","id":"540","title":"Using a native UIView"},"541":{"body":"The example project in \"public.sdk/samples/vst/InterAppAudio\" uses a custom solution to show the UI for controlling and switching to the host application. You should take this as an example if you want to add it this way. You can also use the UI Apple provides with its example source for Inter-App Audio. But you can also implement the host UI integration into your plug-in view. Your edit controller will get an interface to IInterAppAudioHost via its initialize method which you can use to get the host icon and send commands or switch to the host. If you use this method to show the host controls you should implement the IInterAppAudioConnectionNotification interface in your edit controller to conditionally show or hide the controls depending on the connection state.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Host UI Integration","id":"541","title":"Host UI Integration"},"542":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » [3.6.0] Preset Meta-Information","id":"542","title":"[3.6.0] Preset Meta-Information"},"543":{"body":"Meta attributes of a stream: Vst::IStreamAttributes . [host imp] [extends IBStream ] [released: 3.6.0] [optional] Interface to access preset meta information from stream, used, for example, in setState in order to inform the plug-in about the current context in which the preset loading occurs(Project context or Preset load (see StateType )) or used to get the full file path of the loaded preset (if available).","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » Introduction","id":"543","title":"Introduction"},"544":{"body":"#include \"pluginterfaces/base/ustring.h\"\n#include \"pluginterfaces/vst/vstpresetkeys.h\"\n// ... tresult PLUGIN_API MyPluginProcessor::setState (IBStream* state)\n{ FUnknownPtr stream (state); if (stream) { IAttributeList* list = stream->getAttributes (); if (list) { // get the current type (project/Default..) of this state String128 string; if (list->getString (PresetAttributes::kStateType, string, 128 * sizeof (TChar)) == kResultTrue) { UString128 tmp (string); char ascii[128]; tmp.toAscii (ascii, 128); if (!strncmp (ascii, StateType::kProject, strlen (StateType::kProject))) { // we are in project loading context... } } // get the full file path of this state TChar fullPath[1024]; if (list->getString (PresetAttributes::kFilePathStringType, fullPath, 1024 * sizeof (TChar)) == kResultTrue) { // here we have the full path ... } } } //...read the state here..... return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » Example","id":"544","title":"Example"},"545":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » [3.6.5] Channel Context Info","id":"545","title":"[3.6.5] Channel Context Info"},"546":{"body":"Channel context interface: Vst::IInfoListener . [plug imp] [extends IEditController ] [released: 3.6.5] [optional] Allows the host to inform the plug-in about the context in which the plug-in is instantiated, mainly channel based info (color, name, index, ...). Index can be defined inside a namespace (for example, index start from 1 to N for Type Input/Output Channel (Index namespace) and index start from 1 to M for Type Audio Channel). As soon as the plug-in provides this Vst::IInfoListener interface, the host will call setChannelContextInfos for each change occurring to this channel (new name, new color, new indexation, ...).","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » Introduction","id":"546","title":"Introduction"},"547":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API MyPlugin::setChannelContextInfos (IAttributeList* list)\n{ if (list) { // optional we can ask for the Channel Name Length int64 length; if (list->getInt (ChannelContext::kChannelNameLengthKey, length) == kResultTrue) { ... } // get the Channel Name where we, as Plug-in, are instantiated String128 name; if (list->getString (ChannelContext::kChannelNameKey, name, sizeof (name)) == kResultTrue) { ... } // get the Channel UID if (list->getString (ChannelContext::kChannelUIDKey, name, sizeof (name)) == kResultTrue) { ... } // get Channel Index int64 index; if (list->getInt (ChannelContext::kChannelIndexKey, index) == kResultTrue) { ... } // get the Channel Color int64 color; if (list->getInt (ChannelContext::kChannelColorKey, color) == kResultTrue) { uint32 channelColor = (uint32)color; String str; str.printf (\"%x%x%x%x\", ChannelContext::GetAlpha (channelColor), ChannelContext::GetRed (channelColor), ChannelContext::GetGreen (channelColor), ChannelContext::GetBlue (channelColor)); String128 string128; Steinberg::UString (string128, 128).fromAscii (str); ... } // get Channel Index Namespace Order of the current used index namespace if (list->getInt (ChannelContext::kChannelIndexNamespaceOrderKey, index) == kResultTrue) { ... } // get the channel Index Namespace Length if (list->getInt (ChannelContext::kChannelIndexNamespaceLengthKey, length) == kResultTrue) { ... } // get the channel Index Namespace String128 namespaceName; if (list->getString (ChannelContext::kChannelIndexNamespaceKey, namespaceName, sizeof (namespaceName)) == kResultTrue) { ... } // get Plug-in Channel Location int64 location; if (list->getInt (ChannelContext::kChannelPluginLocationKey, location) == kResultTrue) { String128 string128; switch (location) { case ChannelContext::kPreVolumeFader: Steinberg::UString (string128, 128).fromAscii (\"PreVolFader\"); break; case ChannelContext::kPostVolumeFader: Steinberg::UString (string128, 128).fromAscii (\"PostVolFader\"); break; case ChannelContext::kUsedAsPanner: Steinberg::UString (string128, 128).fromAscii (\"UsedAsPanner\"); break; default: Steinberg::UString (string128, 128).fromAscii (\"unknown!\"); break; } } // do not forget to call addRef () if you want to keep this list }\n}","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » Example","id":"547","title":"Example"},"548":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change » [3.6.5] Unit-Bus Assignment Change","id":"548","title":"[3.6.5] Unit-Bus Assignment Change"},"549":{"body":"Host callback for extended unit support: Vst::IUnitHandler2 . [host imp] [extends IUnitHandler ] [released: 3.6.5] [optional] Host callback interface, used with IUnitInfo . Retrieve via queryInterface from IComponentHandler . The plug-in has the possibility to inform the host with notifyUnitByBusChange that something has changed in the bus - unit assignment,the host then has to recall IUnitInfo::getUnitByBus in order to get the new relations between busses and unit. See also VST 3 Units , IUnitHandler , IUnitInfo .","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change » Introduction","id":"549","title":"Introduction"},"55":{"body":"The SDK includes an AGain plug-in which is a very simple VST 3 plug-in. This plug-in: is multichannel compatible supports bypass processing has an automated gain parameter has an Event input bus (allowing to use noteOn velocity to control the gain factor) has a VU peak meter uses the VSTGUI4 library a version of this plug-in with side-chaining is available (showing a plug-in using the same controller and different - components) an AAX version is available a AUv3 version is available what_if_2 Check the folder \"public.sdk/samples/vst/again\" of the SDK! Classes: AGain AGainWithSideChain (used for side-chain version) AGainController AGain Sample Accurate Simple plug-in showing how to achieve sample-accurate processing. Based Check the folder \"public.sdk/samples/vst/again_sampleaccurate\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » AGain","id":"55","title":"AGain"},"550":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » [3.6.5] Prefetchable","id":"550","title":"[3.6.5] Prefetchable"},"551":{"body":"Indicates if the plug-in supports prefetch (dynamically): Vst::IPrefetchableSupport . [plug imp] [extends IComponent ] [released: 3.6.5] [optional] The plug-in should implement this interface if it needs to dynamically change between prefetchable or not. By default (without implementing this interface), the host decides in which mode the plug-in is processed. For more info about the prefetch processing mode check the ProcessModes::kPrefetch documentation","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » Introduction","id":"551","title":"Introduction"},"552":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API myPlug::getPrefetchableSupport (PrefetchableSupport& prefetchable)\n{ prefetchable = kIsNeverPrefetchable; switch (myPrefetchableMode) { case 0: prefetchable = kIsNeverPrefetchable; break; case 1: prefetchable = kIsYetPrefetchable; break; case 2: prefetchable = kIsNotYetPrefetchable; break; } return kResultOk;\n}","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » Example","id":"552","title":"Example"},"553":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » [3.6.5] Automation State","id":"553","title":"[3.6.5] Automation State"},"554":{"body":"Extended plug-in interface IEditController : Vst::IAutomationState . [plug imp] [extends IEditController ] [released: 3.6.5] [optional] Hosts can inform the plug-in about its current automation state (Read/Write/Nothing).","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » Introduction","id":"554","title":"Introduction"},"555":{"body":"in mycontroller.h //------------------------------------------------------------------------\nclass MyController: public EditControllerEx1, public IAutomationState\n{ //... //---IAutomationState--------------------------------- tresult PLUGIN_API setAutomationState (int32 state) SMTG_OVERRIDE; //... DEFINE_INTERFACES //... DEF_INTERFACE (IAutomationState) END_DEFINE_INTERFACES (EditControllerEx1) //...\n}; In mycontroller.cpp //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::setAutomationState (int32 state)\n{ switch (state) { case kNoAutomation: break; case kReadState: break; case kWriteState: break; case kReadWriteState: break; default: } return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » Example","id":"555","title":"Example"},"556":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: Resize View Call Sequence","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling » [3.6.6] PlugView Content Scaling","id":"556","title":"[3.6.6] PlugView Content Scaling"},"557":{"body":"Plug-in view content scale support: Vst::IPlugViewContentScaleSupport . [plug impl] [extends IPlugView ] [released: 3.6.6] [optional] This interface communicates the content scale factor from the host to the plug-in view on systems where plug-ins cannot get this information directly like Microsoft Windows. The host calls setContentScaleFactor directly before or after the plug-in view is attached and when the scale factor changes while the view is attached (system change or window moved to another screen with different scaling settings). The host may call setContentScaleFactor in a different context, for example: scaling the plug-in editor for better readability. When a plug-in handles this (by returning kResultTrue), it needs to scale the width and height of its view by the scale factor and inform the host via a IPlugFrame::resizeView() , the host will then call IPlugView::onSize() . The host will then call IPlugView::onSize(). ⓘ Note Note that the host is allowed to call setContentScaleFactor() at any time the IPlugView is valid.","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling » Introduction","id":"557","title":"Introduction"},"558":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » [3.6.8] Request Bus Activation","id":"558","title":"[3.6.8] Request Bus Activation"},"559":{"body":"Extended host callback interface for an edit controller: Vst::IComponentHandlerBusActivation . [host imp] [extends IComponentHandler ] [released: 3.6.8] [optional] Allows the plug-in to request the host to activate or deactivate a specific bus. If the host accepts this request, it will call later on IComponent::activateBus . This is particularly useful for instruments with more than 1 outputs, where the user could request from the plug-in UI a given output bus activation. See also IComponentHandler .","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » Introduction","id":"559","title":"Introduction"},"56":{"body":"Very simple plug-in: showing how to use the Steinberg::Vst::ChannelContext::IInfoListener interface using a generic UI what_if_10 Check the folder \"public.sdk/samples/vst/channelcontext\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » TestChannelContext","id":"56","title":"TestChannelContext"},"560":{"body":"// somewhere in your code when you need to inform the host to enable a specific Bus.\nFUnknownPtr busActivation (componentHandler);\nif (busActivation)\n{ // here we want to activate our audio input Side-chain (the 2cd input bus: index 1) busActivation->requestBusActivation (kAudio, kInput, 1, true);\n}","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » Example","id":"560","title":"Example"},"561":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples AGain Note Expression Synth How Cubase uses Snapshots Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » [3.6.10] UI Snapshots","id":"561","title":"[3.6.10] UI Snapshots"},"562":{"body":"Since VST 3.6.10, a VST 3 bundle can contain pre-rendered snapshot images for a VST 3 host as a visual representation of the plug-in UI. This snapshot must have a predefined format and file name so that a host can recognize it. The image format must be PNG The image needs to be located inside the bundle directory in the folder Resources/Snapshots/ The file name must start with the unique ID of the audio processor printed in the form 84E8DE5F92554F5396FAE4133C935A18 followed by the string _snapshot and optionally followed by the HiDPI scale factor _2.0x and ending with the file extension .png . For example, again's snapshot must be named: 84E8DE5F92554F5396FAE4133C935A18_snapshot.png 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png for the 2x scaled HiDPI variant. If the HiDPI scale factor is omitted, a scale factor of 1 is used.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Introduction","id":"562","title":"Introduction"},"563":{"body":"","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Examples","id":"563","title":"Examples"},"564":{"body":"Tech_doc_22 84E8DE5F92554F5396FAE4133C935A18_snapshot.png Tech_doc_23 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » AGain","id":"564","title":"AGain"},"565":{"body":"Tech_doc_24 6EE65CD1B83A4AF480AA7929AEA6B8A0_snapshot.png Tech_doc_25 6EE65CD1B83A4AF480AA7929AEA6B8A0_snapshot_2.0x.png","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Note Expression Synth","id":"565","title":"Note Expression Synth"},"566":{"body":"Tech_doc_26 In the Right Zone under the Media Tab, the user can choose FXs and Instruments using the snapshots.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » How Cubase uses Snapshots","id":"566","title":"How Cubase uses Snapshots"},"567":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.5.0] Note Expression","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » [3.6.11] NoteExpression Physical UI Mapping","id":"567","title":"[3.6.11] NoteExpression Physical UI Mapping"},"568":{"body":"Extended plug-in interface IEditController for note expression event support: Vst::INoteExpressionPhysicalUIMapping . [plug imp] [extends IEditController ] [released: 3.6.11] [optional] With this plug-in interface, the host can retrieve the preferred physical mapping associated to note expression supported by the plug-in. When the mapping changes (for example, when switching presets), the plug-in needs to inform the host about it via IComponentHandler::restartComponent ( kNoteExpressionChanged ).","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » Introduction","id":"568","title":"Introduction"},"569":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this INoteExpressionPhysicalUIMapping interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::INoteExpressionPhysicalUIMapping\n{ // ... //--- INoteExpressionPhysicalUIMapping --------------------------------- tresult PLUGIN_API getPhysicalUIMapping (int32 busIndex, int16 channel, PhysicalUIMapList& list) SMTG_OVERRIDE; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::INoteExpressionPhysicalUIMapping) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstnoteexpression.h\" namespace Steinberg { namespace Vst { DEF_CLASS_IID (INoteExpressionPhysicalUIMapping) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::getPhysicalUIMapping (int32 busIndex, int16 channel, PhysicalUIMapList& list)\n{ if (busIndex == 0 && channel == 0) { for (uint32 i = 0; i < list.count; ++i) { NoteExpressionTypeID type = kInvalidTypeID; if (kPUIXMovement == list.map[i].physicalUITypeID) list.map[i].noteExpressionTypeID = kCustomStart + 1; else if (kPUIYMovement == list.map[i].physicalUITypeID) list.map[i].noteExpressionTypeID = kCustomStart + 2; } return kResultTrue; } return kResultFalse;\n}","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » Example","id":"569","title":"Example"},"57":{"body":"Instrument, Panner and Fx plug-in checking the VST 3 support of a host. It uses VSTGUI an AAX version is available what_if_5 Check the folder \"public.sdk/samples/vst/hostchecker\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » HostChecker","id":"57","title":"HostChecker"},"570":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » [3.6.12] Legacy MIDI CC Out Event","id":"570","title":"[3.6.12] Legacy MIDI CC Out Event"},"571":{"body":"Legacy MIDI CC Out event specific data: midiCCOut . Used in Event (union) [released: 3.6.12] This kind of event is reserved for generating MIDI CC as output event for kEvent Bus during the process call.","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » Introduction","id":"571","title":"Introduction"},"572":{"body":"In myprocessor.cpp #include \"public.sdk/source/vst/vsteventshelper.h\" //-----------------------------------------------------------------------------\ntresult PLUGIN_API MyProcessor::process (ProcessData& data)\n{ int16 channel = 10; float value = 0.4f; //... Event evtMIDICC; Helpers::initLegacyMIDICCOutEvent (evtMIDICC, kCtrlModWheel, channel, value); data.outputEvents->addEvent (evtMIDICC); //...\n}","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » Example","id":"572","title":"Example"},"573":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.0.1] Parameter MIDI Mapping","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » [3.6.12] MIDI Learn","id":"573","title":"[3.6.12] MIDI Learn"},"574":{"body":"MIDI Learn Interface: Vst::IMidiLearn . [plug imp] [extends IEditController ] [released: 3.6.12] [mandatory] If this interface is implemented by the edit controller, the host will call this method whenever there is live MIDI-CC input for the plug-in. This way, the plug-in can change its MIDI-CC parameter mapping and inform the host via the IComponentHandler::restartComponent with the kMidiCCAssignmentChanged flag. Use this if you want to implement custom MIDI-Learn functionality in your plug-in.","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » Introduction","id":"574","title":"Introduction"},"575":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this IMidiLearn interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::IMidiLearn\n{ // ... //--- IMidiLearn --------------------------------- tresult PLUGIN_API onLiveMIDIControllerInput (int32 busIndex, int16 channel, CtrlNumber midiCC) SMTG_OVERRIDE; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::IMidiLearn) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstmidilearn.h namespace Steinberg { namespace Vst { DEF_CLASS_IID (IMidiLearn) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::onLiveMIDIControllerInput (int32 busIndex, int16 channel, CtrlNumber midiCC)\n{ // if we are not in doMIDILearn (triggered by a UI button for example) or wrong channel then return if (!doMIDILearn || busIndex != 0 || channel != 0 || midiLearnParamID == InvalidParamID) return kResultFalse; // adapt our internal MIDICC -> parameterID mapping midiCCMapping[midiCC] = midiLearnParamID; // new mapping then inform the host that our MIDI assignment has changed if (auto componentHandler = getComponentHandler ()) { componentHandler->restartComponent (kMidiCCAssignmentChanged); } return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » Example","id":"575","title":"Example"},"576":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » [3.6.12] Host Query Interface support","id":"576","title":"[3.6.12] Host Query Interface support"},"577":{"body":"Host callback interface for an edit controller: Vst::IPlugInterfaceSupport . [host imp] [released: 3.6.12] [mandatory] Allows a plug-in to ask the host if a given plug-in interface is supported/used by the host. It is implemented by the hostContext given when the component is initialized.","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » Introduction","id":"577","title":"Introduction"},"578":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API MyPluginController::initialize (FUnknown* context)\n{ // ... FUnknownPtr plugInterfaceSupport (context); if (plugInterfaceSupport) { if (plugInterfaceSupport->isPlugInterfaceSupported (IMidiMapping::iid) == kResultTrue) // IMidiMapping is used by the host } // ...\n} See also IPluginBase .","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » Example","id":"578","title":"Example"},"579":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: [3.5.0] Note Expression [3.6.11] NoteExpression Physical UI Mapping About MIDI in VST 3","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers » [3.6.12] MPE support for Wrappers","id":"579","title":"[3.6.12] MPE support for Wrappers"},"58":{"body":"Very simple plug-in: showing how to use LegacyMIDICCOutEvent which allow to generate MIDI CC as output event VST parameters change which creates LegacyMIDICCOutEvent Event what_if_11 Check the folder \"public.sdk/samples/vst/legacymidiccout\" of the SDK! Classes: LegacyMIDICCOut::Plug","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » TestLegacyMIDICCOut","id":"58","title":"TestLegacyMIDICCOut"},"580":{"body":"Wrapper MPE Support interface: Vst::IVst3WrapperMPESupport . [host imp] [passed as 'context' to IPluginBase::initialize() ] [released: 3.6.12] [optional] Implemented on wrappers that support MPE ( MIDI Polyphonic Expression ) to Note Expression translation. ⓘ Note By default, MPE input processing is enabled, the masterChannel will be zero, the memberBeginChannel will be one and the memberEndChannel will be 14. ⓘ Note As MPE is a subset of the VST 3 Note Expression feature, mapping from the three MPE expressions is handled via the INoteExpressionPhysicalUIMapping interface.","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers » Introduction","id":"580","title":"Introduction"},"581":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » [3.7.0] Parameter Function Name","id":"581","title":"[3.7.0] Parameter Function Name"},"582":{"body":"Edit controller component interface extension: Vst::IParameterFunctionName . [plug imp] [extends IEditController ] [released: 3.7.0] [optional] This interface allows the host to get a parameter associated to a specific meaning (a functionName) for a given unit. The host can use this information, for example, for drawing a Gain Reduction meter in its own UI. In order to get the plain value of this parameter, the host should use the IEditController::normalizedParamToPlain . The host can automatically map parameters to dedicated UI controls, such as the wet-dry mix knob or the Randomize button.","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » Introduction","id":"582","title":"Introduction"},"583":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this IParameterFunctionName interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::IParameterFunctionName\n{ // ... tresult PLUGIN_API getParameterIDFromFunctionName (UnitID unitID, FIDString functionName, Vst::ParamID& paramID) override; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::IParameterFunctionName) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstparameterfunctionname.h\" namespace Steinberg { namespace Vst { DEF_CLASS_IID (IParameterFunctionName) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::getParameterIDFromFunctionName (UnitID unitID, FIDString functionName, Vst::ParamID& paramID)\n{ using namespace Vst; paramID = kNoParamId; if (unitID == kRootUnitId && FIDStringsEqual (functionName, kCompGainReduction)) paramID = kMyGainReductionId; return (paramID != kNoParamId) ? kResultOk : kResultFalse;\n} Example of host implementation FUnknownPtr functionName (mEditController->getIEditController ());\nif (functionName)\n{ Vst::ParamID paramID; if (functionName->getParameterIDFromFunctionName (Vst::FunctionNameType::kCompGainReduction, paramID) == kResultTrue) { // paramID could be cached for performance issue Vst::ParamValue norm = mEditController->getIEditController ()->getParamNormalized (paramID); Vst::ParamValue plain = mEditController->getIEditController ()->normalizedParamToPlain (paramID, norm); // plain is something like -6 (-6dB) }\n}","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » Example","id":"583","title":"Example"},"584":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples How to call it from the plug-in side","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » [3.7.0] Progress display","id":"584","title":"[3.7.0] Progress display"},"585":{"body":"Extended host callback interface for an edit controller: Vst::IProgress . [host imp] [extends IComponentHandler ] [released: 3.7.0] [optional] Allows the plug-in to ask the host to create a progress for specific tasks which take some time. The host can visualize the progress as read-only UI elements. For example, after loading a project where a plug-in needs to load extra data (e.g. samples) in a background thread, this enables the host to get and visualize the current status of the loading progress and to inform the user when the loading is finished. Note: During the progress, the host can unload the plug-in at any time. Make sure that the plug-in supports this use case.","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » Introduction","id":"585","title":"Introduction"},"586":{"body":"","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » Examples","id":"586","title":"Examples"},"587":{"body":"//--------------------------------------\n// we are in the editcontroller:\n// as member: IProgress::ID mProgressID; FUnknownPtr progress (componentHandler);\nif (progress) progress->start (IProgress::ProgressType::UIBackgroundTask, STR (\"Load Samples...\"), mProgressID); // ...\nmyProgressValue += incProgressStep;\nFUnknownPtr progress (componentHandler);\nif (progress) progress->update (mProgressID, myProgressValue); // ...\nFUnknownPtr progress (componentHandler);\nif (progress) progress->finish (mProgressID); VST 3 Plug-in Test Host integration of Vst::IProgress : Tech_doc_35","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » How to call it from the plug-in side","id":"587","title":"How to call it from the plug-in side"},"588":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements » [3.7.0] Process Context Requirements","id":"588","title":"[3.7.0] Process Context Requirements"},"589":{"body":"Extended IAudioProcessor interface for a component: Vst::IProcessContextRequirements . [plug imp] [extends IAudioProcessor ] [released: 3.7.0] [mandatory] To get accurate process context information ( Vst::ProcessContext ), it is now required to implement this interface and return the desired bit mask of flags which your audio effect needs. If you do not implement this interface, you may not get any information at all in the process function. The host asks for this information once between initialize and setActive. It cannot be changed afterwards. This gives the host the opportunity to better optimize the audio process graph when it knows which plug-ins need which information. ⚠️ Warning Plug-Ins built with an earlier SDK version (< 3.7) will still get the old information, but the information may not be as accurate as when using this interface.","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements » Introduction","id":"589","title":"Introduction"},"59":{"body":"Effects (stereo to stereo plug-ins): Ambience: Reverb Bandisto: Multi-band Distortion BeatBox: Drum Replacer Combo: Amp and Speaker Simulator DeEsser: High frequency Dynamics Processor Degrade: Sample quality reduction Delay: Simple stereo delay with feedback tone control Detune: Simple up/down pitch shifting thickener Dither: Range of dither types including noise shaping DubDelay: Delay with feedback saturation and time/pitch modulation Dynamics: Compressor / Limiter / Gate Image: Stereo image adjustment and M-S matrix Leslie: Rotary speaker simulator Limiter: Opto-electronic style limiter Loudness: Equal loudness contours for bass EQ and mix correction MultiBand: Multi-band compressor with M-S processing modes Overdrive: Soft distortion RePsycho!: Drum loop pitch changer RezFilter: Resonant filter with LFO and envelope follower RingMod: Simple Ring Modulator Round Panner: 3D panner Shepard: Continuously rising/falling tone generator SpecMeter: Stereo 13 Bands spectral Meter Splitter: Frequency / level crossover for setting up dynamic processing Stereo Simulator: Haas delay and comb filtering Sub-Bass Synthesizer: Several low frequency enhancement methods TalkBox: High resolution vocoder TestTone: Signal generator with pink and white noise, impulses and sweeps Thru-Zero Flanger: Classic tape-flanging simulation Tracker: Pitch tracking oscillator, or pitch tracking EQ Instruments (1 Event input, 1 stereo Audio output): DX10: Sounds similar to the later Yamaha DX synths including the heavy bass but with a warmer, cleaner tone. EPiano: Simple EPiano JX10: The plug-in is designed for high quality (lower aliasing than most soft synths) and low processor usage Piano: Not designed to be the best sounding piano in the world, but boasts extremely low CPU and memory usage. Based on the OpenSource mda plug-ins ( http://mda.smartelectronix.com/ ), this set of plug-ins demonstrates how wrap DS- code in a VST 3 plug-in. Check the folder \"public.sdk/samples/vst/mda-vst3\" of the SDK! Classes: BaseProcessor BaseController BaseParameter","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » mda plug-ins","id":"59","title":"mda plug-ins"},"590":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.7.0] Control Voltage Bus Flag » [3.7.0] Control Voltage Bus Flag","id":"590","title":"[3.7.0] Control Voltage Bus Flag"},"591":{"body":"Extended struct BusInfo flags for a component: Vst::IComponent::getBusInfo . [plug imp] [extends IComponent ] [released: 3.7.0] The kIsControlVoltage flag allows the plug-in to inform the host that an audio bus does not contain ordinary audio data, but data used for control changes at sample rate. The data is in the same format as the audio data [-1.0, 1.0]. A host has to prevent unintended routing to speakers to prevent damage. Only valid for audio media type busses.","breadcrumbs":"Technical Documentation » [3.7.0] Control Voltage Bus Flag » Introduction","id":"591","title":"Introduction"},"592":{"body":"/ VST Home / Technical Documentation On this page: Introduction Plug-in’s module info file: moduleinfo.json IPluginCompatibility Example Example of host implementation Related pages: Moduleinfo Compatibility with VST 2.x or VST 1","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » [3.7.5] Module Info and Plug-in Compatibility","id":"592","title":"[3.7.5] Module Info and Plug-in Compatibility"},"593":{"body":"A new moduleinfo.json file added to the plug-in bundle (in the Resources folder) describes the contents of the plug-in in a JSON5 compatible format. This includes a compatibility list which allows, for example, a VST 3 plug-in to replace a given VST 2 plug-in (check here , to learn how to create UID for old VST 2 plug-ins). [plug imp] [released: 3.7.5]","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Introduction","id":"593","title":"Introduction"},"594":{"body":"Check moduleinfo.json for more information about the content of this file.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Plug-in’s module info file: moduleinfo.json","id":"594","title":"Plug-in’s module info file: moduleinfo.json"},"595":{"body":"If the plug-in could not deliver the moduleinfo.json because it does not support bundle, it is possible to add the new interface IPluginCompatibility to the plug-in factory.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » IPluginCompatibility","id":"595","title":"IPluginCompatibility"},"596":{"body":"In plugentry.cpp : //------------------------------------------------------------------------\nclass PluginCompatibility : public FObject, public IPluginCompatibility\n{ public: //... tresult PLUGIN_API getCompatibilityJSON (IBStream* stream) override { /* write the JSON compatibility array into the stream [ { \"New\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Old\": [ \"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\", \"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\", ], } ] */ return kResultTrue; } //... }; //------------------------------------------------------------------------\nstatic FUnknown* createCompatibilityInstance (void* context)\n{ return (IPluginCompatibility*)new PluginCompatibility;\n} //------------------------------------------------------------------------\nBEGIN_FACTORY_DEF (stringCompanyName, stringCompanyWeb, stringCompanyEmail) //... DEF_CLASS2 (INLINE_UID_FROM_FUID(PluginCompatibilityUID), PClassInfo::kManyInstances, kPluginCompatibilityClass, stringPluginName, Vst::kDistributable, \"\", FULL_VERSION_STR, kVstVersionString, createCompatibilityInstance)","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Example","id":"596","title":"Example"},"597":{"body":"Check function void Validator::testModule in public.sdk/samples/vst-hosting/validator/source/validator.cpp. plugCompatibility = factory.createInstance (classInfo.ID ());","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Example of host implementation","id":"597","title":"Example of host implementation"},"598":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » [3.7.9] Get Current SystemTime","id":"598","title":"[3.7.9] Get Current SystemTime"},"599":{"body":"Extended plug-in interface IComponentHandler for an edit controller, IComponentHandlerSystemTime allows the plug-in to ask for the current systemTime (this should be the same kind of time reference than the one used in ProcessContext::systemTime, this one is not compensated like the one of the ProcessContext). [host imp] [extends IComponentHandler ] [released: 3.7.9] [optional]","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » Introduction","id":"599","title":"Introduction"},"6":{"body":"VST 3 Links — Important links you will need for working with VST 3 How to setup up my system for VST 3 — In order to build VST 3 plug-ins, you need the source code of the VST 3 (API: interface definition), an IDE/compiler, cmake and a VST 3 host application. Preparation on Windows — Generated VST 3 Microsoft Visual Studio Projects using the cmake files included in the SDK will create by default symbolic links for each built plug-in in the official VST 3 folder, in order to allow this on Windows you have to adapt the Group Policy of Windows. See Here!","breadcrumbs":"VST » Getting Started","id":"6","title":"Getting Started"},"60":{"body":"Instrument plug-in supporting note expression events It shows how easy it is to use VSTGUI a AUv3 version is available what_if_4 Check the folder \"public.sdk/samples/vst/note_expression_synth\" of the SDK! Classes: NoteExpressionSynth::Processor NoteExpressionSynth::Controller NoteExpressionSynth::Voice","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Note Expression Synth","id":"60","title":"Note Expression Synth"},"600":{"body":"//--------------------------------------\n// we are in the editcontroller: int64 systemTime = 0; FUnknownPtr handlerSystemTime (componentHandler);\nif (handlerSystemTime) handlerSystemTime->getSystemTime (systemTime);","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » Example","id":"600","title":"Example"},"601":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: Data Exchange Data Exchange Tutorial - How to send data from the realtime process to the edit controller","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller » [3.7.9] Data Transfert Between Processor/Controller","id":"601","title":"[3.7.9] Data Transfert Between Processor/Controller"},"602":{"body":"Host Data Exchange handler interface: IDataExchangeHandler . [host imp] [context interface] [released: 3.7.9] [optional] Data Exchange Receiver interface: IDataExchangeReceiver [plug imp] [released: 3.7.9] [optional] Check Data Exchange .","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller » Introduction","id":"602","title":"Introduction"},"603":{"body":"/ VST Home","breadcrumbs":"Change History » Change History","id":"603","title":"Change History"},"604":{"body":"All released versions of the VST 3 SDK with changes and dates: Version 3.7.9 (2023/10/09) Version 3.7.8 (2023/05/15) Version 3.7.7 (2022/12/12) Version 3.7.6 (2022/09/05) Version 3.7.5 (2022/05/16) Version 3.7.4 (2021/12/14) Version 3.7.3 (2021/08/10) Version 3.7.2 (2021/03/30) Version 3.7.1 (2020/11/17) Version 3.7.0 (2020/07/29) Version 3.6.14 (2019/11/29) Version 3.6.13 (2019/04/08) Version 3.6.12 (2018/12/03) Version 3.6.11 (2018/10/22) Version 3.6.10 (2018/06/11) Version 3.6.9 (2018/03/01) Version 3.6.8 (2017/11/08) Version 3.6.7 (2017/03/03) Version 3.6.6 (2016/06/17) Version 3.6.5 (2015/08/28) Version 3.6.0 (2013/11/22) Version 3.5.2 (2012/09/25) Version 3.5.1 (2011/11/11) Version 3.5.0 (2011/02/04) Version 3.1.0 (2010/06/25) Version 3.0.2 (2009/01/15) Version 3.0.1 (2008/03/19) Version 3.0.0 (2008/01/17)","breadcrumbs":"Change History » Versions","id":"604","title":"Versions"},"605":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.9 (2023/10/09) » Version 3.7.9 (2023/10/09)","id":"605","title":"Version 3.7.9 (2023/10/09)"},"606":{"body":"Interface changes: New Vst::IDataExchangeHandler / Vst::IDataExchangeReceiver : API to send data from the realtime processing function to the controller in a safe and efficient way. New Vst::IComponentHandlerSystemTime : API to query the system time from the controller. New on Linux: Query IRunLoop from the host context of IPlugFactory3 . New Flags/Enums: New speakers: kSpeakerLw and kSpeakerRw for Left and Right Wide New predefined 3D speaker arrangements (compatible Dolby Atmos): k90_4_W => L R C Ls Rs Sl Sr Tfl Tfr Trl Trr Lw Rw k91_4_W => L R C Lfe Ls Rs Sl Sr Tfl Tfr Trl Trr Lw Rw k90_6_W => L R C Ls Rs Sl Sr Tfl Tfr Trl Trr Tsl Tsr Lw Rw k91_6_W => L R C Lfe Ls Rs Sl Sr Tfl Tfr Trl Trr Tsl Tsr Lw Rw VSTGUI update 4.13.0 Documentation New tutorial: Data Exchange Tutorial - How to send data from the realtime process to the edit controller . New doc page about Provide a RunLoop on Linux . cmake Change minimal cmake version to 3.5.0. Partially fix for Windows, create destination installation folders if they don't exist (Issue#8) . Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): fix some warnings Audio Unit: AUv3Wrapper: Fix iOS build errors ( PR#47 ) Make AUv3 follow VST3 threading model (PR#62) Fix \"Missing field initializer\" warnings in AUv3Wrapper (Issue#55) Examples : New VST 3 plug-ins example DataExchange showing the use of the VST Data Exchange API: public.sdk/samples/vst/dataexchange . Update Hostchecker plug-in to check new interfaces: Vst::IDataExchangeHandler / Vst::IDataExchangeReceiver / Vst::IComponentHandlerSystemTime . Helpers classes: New helper for system time public.sdk/source/vst/utility/systemtime.cpp . New VST Data Exchange API Helper implementing Vst::IDataExchangeHandler : public.sdk/source/vst/utility/dataexchange.cpp . Fix \"Missing field initializer\" warning in vstparameters.h (PR#60) . Fix buffer overflow/memory corruption ( Issue#15 ). Fix undefined behavior - load of misaligned address ( Issue#64 ). vstgui4 seems incomplete on Linux ( Issue#104 ). Validator : Allow moduleinfo.json and IPluginCompatibility to coexist, not seen as error but warning (not recommanded!) (Issue#63) . VST3 Project Generator v2023.09: Rename SMTG_ADD_VSTGUI to SMTG_ENABLE_VSTGUI_SUPPORT .","breadcrumbs":"Change History » Version 3.7.9 (2023/10/09) » Version 3.7.9 (2023/10/09)","id":"606","title":"Version 3.7.9 (2023/10/09)"},"607":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.8 (2023/05/15) » Version 3.7.8 (2023/05/15)","id":"607","title":"Version 3.7.8 (2023/05/15)"},"608":{"body":"Interface changes: Breaking Change : the moduleinfo.json file, introduced in the VST 3.7.5, is now located in the Contents/Resources folder in order to be compliant with code signing on macOS. Add new Microsoft unified Arm64X binary definition for VST 3 plug-ins. New category: kFxVocals for tools dedicated to vocals. New Flags/Enums: New predefined Ambisonics speaker arrangements: kAmbi4thOrderACN with new speakers: kSpeakerACN16 to kSpeakerACN24 , kAmbi5thOrderACN , kAmbi6thOrderACN , kAmbi7thOrderACN : breaking speaker-bit compability by starting from index 0. Including some helper functions to map speaker index between order 1 to 4 and order 5 to 7 ( convertSpeaker_Ambi_1234Order_to_Ambi567Order and convertSpeaker_Ambi_567Order_to_Ambi1234Order ). VSTGUI update 4.12.3 cmake Fix \"When vst3sdk is a submodule, example plugins are not built - a switch to choose would be very useful\" ( Issue#94 ). Fix CMake fails with bad $-escape ( Issue#100 ). Breaking Change : options renamed to more meaningful words: SMTG_ADD_VST3_HOSTING_SAMPLES => SMTG_ENABLE_VST3_HOSTING_EXAMPLES SMTG_ADD_VST3_PLUGINS_SAMPLES => SMTG_ENABLE_VST3_PLUGIN_EXAMPLES SMTG_ADD_VSTGUI => SMTG_ENABLE_VSTGUI_SUPPORT Plug-in Wrappers : Audio Unit: AUv3Wrapper: Remove duplicate -loadAudioFile: method declaration ( PR#46 ). Fix iOS build errors ( PR#47 ) Fix resets all parameter values when restartComponent (kParamTitlesChanged) is called ( Issue#45 ) AUv2Wrapper: Fix \"AUv2 editor does not always work\" ( Issues#108 ) Fix endless SMTG_AUView setFrame recursion call in AUv2 Wrapper Examples : Improve silence flag handling in some plug-ins examples. Hello World VST 3 plug-in example is moved to github ! Helpers classes: Fix Build error on Linux with gcc 12 (moduleinfoparser.cpp) ( PR#49 ). Fix cannot fully build on linux due to missing Steinberg::SystemClipboard::copyTextToClipboard() implementation ( Issue#102 ). Fix Controller CID output from validator cut on non-Windows platform ( Issue#109 ). Add security check ( PR#51 ). Fix moduleinfotool.exe with UTF8 Normalization issue on Windows. Improve robustness of FStreamer::readString8 ( PR#5 ). Fix warning: loop variable 'flag' binds to a temporary value produced by a range of type 'std::optional JSON::Object ::value_type' Fix warnings that cannot be silenced on MinGW 8.1 ( PR#14 ). Remove warnings that cannot be silenced on Linux ( PR#6 . Fix language standard check in module_linux.cpp ( PR#53 ). Fix Qualify std::move call in module.cpp to silence a -Wunqualified-std-cast-call warning ( PR#53 ). Fix Include in moduleinfo.h to ensure that sized int types are visible ( PR#53 ). Validator : Add info when a unit has too many parameters VST3PluginTestHost v3.5: New Native Arm64EC version for Windows on Arm: allowing to load VST 3 Plug-ins built for Arm64EC. New Windows built-in ASIO Driver for x64 and Arm64EC.","breadcrumbs":"Change History » Version 3.7.8 (2023/05/15) » Version 3.7.8 (2023/05/15)","id":"608","title":"Version 3.7.8 (2023/05/15)"},"609":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.7 (2022/12/12) » Version 3.7.7 (2022/12/12)","id":"609","title":"Version 3.7.7 (2022/12/12)"},"61":{"body":"Plug-in visualizing the NoteExpression as Text It shows how easy it is to use VSTGUI4 Check the folder \"public.sdk/samples/vst/note_expression_text\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Note Expression Text","id":"61","title":"Note Expression Text"},"610":{"body":"Interface changes: Refactor SDK version macros in vsttypes.h so that the C API generator can use it. Better Support of MinGW in fplatform.h . VSTGUI update 4.12 Documentation New tutorial: Creating a cmake plug-in project from scratch New tutorial: Switching to another VSTGUI submodule or branch cmake Adapting cmake for making possible to extract an example from the SDK. Fix folder name for Windows Arm64EC . Remove ${SDK_ROOT} from smtg_target_configure_version_file . Replace SDK_ROOT with vst3sdk_SOURCE_DIR . Better support of MinGW. Improve SMTG_AAXSupport.cmake and SMTG_CoreAudioSupport.cmake Fix initialization of CMAKE_OSX_DEPLOYMENT_TARGET . Plug-in Wrappers : Audio Unit: AUv3Wrapper: fix crash building parameter groups ( PR#43 ). AUv3Wrapper: fix crash for empty parameter groups ( PR#44 ). VST3PluginTestHost v3.4: MIDI 2 support on macOS with higher resolution for Velocity On/Off , Aftertouch , Polypressure , ControlChange and PitchBend . VST3 Project Generator v2022.11: Support of multiple namespaces for generated plug-in source code (XX::YY::ZZ), request C++17 minimum. Fix support of space character in paths.","breadcrumbs":"Change History » Version 3.7.7 (2022/12/12) » Version 3.7.7 (2022/12/12)","id":"610","title":"Version 3.7.7 (2022/12/12)"},"611":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » Version 3.7.6 (2022/09/05)","id":"611","title":"Version 3.7.6 (2022/09/05)"},"612":{"body":"","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » Version 3.7.6 (2022/09/05)","id":"612","title":"Version 3.7.6 (2022/09/05)"},"613":{"body":"The integer types used throughout the SDK are now based on the standard types defined in and the UTF-16 character type is now char16_t from c++11. This is not an ABI change, all types have the same size as before, and old compiled plug-ins will still load without any issue in all hosts on all supported systems. But implementations may have to be adopted especially on Windows where the tchar/char16 type was directly used for Windows API's. There are simple casting functions in pluginterfaces/base/fstrdefs.h (see wscast ) for easy adoption. Interface changes: New architecture folder for Windows Arm64EC and Arm64 Classic New macro SMTG_HIDDEN_SYMBOL in pluginterfaces/base/fplatform.h VSTGUI Bugfix update 4.11.1 New Flags/Enums: Fix ITU 3+7+0 Sound System F k70_3 => L R C Ls Rs Sl Sr Tfl Tfr Trc k72_3 => L R C LFE Ls Rs Sl Sr Tfl Tfr Trc LFE2 Documentation New tutorial: Guideline for replacing a VST 2 plug-in by a VST 3 plug-in cmake New file SMTG_AddVST3AuV2.cmake : Add AUv2 target for a VST 3 plug-in Reworked AU Objective-C Namespace handling Add check if PROJECT_VERSION is set in project() , if not then FATAL_ERROR. Display error text when Spaces in Xcode path which is not supported by cmake. New function smtg_check_language_cxx in SMTG_DetectPlatform.cmake allows checking if C++ compiler is available. Plug-in Wrappers : Audio Unit: Simplify the creation of an AUv2 wrapped plug-in by a simple cmake function (see smtg_target_add_auv2) Reworked AUWrapper Objective-C code Examples : Add more structured Units and parameters to Hostchecker plug-in. Validator : Fix validator output on Windows, cout was not flushed in case of crash Helpers classes: Refactoring by using IPtr in public.sdk/source/vst/vsteditcontroller.h and public.sdk/source/common/pluginview.h Fix crash in module_win32.cpp when loading failed and the error code could not be printed Prevent the pluginfactory_constexpr on Linux to export symbols in debug mode which may be shared between modules. VST3PluginTestHost v3.3.10: Support loading PACE protected plug-ins on macOS by using the required entitlement for the hardened runtime VST3 Project Generator v2022.09: Fix: Prevent crash when PATH contains empty substring PR#3","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » General change","id":"613","title":"General change"},"614":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.5 (2022/05/16) » Version 3.7.5 (2022/05/16)","id":"614","title":"Version 3.7.5 (2022/05/16)"},"615":{"body":"Interface changes: New moduleinfo.json file: The moduleinfo.json describes the contents of the plug-in in a JSON5 compatible format. It contains the factory info (see PFactoryInfo), the contained classes (see PClassInfo), the included snapshots and a list of compatibility of the included classes. This compatibility list allows, for example, that a VST 3 plug-in could replace a given VST 2 plug-in. New interface IPluginCompatibility in pluginterfaces/base/iplugincompatibility.h to use when a moduleinfo.json file cannot be used. Fix issue building with Visual Studio 2022 (https://github.com/steinbergmedia/vst3sdk/issues/90). Fix warnings for Windows ARM64EC target. Fix constexpr issue by using SMTG_CONSTEXPR. VSTGUI 4.11 Using DirectComposition on Windows now with support for CLayeredViewContainer Removed 32-bit Carbon support Reworked Event handling Different fixes New Flags/Enums: New predefined 3D speaker arrangement: k50_5_3 => L R C Ls Rs Tfl Tfc Tfr Trl Trr Bfl Bfc Bfr k51_5_3 => L R C LFE Ls Rs Tfl Tfc Tfr Trl Trr Bfl Bfc Bfr ITU 4+5+1 Sound System E k50_4_1 => L R C Ls Rs Tfl Tfr Trl Trr Bfc k51_4_1 => L R C LFE Ls Rs Tfl Tfr Trl Trr Bfc ITU 3+7+0 Sound System F k70_3 => L R C Ls Rs Sl Sr Tfl Tfr Trc k72_3 => L R C LFE Ls Rs Sl Sr Tfl Tfr Trc LFE2 Documentation New tutorial explaining How to use the silence flags . Move VST 3 documentation to md files. cmake Minimum cmake version is now 3.19. New function smtg_target_setup_as_vst3_example . Change smtg_target_set_bundle for mac. New option: SMTG_CREATE_MODULE_INFO : Create the moduleinfo.json file (default ON). use VERSION and DESCRIPTION with project() for generating automatically with cmake version file. Change default to ON for SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON on Windows. Fix https://github.com/steinbergmedia/vst3sdk/pull/91. Plug-in Wrappers : Audio Unit: Fix AUv3 validation issue (https://github.com/steinbergmedia/vst3_public_sdk/issues/39). Examples : New VST 3 plug-ins example: New multiple_programchanges showing support of multiple program change parameters. Add new Processing Load simulation parameter in HostChecker which allows to create a CPU load. Refactoring the examples cmake for using the new versioning handling and smtg_target_setup_as_vst3_example . Validator : Add test for IPluginCompatibility interface Helpers classes: New file in public.sdk/samples/vst-utilities for moduleinfo support. New files in public.sdk/source/vst/moduleinfo for creating and parsing moduleinfo. Fix https://github.com/steinbergmedia/vst3_public_sdk/issues/37 VST3PluginTestHost v3.3.0: The 32bits version of plugintesthost is not availble anymore. VST3 Project Generator v2022.05: Adapt VST3 Inspector for Compatibility json file support.","breadcrumbs":"Change History » Version 3.7.5 (2022/05/16) » Version 3.7.5 (2022/05/16)","id":"615","title":"Version 3.7.5 (2022/05/16)"},"616":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.4 (2021/12/14) » Version 3.7.4 (2021/12/14)","id":"616","title":"Version 3.7.4 (2021/12/14)"},"617":{"body":"Interface changes: Add support of _M_ARM64EC on Windows New defines: SMTG_CPU_ARM_64EC, SMTG_CPP14 and SMTG_CPP17 New VST 3 plug-in location user local on Windows: %LOCALAPPDATA%/Programs/Common/VST3/ Use SMTG_CONSTEXPR where needed VSTGUI 4.10.3 Different fixes Licensing has changed to version 2.2.2! Please read the new license agreement VST 3 Licensing Issues . (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). cmake: Refactoring : rename function/macro by adding target when target is used: i.e. smtg_run_vst_validator => smtg_target_run_vst_validator Breaking Change : change smtg_add_vst3_resource to smtg_target_add_plugin_resources allowing to add multiple resources in a call Breaking Change : change smtg_add_vst3_snapshot to smtg_target_add_plugin_snapshots allowing to add multiple resources in a call Make Universal Binary on Mac default ON when Xcode12 Add support of new VST 3 Location on Windows: new option SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON Fix some code Signing issue with XCode Plug-in Wrappers : VST 2 Wrapper: Fix termination of objects might still need data destroyed in _DeinitModule() Audio Unit: Update AU SDK as external (version 1.1) Fix offline rendering info for AUWrapper Examples : Add to validator self-tests Add to validator a new function addErrorWarningTextToOutput Helpers classes: New file pluginterfaces/base/funknownimpl.h (C++11 required): it provides classes for working with FUnknown. Add Unitests for all hosting helpers classes Show example const_exp (C++17) in plug-in factory: public.sdk/source/main/pluginfactory_constexpr.h Add documentation to mpeprocessor classes VST3PluginTestHost v3.2.20: Adapted to scan the new VST 3 plug-in location on Windows This is the last version supporting 32bits plug-ins on Windows. The next update will support only 64bits plug-ins. VST3 Project Generator v2021.12: Add platform Architecture setting (cmake) in project generator on Windows","breadcrumbs":"Change History » Version 3.7.4 (2021/12/14) » Version 3.7.4 (2021/12/14)","id":"617","title":"Version 3.7.4 (2021/12/14)"},"618":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.3 (2021/08/10) » Version 3.7.3 (2021/08/10)","id":"618","title":"Version 3.7.3 (2021/08/10)"},"619":{"body":"Interface changes: update documentation of IPlugViewContentScaleSupport VSTGUI 4.10.1 different fixes Licensing has changed to version 2.2.1! Please read the new license agreement VST 3 Licensing Issues . (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). New Flags/Enums: New RestartFlags flag kKeyswitchChanged: informing that Key switches has changed (info, count) New FunctionNameType for Panner: like kPanPosCenterX cmake: Fix wrong link path on Windows arm 64 Add -Werror=return-type to get the same error on mac as on Windows or Linux Fix undefined variable vst3sdk_SOURCE_DIR when using fetchcontent for the SDK Fix wrong symbol visibility when project created via project generator New Tutorial for advanced techniques Plug-in Wrappers : AAX Wrapper: Refactoring of initModule/DeInitModule GetParameterIndex wrong index when read-only parameters used VST 2 Wrapper: Fix issue calling too many InitModule Refactoring of initModule/DeInitModule Audio Unit v3: Support AUv3 in macOS 11 Simplify AUv3Wrapper code Fix Logic/GarageBand not showing editor on macOS 11 Rename folder in zip SDK: VST3_SDK => vst3sdk Examples : Added checks in HostChecker plug-in: Check IParameterChanges for multiple queues with same ID Check IParameterChanges for multiple points at same position Add restartComponent (kKeyswitchChanged) / restartComponent (kNoteExpressionChanged) / restartComponent (kParamValuesChanged) Add support of ivstparameterfunctionname in Panner sample New VST 3 plug-ins example: New \"AGain Sample Accurate\" showing sample-accurate parameter changes processing Fix editorHost when launch without arguments Fix crash in VST3Inspector when no VST 3 plug-ins available Fix warnings for mda plug-ins Fix the build with gcc 11 Helpers classes: New utility files: audiobuffers.h processdataslicer.h rttransfer.h sampleaccurate.h testing.cpp/.h","breadcrumbs":"Change History » Version 3.7.3 (2021/08/10) » Version 3.7.3 (2021/08/10)","id":"619","title":"Version 3.7.3 (2021/08/10)"},"62":{"body":"Simple Panner plug-in showing how to support Panner category (mono to Stereo) It shows how easy it is to use VSTGUI what_if_3 Check the folder \"public.sdk/samples/vst/panner\" of the SDK! Classes: PlugController PlugProcessor","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Panner","id":"62","title":"Panner"},"620":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.2 (2021/03/30) » Version 3.7.2 (2021/03/30)","id":"620","title":"Version 3.7.2 (2021/03/30)"},"621":{"body":"VSTGUI 4.10 minimum requirement C++14. VSTGUI now needs to be initialized and terminated explicitly. See VSTGUI::init() UIDescription files are now written in JSON format and the old XML format is deprecated It's now possible to conditionally remove the XML parser and the expat library from building (set VSTGUI_ENABLE_XML_PARSER to 0) Licensing has changed to version 2.1! Please read the new license agreement /pages/VST+3+Licensing/Index.md). (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). New Flags/Enums: New predefined 3D speaker arrangement: k220 (L R C Ls Rs Lc Rc Cs Sl Sr Tc Tfl Tfc Tfr Trl Trc Trr Tsl Tsr Bfl Bfc Bfr) Some arrangements renamed: \"7.1 Music (Dolby)\"=>\"7.1\" \"7.0 Music (Dolby)\"=>\"7.0\" \"7.1 Cine (SDDS)\"=>\"7.1 SDDS\" \"7.0 Cine (SDDS)\"=>\"7.0 SDDS\" cmake: Code styling changed Each library defined which is the minimal requirementfor C++ version (11 for pluginterfaces) by usingtarget_compile_features New flag: SMTG_CXX_STANDARD in order to overwrite thedefault used version of C++ (11) New flag: SMTG_CUSTOM_BINARY_LOCATION: Customize outputlocation for binaries New flag: SMTG_CXX_STANDARD: C++ standard version usedfor plugins: 14, 17, 20 New flag: SMTG_ENABLE_ADDRESS_SANITIZER: Enable AddressSanitizer Add check for C11 atomic header Add support for enabling Sanitizer Add new file SMTG_SetDebugExecutable.cmake: allows topreconfigure the debug executable to run Fix LOCAL_JACK_LIB in SMTG_FindJack.cmake on Windows Fix link plug-in to common location on Windows Fix: Failing unit test with validator results inplug-in resources/snapshots not being copied Plug-in Wrappers : AAX Wrapper Fix Export Symbols for AAX on macOS Audio Unit v2 Fix AUv2 with Xcode 12 Examples : New VST 3 hosting example: VST 3 Inspector app : example showing how to parse the available VST 3 plug-ins factories, using VSTGUI. C++14 minimum requirements for validator, audiohost, editorhost, Inspector app Helpers classes: New file handling module initialization: public.sdk\\source\\main\\moduleinit.cpp, public.sdk\\source\\main\\moduleinit.h #include instead of #include Fix incorrect string copy regression in HostAttributeList::getString Fix some Validation tests: SliceProcessingTest,ValidStateTransitionTest. Fix module_linux.cpp building in C++20 mode VST3PluginTestHost v3.1.0: New context menu entry for instantiated plug-in: \"Export Presets Parameters as XML\" which allows to load automatically VST 3 presets and export them as XML files. VST 3 Project Generator v2021.03: This project is now open source on https://github.com/steinbergmedia/vst3projectgenerator Universal binary for macOS (Intel/M1) Add another default location to search for cmake on macOS Use cmake for bundle ID setup Make sure keyboard focus navigation is correct","breadcrumbs":"Change History » Version 3.7.2 (2021/03/30) » Version 3.7.2 (2021/03/30)","id":"621","title":"Version 3.7.2 (2021/03/30)"},"622":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.1 (2020/11/17) » Version 3.7.1 (2020/11/17)","id":"622","title":"Version 3.7.1 (2020/11/17)"},"623":{"body":"New Flags/Enums: NoteIDUserRange: Reserved note identifier (noteId) range for a plug-in. Guaranteed not used by the host. cmake: Rename files with SMTG_ prefix Rename functions with smtg_ prefix Reorganize files Make VSTSDK more Mingw32 compatible Support AUv3 building without team ID Fix path handling in smtg_add_plugin_resource Plug-in Wrappers : AAX Wrapper (AAXWrapper): Add support of offline processing Audio Unit v3 (AUv3) (AUv3Wrapper): Add support of offline processing Fix output bus activation Fix when the component is not loaded from UI-Thread Helpers classes: GetPluginFactory() def-file vs. declspec VST3PluginTestHost v3.0: New control voltage bus info column New links in help menu New enable MPE Support Dark-Light scheme Support Fix \"Valid State Transition\" test always fails a 64-bit-only plug-in #50 Fix automation unit test VST3 Project Generator v2020.10: New support of VSTGUI Enable Symbolic link on Windows Add VST3PluginTestHost.exe as Debugging->Command on Windows Improve generate cmake file Fix freeze after having choosing a wrong cmake.exe path","breadcrumbs":"Change History » Version 3.7.1 (2020/11/17) » Version 3.7.1 (2020/11/17)","id":"623","title":"Version 3.7.1 (2020/11/17)"},"624":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.0 (2020/07/29) » Version 3.7.0 (2020/07/29)","id":"624","title":"Version 3.7.0 (2020/07/29)"},"625":{"body":"Interface changes: New IProcessContextRequirements (implemented by plug-in). This is a new required interface a plug-in needs to implement when building with VST SDK 3.7 or newer. New IProgress (implemented by host) New IParameterFunctionName (implemented by plug-in) New Flags/Enums: New kIsHidden flag. With this flag, the parameter should NOT be displayed by the host and cannot be changed from outside the plug-in. New predefined 2D speaker arrangements: k90Cine, k91Cine (L R C Lfe Ls Rs Lc Rc Sl Sr) k100Cine, k101Cine (L R C Lfe Ls Rs Lc Rc Cs Sl Sr) New predefined 3D speaker arrangements: k90_4, k91_4 (L R C Lfe Ls Rs Lc Rc Sl Sr Tfl Tfr Trl Trr) k90_6, k91_6 (L R C Lfe Ls Rs Lc Rc Sl Sr Tfl Tfr Trl Trr Tsl Tsr) New Bus flag: kIsControlVoltage for audio busses Documentation: add documentation about VST 3 and MIDI 2.0 : MIDI 2.0 Increased Resolution, compared to MIDI 1.0 MIDI 2.0 Per-Note Controllers cmake: New cmake files Fix on Windows creation of VST 3 folder using powershell with admin rights Examples : New VST 3 plug-ins examples: SyncDelay using Steinberg::Vst::IProcessContextRequirements Panner using PlugType::kSpatialFx as SubCategory, it shows how to build a Panner plug-in Mono to Stereo Added checks in HostChecker plug-in: support of kIsHidden flag support of IProgress (implemented by host) support of IParameterFunctionName check if Silent flag for Main and Side-chain Inputs are used Plug-in Wrappers : Fix for AAX/VST 2 BaseWrapper setChunk attribute Vst::StateType::kProject was not set for component. Helpers classes: Added functions to load FXB/FXP states and to write FXB states for compatibility with VST 2.x (see public.sdk/source/vst/utility/vst2persistence.h) Fix compilation with MinGW-w64 GCC compiler New helper: openurl.h allowing to open a URL in the default associated application VST3PluginTestHost v2.9.0: VST 3 Plug-in Test Host Added support of: IProgress IProcessContextRequirements IParameterFunctionName Fix crashes when closing 2 or more instances of GUI of same plug-in in particular order Fix support of SingleComponentEffect plug-ins that implement IMidiMapping VST3 Project Generator v1.0.0: New easy to use VST 3 Project Generator.","breadcrumbs":"Change History » Version 3.7.0 (2020/07/29) » Version 3.7.0 (2020/07/29)","id":"625","title":"Version 3.7.0 (2020/07/29)"},"626":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.14 (2019/11/29) » Version 3.6.14 (2019/11/29)","id":"626","title":"Version 3.6.14 (2019/11/29)"},"627":{"body":"VSTGUI 4.9 new control: VSTGUI::CListControl in play with VSTGUI::CStringList custom font support: VSTGUI now supports using fonts embedded in its Bundle/Package at Resources/Fonts. Note that this works on Windows only when building with the Windows 10 SDK and it does also only work on Windows 10. There is no such restriction on macOS or Linux. cmake: minor refactoring add file SMTG_VST3_SDK.cmake better FindJack support better Cross-compiler support for Linux Examples : add more checks and 64 bit processing support in HostChecker plug-in add AAX version of \"HostChecker Plug-in\" add new test in Validator: threaded process, bypass persistence new option to run more tests (optExtensiveTests, \"Run extensive tests (may take a long time)\") improvement to MidiMappingTest performance Plug-in Wrappers : The InterAppAudio Wrapper is deprecated and may be removed in the next SDK update. Please switch to AudioUnit V3 on iOS. AAX Wrapper ( VST 3 - AAX Wrapper ): add SMPTE support Helpers classes: clear programLists, programIndexMap and units in EditControllerEx1 when terminating VST3PluginTestHost v2.8.10 menu change on Windows add new tests","breadcrumbs":"Change History » Version 3.6.14 (2019/11/29) » Version 3.6.14 (2019/11/29)","id":"627","title":"Version 3.6.14 (2019/11/29)"},"628":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.13 (2019/04/08) » Version 3.6.13 (2019/04/08)","id":"628","title":"Version 3.6.13 (2019/04/08)"},"629":{"body":"VSTGUI 4.8 new VSTGUI::CSegmentButton selection mode kSingleToggle and styles kHorizontalInverse and kVerticalInverse Interfaces changes: new PluginType kInstrumentPiano (instrument for piano sounds) cmake: minor refactoring add Visual Studio 2020 support Examples : add some more checks in HostChecker plug-in add some debug output for editorhost Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): loading of preset should not overwrite the current Bypass state VST3PluginTestHost : support of IPlugInterfaceSupport support of MPE possibility to open the same plug-in editor twice","breadcrumbs":"Change History » Version 3.6.13 (2019/04/08) » Version 3.6.13 (2019/04/08)","id":"629","title":"Version 3.6.13 (2019/04/08)"},"63":{"body":"Instrument plug-in showing PitchNames support It shows how easy it is to use VSTGUI what_if_12 Check the folder \"public.sdk/samples/vst/pitchnames\" of the SDK! Classes: PitchNamesController PitchNamesProcessor PitchNamesDataBrowserSource","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » PitchNames","id":"63","title":"PitchNames"},"630":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.12 (2018/12/03) » Version 3.6.12 (2018/12/03)","id":"630","title":"Version 3.6.12 (2018/12/03)"},"631":{"body":"VSTGUI 4.7 redesigned drag and drop (drags with bitmaps are now supported on Windows) standalone library support for Windows 7 new ImageStitcher tool the GDI+ draw backend was removed, the Direct2D backend is the replacement fix crash with splash screen fix compilation for VSTGUI Tools on win32 clean up Interfaces changes: New LegacyMIDICCOutEvent (plug-in): allow a plug-in to generate MIDI CC as output event. New IMidiLearn (plug-in): allow a plug-in to get the currently live playing MIDI CC to implement custom MIDI learning. New IPlugInterfaceSupport (host): allow a plug-in to ask the host if a given plug-in interface is supported/used by the host. New IVst3WrapperMPESupport (wrapper): allow a plug-in to set up MPE support in wrappers. cmake: minor refactoring (like renaming WIN to SMTG_WIN) fix WIN_ARCHITECTURE_NAME for Windows 32bits fix SMTG_PACKAGE_ICON_PATH selection split WIN_PDB into WIN_PDB32 and WIN_PDB64 Examples : New LegacyMIDICCOut VST 3 plug-in showing the use of LegacyMIDICCOutEvent Add IMidiLearn support for NoteExpressionSynth Add Audio Unit v3 NoteExpressionSynth example with MPE support Plug-in Wrappers : Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper): out of the box MPE support. As MPE is a limited subset of the Note Expression feature, the three expressions are simply mapped to the note expressions returned via the INoteExpressionPhysicalUIMapping interface. note that you must have certificates to sign on macOS/iOS for AUv3 complete folder restructuring for easy adaption AAX Wrapper ( VST 3 - AAX Wrapper ): fix automation update after loading a preset VST 2 Wrapper: fix double release of editor Helpers classes: New file with some helpers for event: vsteventshelper.h","breadcrumbs":"Change History » Version 3.6.12 (2018/12/03) » Version 3.6.12 (2018/12/03)","id":"631","title":"Version 3.6.12 (2018/12/03)"},"632":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.11 (2018/10/22) » Version 3.6.11 (2018/10/22)","id":"632","title":"Version 3.6.11 (2018/10/22)"},"633":{"body":"VSTGUI 4.7 update to VSTGUI 4.7 move from GTK++ to XCB for Linux support redesigned drag'n drop drags with bitmaps are now supported on Windows standalone library support for Windows 7 new ImageStitcher tool the GDI+ draw backend was removed, the Direct2D backend is the replacement New icon for VST 3 bundles: VST_Logo_Steinberg.ico and VST_Logo_Steinberg.icns (located in VST_SDK/VST3_SDK/doc/artwork folder) Interface changes: VST 2 interface not available anymore! New Steinberg::Vst::INoteExpressionPhysicalUIMapping (plug-in): allowing the host to retrieve the preferred physical mapping associated to note expression supported by the plug-in. cmake: further improvement for users projects Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): fix UI resizing fix issue for default blocksize VST 2 Wrapper: fix for instruments which were not visible as instrument Helpers classes: make virtual some functions of class parameter (set/getUnitID, getInfo, set/getPrecision)","breadcrumbs":"Change History » Version 3.6.11 (2018/10/22) » Version 3.6.11 (2018/10/22)","id":"633","title":"Version 3.6.11 (2018/10/22)"},"634":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.10 (2018/06/11) » Version 3.6.10 (2018/06/11)","id":"634","title":"Version 3.6.10 (2018/06/11)"},"635":{"body":"New definition of plug-in format for Windows including icon support (VST 3 Bundle: VST 3 Locations / Format ) Support of Snapshots inside the VST 3 Bundle cmake: adapt cmake files for better integration of users projects fix support Universal Binary for AudioUnit Plug-in wrappers : refactoring AAX/VST 2 Wrappers AAX Wrapper ( VST 3 - AAX Wrapper ): fix Bypass behavior fix initial signal latency fix indexing of parameter, conflicting with VST 2 Helpers classes: fix activateBus issue in class SingleComponentEffect fix Ring Buffer class issue","breadcrumbs":"Change History » Version 3.6.10 (2018/06/11) » Version 3.6.10 (2018/06/11)","id":"635","title":"Version 3.6.10 (2018/06/11)"},"636":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.9 (2018/03/01) » Version 3.6.9 (2018/03/01)","id":"636","title":"Version 3.6.9 (2018/03/01)"},"637":{"body":"VSTGUI 4.6 update to VSTGUI 4.6 including a new UI element: KeyboardView supporting Note Expression Interfaces changes: rename some defines: PLATFORM_64 => SMTG_PLATFORM_64 WINDOWS => SMTG_OS_WINDOWS MAC => SMTG_OS_MACOS LINUX => SMTG_OS_LINUX extract Speaker Arrangement from vsttypes.h to vstspeaker.h new kNoParamId constant for uninitialized parameter id cmake: reorganization of cmake files Examples : fix Validator State test NoteExpressionSynth uses the new KeyboardView New HelloWorld VST 3 plug-ins (template). Plug-in wrappers : VST 3 - Audio Unit Wrapper: fix and adaptation for newer XCode versions Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper): some fixes, add cmake AAX Wrapper ( VST 3 - AAX Wrapper ): add bypass and VU parameter support interappaudio: improvements, fixes, add cmake Helpers classes: New Ring Buffer class (ringbuffer.h)","breadcrumbs":"Change History » Version 3.6.9 (2018/03/01) » Version 3.6.9 (2018/03/01)","id":"637","title":"Version 3.6.9 (2018/03/01)"},"638":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.8 (2017/11/08) » Version 3.6.8 (2017/11/08)","id":"638","title":"Version 3.6.8 (2017/11/08)"},"639":{"body":"Changes in the Licensing Agreement! Please check it ( VST 3 Licensing Issues ). New Steinberg VST usage guidelines PDF This SDK version required compilers supporting C++11. It requires on Windows Visual Studio 2015 minimum! Linux support in Beta Interfaces changes: New Steinberg::Vst::IComponentHandlerBusActivation (host): allowing a plug-in to request the host to activate or deactivate a specific bus (useful for instrument with multiple outputs) New Flags/Enums: New predefined Ambisonic Speaker Arrangements: 1st, 2cd and 3rd order (ACN ordering and SN3D normalization): kAmbi1stOrderACN, kAmbi2cdOrderACN, kAmbi3rdOrderACN with their associated speakers: kSpeakerACN0...kSpeakerACN15 New predefined 3D speaker arrangements: k70_4, k71_4 Examples : New VST 3 Host implementation examples: Folder reorganization: hosting examples are in a separate folder: public.sdk/samples/vst-hosting New AudioHost (AudioHost - cross-platform standalone) showing how integrate a VST 3 plug-in in a Jack world! This required Jack Audio ( http://www.jackaudio.org ), only tested under Linux but should work on Windows 32bits and Mac. Plug-in wrappers : New Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper) New AAX wrapper ( VST 3 - AAX Wrapper ): Note that in order to use this AAX wrapper for your plug-in, you have to download the AAX SDK (contact AVID), tested with AAX SDK Version 2.3.0","breadcrumbs":"Change History » Version 3.6.8 (2017/11/08) » Version 3.6.8 (2017/11/08)","id":"639","title":"Version 3.6.8 (2017/11/08)"},"64":{"body":"Very simple plug-in: showing how to use the Steinberg::Vst::IPrefetchableSupport interface using a generic UI what_if_13 Check the folder \"public.sdk/samples/vst/prefetchablesupport\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Prefetchable Support","id":"64","title":"Test Prefetchable Support"},"640":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.7 (2017/03/03) » Version 3.6.7 (2017/03/03)","id":"640","title":"Version 3.6.7 (2017/03/03)"},"641":{"body":"Preview Linux support (check ): Setup Linux for building VST 3 plug-ins Licensing has changed! Please read the new VST 3 Licensing Issues . Use cmake as project generator: How to use cmake for Building VST 3 plug-ins This is the last version of the SDK supporting C++98, future versions will use C++11. Examples : New VST 3 host implementation example: New HostEditor application: Cross-platform (Win/macOS/Linux) standalone which opens the UI of a VST 3 plug-in Updated validator application to support Linux AGain plug-in updated: it uses VSTGUI 4 instead of VSTGUI 3 it supports 64bit processing (template based) All VSTGUI 4 based samples support HiDPI on Windows now Fix Program Change persistence in mda plug-ins example Removed Xcode and Visual Studio projects, please use cmake now! On Windows, we link VST 3 plug-ins with the MultiThreaded DLL runtime libraries (it will use Universal C Runtime Libraries, for older Windows version than Win 8.1 you may have to install these libraries from: https://support.microsoft.com/en-us/kb/2999226 ) VSTGUI 3.x is not supported anymore (removed from the SDK), but you can still download it from github: https://github.com/steinbergmedia/vstgui Plug-in wrappers : VST 3 - Audio Unit Wrapper: fix AU Wrapper MIDI Program Change issue (data1 instead of data2) VST 3 - VST 2.x Wrapper: fix resize issue on macOS fix mapping between VST 3 ParamID and VST 2 paramID when bypass parameter is used","breadcrumbs":"Change History » Version 3.6.7 (2017/03/03) » Version 3.6.7 (2017/03/03)","id":"641","title":"Version 3.6.7 (2017/03/03)"},"642":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.6 (2016/06/17) » Version 3.6.6 (2016/06/17)","id":"642","title":"Version 3.6.6 (2016/06/17)"},"643":{"body":"Interface changes: New Steinberg::IPlugViewContentScaleSupport: plug-in view content scale support New Flags/Enums: New RestartFlags: kRoutingInfoChanged informing the host that the Routing Info (IComponent) has changed Examples : New VST 3 Plug-ins examples: New VST 3 Plug-in Program Change showing how handling its own Program List is working Remove Visual Projects version 8 and 9 Plug-in wrappers : VST 3 - Audio Unit Wrapper: update to last Audio Core update VST 3 - VST 2.x Wrapper: add support of version (VST 3 -> VST 2) Helpers classes: add support for bypass including delay compensation (vstbypassprocessor.h) add helpers for events/parameters iterator (vstaudioprocessoralgo.h) add helpers for SpeakerArr: Speaker getSpeaker (const SpeakerArrangement& arr, int32 index) bool isSubsetOf (const SpeakerArrangement& arrSubSet, const SpeakerArrangement& arr) VSTGUI 4.3 update to VSTGUI 4.3.1 (available here too: http://sourceforge.net/projects/vstgui/files/vstgui/VSTGUI%204.3/) the VSTGUI repository was moved to github: https://github.com/steinbergmedia/vstgui Please use github if you want to contribute to VSTGUI. VST3PluginTestHost : fix support of SingleComponent new Developer Forum: finally, we get our VST forum at start, please check https://sdk.steinberg.net and use it as new communication platform, the VST mailing list will be kept as archive mailing list","breadcrumbs":"Change History » Version 3.6.6 (2016/06/17) » Version 3.6.6 (2016/06/17)","id":"643","title":"Version 3.6.6 (2016/06/17)"},"644":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.5 (2015/08/28) » Version 3.6.5 (2015/08/28)","id":"644","title":"Version 3.6.5 (2015/08/28)"},"645":{"body":"Interface changes: New Steinberg::Vst::ChannelContext::IInfoListener interface: informing the plug-in about the channel in which it is instantiated (name, color...) New Steinberg::Vst::IPrefetchableSupport interface: allowing a plug-in to inform the host that it does not support prefetch/ASIO Guard (could be dynamically) New Steinberg::Vst::IUnitHandler2 interface: allowing a plug-in to inform the host that an assignment Unit-Bus defined by IUnitInfo::getUnitByBus has changed New Steinberg::Vst::IAutomationState interface: informing the plug-in about its current automation state use \"#pragma once\" instead of \"#ifndef\" Examples : New VST 3 Plug-ins examples: New VST 3 Plug-in ChannelContext showing how Steinberg::Vst::ChannelContext::IInfoListener interface is working New VST 3 Plug-in PrefetchableSupport showing how Steinberg::Vst::IPrefetchableSupport interface is working \"VST 3 Host Checker\" plug-in updated with new checks Plug-in wrappers : VST 3 - Audio Unit Wrapper: support MIDI output fix crash with namespace conflict with macOS X 10.10 add PresetAttributes::StateType support in AUWrapper::restoreState New Flags/Enums: New predefined 3D Speaker Arrangements: k91Atmos VST3PluginTestHost : add some new unit tests: Bypass parameter support is mandatory for FX Plug-in (not Instrument)!","breadcrumbs":"Change History » Version 3.6.5 (2015/08/28) » Version 3.6.5 (2015/08/28)","id":"645","title":"Version 3.6.5 (2015/08/28)"},"646":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.0 (2013/11/22) » Version 3.6.0 (2013/11/22)","id":"646","title":"Version 3.6.0 (2013/11/22)"},"647":{"body":"Interface Changes: Preset meta information via Steinberg::Vst::IStreamAttributes New Event Types: Steinberg::Vst::ChordEvent, Steinberg::Vst::ScaleEvent Plug-in Wrappers : [3.6.0] iOS Inter-App Audio support VST 3 - VST 2.x Wrapper: fix when changing from host between single and double precision processing fix setProgram and processMidiEvent for kProgramChangeStatus where the wrong idx was used for programChange Parameter VST 3 - Audio Unit Wrapper: update to new AUPlugIn API in macOS X 10.7 virtual destructor for NSDataIBStream New Flags/Enums: New predefined 3D Speaker Arrangements: k81MPEG3D, k222 Helpers Classes: fix compilation for UNICODE_OFF enable Examples : New VST 3 HostChecker Plug-in VSTGUI 4.2 Update to the final 4.2 release including iOS support VST3PluginTestHost : New feature: Overwrite plug-in Name in VST 3 Presets Licensing has changed! Please read the new license agreement VST 3 Licensing Issues . Xcode 5 note: To successfully build the examples for macOS X you need to change the SDKROOT variable in base/mac/config/settings/sdk_deployment_10_6.xcconfig to macosx10.8.","breadcrumbs":"Change History » Version 3.6.0 (2013/11/22) » Version 3.6.0 (2013/11/22)","id":"647","title":"Version 3.6.0 (2013/11/22)"},"648":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.2 (2012/09/25) » Version 3.5.2 (2012/09/25)","id":"648","title":"Version 3.5.2 (2012/09/25)"},"649":{"body":"Interface Changes: Note Expression supports a new event type: NoteExpressionTextEvent Examples : Fix Visual Studio 2010 projects (filters added) Adaptation for XCode4 (The again sample project uses VSTGUI 3.6 which needs the 10.6 SDK for the 32 bit build, in later Xcode tools this SDK is not available. If you use VSTGUI 3.6 you need to use a Xcode version which has the 10.6 SDK or earlier included.) Plug-in Wrappers : VST 3 - Audio Unit Wrapper: fix noteOn and noteOff offset fix RestoreState with IO bus changes MIDI PolyPressure support added non-automatable parameters have now FlagAudioUnitParameterFlag_NonRealTime AU flag fix under Logic where sample rate was not set for mono track VST 3 - VST 2.x Wrapper: fix getMidiProgramCategory New Flags/Enums: New predefined Speaker Arrangements: 9.0/9.1/10.0/10.1/11.0/11.1/13.0/13.1 based on Auro 3D definition ( https://www.auro-3d.com/ ). Helpers Classes: New in Base: class Steinberg::Region class Steinberg::IStreamWrapper Helper Steinberg::HexBinary: HexBinary encoding and decoding Some documentation changes Steinberg::Vst::IParameterFinder : To enable important functionalities (like AI Knob) a recommendation to implement this interface was added. The VST 3 plug-in locations priority has been changed: Application level should be scanned from host after Global level. Licensing change for example source code files","breadcrumbs":"Change History » Version 3.5.2 (2012/09/25) » Version 3.5.2 (2012/09/25)","id":"649","title":"Version 3.5.2 (2012/09/25)"},"65":{"body":"Very simple plug-in: showing how to support multiple ProgramChange parameters: 16 slots with one associated program change parameter and a program list for each slot. using a generic UI","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Multiple Program Changes","id":"65","title":"Test Multiple Program Changes"},"650":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.1 (2011/11/11) » Version 3.5.1 (2011/11/11)","id":"650","title":"Version 3.5.1 (2011/11/11)"},"651":{"body":"Interface Changes: due to a missing calling convention in IContextMenu interfaces, we had to generate new iids for this set of interfaces, Steinberg hosts will be updated (from 6.0.5) in order to support correctly this interface set. The old interfaces when already used will continue to be supported in Steinberg hosts. Sorry for this issue... Helpers Classes: EditController is now one of the base classes of SingleComponentEffect If you have used the SingleComponentEffect before, make sure that you must exclude vsteditcontroller.cpp now if it was in your project EditControllerEx1 has a new function: setProgramName ProgramList has a new function: setProgramName Examples : Add Visual Studio 2010 projects Remove Visual Studio 2003 projects Fix AGain Single Component Effect VSTGUI 4.0 Update to the final 4.0 release Plug-in Wrappers : VST 3 - VST 2.x Wrapper: fix an issue with destroying the editor VST 3 - Audio Unit Wrapper: fix initial editor size issue optimization for GetParameterInfo VST3PluginTestHost : New feature: Convert VST 3 Preset to VST 2 preset (fxp or fxb)","breadcrumbs":"Change History » Version 3.5.1 (2011/11/11) » Version 3.5.1 (2011/11/11)","id":"651","title":"Version 3.5.1 (2011/11/11)"},"652":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.0 (2011/02/04) » Version 3.5.0 (2011/02/04)","id":"652","title":"Version 3.5.0 (2011/02/04)"},"653":{"body":"Interface Changes: Steinberg::Vst::INoteExpressionController: [3.5.0] Note Expression Support. Steinberg::Vst::IKeyswitchController: [3.5.0] Key Switch Support (used for building VST Expression Map in Cubase 6 for example). Steinberg::Vst::IXmlRepresentationController: [3.5.0] Remote Representation of Parameters Support (allows to define different parameter mappings for different remotes device). Steinberg::Vst::IEditControllerHostEditing: Parameter editing from host/remote control (better support of linked parameters when editing from remote control) Steinberg::Vst::IComponentHandler3 / Steinberg::Vst::IContextMenu / Steinberg::Vst::IContextMenuTarget: [3.5.0] Context Menu Support (allows the plug-in to create a context menu for a given parameter, partially filled by the host). New Flags/Enums: Add new restart flag: Steinberg::Vst::kIoTitlesChanged: informing the host about titles changes of busses. Helpers Classes: New Steinberg::Vst::XmlRepresentationHelper: helper for constructing a remote representation (xml based). See [3.5.0] Remote Representation of Parameters Support . Steinberg::Vst::EditControllerEx1: support of ProgramPitchNames added. Examples : New VST 3 instrument examples: Instrument \"Note Expression Synth\" supporting Note Expression Events Effect showing support of pitchnames (ProgramPitchNames) Validator : More command line options Possibility to add custom tests by the plug-in VSTGUI 4.0 preview version of VSTGUI with optimal VST 3 support Plug-in Wrappers : VST 3 - Audio Unit Wrapper fixes and support of Program changes Some documentation changes","breadcrumbs":"Change History » Version 3.5.0 (2011/02/04) » Version 3.5.0 (2011/02/04)","id":"653","title":"Version 3.5.0 (2011/02/04)"},"654":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.1.0 (2010/06/25) » Version 3.1.0 (2010/06/25)","id":"654","title":"Version 3.1.0 (2010/06/25)"},"655":{"body":"Restructuring of the SDK: new Base Module (many useful classes, such as templates and containers) Renamed the file public.sdk/source/main/pluginfactory.cpp to public.sdk/source/main/pluginfactoryvst3.cpp Renamed the file public.sdk/source/main/pluginfactory.h to public.sdk/source/main/pluginfactoryvst3.h Renaming Microsoft Visual Projects New Interfaces: Steinberg::Vst::IEditController2: support for setKnobMode/openHelp/openAboutBox Steinberg::Vst::IComponentHandler2: support for parameter group editing from plug-in UI, dirty state and request host to open the plug-in editor Steinberg::Vst::IAudioPresentationLatency: informs the plug-in about the Audio Presentation Latencies (in/out) New Event Structure: Steinberg::Vst::PolyPressureEvent: Polypressure event support New Flags/Enums: New plug-in Types used for subCategories: PlugType::kMono, PlugType::kStereo, PlugType::kSurround New parameter flag ParameterInfo::kIsList: flags the parameter as a list of discrete string values New IoModes enum: Steinberg::Vst::IoModes::kOfflineProcessing used with setIoMode when the plug-in is used in an offline processing context Plug-in wrappers : New VST 3 - VST 2.x Wrapper: by just adding small initializing code, you can provide a VST 2.x version of your VST 3 plug-in New VST 3 - Audio Unit Wrapper with just a few build settings, you can provide AU support with your VST 3 plug-in Examples : New VST 3 Plug-ins examples: ADelay plug-in, mda VST 3 Plug-ins (thanks Paul Kellet and Arne Scheffler) Remove Visual Studio 2003 projects Clean up AGain and add separate version supporting side-chain New features of the VST 3 Plug-in Test Host: MIDI Input support better ASIO support Mac 64 bit support (Cocoa view support also in 32 bit) Fixes in Validator Some documentation changes","breadcrumbs":"Change History » Version 3.1.0 (2010/06/25) » Version 3.1.0 (2010/06/25)","id":"655","title":"Version 3.1.0 (2010/06/25)"},"656":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.2 (2009/01/15) » Version 3.0.2 (2009/01/15)","id":"656","title":"Version 3.0.2 (2009/01/15)"},"657":{"body":"Interface Changes: Steinberg::Vst::IParameterFinder : Extension for IPlugView to find view parameters (lookup value under mouse support) Examples : Adaptation of AGain example for support of interface IParameterFinder Some documentation changes","breadcrumbs":"Change History » Version 3.0.2 (2009/01/15) » Version 3.0.2 (2009/01/15)","id":"657","title":"Version 3.0.2 (2009/01/15)"},"658":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.1 (2008/03/19) » Version 3.0.1 (2008/03/19)","id":"658","title":"Version 3.0.1 (2008/03/19)"},"659":{"body":"Interface Changes: Steinberg::Vst::IMidiMapping : allowing to support MIDI Controllers and Pitchbend New Flags/Enums: Add new restart flag: Steinberg::Vst::kMidiCCAssignmentChanged Restructuring of the SDK: Move RestartFlags from vstTypes.h to ivsteditcontroller.h Restructured helper classes by adding new files vstbus.cpp and vstparameters.cpp Change the default refcount implementation of Steinberg::FUnknown (IMPLEMENT_REFCOUNT) to use atomic operations Change InitModule/ExitModule to be called from host and not in DllMain (Cubase 4.2 needed) Rename Steinberg::Vst::IUnitData to Steinberg::Vst::IProgramListData and introduce new interface Steinberg::Vst::IUnitData Helpers Classes: Add new helper class EditControllerEx1: extend of EditController with Unit support Add new helper class Steinberg::Vst::SingleComponentEffect for single component effects Examples : AGain example has been extended: supports IMidiMapping, Side-chain and Unit Add Visual Studio 2008 solution Documentation Rework Add some new FAQs","breadcrumbs":"Change History » Version 3.0.1 (2008/03/19) » Version 3.0.1 (2008/03/19)","id":"659","title":"Version 3.0.1 (2008/03/19)"},"66":{"body":"Very simple plug-in: showing how to support Program List using a generic UI what_if_14","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Program Change","id":"66","title":"Test Program Change"},"660":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.0 (2008/01/17) » Version 3.0.0 (2008/01/17)","id":"660","title":"Version 3.0.0 (2008/01/17)"},"661":{"body":"Public Release of VST SDK 3.0","breadcrumbs":"Change History » Version 3.0.0 (2008/01/17) » Version 3.0.0 (2008/01/17)","id":"661","title":"Version 3.0.0 (2008/01/17)"},"662":{"body":"/ VST Home The FAQ provides answers to some common questions. Kindly note that we do not provide individual SDK support. If you have any questions the FAQ below cannot answer, please refer to the VST 3 SDK Forum . Communication Processing GUI-Editor Compatibility with VST 2.x or VST 1 Persistence Miscellaneous Licensing Hosting","breadcrumbs":"Frequently Asked Questions » Frequently Asked Questions","id":"662","title":"Frequently Asked Questions"},"663":{"body":"/ VST Home / Frequently Asked Questions Q: How should I communicate between the 'Processing' and the 'User Interface'? Q: I want to implement an audio meter in my user interface. How do I do this? Q: How does the host send automation data to my VST 3 plug-in? Q: How report to the host that the plug-in has new parameter titles? Q: How receive MIDI Controllers from the host? Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?","breadcrumbs":"Frequently Asked Questions » Communication » Communication","id":"663","title":"Communication"},"664":{"body":"With the term 'Processing' we mean the code implementing the Steinberg::Vst::IAudioProcessor interface, and with 'User Interface' the editor component implementing the Steinberg::Vst::IEditController interface. If you need to communicate the changes of parameters to the user interface, such as metering changes and peaks, you need to define the parameter as an exported type. The parameter then is associated with an ID. In the process function you can inform the host of changes by using the outputParameterChanges (from ProcessData ). You add the parameter (ID) to a list that will be used by the host to send them back to the user interface at the correct time. If you should need to exchange more data than just parameter changes, such as tempo , sample rate , FFT , Pitch Analysis , or any other data resulting from your processing, you can use the IMessage interface (see AGain example). However, you need to be careful and send the data from a 'timer' thread and not directly from the process function, for example, when sending from a 'process' call. See Communication between the components .","breadcrumbs":"Frequently Asked Questions » Communication » Q: How should I communicate between the 'Processing' and the 'User Interface'?","id":"664","title":"Q: How should I communicate between the 'Processing' and the 'User Interface'?"},"665":{"body":"See Q: How should I communicate between the 'Processing' and the 'User Interface'?","breadcrumbs":"Frequently Asked Questions » Communication » Q: I want to implement an audio meter in my user interface. How do I do this?","id":"665","title":"Q: I want to implement an audio meter in my user interface. How do I do this?"},"666":{"body":"Automation data is sent to the audio processing method as part of the data passed as a parameter to the IAudioProcessor::process (processData) method. IAudioProcessor::process (processData)\n{ IParameterChanges* paramChanges = processData.inputParameterChanges; //...\n} Automation data is transmitted as a list of parameter changes. This list always contains enough information to transmit the original automation curve from the host in a sample-accurate way. Check the AGain example to see how it can be implemented. See also Parameters and Automation .","breadcrumbs":"Frequently Asked Questions » Communication » Q: How does the host send automation data to my VST 3 plug-in?","id":"666","title":"Q: How does the host send automation data to my VST 3 plug-in?"},"667":{"body":"Due to preset loading or user interaction the plug-in may change its parameters names (title) (but not the number of them or their IDs). To inform the host about this change, the plug-in should call from the editController its component handler function restartComponent with flag kParamTitlesChanged : componentHandler->restartComponent (kParamTitlesChanged); The host will rescan the parameter list and update the titles. ⓘ Note With the flag kParamValuesChanged only the parameters values will be updated.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How report to the host that the plug-in has new parameter titles?","id":"667","title":"Q: How report to the host that the plug-in has new parameter titles?"},"668":{"body":"MIDI controllers are not transmitted directly to a VST component. MIDI as a hardware protocol has restrictions that can be avoided in software. Controller data in particular come along with unclear and often ignored semantics. On top of this, they can interfere with regular parameter automation, and the host is unaware of what happens in the plug-in when passing MIDI controllers directly. So any functionality that is to be controlled by MIDI controllers must be exported as a regular parameter. The host will transform incoming MIDI controller data using this interface and transmit them as a normal parameter change. This allows the host to automate them in the same way as other parameters. To inform the host about this MIDI CC s to plug-in parameters mapping, the plug-in should implement the IMidiMapping interface. If the mapping has changed, the plug-in should call IComponentHandler::restartComponent (kMidiCCAssignmentChanged) to inform the host about this change.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How receive MIDI Controllers from the host?","id":"668","title":"Q: How receive MIDI Controllers from the host?"},"669":{"body":"When a parameter is changed in the plug-in UI by user action, the plug sends this change to the host with performEdit (do not forget to call beginEdit and endEdit ), then the host has the responsibility to transfer this parameter change to the processor part: if the audio engine is running (playing), this will be done in the next available process call. if the audio engine is not running and the plug-in is activated (enabled), the host has to flush parameter changes from time to time by sending them to the processor by calling process (with audio buffer set to nullptr), in this case the plug-in should only update the parameters changes without processing any audio. It is very important that the host supports this flush mechanism; otherwise, when saving plug-ins state (project/preset) the host will not get the correct updated one.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?","id":"669","title":"Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?"},"67":{"body":"Very simple delay plug-in: showing how to support IProcessContextRequirements Check the folder \"public.sdk/samples/vst/syncdelay\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Sync Delay","id":"67","title":"Sync Delay"},"670":{"body":"/ VST Home / Frequently Asked Questions Q: How does Audio Processing Bypass work? Q: Can the maximum sample block size change while the plug-in is processing? Q: Can the sample rate change while the plug-in is processing? Q: Can the host call the process function without Audio buffers? Q: What is a Side-Chain? Q: How can I implement a Side-chain path into my plug-in? Q: My plug-in is capable of processing all possible channel configurations. Q: How are speaker arrangement settings handled for FX plug-ins? Q: My plug-in has mono input and stereo output. How does VST 3 handle this? Q: How does it work with silence flags? Q: How report to the host that the plug-in latency has changed? Q: How report to the host that the plug-in arrangement has changed? Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call? Q: How to make sure that a plug-in is always processed? Q: Can IComponent::getState()/setState() be called during processing? Q: How can a plug-in be informed that it is currently processed in offline processing? Q: What should I NOT call in the realtime process function?","breadcrumbs":"Frequently Asked Questions » Processing » Processing","id":"670","title":"Processing"},"671":{"body":"In order to implement audio process bypassing, the plug-in can export a parameter which is additionally and exclusively flagged as having the attribute kIsBypass. When the user activates the plug-in bypass in the host, like all parameter changes, this is sent as part of the parameter data passed to the IAudioProcessor::process method. The implementation of the bypass feature is entirely the responsibility of the plug-in: The IIAudioProcessor::process method will continue to be called. The plug-in must take care of artifact-free switching (ramping/fade-in/fade-out, parallel processing or algorithm changes) and must also provide a delayed action if the plug-in has a latency and be sure that the output buffers are providing a copy of the input buffers (eventually delayed). No need to copy the input buffers to the output buffers when the pointers are the same and the plug-in has no latency! This is the choice of the plug-in to handle/process the bypass (like any other parameters) sample-accurate (by using the sampleOffset of the parameter change) or audio block based (not recommended when the audio block length is too large > 1024). During bypass the process is still called, but if not, for some reason, the host may call a flush (using process call with null audio buffer). ⓘ Note The plug-in needs to save in its state the bypass parameter like any other parameters. Q: Must the host deliver valid initialized Audio buffers if the associated bus is deactivated? In a correctly implemented host, if an input or output bus exists in the host, and it has become disconnected from the plug-in, the plug-in will receive disconnection information (bus activation). Additionally, a plug-in with a disconnected input bus will continue to receive default silence buffers, just as a plug-in with a disconnected output bus will continue to receive default nirvana buffers. When these deactivated busses are the last busses (for input or output), the host could not provide associated AudioBusBuffers , in this case the plug-in should check numInputs and numOutputs and doesn't process these busses.","breadcrumbs":"Frequently Asked Questions » Processing » Q: How does Audio Processing Bypass work?","id":"671","title":"Q: How does Audio Processing Bypass work?"},"672":{"body":"The max. sample block size ( maxSamplesPerBlock ) can change during the lifetime of a plug-in, but NOT while the audio component is active. Therefore max. sample block size ( maxSamplesPerBlock ) can never change during or between processing calls while the plug-in is active. If the host changes the maximum sample block size it specifically calls the following: Vst::IAudioProcessor::process (...);\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setActive (false); Vst::IAudioProcessor::setupProcessing (...); Vst::IAudioProcessor::setActive (true);\nVst::IAudioProcessor::setProcessing (true);\nVst::IAudioProcessor::process (...); Note that the ProcessData -> numSamples which indicates how many samples are used in a process call can change from call to call, but never bigger than the maxSamplesPerBlock .","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the maximum sample block size change while the plug-in is processing?","id":"672","title":"Q: Can the maximum sample block size change while the plug-in is processing?"},"673":{"body":"No. Same as Q: Can the maximum sample block size change while the plug-in is processing?","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the sample rate change while the plug-in is processing?","id":"673","title":"Q: Can the sample rate change while the plug-in is processing?"},"674":{"body":"Yes, the host can call IAudioProcessor::process without buffers (numInputs and numOutputs are zeroed), in order to flush parameters (from host to plug-in).","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the host call the process function without Audio buffers?","id":"674","title":"Q: Can the host call the process function without Audio buffers?"},"675":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: What is a Side-Chain?","id":"675","title":"Q: What is a Side-Chain?"},"676":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How can I implement a Side-chain path into my plug-in?","id":"676","title":"Q: How can I implement a Side-chain path into my plug-in?"},"677":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: My plug-in is capable of processing all possible channel configurations.","id":"677","title":"Q: My plug-in is capable of processing all possible channel configurations."},"678":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How are speaker arrangement settings handled for FX plug-ins?","id":"678","title":"Q: How are speaker arrangement settings handled for FX plug-ins?"},"679":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: My plug-in has mono input and stereo output. How does VST 3 handle this?","id":"679","title":"Q: My plug-in has mono input and stereo output. How does VST 3 handle this?"},"68":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction How to use it? VST Player Window Audio Input Event Input VST Rack Info Window Context Menu Transport VST 3 Plug-ins Tests Window Preset Editor Related pages: VST 3 Plug-in Examples","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST 3 Plug-in Test Host","id":"68","title":"VST 3 Plug-in Test Host"},"680":{"body":"See [3.0.0] Silence flags Support and tutorial about how to use Silence flags .","breadcrumbs":"Frequently Asked Questions » Processing » Q: How does it work with silence flags?","id":"680","title":"Q: How does it work with silence flags?"},"681":{"body":"The plug-in should call from the editController its component handler restartComponent function with flag kLatencyChanged: componentHandler->restartComponent (kLatencyChanged); The host will call Vst::IAudioProcessor->getLatencySamples() in order to check the new latency and adapt its latency compensation if supported.","breadcrumbs":"Frequently Asked Questions » Processing » Q: How report to the host that the plug-in latency has changed?","id":"681","title":"Q: How report to the host that the plug-in latency has changed?"},"682":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How report to the host that the plug-in arrangement has changed?","id":"682","title":"Q: How report to the host that the plug-in arrangement has changed?"},"683":{"body":"Yes, it depends how the DAW is supporting its processing, the following call sequence is legal: Vst::IAudioProcessor::process (...);\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setProcessing (true);\n// here no call to process, maybe something happen in between in the DAW\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setProcessing (true);\nVst::IAudioProcessor::process (...);","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call?","id":"683","title":"Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call?"},"684":{"body":"If your plug-in always generates sound without need of any audio input, you can add the category \"Generator\" as subCategories (for example use kFxGenerator ) or you can return kInfiniteTail in the function IAudioProcessor::getTailSamples","breadcrumbs":"Frequently Asked Questions » Processing » Q: How to make sure that a plug-in is always processed?","id":"684","title":"Q: How to make sure that a plug-in is always processed?"},"685":{"body":"Yes, setState and getState are called normally from the UI Thread when the plug-in is used in a realtime context, in an offline context set/getState can be called in the same thread as the process call. Check the workflow diagram Audio Processor Call Sequence for more info about in which state which interfaces are called.","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can IComponent::getState()/setState() be called during processing?","id":"685","title":"Q: Can IComponent::getState()/setState() be called during processing?"},"686":{"body":"When a plug-in is used in an offline processing context (which is the case with Cubase 9.5/Nuendo 8 feature: Direct Offline Processing), its component will be initialized with IComponent::setIoMode (Vst::kOfflineProcessing) (see The Simple Mode). The offline processing mode (passed in the process call) is used when: the user exports audio (downmix) direct offline processing feature With IComponent::setIoMode (Vst::kOfflineProcessing) you are able to differentiate between export and DOP (Direct Offline Processing). getting_started_vid_1 Direct Offline Processing since Cubase 9.5","breadcrumbs":"Frequently Asked Questions » Processing » Q: How can a plug-in be informed that it is currently processed in offline processing?","id":"686","title":"Q: How can a plug-in be informed that it is currently processed in offline processing?"},"687":{"body":"A good practice is to avoid any library calls from this critical realtime process. If you have to use them, check if they are designed for realtime operation and do not contain any locking mechanism. Avoid any filesystem access, networks and UI calls, memory allocation and deallocation, be careful when using STL containers which can allocate memory behind the scene, prefer patterns like non-blocking memory pools, and delegate tasks to UI/Timer thread for doing memory/file-network access jobs. Check Audio Processor Call Sequence too.","breadcrumbs":"Frequently Asked Questions » Processing » Q: What should I NOT call in the realtime process function?","id":"687","title":"Q: What should I NOT call in the realtime process function?"},"688":{"body":"/ VST Home / Frequently Asked Questions Q: The host doesn't open my plug-in UI, why?","breadcrumbs":"Frequently Asked Questions » GUI-Editor » GUI-Editor","id":"688","title":"GUI-Editor"},"689":{"body":"If you are not using VSTGUI , please check that you provide the correct object derived from EditorView or CPlugInView and that you overwrite the function isPlatformTypeSupported() .","breadcrumbs":"Frequently Asked Questions » GUI-Editor » Q: The host doesn't open my plug-in UI, why?","id":"689","title":"Q: The host doesn't open my plug-in UI, why?"},"69":{"body":"The SDK provides a test application called VST3PluginTestHost for Apple macOS X (x86_64/Apple M1) and Microsoft Windows (64bits). This application allows you to load a plug-in, simulates some inputs (Audio and Event) and acts like a small VST 3 host application based on an ASIO driver. Included in this application is a test module which allows you to check your plug-in in regard to the VST 3 standard. what_if_15 Check the folder \"bin\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Introduction","id":"69","title":"Introduction"},"690":{"body":"/ VST Home / Frequently Asked Questions Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one? Q: How can I support projects which were saved with the VST 2 version of my plug-in? Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart? Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3? Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2? Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2? Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Compatibility with VST 2.x or VST 1","id":"690","title":"Compatibility with VST 2.x or VST 1"},"691":{"body":"You have to provide a special UID for your kVstAudioEffectClass and kVstComponentControllerClass components, based on its VST 2 UniqueID (4 characters) and its plug-in name in the following way: static void convertVST2UID_To_FUID (FUID& newOne, int32 myVST2UID_4Chars, const char* pluginName, bool forControllerUID = false)\n{ char uidString[33]; int32 vstfxid; if (forControllerUID) vstfxid = (('V' << 16) | ('S' << 8) | 'E'); else vstfxid = (('V' << 16) | ('S' << 8) | 'T'); char vstfxidStr[7] = {0}; sprintf (vstfxidStr, \"%06X\", vstfxid); char uidStr[9] = {0}; sprintf (uidStr, \"%08X\", myVST2UID_4Chars); strcpy (uidString, vstfxidStr); strcat (uidString, uidStr); char nameidStr[3] = {0}; size_t len = strlen (pluginName); // !!!the pluginName has to be lower case!!!! for (uint16 i = 0; i <= 8; i++) { uint8 c = i < len ? pluginName[i] : 0; sprintf (nameidStr, \"%02X\", c); strcat (uidString, nameidStr); } newOne.fromString (uidString);\n} Note that if you are developing a new plug-in and if you are using the VST 2 wrapper included in the SDK you do not need to use convertVST2UID_To_FUID, a VST 2 specific vendor call allows the host ( Steinberg hosts since Cubase 4.0) to get from a VST 2 version a VST 3 UID. // extracted code from vst2wrapper.cpp\n//-----------------------------------------------------------------------------\nVstIntPtr Vst2Wrapper::vendorSpecific (VstInt32 lArg, VstIntPtr lArg2, void* ptrArg, float floatArg)\n{ switch (lArg) { case 'stCA': case 'stCa': switch (lArg2) { case 'FUID': if (ptrArg) { if (vst3EffectClassID.isValid ()) { memcpy ((char*)ptrArg, vst3EffectClassID, 16); return 1; } } break; // ....","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one?","id":"691","title":"Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one?"},"692":{"body":"The host will call IComponent::setState() and IEditController::setComponentState() with the complete FXB/FXP stream. You have to extract your old state from that, for this the SDK provides a helper function VST3::tryVst2StateLoad . Here the code to add in the VST 3 version when a VST 3 plug-in replaces a VST 2 plug-in in a Steinberg sequencer project: #include \"public.sdk/source/vst/utility/vst2persistence.h\" //------------------------------------------------------------------------\ntresult PLUGIN_API MyVST3Effect::setState (IBStream* state)\n{ if (auto vst2State = VST3::tryVst2StateLoad (*state)) { if ((vst2State->programs.empty ()) || (static_cast (vst2State->programs.size ()) <= vst2State->currentProgram)) return kResultFalse; //.... } return kResultFalse;\n} For complete example source code you could check the function: tresult PLUGIN_API Processor::setState (IBStream state)* in the file public.sdk/samples/vst/mda-vst3/source/mdaBaseProcessor.cpp For Automation compatibility, you have to ensure that VST 3 parameter IDs have the same value than the indexes of their associated parameters in VST 2 . Only with this condition the host can play back the automation. The parameter value has the same meaning in VST 2 and VST 3 .","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: How can I support projects which were saved with the VST 2 version of my plug-in?","id":"692","title":"Q: How can I support projects which were saved with the VST 2 version of my plug-in?"},"693":{"body":"You can use the compatibility array of the moduleinfo.json file. There, you use the UID of your VST 3 audio effect class as the \"New\" UID and put the UID of your VST 2 plug-in in the \"Old\" array. If you cannot use the moduleinfo.json file, you can create a class that implements the IPluginCompatibility interface which you must provide to the host via your plug-in factory.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart?","id":"693","title":"Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart?"},"694":{"body":"You cannot and more importantly must not do this. The processing part and user interface part communicate via a messaging system. See Q: How should I communicate between the 'Processing' and the 'User Interface'? for details.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3?","id":"694","title":"Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3?"},"695":{"body":"Yes and it is essential to support this for automation. For details, please see Parameters and Automation","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2?","id":"695","title":"Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2?"},"696":{"body":"Not in version 3.1.0, we plan something in this direction later. (Note: this variableIO processing was for example for time stretching plug-ins).","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2?","id":"696","title":"Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2?"},"697":{"body":"VST 3 doesn't support offline processing like it did in VST 2 (this interface was exclusively used by WaveLab ). But it is possible to use VST 3 plug-ins in an offline context (this means that the process function can be called faster than real time: for example, during an export or a batch processing). If the plug-in doesn't support faster than realtime, it should add kOnlyRealTime to its category.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?","id":"697","title":"Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?"},"698":{"body":"/ VST Home / Frequently Asked Questions Q: How does persistence work? Q: What's the difference between IEditController::setComponentState and IEditController::setState?","breadcrumbs":"Frequently Asked Questions » Persistence » Persistence","id":"698","title":"Persistence"},"699":{"body":"An instantiated plug-in often has state information that must be saved in order to properly re-instantiate that plug-in at a later time. A VST 3 plug-in has two states which are saved and reloaded: its component state and its controller state. The sequence of actions for saving is: component->getState (compState) controller->getState (ctrlState) The sequence of actions for loading is: component->setState (compState) controller->setComponentState (compState) controller->setState (ctrlState) In the latter sequence you can see that the controller part will receive the component state. This allows the 2 parts to synchronize their states.","breadcrumbs":"Frequently Asked Questions » Persistence » Q: How does persistence work?","id":"699","title":"Q: How does persistence work?"},"7":{"body":"Building the examples included in the SDK Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux Using cmake for building VST 3 plug-ins Generate a new plug-in with the Project Generator App Code your first plug-in Use VSTGUI to design a User Interface Advanced VST 3 techniques How to use the silence flags Guideline for replacing a VST 2 plug-in by a VST 3 plug-in Strings Conversion Helper Creating a cmake plug-in project from scratch Creating a plug-in with VST 3 SDK as an external project Switching to another VSTGUI submodule or branch","breadcrumbs":"VST » Tutorials","id":"7","title":"Tutorials"},"70":{"body":"what_if_15 View -> Open Plug-in Information Window : opens a window showing all registered component and controller VST 3 plug-ins. View -> Open Plug-in Unit Tests Window : opens a window where you can test your plug-in with a series of unit tests. View -> Open Preset Editor : allows you to open, check and modify VST 3 presets (adding meta attributes like in Instrument/- Style/Character) File -> Convert VST 3 Preset to VST 2 preset (fxp or fxb) : allow to convert VST 3 Presets to compatible VST 2 Presets. File -> Overwrite Plug-in Name in VST 3 Presets : allow to rename the plug-in name in a set of VST 3 Presets. what_if_16 Dark Mode version","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » How to use it?","id":"70","title":"How to use it?"},"700":{"body":"After a preset is loaded, the host calls Vst::IEditController::setComponentState and Vst::IComponent::setState . Both delivering the same information. Vst::IEditController::setState is called by the host so that the plug-in is able to update its controller dependent parameters, e.g. position of scroll bars. Prior to this, there should have been a call by the host to Vst::IEditController::getState , where the plug-in writes these various parameters into the stream. See also Q: How does persistence work? .","breadcrumbs":"Frequently Asked Questions » Persistence » Q: What's the difference between IEditController::setComponentState and IEditController::setState?","id":"700","title":"Q: What's the difference between IEditController::setComponentState and IEditController::setState?"},"701":{"body":"/ VST Home / Frequently Asked Questions Q: How is a normalized value converted to a discrete integer value in VST 3? Q: What is the return value tresult? Q: Which version of Steinberg Sequencers support VST 3? Q: Why do plug-ins need subcategories? Q: Is it possible to define a plug-in as Fx and Instrument? Q: Is it possible to ask a plug-in about which speaker arrangements are supported? Q: Which version of Steinberg Sequencers support VST 3 Note Expression? Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do? Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner? Q: How can I validate my plug-in? Q: How can I allow to create Symbolic Link on Windows? Q: My generated VST 3 plug-in is not visible in my preferred host? Q: What is a GUID and how can I create it?","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Miscellaneous","id":"701","title":"Miscellaneous"},"702":{"body":"A detailed description of parameter handling is provided here: Parameters .","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How is a normalized value converted to a discrete integer value in VST 3?","id":"702","title":"Q: How is a normalized value converted to a discrete integer value in VST 3?"},"703":{"body":"Almost all VST 3 interfaces return a tresult value. This integer value allows to return to the caller more differentiated error/success information than just a boolean value with its true and false. The various possible values are defined in funknown.h . They are the same values as used in COM. Be careful when checking a tresult return value, because on success kResultOk is returned which has the integer value 0 : // this is WRONG!!!!!\nif (component->setActive (true))\n{\n} // this is CORRECT!!!!!\nif (component->setActive (true) == kResultOK)\n{\n}\n// or\n// this is CORRECT too!!!!!\nif (component->setActive (true) != kResultOK)\n{ // error message....\n}","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: What is the return value tresult ?","id":"703","title":"Q: What is the return value tresult ?"},"704":{"body":"In order to load VST 3 plug-ins you need at least: For VST 3.0.0 Cubase / Nuendo 4.1.2 is needed. For VST 3.0.1 features Cubase 4.2 is needed. For VST 3.5.0 features Cubase 6.0 is needed. see other VST 3 Hosts","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Which version of Steinberg Sequencers support VST 3?","id":"704","title":"Q: Which version of Steinberg Sequencers support VST 3?"},"705":{"body":"When you export your plug-in in the factory instance (check againentry.cpp : DEF_CLASS2), you have to define a subcategory string (can be a combination of more than one string: like \" Fx|Dynamics|EQ \" for example). Currently the subcategory string is used by Cubase / Nuendo to organize the plug-ins menu in the following way: // Computation of Folder Name (SubCategories => folder in menu)\n\"Fx\" => \"Other\"\n\"Fx|Delay\" => \"Delay\"\n\"Fx|Mastering|Delay\" => \"Mastering\"\n\"Spatial|Fx\" => \"Spatial\"\n\"Fx|Spatial\" => \"Spatial\"\n\"Instrument|Fx\" => if used as VSTi \"\" else if used as Insert \"Other\"\n\"Instrument|Sampler\" => \"Sampler\"\n\"Fx|Mastering|Surround\" => \"Mastering\\Surround\"\n\"Fx|Mastering|Delay|Stereo\" => \"Mastering\\Stereo\"\n\"Fx|Mastering|Mono\" => \"Mastering\\Mono\" This string should only be a hint what type of plug-in it is. It's not possible to define all types. If you have wishes for new categories, please discuss them in the VST Developer Forum ( https://sdk.steinberg.net ) and we can add them to future versions of the SDK.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Why do plug-ins need subcategories?","id":"705","title":"Q: Why do plug-ins need subcategories?"},"706":{"body":"Yes it is possible, you can use the CString kFxInstrument (\"Fx|Instrument\") as subcategories (check DEF_CLASS2). In this case Steinberg Sequencers will allow the user to load it as an effect and as an instrument. The plug-in as instrument (in case of current Steinberg Sequencers <= 5.5) will not enable the Audio Input busses.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Is it possible to define a plug-in as Fx and Instrument?","id":"706","title":"Q: Is it possible to define a plug-in as Fx and Instrument?"},"707":{"body":"No, not before the plug-in is instantiated, there is no way to ask the factory about which arrangements are supported for a given plug-in. The host can instantiate the plug-in and before start processing then set some different speaker Arrangements and check if the plug-in supports them.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Is it possible to ask a plug-in about which speaker arrangements are supported?","id":"707","title":"Q: Is it possible to ask a plug-in about which speaker arrangements are supported?"},"708":{"body":"In order to use Note Expression with VST 3 plug-ins you need at least Cubase/Nuendo 6.0.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Which version of Steinberg Sequencers support VST 3 Note Expression ?","id":"708","title":"Q: Which version of Steinberg Sequencers support VST 3 Note Expression ?"},"709":{"body":"Due to an issue in the Mac CoreAudio SDK, not yet fixed by Apple, you have to apply a small patch to the file AUCarbonViewBase.cpp (located in CoreAudio/AudioUnits/AUPublic/AUCarbonViewBase): => Change: HISize originalSize = { mBottomRight.h, mBottomRight.v };\n// to\nHISize originalSize = { static_cast(mBottomRight.h), static_cast(mBottomRight.v) };","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do?","id":"709","title":"Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do?"},"71":{"body":"","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST Player Window","id":"71","title":"VST Player Window"},"710":{"body":"In order to make a surroundPanner plug-in selectable as panner (Post-fader) in Nuendo, this plug-in should have as subCategories: kSpatial or kSpatialFx (in order to use it as insert too). For example: DEF_CLASS2 (INLINE_UID_FROM_FUID(Steinberg::Vst::SPannerProcessor::cid), PClassInfo::kManyInstances, kVstAudioEffectClass, stringPluginName, Vst::kDistributable, Vst::PlugType::kSpatial , FULL_VERSION_STR, // plug-in version (to be changed) kVstVersionString, Steinberg::Vst::SPannerProcessor::createInstance) Be sure that you overwrite the function \"tresult PLUGIN_API setBusArrangements ...\" which allows you to get the current bus arrangements.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner?","id":"710","title":"Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner?"},"711":{"body":"You have the Validator command line which can be automatically called after you compile your plug-in (when you use the cmake defined by the SDK). This will apply some standard validations. The 2cd validation tool is the VST 3 plug-in Test Host : check its menu entry: View => Open plug-in Unit Tests Window","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I validate my plug-in?","id":"711","title":"Q: How can I validate my plug-in?"},"712":{"body":"You have to adapt your Windows right access to allow creation of symbolic links for VST 3 plug-ins: Check HERE!","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I allow to create Symbolic Link on Windows?","id":"712","title":"Q: How can I allow to create Symbolic Link on Windows?"},"713":{"body":"If your plug-in is visible in the VST 3 plug-in Test Host but not in your DAW, this is maybe due to the fact: this host is not supporting VST 3 ! Check the vendor ( known list of VST 3 host ) this host does not scan on Windows the new user location . You can try to use the main VST3 folder by setting the cmake variable when you generate the project: -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=0 this host could not resolve symbolic link! You could try to copy your plug-in directly in the main VST3 folder (C:\\Program Files\\Common Files\\VST3)","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: My generated VST 3 plug-in is not visible in my preferred host?","id":"713","title":"Q: My generated VST 3 plug-in is not visible in my preferred host?"},"714":{"body":"GUID is a 32 hexadecimal digits. VST 3 uses GUID (aka UUID) to identify a plug-in (one for the processor and one for the controller). These Globally Unique IDentifiers have to be generated when you create new plug-in and they should be unique. Here an example of GUID: (0x84E8DE5F, 0x92554F53, 0x96FAE413, 0x3C935A18) This has to be used in the declaration of your processor part like here in the AGain example ( againentry.cpp ): static const FUID AGainProcessorUID (0x84E8DE5F, 0x92554F53, 0x96FAE413, 0x3C935A18); BEGIN_FACTORY_DEF (stringCompanyName, stringCompanyWeb, stringCompanyEmail) //---First plug-in included in this factory------- // its kVstAudioEffectClass component DEF_CLASS2 (INLINE_UID_FROM_FUID(AGainProcessorUID), PClassInfo::kManyInstances,\t// cardinality kVstAudioEffectClass,\t// the component category stringPluginName, // here the plug-in name Vst::kDistributable, AGainVST3Category, // Subcategory FULL_VERSION_STR, // Plug-in version kVstVersionString, // the VST 3 SDK version Steinberg::Vst::AGain::createInstance) //... If you use the VST 3 Project Generator , new GUIDs will be generated automatically for you. You could use your IDE (like Visual Studio) to create GUID or use some online generators (for example: https://guidgenerator.com/ ). GUIDs are also used as interface identifier in VST 3 (check in the VST SDK source code where the macro DECLARE_CLASS_IID is used).","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: What is a GUID and how can I create it?","id":"714","title":"Q: What is a GUID and how can I create it?"},"715":{"body":"/ VST Home / Frequently Asked Questions Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform. Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only. Q: I would like to sell my VST 3 plug-in/host in binary form only. Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs. Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host. Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3. Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE. Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license. Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK? Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform. Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form.","breadcrumbs":"Frequently Asked Questions » Licensing » Licensing","id":"715","title":"Licensing"},"716":{"body":"You can choose the GPLv3 license and feel free to share your plug-ins/host's source code including or referencing the VST 3 SDK 's sources on GitHub. You are allowed to provide a binary form of your plug-ins/host too, provided that you provide its source code as GPLv3 too. Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform.","id":"716","title":"Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform."},"717":{"body":"You can distribute your VST 3 plug-in/host in a binary form. This always requires that you to choose the \"Proprietary Steinberg VST 3\" license. Even though you distribute your VST 3 plug-in/host as freeware/shareware you need to adhere to the requirements of the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only.","id":"717","title":"Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only."},"718":{"body":"If you work for-profit and distribute your VST 3 plug-in/host in binary form, you need to choose the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to sell my VST 3 plug-in/host in binary form only.","id":"718","title":"Q: I would like to sell my VST 3 plug-in/host in binary form only."},"719":{"body":"You can adapt and modify the VST 3 SDK 's source for your needs, but if you want to distribute these sources under GPLv3 you have to distribute your VST 3 plug-in/host's sources under GPLv3 too. It is allowed to modify the VST 3 SDK 's when you distribute your VST 3 plug-in/host in binary form and choose the \"Proprietary Steinberg VST 3\" license. If you are of the opinion that we should include your changes in the SDK, please contact us (use the sdk.steinberg.net ).","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs.","id":"719","title":"Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs."},"72":{"body":"In this section you can select the audio source of your plug-in for the Main Input Audio Bus and for the Aux Input Audio Bus ( Side-chain : if available) between: A sine wave Noise Silence ASIO Input (first stereo) An Audio File (in this case use the browser (... button) to choose the file (wave, aiff)) A Volume slider allows you to control the level of the source.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Audio Input","id":"72","title":"Audio Input"},"720":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too!","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host.","id":"720","title":"Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host."},"721":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too! Note that you have to follow the Steinberg VST usage guidelines . If you do not want to be GPLv3 , you have to build your VST 3 plug-in/host based on the original or any private modified version of the VST 3 SDK and choose the \"Proprietary Steinberg VST 3\" license.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3 .","id":"721","title":"Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3 ."},"722":{"body":"If you work for-profit and distribute your plug-in/host in binary form, you need to choose the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg. Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE.","id":"722","title":"Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE."},"723":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too! Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license.","id":"723","title":"Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license."},"724":{"body":"No, the license agreement has its own versioning, you just have to be sure that you have already signed the correct version of it. As of SDK version 3.6.8 , the license has the version 2.0 (only some minor change/formatting of the text of the license agreement were done in the last SDK versions [3.6.9 up to 3.7.1]) If you use a VST 3 SDK version >= 3.6.8 , you have to be sure that you sent Steinberg a signed license agreement ( version 2.x ) from one of the last VST 3 SDK s (>= 3.6.8). If you use a VST 3 SDK version < 3.6.8 , you have to be sure that you sent Steinberg a signed license agreement ( version 1 ) included in the VST 3 SDK that you use. If you do not know if you already sent it, it is recommended to send it again and in this case it is possible to use the license agreement of the last VST 3 SDK , too! If you have signed a license agreement ( version 2.x ) and a new released VST 3 SDK uses a new license agreement ( version 3.x ), then you have to signed it again. The previous explanation also applies to used 3rd parties SDK like JUCE/iPlug/SynthEdit... just check which VST 3 SDK version is used by the 3rd party SDK you work with and sign the correct license agreement or the last available one.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK?","id":"724","title":"Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK?"},"725":{"body":"It is allowed but be sure that you do NOT include the Steinberg VST 2 files: like aeffect.h and aeffectx.h . These files are under a different license which does not allow redistribution!","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform.","id":"725","title":"Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform."},"726":{"body":"If you have signed the VST 2 license agreement (before October 2018), you can. If not, you are not allowed to distribute it! See here !","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form.","id":"726","title":"Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form."},"727":{"body":"/ VST Home / Frequently Asked Questions Q: What is the purpose of restartComponent? Is it generally OK to return kNotImplemented? Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs? Q: Do all version updates for a certain plug-in require a new classID? Q: Should the host support plug-ins that don't have EditController (IComponent::getControllerClassId() fails or subsequent IPluginFactory::createInstance() fails)? Q: Should the host support plug-ins that don't have IPlugView (IEditController::createView() fails or IPlugView::isPlatformTypeSupported() returns false)? Q: What is allowed to change for a given parameter (ParamID)? Name, number of steps, automatable or not, which unit it is part of? Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged? Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent? Q: Some plug-ins have parameters that are not automatable (kCanAutomate). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor? Q: Can the host get away with returning kNotImplemented for restartComponent(kReloadComponent)? Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage? Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.? Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)? Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS? Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release(), which actually control the lifetime of the object? Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread? Q: Some plug-ins return kResultFalse when the host calls setComponentState. Should the host just ignore the returned result code?","breadcrumbs":"Frequently Asked Questions » Hosting » Hosting","id":"727","title":"Hosting"},"728":{"body":"By default the host could return kNotImplemented if it does not implement a specific flag. But it is highly recommended to implement these flags: kLatencyChanged kParamValuesChanged kParamTitlesChanged kIoChanged","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What is the purpose of restartComponent ? Is it generally OK to return kNotImplemented ?","id":"728","title":"Q: What is the purpose of restartComponent ? Is it generally OK to return kNotImplemented ?"},"729":{"body":"You must treat the Class ID as globally unique. If it happens that the same classID is already registered by the host then the host could ignore it or try to compare the version (string based) and keep the newest version (done by Cubase for example). It should be only one VST 3 plug-in registered in the host at a time. The host could decide to show the duplicate classID to the user if wanted.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs?","id":"729","title":"Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs?"},"73":{"body":"This section simulates note events sent to the plug-in. A pattern could be defined and initialized with randomized, chromatic or manual events. (for Chromatic choose the start note in the pattern and select Chromatic in the pop-up menu). Active check box: enable/disable the playback of this pattern. You can choose different loop stepping for this pattern (1, 1/2, ...1/32)","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Event Input","id":"73","title":"Event Input"},"730":{"body":"No, normally a new version should and could replace directly an older version by using the same classID, see previous question. This is the correct way to do it. It may happen that some plug-ins will use new classIDs. If these plug-ins are done to replace older versions, the new Moduleinfo or IPluginCompatibility interface, if used by the plug-in, allows the host to select the new plug-in as replacement for an older one (if not present or not) when loading a project using an old version.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Do all version updates for a certain plug-in require a new classID?","id":"730","title":"Q: Do all version updates for a certain plug-in require a new classID?"},"731":{"body":"The host have to check that the IAudioProcessor implements the IEditController interface too. A plug-in can implement both interfaces in the same object (Single Component Effect) See Here for more info. The Host should be able to handle the case when no IEditController is available.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Should the host support plug-ins that don't have EditController ( IComponent::getControllerClassId () fails or subsequent IPluginFactory::createInstance () fails)?","id":"731","title":"Q: Should the host support plug-ins that don't have EditController ( IComponent::getControllerClassId () fails or subsequent IPluginFactory::createInstance () fails)?"},"732":{"body":"A plug-in don't need to have a custom editor. See the examples in the SDK. Many of them don't have a custom editor. This was true for VST 2 too. So the host have to support these plug-ins without dedicated UI, but it could provide a generic UI.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Should the host support plug-ins that don't have IPlugView ( IEditController::createView () fails or IPlugView::isPlatformTypeSupported () returns false)?","id":"732","title":"Q: Should the host support plug-ins that don't have IPlugView ( IEditController::createView () fails or IPlugView::isPlatformTypeSupported () returns false)?"},"733":{"body":"See Here .","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What is allowed to change for a given parameter ( ParamID )? Name, number of steps, automatable or not, which unit it is part of?","id":"733","title":"Q: What is allowed to change for a given parameter ( ParamID )? Name, number of steps, automatable or not, which unit it is part of?"},"734":{"body":"Yes, this is the way it should be done: kParamTitlesChanged => recheck title-unit, stepcount, default value and flags.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged ?","id":"734","title":"Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged ?"},"735":{"body":"No, see previous question.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent ?","id":"735","title":"Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent ?"},"736":{"body":"Yes, the host must transfer the parameter change from the controller to the processor. The information automatable ( kCanAutomate ) is only there to allow the host and users to create an associated automation track for this parameter.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Some plug-ins have parameters that are not automatable ( kCanAutomate ). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor?","id":"736","title":"Q: Some plug-ins have parameters that are not automatable ( kCanAutomate ). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor?"},"737":{"body":"A host is permitted to return kNotImplemented if it does not support it! The plug-in then has to react accordingly.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Can the host get away with returning kNotImplemented for restartComponent ( kReloadComponent )?","id":"737","title":"Q: Can the host get away with returning kNotImplemented for restartComponent ( kReloadComponent )?"},"738":{"body":"No, this is not the typical use case. However, it could be used by plug-ins changing its internal-external representation (change of parameter´s count, number of IO...). For an initial host implementation, you can postpone it until a future version is released.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage?","id":"738","title":"Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage?"},"739":{"body":"Plug-in Unit names can change when restartComponent is called with kParamTitlesChanged . When restartComponent is called with kReloadComponent then the whole structure should be regenerated.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.?","id":"739","title":"Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.?"},"74":{"body":"This section allows you to load serialized multiple plug-ins. Each plug-in will be loaded in a slot. To load a plug-in (Audio or Instrument) click on the associated pop-up menu and select one plug-in. To unload a plug-in, click on its associated X button on its slot. For each loaded plug-in in a slot you can: Enable/disable the plug-in with the On button. Bypass/process the plug-in with the Byp button (if available as parameter). Enable/disable the Side-chain bus with the Aux button (available only if the plug-in has input Side-chain ). Open its editor with the Edit button. Save a Preset with the Store button. Load a Preset with the Load button. Open the information page of this plug-in with the Info button (see below).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST Rack","id":"74","title":"VST Rack"},"740":{"body":"Theoretically it is possible to use this for individual zoom levels, but most plug-ins won't work like this and on macOS many plug-ins don't implement this interface at all (or ignore it).","breadcrumbs":"Frequently Asked Questions » Hosting » Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)?","id":"740","title":"Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)?"},"741":{"body":"The design of this interface was done before it was possible on Windows for a plug-in to access the OS-scale. But this interface could be used by the host to try to rescale a given plug-in or all plug-ins. This is what is used in Cubase by changing the overall App scaling in the preference up to 50% to the system scale.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS?","id":"741","title":"Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS?"},"742":{"body":"You can only use these reference count no-ops for objects that are alive during the entire lifetime of the host and that will outlive the plug-ins.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release() , which actually control the lifetime of the object?","id":"742","title":"Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release() , which actually control the lifetime of the object?"},"743":{"body":"You can report the wrong behavior of the plug-in to the developer. restartComponent has to be called from UI Thread. As a security fallback, the host could postpone this call in the UI Thread and handle it in the next UI idle phase.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread?","id":"743","title":"Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread?"},"744":{"body":"Yes, just ignore the result in this case. However, we recommend to inform the plug-in developer about this issue.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Some plug-ins return kResultFalse when the host calls setComponentState . Should the host just ignore the returned result code?","id":"744","title":"Q: Some plug-ins return kResultFalse when the host calls setComponentState . Should the host just ignore the returned result code?"},"745":{"body":"/ VST Home Visit Steinberg's VST Developer Forum in order to get help with development, to submit bug reports, to request new features and to connect to other VST 3 developers: getting_started_vid_2 https://sdk.steinberg.net ( https://forums.steinberg.net/c/developer )","breadcrumbs":"VST 3 Forum » VST 3 Forum","id":"745","title":"VST 3 Forum"},"746":{"body":"/ VST Home / Getting Started On this page: Some Copyrights/Trademarks referred to in the VST 3 SDK Glossary","breadcrumbs":"Miscellaneous » Miscellaneous","id":"746","title":"Miscellaneous"},"747":{"body":"AAX by Avid Technology, Inc. Apple and macOS are either registered trademarks or trademarks of Apple Computer, Inc. registered in the U.S. and other countries. ASIO is a trademark and software of Steinberg Media Technologies GmbH . AU and AUv3 by Apple Inc. Dolby™ is a registered trademark of Dolby Laboratories, Inc. GITHUB is exclusive trademark registered in the United States by GitHub, Inc. JUCE library - Copyright (c) 2022 - ROLI Ltd. Microsoft , Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Pro Tools is a trademark or registered trademark of Avid Technology, Inc. or its subsidiaries in the United States and/or other countries. VST , Dorico , Cubase , Nuendo , VST Live and WaveLab are trademarks of Steinberg Media Technologies GmbH , registered in Europe and other countries. Other company names, product names and logos are the trademarks or registered trademarks of their respective owners.","breadcrumbs":"Miscellaneous » Some Copyrights/Trademarks referred to in the VST 3 SDK","id":"747","title":"Some Copyrights/Trademarks referred to in the VST 3 SDK"},"748":{"body":"External Glossary: AES - PAR - Pro Audio Reference: http://www.aes.org/par/ Abbr. Meaning Comment AAX Avid Audio Extension https://www.avid.com/alliance-partner-program/aax-connectivity-toolkit ADC Audio Developer Conference https://juce.com/adc AES Audio Engineering Society https://www.aes.org AMBI Ambisonics https://en.wikipedia.org/wiki/Ambisonics ASIO Audio Stream Input/Output ASIO™ is a protocol for communication between a software application and a computer's sound card (trademark of Steinberg ) AU Audio Unit https://developer.apple.com/documentation/audiounit COM Component Object Model https://en.wikipedia.org/wiki/Component_Object_Model DAFX Digital Audio Effects https://dafx.org DAW Digital Audio Workstation https://en.wikipedia.org/wiki/Digital_audio_workstation DLL Dynamic-Link Library https://en.wikipedia.org/wiki/Dynamic-link_library DSP Digital Signal Processing https://en.wikipedia.org/wiki/Digital_signal_processing e.g. exempli gratia for example FAQ Frequently Asked Questions VST 3 Frequently Asked Questions FFT Fast Fourier Transformation https://en.wikipedia.org/wiki/Fast_Fourier_transform GPL General Public License https://www.gnu.org/licenses/gpl-3.0.en.html ICASSP International Conference on Acoustics, Speech and Signal Processing https://en.wikipedia.org/wiki/International_Conference_on_Acoustics,_Speech,_and_Signal_Processing ISMIR International Society for Music Information Retrieval https://ismir.net LFE Low Frequency Effects https://en.wikipedia.org/wiki/Low-frequency_effects MIDI Musical Instrument Digital Interface https://www.midi.org MPE MIDI Polyphonic Expression https://www.midi.org SDK Software Development Kit https://en.wikipedia.org/wiki/Software_development_kit STL Standard Library Containers https://www.cplusplus.com/reference/stl/ URL Uniform Resource Locator https://en.wikipedia.org/wiki/URL UTF-16 Unicode Transformation Format 16bit String representation used by VST 3 for exchanging with the host. https://en.wikipedia.org/wiki/UTF-16 VST Virtual Studio Technology™ A trademark of Steinberg for their interface standard for integrating software plug-ins with DAWs. VST-MA Virtual Studio Technology - Module Architecture This is the base architecture for VST 3 VSTGUI Virtual Studio Technology - Graphical User Interface https://github.com/steinbergmedia/vstgui Vtable Virtual method table https://en.wikipedia.org/wiki/Virtual_method_table WYSIWYG What You See Is What You Get","breadcrumbs":"Miscellaneous » Glossary","id":"748","title":"Glossary"},"75":{"body":"Information window of AGain plug-in showing the Parameters panel: what_if_17 Information window of NoteExpressionSynth plug-in showing the Note Expression panel: what_if_18 Information window of AGain plug-in showing the Properties panel: what_if_19","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Info Window","id":"75","title":"Info Window"},"76":{"body":"Right click on the opened plug-in opens a context menu which allows to trigger some actions: what_if_20 Switch to Generic Editor : open the generic editor instead of the one provided by the plug-in. Export Presets Parameters as XML : load automatically all available VST 3 Presets for this plug-in and create a readable XML file for each preset including the parameter states.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Context Menu","id":"76","title":"Context Menu"},"77":{"body":"In this section you can: • set the gain of the output audio • control the transport state (Loop/Start/Stop/Rewind) • change the tempo and signature what_if_21","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Transport","id":"77","title":"Transport"},"78":{"body":"what_if_22 In this window you can select a specific test branch for a specific plug-in. You can navigate in the test tree (left part), then click on the button Run Selected to process only the selected tests. There are 2 kinds of tests concerning the way the plug-in is instantiated: Global Instance: only one instance of the plug-in will be instantiated for all tests. Local Instances: for each test a new instance of the plug-in will be instantiated. We define currently 2 sets of test: VST 3 Conformity Special Features You can run all available tests with Run All . It is possible also to disable some tests with the check box in the left view. Error reports will be displayed in the Errors view . In the Messages View some warnings (or some plug-in limitations), test results and progress are displayed. In this version of this Plug-in Test Host , the tests are limited to the main VST 3 features, in future version the test coverage will be extended.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST 3 Plug-ins Tests Window","id":"78","title":"VST 3 Plug-ins Tests Window"},"79":{"body":"what_if_23 With this editor you can load and modify VST 3 presets created with the Store button of the VST Rack by adding some meta-attributes.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Preset Editor","id":"79","title":"Preset Editor"},"8":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, to submit bug reports, to request new features and to connect to other VST 3 developers:","breadcrumbs":"VST » VST 3 Forum","id":"8","title":"VST 3 Forum"},"80":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction Start the VST 3 Project Generator Application Locate CMake Locate VST SDK VST SDK and cmake successfully located Setting the Preferences Path Preferences Setting and creating a plug-in project VST3 Project Generator License Related pages: Generate a new plug-in with Project Generator","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST 3 Project Generator","id":"80","title":"VST 3 Project Generator"},"81":{"body":"This open source application (Win/macOS) allows you to generate easily a new VST 3 plug-in project by just entering in a GUI some parameters. what_if_24 Check the folder \"VST3_Project_Generator\" of the SDK! The source code is available at GitHub - steinbergmedia/vst3projectgenerator: VST 3 Project Generator .","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Introduction","id":"81","title":"Introduction"},"82":{"body":"what_if_25 The first time you start the application, you will ask to define 2 folders where are located the VST SDK and the CMake tool. It still possible to change these folders afterward in the Preferences Tab, see Setting the Preferences . The Visit us menu includes some useful links.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Start the VST 3 Project Generator Application","id":"82","title":"Start the VST 3 Project Generator Application"},"83":{"body":"If you have already downloaded the CMake tool, you just have to indicate the Project Generator where it is located, for this click on Locate CMake and choose with the file selector the cmake.exe file: what_if_26 If you do not have previously installed the CMake tool, you could download it, just click on Download CMake , an internet browser will open the dedicated CMake webpage, check the Download section and install CMake . what_if_27","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Locate CMake","id":"83","title":"Locate CMake"},"84":{"body":"If you have already downloaded the VST 3 SDK , you just have to indicate the Project Generator where it is located, for this click on Locate VST SDK and choose with the folder selector the VST3_SDK folder: what_if_28 If you do not have previously installed the VST 3 SDK , you could download it, just click on Download VST SDK , a dialog appears: what_if_29 You have 2 possibilities to download the VST 3 SDK : Commercial : by clicking on it you will be redirected to the latest available SDK version to download, including all tools (check What is the VST 3 SDK? ), with this variant of the SDK you are able to create and commercialize your plug-ins (See What are the licensing options for VST 3? ). Open Source : by clicking on it you will be redirected to Steinberg Github where you will be able to clone the VST 3 SDK , this variant does not include all available tools (See What are the licensing options for VST 3? ).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Locate VST SDK","id":"84","title":"Locate VST SDK"},"85":{"body":"As soon as the requested 2 locations are founded, the user interface of the application should like this: what_if_30 The next time you start the Project Generator application you will not asked to relocate them!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST SDK and cmake successfully located","id":"85","title":"VST SDK and cmake successfully located"},"86":{"body":"Before creating any plug-in project, you have to define some global preferences which will be automatically saved when closing the application. Company Information The information included in this subsection will be used for generating Factory information associated to all plug-ins you will generate. This will be read by the host application loading your plug-ins and the host may display it to an user. Vendor : this is your Company name: e.g. \"Steinberg Media Technologies GmbH\" E-Mail : your email, which could be used by the host to redirect an user to your support for example: e.g. \" mailto:support@steinberg.net \" URL : the URL of your Company: e.g. \" https://www.steinberg.net \" C++ Namespace : this allows you to predefine a namespace which will be used to surround your plug-in source code: e.g. \"MyWantedNamespace\" : //...\nnamespace MyWantedNamespace { //-----------------------------------------------------------------------\nMyPluginController::MyPluginController ()\n{\n//...\n}\n} // end namespace\n//...\nnamespace MyWantedNamespace {","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Setting the Preferences","id":"86","title":"Setting the Preferences"},"87":{"body":"Like mentioned above in the subsection Path Preferences you could change several locations: VST 3 SDK Path : the current used VST 3 SDK you have previously downloaded. CMake Executable Path : the current used CMake tool","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Path Preferences","id":"87","title":"Path Preferences"},"88":{"body":"In this tab you are defining some information for the creation of a new plug-in: what_if_31 Name : the name of the plug-in which is displayed in a host: e.g. \"AGain\" Type : this specifies the main VST 3 Sub-Category ( PlugType ) of your plug-in: Audio Effect : ( kFx ) a simple audio effect Stereo→Stereo Instrument : ( kInstrument ) a simple instrument with 1 Event input and 1 stereo Audio output Use VSTGUI : check this if you want to use VSTGUI as UI framework macOS Deployment Target : enter here the minimum requested macOS version targeted C++ Class Name : this specifies the basename of your plug-in classes: e.g. \"AGain\" class AGainProcessor : public AudioEffect\n{ //...\n}; class AGainController : public EditControllerEx1\n{ //...\n}; Bundle ID : this is the ID needed for example for the Info.plist of macOS: e.g. \"com.steinberg.again\" Filename Prefix : (optional) this will be added as file prefix to the created files: e.g. \"AGain\" => AGainProcessor.cpp / AGainController.h / ... Output Directory : you define here in which folder your project will be created CMake Generator : CMake tool required to define a generator in order to create configuration files for a specific build system: there are 2 kinds of generators: Command-Line and IDE. Choose the one you need for example: on Windows: Visual Studio 17 2022 on macOS: Xcode CMake Platform : you could here define which target platform should be used, i.e x64 or ARM64EC (on Windows) Once all information is set up, you could click on Create , a script will create and CMake will be used and the chosen IDE will be opened. In the bottom area the script output is displayed, you have the possibility to copy it by using the dedicated button: Copy Script Output To Clipboard . Example of script Output C:\\Program Files\\CMake\\bin\\CMake.exe C:\\Users\\YGrabit\\Desktop\\SDKs\\VST3_SDKs\\3.7.7\\VST_SDK\\VST3_Project_Generator\\\nWindows_x64\\Resources\\GenerateVST3Plugin.cmake -DSMTG_VST3_SDK_SOURCE_DIR_CLI=\"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk\" -DSMTG_GENERATOR_OUTPUT_DIRECTORY_CLI=\"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\"\n-DSMTG_PLUGIN_NAME_CLI=\"AGain\" -DSMTG_PLUGIN_CATEGORY_CLI=\"Fx\" -DSMTG_CMAKE_PROJECT_NAME_CLI=\"AGain\"\n-DSMTG_PLUGIN_BUNDLE_NAME_CLI=\"AGain\" -DSMTG_PLUGIN_IDENTIFIER_CLI=\"com.steinberg.again\"\n-DSMTG_MACOS_DEPLOYMENT_TARGET_CLI=\"10.13\" -DSMTG_VENDOR_NAME_CLI=\"Steinberg\" -DSMTG_VENDOR_HOMEPAGE_CLI=\"www.steinberg.net\" -DSMTG_VENDOR_EMAIL_CLI=\"info@steinberg.net\" -DSMTG_PREFIX_FOR_FILENAMES_CLI=\"\" -DSMTG_PLUGIN_CLASS_NAME_CLI=\"AGain\" -DSMTG_ENABLE_VSTGUI_SUPPORT_CLI=ON -P \"C:\\Users\\YGrabit\\Desktop\\SDKs\\VST3_SDKs\\3.7.7\\VST_SDK\\VST3_Project_Generator\\ Windows_x64\\Resources\\GenerateVST3Plugin.cmake\"\n================================================== Steinberg Media Technologies GmbH VST3 Project Generator ================================================== -- Found Git: C:/Program Files/Git/cmd/git.exe (found version \"2.38.1.windows.1\") -- SMTG_CMAKE_SCRIPT_DIR : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/VST_SDK/VST3_Project_Generator/Windows_x64/Resources\n-- SMTG_ENABLE_VSTGUI_SUPPORT : ON\n-- SMTG_GENERATOR_OUTPUT_DIRECTORY : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\n-- SMTG_TEMPLATE_FILES_PATH : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/VST_SDK/VST3_Project_Generator/Windows_x64/Resources/cmake/templates\n-- SMTG_VST3_SDK_SOURCE_DIR : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk -- SMTG_VENDOR_NAME : Steinberg\n-- SMTG_VENDOR_HOMEPAGE : www.steinberg.net\n-- SMTG_VENDOR_EMAIL : info@steinberg.net\n-- SMTG_SOURCE_COPYRIGHT_HEADER: Copyright(c) 2022 Steinberg.\n-- SMTG_PLUGIN_NAME : AGain\n-- SMTG_PREFIX_FOR_FILENAMES : e.g. myplugincontroller.h\n-- SMTG_PLUGIN_IDENTIFIER : com.steinberg.again, used e.g. in Info.plist\n-- SMTG_PLUGIN_BUNDLE_NAME : AGain -- SMTG_CMAKE_PROJECT_NAME : e.g. AGain will output AGain.vst3\n-- SMTG_VENDOR_NAMESPACE : e.g. namespace MyCompanyName {...}\n-- SMTG_PLUGIN_CLASS_NAME : e.g. class AGainProcessor : public AudioEffect {...}\n-- SMTG_PLUGIN_CATEGORY : Fx\n-- SMTG_MACOS_DEPLOYMENT_TARGET: 10.13 -- SMTG_Processor_UUID : 0x310DE7F8, 0x10DA54D2, 0x98DE9223, 0xA9933093\n-- SMTG_Controller_UUID : 0x80068D40, 0xBA125C34, 0x9B1E857C, 0xC17CD5F3 -- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/CMakeLists.txt\n-- Copied : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/310DE7F810DA54D298DE9223A9933093_snapshot.png\n-- Copied : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/310DE7F810DA54D298DE9223A9933093_snapshot_2.0x.png\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/myplugineditor.uidesc\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/win32resource.rc\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/version.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincids.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincontroller.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincontroller.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginentry.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginprocessor.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginprocessor.h C:\\Program Files\\CMake\\bin\\CMake.exe -G \"Visual Studio 17 2022\" -A x64 -S \"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\\AGain\" -B \"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\\AGain\\build\" -DSMTG_ADD_VSTGUI=ON -- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.\n-- The C compiler identification is MSVC 19.34.31935.0\n-- The CXX compiler identification is MSVC 19.34.31935.0\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped\n-- Detecting CXX compile features\n-- Detecting CXX compile features - done\n-- [SMTG] CMAKE_SOURCE_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain\n-- [SMTG] CMAKE_CURRENT_LIST_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk\n-- [SMTG] Disable all VST3 samples\n-- [SMTG] SMTG_VSTGUI_SOURCE_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk/vstgui4\n-- Could NOT find EXPAT (missing: EXPAT_LIBRARY EXPAT_INCLUDE_DIR) -- VSTGUI will use the embedded Expat package!\n-- [SMTG] SMTG_AAX_SDK_PATH is not set. If you need it, please download the AAX SDK!\n-- Performing Test SMTG_USE_STDATOMIC_H\n-- Performing Test SMTG_USE_STDATOMIC_H - Failed\n-- [SMTG] Setup running moduleinfotool for AGain\n-- [SMTG] Setup running validator for AGain\n-- [SMTG] SMTG_PLUGIN_TARGET_PATH is set to: C:\\Users\\YGrabit\\AppData\\Local\\Programs\\Common\\VST3\n-- Configuring done\n-- Generating done\n-- Build files have been written to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/build That´s it! You can contribute to this project on https://github.com/steinbergmedia/vst3projectgenerator !","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Setting and creating a plug-in project","id":"88","title":"Setting and creating a plug-in project"},"89":{"body":"BSD style VST3ProjectGenerator LICENSE\n(c) Steinberg Media Technologies, All Rights Reserved Redistribution and use in source and binary forms, with orwithout modification,\nare permitted provided that the following conditions are met: * Redistributions of source code must retain the abovecopyright notice,\nthis list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the abovecopyright notice,\nthis list of conditions and the following disclaimer inthe documentation\nand/or other materials provided with the distribution.\n* Neither the name of the Steinberg Media Technologies northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ANDCONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULARPURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST3 Project Generator License","id":"89","title":"VST3 Project Generator License"},"9":{"body":"Browse the VST 3 SDK 's technical documentation. The full VST 3 API reference is only available in the VST 3 Package that you can download or find online here.","breadcrumbs":"VST » Technical Documentation","id":"9","title":"Technical Documentation"},"90":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Validator command line","breadcrumbs":"What is the VST 3 SDK? » Validator command line » Validator command line","id":"90","title":"Validator command line"},"91":{"body":"As Cross-platform source code: The validator is a small command line host application (source code included) which can be used to check your plug-in for VST 3 conformity. You can also write your own test code and let the validator execute it. Very nice for automatic build server integration.","breadcrumbs":"What is the VST 3 SDK? » Validator command line » Validator command line","id":"91","title":"Validator command line"},"92":{"body":"/ VST Home / What is the VST 3 SDK? On this page: AudioHost","breadcrumbs":"What is the VST 3 SDK? » AudioHost Application » AudioHost Application","id":"92","title":"AudioHost Application"},"93":{"body":"As Cross-platform source code: Simple cross-platform (only tested on Linux) host application allowing you to register a VST 3 plug-in with Jack Server. First, you have to download the Jack Audio SDK and application server ( http://www.jackaudio.org ). Windows (not tested): audiohost.exe \"C:\\PATH_TO_PLUGIN\" macOS (not tested) Linux: audiohost PATH_TO_PLUGIN On Windows and macOS, you can also drag and drop a VST 3 plug-in on the executable via Explorer/Finder. Check the folder \"public.sdk/samples/vst-hosting/audiohost\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » AudioHost Application » AudioHost","id":"93","title":"AudioHost"},"94":{"body":"/ VST Home / What is the VST 3 SDK? On this page: EditorHost","breadcrumbs":"What is the VST 3 SDK? » EditorHost Application » EditorHost Application","id":"94","title":"EditorHost Application"},"95":{"body":"As Cross-platform source code: Simple cross-platform (Win/macOS/Linux) host application allowing you to open the editor of a VST 3 plug-in (with HiDPI support on Windows/macOS). Call it from the command line: Windows: editorhost.exe \"C:\\PATH_TO_PLUGIN\" macOS/Linux: editorhost PATH_TO_PLUGIN On Windows and macOS you can also drag and drop a VST 3 plug-in on the executable via Explorer/Finder. Check the folder \"public.sdk/samples/vst-hosting/editorhost\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » EditorHost Application » EditorHost","id":"95","title":"EditorHost"},"96":{"body":"/ VST Home / What is the VST 3 SDK? On this page: VST 3 Inspector","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector Application » VST 3 Inspector Application","id":"96","title":"VST 3 Inspector Application"},"97":{"body":"As Cross-platform source code: Simple cross-platform (Win/macOS/Linux) host application, built with VSTGUI, which scans the VST 3 Folder, collects information from the factory about each VST 3 plug-in and display it in its UI. what_if_7 Check the folder \"public.sdk/samples/vst-hosting/inspectorapp\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector Application » VST 3 Inspector","id":"97","title":"VST 3 Inspector"},"98":{"body":"/ VST Home / What is the VST 3 SDK? On this page: VST 3 - VST 2.x Wrapper VST 3 - AAX Wrapper VST 3 - Audio Unit v3 Wrapper VST 3 - Audio Unit Wrapper Related pages: iOS Inter-App Audio support These wrappers allow you to create versions of your VST 3 plug-in in other plug-in formats with minimum effort: AAX format used by Pro Tools® AUv3 and AU (Audio Unit) on Apple platform VST 2 (deprecated) Check the folder \"public.sdk/source/vst/aaxwrapper\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX, AUv3, AU and VST 2 Wrappers","id":"98","title":"AAX, AUv3, AU and VST 2 Wrappers"},"99":{"body":"Helper Class wrapping a VST 3 plug-in to a VST 2.4 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - VST 2.x Wrapper","id":"99","title":"VST 3 - VST 2.x Wrapper"}},"length":749,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{")":{"4":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"1":{",":{"2":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"502":{"tf":1.0}}},"1":{"df":1,"docs":{"528":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":1,"docs":{"572":{"tf":1.0}}}},"5":{"df":2,"docs":{"234":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"df":0,"docs":{},"f":{"df":3,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}},"0":{"1":{"1":{"df":3,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"472":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":2,"docs":{"15":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"8":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":44,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":3.0},"238":{"tf":2.23606797749979},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"249":{"tf":3.1622776601683795},"252":{"tf":3.3166247903554},"253":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"478":{"tf":1.0},"486":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"508":{"tf":3.872983346207417},"511":{"tf":3.7416573867739413},"525":{"tf":2.0},"538":{"tf":1.0},"552":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0},"691":{"tf":2.23606797749979},"703":{"tf":1.0}},"u":{"df":1,"docs":{"250":{"tf":1.0}}},"x":{"0":{"3":{"df":1,"docs":{"472":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"d":{"a":{"5":{"4":{"d":{"2":{"df":1,"docs":{"88":{"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":{"a":{"0":{"c":{"c":{"2":{"6":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"0":{"d":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"3":{"5":{"a":{"1":{"8":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"4":{"a":{"df":0,"docs":{},"f":{"5":{"2":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"6":{"8":{"d":{"4":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"1":{"df":0,"docs":{},"e":{"2":{"4":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"8":{"d":{"df":0,"docs":{},"e":{"9":{"2":{"2":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"df":0,"docs":{},"e":{"8":{"5":{"7":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"8":{"b":{"df":0,"docs":{},"f":{"b":{"3":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"9":{"9":{"3":{"3":{"0":{"9":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"b":{"0":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"9":{"d":{"b":{"b":{"d":{"6":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"1":{"2":{"5":{"c":{"3":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"8":{"8":{"9":{"6":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"1":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"7":{"c":{"4":{"0":{"a":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}}},"0":{".":{"0":{".":{"1":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.4142135623730951},"447":{"tf":2.0},"467":{"tf":1.4142135623730951},"502":{"tf":1.0},"591":{"tf":1.4142135623730951},"625":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"t":{"d":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"/":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{"1":{"9":{"0":{"4":{"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"0":{"0":{".":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"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":{"df":1,"docs":{"645":{"tf":1.0}}},"3":{"df":2,"docs":{"49":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"1":{"df":1,"docs":{"428":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"df":2,"docs":{"157":{"tf":1.0},"252":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"544":{"tf":1.0},"671":{"tf":1.0}}},"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":14,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"29":{"tf":1.0},"378":{"tf":1.0},"428":{"tf":1.0},"49":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"572":{"tf":1.0},"627":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}},"1":{".":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"138":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"428":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"508":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"447":{"tf":1.0}}},"8":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":4,"docs":{"508":{"tf":2.0},"511":{"tf":2.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951}}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"4":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"225":{"tf":1.0},"447":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"580":{"tf":1.0},"621":{"tf":1.0}}},"5":{"df":6,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"246":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772}}},"6":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":9,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"359":{"tf":2.449489742783178},"447":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"613":{"tf":1.0},"65":{"tf":1.0},"691":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"225":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"8":{",":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"5":{".":{"0":{"df":1,"docs":{"88":{"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":{"6":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.0}}},"8":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":68,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":2.8284271247461903},"239":{"tf":2.6457513110645907},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":2.6457513110645907},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"502":{"tf":3.0},"508":{"tf":3.605551275463989},"510":{"tf":1.4142135623730951},"511":{"tf":4.123105625617661},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"533":{"tf":1.0},"546":{"tf":1.4142135623730951},"552":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"562":{"tf":1.0},"569":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.0},"608":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"2":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":9,"docs":{"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"1":{"4":{"7":{".":{"4":{"8":{"3":{".":{"6":{"4":{"8":{"df":1,"docs":{"368":{"tf":1.0}}},"9":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"621":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"639":{"tf":1.0}}},"1":{"df":1,"docs":{"223":{"tf":1.0}}},"2":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"8":{".":{"1":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"1":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}},"4":{"df":3,"docs":{"104":{"tf":1.0},"246":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"592":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.0},"690":{"tf":1.0},"724":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"0":{".":{"0":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"df":3,"docs":{"117":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}},"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":3,"docs":{"604":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"149":{"tf":1.0},"659":{"tf":1.0}}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"649":{"tf":1.0},"651":{"tf":1.0}}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":3,"docs":{"604":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":3,"docs":{"604":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"639":{"tf":1.0}}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":3,"docs":{"604":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"629":{"tf":1.0}}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":3,"docs":{"604":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":3,"docs":{"604":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"147":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"49":{"tf":1.4142135623730951},"615":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":3,"docs":{"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"141":{"tf":1.0},"225":{"tf":1.0},"621":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":1,"docs":{"366":{"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":{}},"2":{".":{"0":{"4":{"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"^":{"3":{"1":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"d":{"df":3,"docs":{"560":{"tf":1.0},"639":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"625":{"tf":1.0}}},"df":107,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":3.3166247903554},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"278":{"tf":1.0},"281":{"tf":1.0},"296":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"344":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"444":{"tf":1.0},"46":{"tf":1.0},"465":{"tf":1.0},"476":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":2.449489742783178},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"552":{"tf":1.0},"569":{"tf":1.0},"593":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":2.8284271247461903},"691":{"tf":2.23606797749979},"692":{"tf":2.0},"693":{"tf":1.7320508075688772},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"732":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.4142135623730951}},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"3":{"+":{"7":{"+":{"0":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"5":{",":{"7":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":41,"docs":{"286":{"tf":2.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"368":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":2.0},"453":{"tf":1.7320508075688772},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.7320508075688772},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"604":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"704":{"tf":1.0}}},"1":{"df":12,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"495":{"tf":1.0},"573":{"tf":1.0},"604":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"704":{"tf":1.0}}},"2":{"df":9,"docs":{"286":{"tf":1.0},"301":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"604":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":2,"docs":{"171":{"tf":1.0},"661":{"tf":1.0}}},"1":{".":{"0":{"df":15,"docs":{"286":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"604":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":1,"docs":{"339":{"tf":1.0}}},"5":{".":{"0":{"df":25,"docs":{"286":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"444":{"tf":1.4142135623730951},"452":{"tf":2.23606797749979},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"606":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":2.449489742783178},"704":{"tf":1.0}}},"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0}}},"6":{".":{"0":{"df":11,"docs":{"115":{"tf":1.0},"286":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"452":{"tf":1.4142135623730951},"529":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"604":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951}}},"1":{"0":{"df":12,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"318":{"tf":1.0},"423":{"tf":1.0},"427":{"tf":1.0},"443":{"tf":1.0},"452":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"604":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"1":{"df":12,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"2":{"df":20,"docs":{"286":{"tf":2.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"444":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"452":{"tf":2.0},"489":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"604":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":17,"docs":{"286":{"tf":2.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"452":{"tf":2.0},"545":{"tf":1.0},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"604":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"6":{"df":9,"docs":{"286":{"tf":1.0},"316":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"604":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0}}},"8":{"df":9,"docs":{"286":{"tf":1.0},"317":{"tf":1.0},"452":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"604":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"724":{"tf":2.0}}},"9":{"df":4,"docs":{"604":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"724":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{".":{"0":{"df":17,"docs":{"286":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":2.0},"581":{"tf":1.0},"582":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"604":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":4,"docs":{"604":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"724":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"265":{"tf":1.0},"286":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"452":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"6":{"df":3,"docs":{"604":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0}}},"8":{"df":4,"docs":{"364":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":11,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":2,"docs":{"641":{"tf":1.0},"724":{"tf":1.0}}}},"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"<":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"434":{"tf":2.23606797749979},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0}}}}},"df":14,"docs":{"188":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.23606797749979},"368":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":2.8284271247461903},"615":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"714":{"tf":1.0}}},"5":{"df":1,"docs":{"145":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"df":13,"docs":{"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}},"df":347,"docs":{"1":{"tf":2.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"11":{"tf":1.7320508075688772},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"127":{"tf":2.23606797749979},"130":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":2.449489742783178},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":2.8284271247461903},"156":{"tf":2.8284271247461903},"157":{"tf":2.449489742783178},"158":{"tf":2.0},"159":{"tf":1.0},"16":{"tf":2.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.6457513110645907},"165":{"tf":1.4142135623730951},"17":{"tf":3.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.8284271247461903},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":2.8284271247461903},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"23":{"tf":1.0},"230":{"tf":2.8284271247461903},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.23606797749979},"264":{"tf":2.23606797749979},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":3.0},"330":{"tf":2.449489742783178},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":2.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.7320508075688772},"364":{"tf":1.0},"365":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"39":{"tf":1.0},"390":{"tf":1.0},"399":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"43":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.7320508075688772},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"444":{"tf":2.0},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":2.0},"451":{"tf":1.7320508075688772},"458":{"tf":1.0},"46":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"47":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"483":{"tf":1.0},"489":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"502":{"tf":2.8284271247461903},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"51":{"tf":1.0},"513":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.7320508075688772},"520":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"562":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":2.8284271247461903},"604":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.23606797749979},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":2.0},"637":{"tf":2.0},"639":{"tf":2.23606797749979},"641":{"tf":3.1622776601683795},"643":{"tf":2.23606797749979},"645":{"tf":2.23606797749979},"647":{"tf":2.23606797749979},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"655":{"tf":2.6457513110645907},"662":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.449489742783178},"691":{"tf":1.4142135623730951},"692":{"tf":2.0},"693":{"tf":1.7320508075688772},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":2.449489742783178},"701":{"tf":2.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.7320508075688772},"708":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.0},"715":{"tf":3.605551275463989},"716":{"tf":1.4142135623730951},"717":{"tf":2.23606797749979},"718":{"tf":1.7320508075688772},"719":{"tf":2.6457513110645907},"720":{"tf":1.7320508075688772},"721":{"tf":2.449489742783178},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":3.0},"729":{"tf":1.0},"745":{"tf":1.4142135623730951},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":2.6457513110645907},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}},"r":{"d":{"df":9,"docs":{"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"639":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"4":{"+":{"5":{"+":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"691":{"tf":1.0}}},"1":{".":{"2":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"621":{"tf":1.0}}},"1":{".":{"1":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"615":{"tf":1.0}}},"2":{".":{"3":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"610":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"4":{".":{"9":{"6":{"7":{".":{"2":{"9":{"6":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"647":{"tf":1.4142135623730951},"659":{"tf":1.0},"704":{"tf":1.0}}},"3":{".":{"1":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"539":{"tf":1.0},"643":{"tf":1.0}}},"6":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"629":{"tf":1.0}}},"9":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"145":{"tf":1.0}}},"df":23,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.4142135623730951},"691":{"tf":1.0}}},"5":{".":{"1":{"df":2,"docs":{"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"5":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":2,"docs":{"623":{"tf":1.0},"741":{"tf":1.0}}},"7":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"d":{"1":{"df":0,"docs":{},"f":{"a":{"9":{"7":{"4":{"d":{"6":{"6":{"8":{"0":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"b":{"9":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"1":{"d":{"2":{"3":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"647":{"tf":1.0}}},"6":{".":{"0":{".":{"5":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"368":{"tf":1.0},"39":{"tf":1.0},"434":{"tf":2.23606797749979},"617":{"tf":1.0},"641":{"tf":1.0},"69":{"tf":1.0}}}}},"df":12,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.23606797749979},"427":{"tf":2.0},"429":{"tf":1.0},"447":{"tf":2.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"127":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"583":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"6":{"5":{"c":{"d":{"1":{"b":{"8":{"3":{"a":{"4":{"a":{"df":0,"docs":{},"f":{"4":{"8":{"0":{"a":{"a":{"7":{"9":{"2":{"9":{"a":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"8":{"a":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":14,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"445":{"tf":1.0},"447":{"tf":2.0},"478":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}},"8":{".":{"1":{"df":3,"docs":{"49":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"9":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"3":{"c":{"9":{"3":{"5":{"a":{"1":{"8":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"430":{"tf":1.0},"562":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":22,"docs":{"127":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.0},"430":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"445":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.7320508075688772}}},"9":{".":{"0":{"/":{"9":{".":{"1":{"/":{"1":{"0":{".":{"0":{"/":{"1":{"0":{".":{"1":{"/":{"1":{"1":{".":{"0":{"/":{"1":{"1":{".":{"1":{"/":{"1":{"3":{".":{"0":{"/":{"1":{"3":{".":{"1":{"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"686":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"686":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"438":{"tf":1.0},"517":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"m":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"562":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"/":{"b":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"0":{"b":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"4":{"0":{"0":{"5":{"d":{"9":{"b":{"4":{"7":{"9":{"6":{"7":{"1":{"7":{"7":{"df":0,"docs":{},"e":{"3":{"7":{"a":{"6":{"7":{"1":{"8":{"9":{"1":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"627":{"tf":1.7320508075688772},"629":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"613":{"tf":1.0},"88":{"tf":2.0}},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":11,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"333":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"145":{"tf":1.0},"150":{"tf":1.0},"239":{"tf":1.4142135623730951},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"311":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"507":{"tf":1.0},"543":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"28":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"507":{"tf":1.0},"532":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"359":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"391":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"390":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"374":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"253":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"374":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"385":{"tf":1.0},"447":{"tf":1.0},"510":{"tf":1.0},"55":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"639":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"386":{"tf":1.0},"748":{"tf":1.0}},"i":{"c":{"a":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":2,"docs":{"469":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"309":{"tf":1.0},"527":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"699":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"467":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"467":{"tf":1.0},"635":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"286":{"tf":1.0},"317":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"391":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":2.449489742783178},"470":{"tf":1.0},"532":{"tf":1.7320508075688772},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"560":{"tf":1.0},"623":{"tf":1.0},"639":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"487":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":28,"docs":{"172":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"359":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"575":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"681":{"tf":1.0},"712":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}}}},"c":{"df":2,"docs":{"162":{"tf":2.0},"748":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":69,"docs":{"105":{"tf":1.4142135623730951},"111":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"351":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":2.0},"534":{"tf":1.0},"535":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"541":{"tf":1.0},"595":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":3.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":1.0},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"643":{"tf":2.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":2.23606797749979},"664":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":1,"docs":{"572":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"466":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"138":{"tf":1.0},"16":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"499":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"362":{"tf":1.0},"371":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"362":{"tf":1.0},"547":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"145":{"tf":1.0},"225":{"tf":1.0},"338":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"606":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"525":{"tf":1.4142135623730951},"593":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"655":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"221":{"tf":1.0},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.0}}}}}}}}},"o":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"613":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"32":{"tf":1.4142135623730951},"390":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"748":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"368":{"tf":1.0},"373":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":6,"docs":{"249":{"tf":1.0},"276":{"tf":1.0},"462":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"562":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"476":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"a":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"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":2,"docs":{"55":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":28,"docs":{"114":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0},"405":{"tf":1.0},"430":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":2.0},"561":{"tf":1.0},"564":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"705":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"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":{}}}}}}}}}},"df":1,"docs":{"18":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"239":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"124":{"tf":1.0},"129":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"147":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"647":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":3.0},"726":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"494":{"tf":1.0},"649":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"a":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":10,"docs":{"188":{"tf":1.0},"233":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"281":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"476":{"tf":1.0},"671":{"tf":1.0}}}}}}}}},"i":{"a":{"df":1,"docs":{"114":{"tf":1.0}},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"340":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.4142135623730951},"727":{"tf":1.0},"739":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":132,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"368":{"tf":2.449489742783178},"371":{"tf":1.4142135623730951},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"436":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"668":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.7320508075688772},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"373":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":20,"docs":{"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"263":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":1.0},"534":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}},"n":{"df":6,"docs":{"147":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"335":{"tf":1.0},"342":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.4142135623730951},"717":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"351":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"29":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0},"748":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"331":{"tf":1.0},"371":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"382":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"664":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"469":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.0},"747":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"245":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"331":{"tf":1.4142135623730951},"349":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.0},"457":{"tf":1.0},"469":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"557":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"371":{"tf":1.0},"662":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"727":{"tf":1.0},"734":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"333":{"tf":1.4142135623730951},"360":{"tf":1.0},"508":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"446":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"408":{"tf":3.0},"409":{"tf":2.8284271247461903},"410":{"tf":2.6457513110645907}},"i":{"'":{"df":2,"docs":{"530":{"tf":1.0},"613":{"tf":1.0}}},"df":21,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"33":{"tf":1.0},"330":{"tf":2.0},"345":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":2.449489742783178},"396":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":2.0},"610":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"p":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":34,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.0},"621":{"tf":1.4142135623730951},"647":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":1.0},"369":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}},"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"d":{"df":1,"docs":{"532":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"747":{"tf":1.7320508075688772},"98":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"14":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"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":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":71,"docs":{"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"18":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"288":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":2.0},"368":{"tf":1.0},"382":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.0},"484":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"69":{"tf":2.0},"748":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":18,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"20":{"tf":1.4142135623730951},"231":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"252":{"tf":1.0},"258":{"tf":1.4142135623730951},"385":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.4142135623730951},"487":{"tf":1.0},"508":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"724":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"147":{"tf":1.0},"362":{"tf":1.0},"470":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"427":{"tf":2.449489742783178},"428":{"tf":1.4142135623730951},"429":{"tf":1.7320508075688772},"49":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"391":{"tf":1.0},"436":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"373":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"3":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"427":{"tf":2.23606797749979},"428":{"tf":2.6457513110645907},"49":{"tf":1.4142135623730951},"613":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.449489742783178},"430":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.0},"608":{"tf":1.0}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"162":{"tf":1.0},"427":{"tf":1.4142135623730951},"608":{"tf":1.0},"619":{"tf":1.0}},"v":{"3":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"4":{"b":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"l":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"6":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"7":{"df":0,"docs":{},"l":{"df":2,"docs":{"429":{"tf":1.0},"430":{"tf":1.0}}}},"8":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"338":{"tf":1.7320508075688772},"404":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":1.4142135623730951},"416":{"tf":1.0},"464":{"tf":1.7320508075688772},"468":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":2.449489742783178},"474":{"tf":3.0},"475":{"tf":1.7320508075688772},"507":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.0},"682":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.7320508075688772},"710":{"tf":1.0}}}},"y":{"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"533":{"tf":1.4142135623730951},"596":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},"df":2,"docs":{"249":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"302":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"496":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"232":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"359":{"tf":1.0}},"i":{"[":{"1":{"2":{"8":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"360":{"tf":1.0},"436":{"tf":1.0},"544":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}},"o":{"df":6,"docs":{"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}}},"k":{"df":34,"docs":{"151":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.4142135623730951},"378":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"547":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"599":{"tf":1.0},"631":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"715":{"tf":1.0},"727":{"tf":1.0},"748":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":18,"docs":{"177":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.0},"313":{"tf":1.4142135623730951},"356":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.7320508075688772},"452":{"tf":1.0},"507":{"tf":1.4142135623730951},"517":{"tf":1.0},"548":{"tf":1.0},"575":{"tf":1.0},"645":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"549":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"368":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"480":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"568":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"342":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"606":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"621":{"tf":1.0},"659":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"540":{"tf":1.0},"557":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"427":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"142":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"343":{"tf":1.0},"386":{"tf":2.0},"427":{"tf":1.0},"447":{"tf":1.0},"480":{"tf":1.7320508075688772},"543":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"701":{"tf":1.0},"709":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"252":{"tf":2.8284271247461903},"253":{"tf":2.449489742783178},"257":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":156,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"14":{"tf":2.449489742783178},"156":{"tf":1.0},"16":{"tf":2.8284271247461903},"162":{"tf":2.23606797749979},"171":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":3.1622776601683795},"251":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":2.6457513110645907},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.0},"261":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"29":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":1.0},"336":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":2.8284271247461903},"397":{"tf":2.6457513110645907},"4":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"430":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"45":{"tf":1.0},"452":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"466":{"tf":2.6457513110645907},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.4142135623730951},"471":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":2.23606797749979},"529":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":1.0},"591":{"tf":2.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":1.4142135623730951},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"69":{"tf":1.0},"693":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.23606797749979},"74":{"tf":1.0},"748":{"tf":2.8284271247461903},"77":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"105":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"476":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":8,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"410":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"45":{"tf":1.0},"533":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":20,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"533":{"tf":1.0}}},"i":{"df":1,"docs":{"533":{"tf":1.0}}},"m":{"df":1,"docs":{"533":{"tf":1.0}}},"o":{"df":2,"docs":{"29":{"tf":1.0},"649":{"tf":1.0}}},"x":{"df":1,"docs":{"533":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":8,"docs":{"236":{"tf":1.0},"249":{"tf":4.358898943540674},"250":{"tf":1.4142135623730951},"252":{"tf":4.58257569495584},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"575":{"tf":1.0},"692":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"108":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"469":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"532":{"tf":1.0},"582":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"736":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}},"df":45,"docs":{"14":{"tf":1.0},"157":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"289":{"tf":1.0},"315":{"tf":1.4142135623730951},"32":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"367":{"tf":2.0},"368":{"tf":2.23606797749979},"369":{"tf":1.0},"371":{"tf":2.8284271247461903},"372":{"tf":2.23606797749979},"373":{"tf":2.449489742783178},"374":{"tf":3.3166247903554},"375":{"tf":1.0},"378":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.7320508075688772},"487":{"tf":1.0},"490":{"tf":1.4142135623730951},"501":{"tf":1.0},"522":{"tf":1.0},"55":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":2.23606797749979},"668":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"736":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"2":{"df":3,"docs":{"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"621":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}}}},"3":{"df":21,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"747":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"613":{"tf":1.0},"617":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"465":{"tf":1.0},"466":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}}}},"df":40,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"267":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"469":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"543":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"72":{"tf":1.0},"724":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"639":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"225":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"687":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"284":{"tf":1.0},"333":{"tf":1.0}}},"y":{"df":3,"docs":{"130":{"tf":1.0},"727":{"tf":1.0},"737":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"145":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"250":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"469":{"tf":1.0},"532":{"tf":1.0},"585":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"268":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"l":{"a":{"b":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"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":1,"docs":{"700":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"1":{"0":{"_":{"6":{".":{"df":0,"docs":{},"x":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"534":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"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":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":43,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"242":{"tf":1.0},"264":{"tf":1.0},"312":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.0},"429":{"tf":1.0},"45":{"tf":1.0},"454":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"715":{"tf":2.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"729":{"tf":1.0},"748":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"i":{"c":{"df":23,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.7320508075688772},"348":{"tf":1.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"454":{"tf":1.0},"484":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":2,"docs":{"12":{"tf":1.0},"16":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"469":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"147":{"tf":1.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"671":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"372":{"tf":1.0},"476":{"tf":1.0},"621":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":27,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"354":{"tf":2.449489742783178},"359":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"462":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"510":{"tf":1.4142135623730951},"527":{"tf":1.0},"557":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"707":{"tf":1.4142135623730951},"726":{"tf":1.0},"741":{"tf":1.0},"86":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"338":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"736":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"360":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"269":{"tf":1.0},"392":{"tf":1.0},"395":{"tf":1.0},"536":{"tf":1.0},"606":{"tf":1.0},"635":{"tf":1.0},"743":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"330":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"346":{"tf":1.0},"465":{"tf":1.0}}}},"w":{"df":10,"docs":{"1":{"tf":1.0},"361":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.0},"508":{"tf":1.4142135623730951},"517":{"tf":1.0},"522":{"tf":1.0},"662":{"tf":1.0},"74":{"tf":1.0}}}}},"n":{"d":{"df":2,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"359":{"tf":1.0},"397":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"17":{"tf":1.0},"252":{"tf":1.0},"307":{"tf":1.0},"359":{"tf":1.0},"501":{"tf":1.0},"513":{"tf":1.0},"557":{"tf":1.0},"589":{"tf":1.0},"610":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"635":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":51,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"527":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"589":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"72":{"tf":1.0},"748":{"tf":1.0}}}}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":2.0},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"r":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"522":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":28,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"352":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"472":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"726":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"d":{"df":3,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"608":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}}}}}},"df":23,"docs":{"130":{"tf":1.0},"188":{"tf":1.4142135623730951},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":3.0},"254":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"370":{"tf":1.0},"427":{"tf":2.449489742783178},"429":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"447":{"tf":4.358898943540674},"478":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"14":{"tf":1.0},"389":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":19,"docs":{"14":{"tf":2.0},"235":{"tf":1.7320508075688772},"249":{"tf":6.164414002968976},"250":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"338":{"tf":2.23606797749979},"374":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":2.8284271247461903},"486":{"tf":3.605551275463989},"487":{"tf":1.4142135623730951},"500":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":2.0},"673":{"tf":1.0},"687":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"633":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":2.0}}},"l":{"df":5,"docs":{"239":{"tf":1.0},"250":{"tf":2.0},"499":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"359":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"454":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":1.0},"700":{"tf":1.0},"731":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"391":{"tf":1.0},"88":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":10,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"504":{"tf":1.0},"631":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"161":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"610":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":15,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"343":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951},"547":{"tf":2.0},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"608":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"691":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}},"s":{"df":4,"docs":{"159":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"286":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"72":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"s":{"d":{"df":3,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":52,"docs":{"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"320":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"389":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"445":{"tf":2.0},"452":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":2.23606797749979},"466":{"tf":2.449489742783178},"467":{"tf":2.0},"468":{"tf":2.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"491":{"tf":1.0},"508":{"tf":2.449489742783178},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"571":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":2.23606797749979},"710":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"235":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"338":{"tf":2.6457513110645907},"405":{"tf":1.0},"478":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"606":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903},"674":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}}},"g":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":67,"docs":{"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"178":{"tf":3.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.0},"208":{"tf":2.449489742783178},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"213":{"tf":2.449489742783178},"214":{"tf":1.7320508075688772},"217":{"tf":2.449489742783178},"218":{"tf":2.23606797749979},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":2.0},"281":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"641":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":2.23606797749979},"721":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"174":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"365":{"tf":1.0},"44":{"tf":1.0},"589":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":25,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"267":{"tf":1.0},"318":{"tf":1.0},"354":{"tf":1.4142135623730951},"364":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"532":{"tf":1.0},"562":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"416":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}}},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"491":{"tf":1.7320508075688772},"508":{"tf":3.4641016151377544},"511":{"tf":2.449489742783178},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"466":{"tf":1.7320508075688772},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"467":{"tf":1.4142135623730951},"591":{"tf":1.0}}}}}},"s":{"df":19,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"338":{"tf":1.7320508075688772},"381":{"tf":1.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":2.6457513110645907},"466":{"tf":2.0},"467":{"tf":2.23606797749979},"468":{"tf":2.23606797749979},"473":{"tf":1.0},"549":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.7320508075688772},"706":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"337":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"412":{"tf":1.0},"502":{"tf":1.0},"513":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"78":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"255":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"368":{"tf":2.8284271247461903},"55":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.6457513110645907}}}}},"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"436":{"tf":3.0}}}}}},"c":{"+":{"+":{"1":{"1":{"df":5,"docs":{"532":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}},"4":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"610":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"3":{".":{"7":{".":{"6":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"7":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"355":{"tf":1.0},"713":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"\\":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"3":{".":{"7":{".":{"7":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"583":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"382":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"374":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"335":{"tf":1.0},"373":{"tf":1.0},"391":{"tf":1.0},"463":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"488":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.4142135623730951},"559":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":109,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"294":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":2.0},"338":{"tf":3.3166247903554},"339":{"tf":1.0},"340":{"tf":2.449489742783178},"342":{"tf":1.4142135623730951},"343":{"tf":1.0},"354":{"tf":3.0},"357":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":3.1622776601683795},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":2.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772},"407":{"tf":1.0},"411":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":2.8284271247461903},"463":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"475":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"536":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"559":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.0},"608":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.7320508075688772},"670":{"tf":2.23606797749979},"671":{"tf":2.0},"672":{"tf":2.23606797749979},"674":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"683":{"tf":2.0},"685":{"tf":2.449489742783178},"686":{"tf":1.0},"687":{"tf":2.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0},"727":{"tf":2.0},"736":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"744":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"447":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.0},"532":{"tf":1.4142135623730951},"670":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.0}}}}},"d":{"df":1,"docs":{"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"233":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"511":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"687":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":65,"docs":{"11":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":2.23606797749979},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.4142135623730951},"397":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"434":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.7320508075688772},"508":{"tf":1.7320508075688772},"511":{"tf":3.872983346207417},"525":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"585":{"tf":1.0},"613":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":2.0},"706":{"tf":1.4142135623730951},"72":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.0}}},"t":{"df":3,"docs":{"362":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"127":{"tf":1.0},"139":{"tf":2.0},"162":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":2.449489742783178},"358":{"tf":1.0},"366":{"tf":1.7320508075688772},"386":{"tf":1.7320508075688772},"608":{"tf":1.0},"62":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"339":{"tf":1.0},"351":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"481":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":14,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"58":{"tf":1.0},"631":{"tf":1.4142135623730951},"668":{"tf":1.0}}},"d":{"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"280":{"tf":1.0}}},"df":31,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":2.23606797749979},"168":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"532":{"tf":1.4142135623730951},"606":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.23606797749979},"615":{"tf":2.449489742783178},"621":{"tf":2.0},"625":{"tf":2.0},"641":{"tf":1.0},"691":{"tf":1.4142135623730951},"747":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"513":{"tf":2.0},"514":{"tf":4.123105625617661}},"s":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"23":{"tf":1.0},"259":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"f":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}}}}},"df":24,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.0},"257":{"tf":1.0},"260":{"tf":1.0},"337":{"tf":1.0},"386":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.4641016151377544},"470":{"tf":1.4142135623730951},"474":{"tf":2.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"n":{"c":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":169,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.0},"253":{"tf":2.23606797749979},"254":{"tf":2.0},"269":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":2.449489742783178},"339":{"tf":1.4142135623730951},"342":{"tf":2.0},"351":{"tf":1.0},"359":{"tf":2.449489742783178},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"371":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":2.0},"376":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":2.23606797749979},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.4142135623730951},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"464":{"tf":1.0},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":2.23606797749979},"490":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"527":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.0},"608":{"tf":1.7320508075688772},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.449489742783178},"618":{"tf":1.0},"619":{"tf":2.0},"620":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":1.7320508075688772},"642":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":2.0},"648":{"tf":1.0},"649":{"tf":2.23606797749979},"65":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.4142135623730951},"658":{"tf":1.0},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"660":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"668":{"tf":1.7320508075688772},"669":{"tf":2.449489742783178},"670":{"tf":2.0},"671":{"tf":1.7320508075688772},"672":{"tf":2.23606797749979},"673":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"719":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"741":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"/":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"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":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"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":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":47,"docs":{"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":2.449489742783178},"249":{"tf":3.4641016151377544},"258":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.4142135623730951},"286":{"tf":1.0},"312":{"tf":1.4142135623730951},"338":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"447":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":1.0},"491":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":4.0},"510":{"tf":1.0},"511":{"tf":3.1622776601683795},"545":{"tf":1.0},"546":{"tf":2.23606797749979},"547":{"tf":3.0},"569":{"tf":1.7320508075688772},"572":{"tf":1.4142135623730951},"575":{"tf":2.0},"645":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}}}}},"r":{"*":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"264":{"tf":1.0},"359":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"544":{"tf":1.0},"691":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":109,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"436":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"478":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.7320508075688772},"517":{"tf":2.0},"53":{"tf":1.7320508075688772},"532":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"61":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"666":{"tf":1.0},"67":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"645":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"169":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"671":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":26,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"510":{"tf":1.0},"566":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"73":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"230":{"tf":1.0},"359":{"tf":1.0}},"n":{"df":2,"docs":{"385":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"436":{"tf":2.449489742783178}}}}}},"i":{".":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"349":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}}},"df":2,"docs":{"162":{"tf":1.0},"361":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":2,"docs":{"28":{"tf":1.0},"397":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":87,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"156":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"337":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":2.23606797749979},"363":{"tf":3.1622776601683795},"364":{"tf":2.23606797749979},"366":{"tf":2.449489742783178},"37":{"tf":2.0},"390":{"tf":1.0},"436":{"tf":1.0},"454":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"58":{"tf":1.0},"583":{"tf":1.4142135623730951},"59":{"tf":1.0},"596":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":2.0},"693":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"99":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.0},"59":{"tf":1.0},"613":{"tf":1.0}}},"d":{",":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"=":{"\"":{"3":{"4":{"1":{"df":0,"docs":{},"f":{"c":{"5":{"8":{"9":{"8":{"a":{"a":{"a":{"4":{"6":{"a":{"7":{"a":{"5":{"0":{"6":{"b":{"c":{"0":{"7":{"9":{"9":{"df":0,"docs":{},"e":{"8":{"8":{"2":{"a":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"333":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":1.7320508075688772},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"597":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"405":{"tf":1.0},"465":{"tf":1.0},"631":{"tf":1.0},"655":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"235":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"32":{"tf":1.0},"478":{"tf":1.4142135623730951},"627":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"230":{"tf":1.0},"243":{"tf":1.0},"373":{"tf":1.4142135623730951},"428":{"tf":1.0},"524":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"155":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"244":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.0},"450":{"tf":1.0},"625":{"tf":1.0},"86":{"tf":1.0}},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"623":{"tf":1.0},"83":{"tf":1.0}}}}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":58,"docs":{"114":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":2.449489742783178},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":2.8284271247461903},"225":{"tf":1.0},"242":{"tf":1.7320508075688772},"274":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"637":{"tf":2.0},"641":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"711":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.6457513110645907},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"192":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"~":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"o":{"a":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"358":{"tf":1.0}}},"df":64,"docs":{"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"253":{"tf":2.0},"271":{"tf":1.0},"281":{"tf":2.0},"32":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"41":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"436":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.0},"536":{"tf":1.0},"560":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"287":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"465":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"363":{"tf":2.449489742783178},"546":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"645":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":2,"docs":{"517":{"tf":1.4142135623730951},"623":{"tf":1.0}}}}}},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951},"351":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"472":{"tf":1.0},"705":{"tf":1.0}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":2.449489742783178},"703":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":14,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.0},"490":{"tf":1.0},"530":{"tf":1.0},"668":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":25,"docs":{"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"244":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"463":{"tf":1.0},"541":{"tf":1.0},"623":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":11,"docs":{"114":{"tf":1.4142135623730951},"360":{"tf":1.0},"434":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.4142135623730951},"454":{"tf":1.0},"621":{"tf":1.0},"662":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":23,"docs":{"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"316":{"tf":1.0},"330":{"tf":2.0},"339":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"36":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"557":{"tf":1.0},"643":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":1.7320508075688772},"665":{"tf":1.0},"694":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":11,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"18":{"tf":1.0},"276":{"tf":1.4142135623730951},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"747":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"y":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"444":{"tf":1.0},"447":{"tf":1.7320508075688772},"625":{"tf":1.0},"729":{"tf":1.0}}},"t":{"df":41,"docs":{"123":{"tf":1.4142135623730951},"127":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"19":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"327":{"tf":1.0},"345":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"360":{"tf":1.0},"364":{"tf":1.4142135623730951},"366":{"tf":1.0},"395":{"tf":1.0},"428":{"tf":1.0},"452":{"tf":1.0},"507":{"tf":1.0},"55":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.4142135623730951},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"599":{"tf":1.0},"643":{"tf":1.0},"681":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":32,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"360":{"tf":1.0},"49":{"tf":1.0},"613":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":1.4142135623730951},"711":{"tf":1.0},"88":{"tf":3.4641016151377544}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"356":{"tf":1.0},"631":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"x":{"df":12,"docs":{"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"294":{"tf":1.0},"364":{"tf":1.0},"399":{"tf":1.0},"53":{"tf":1.0},"608":{"tf":1.0}}}}},"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":72,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0},"264":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":2.23606797749979},"332":{"tf":1.0},"333":{"tf":2.6457513110645907},"334":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"344":{"tf":2.23606797749979},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"355":{"tf":2.449489742783178},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"454":{"tf":1.7320508075688772},"456":{"tf":1.0},"457":{"tf":2.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.7320508075688772},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"55":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"681":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":2.0},"70":{"tf":1.0},"703":{"tf":1.7320508075688772},"714":{"tf":1.4142135623730951},"731":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":10,"docs":{"475":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.7320508075688772},"560":{"tf":1.0},"575":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"600":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":3,"docs":{"18":{"tf":1.0},"339":{"tf":1.0},"513":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"450":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.4142135623730951},"705":{"tf":1.0},"747":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"336":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"349":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"259":{"tf":1.0},"692":{"tf":1.0},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"541":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"155":{"tf":1.0},"162":{"tf":2.0},"748":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0}},"r":{"df":1,"docs":{"249":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":23,"docs":{"177":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.7320508075688772},"276":{"tf":1.0},"29":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.0},"390":{"tf":1.0},"397":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.23606797749979},"475":{"tf":1.0},"481":{"tf":1.0},"532":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0},"88":{"tf":3.4641016151377544}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"475":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"225":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"137":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"249":{"tf":1.0},"329":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":2.449489742783178},"392":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"405":{"tf":1.4142135623730951},"406":{"tf":1.0},"457":{"tf":1.4142135623730951},"496":{"tf":1.0},"541":{"tf":1.0},"745":{"tf":1.0},"748":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"359":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"i":{"d":{"df":3,"docs":{"371":{"tf":1.0},"469":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"381":{"tf":1.0},"396":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"617":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.4142135623730951},"637":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":11,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"281":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"471":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.4142135623730951},"525":{"tf":1.0},"643":{"tf":1.7320508075688772},"691":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"653":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"639":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"111":{"tf":1.0},"149":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"276":{"tf":1.0},"318":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.4142135623730951},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.8284271247461903},"428":{"tf":1.0},"429":{"tf":1.7320508075688772},"438":{"tf":1.0},"454":{"tf":1.0},"467":{"tf":1.4142135623730951},"487":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"591":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"655":{"tf":1.0},"666":{"tf":1.0},"687":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"327":{"tf":1.0},"364":{"tf":1.0},"391":{"tf":1.0},"430":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"615":{"tf":1.0},"643":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"364":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"366":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":62,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"286":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"448":{"tf":1.0},"450":{"tf":2.449489742783178},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"476":{"tf":2.449489742783178},"484":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.449489742783178},"524":{"tf":2.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"557":{"tf":1.0},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"621":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"697":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":13,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.7320508075688772},"397":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"643":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":107,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":2.6457513110645907},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":2.449489742783178},"321":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":2.6457513110645907},"333":{"tf":2.449489742783178},"334":{"tf":1.0},"335":{"tf":2.0},"337":{"tf":1.7320508075688772},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.8284271247461903},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"366":{"tf":1.0},"368":{"tf":2.23606797749979},"369":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":3.3166247903554},"398":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"446":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"452":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"481":{"tf":1.0},"485":{"tf":1.0},"490":{"tf":2.6457513110645907},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":2.8284271247461903},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"541":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.6457513110645907},"699":{"tf":2.23606797749979},"70":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"742":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"333":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"490":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"389":{"tf":1.0}}},"t":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":12,"docs":{"178":{"tf":1.0},"191":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"359":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.0},"372":{"tf":1.0},"456":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":11,"docs":{"191":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"651":{"tf":1.0},"70":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"_":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"371":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"621":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"713":{"tf":1.0},"88":{"tf":2.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"120":{"tf":1.7320508075688772},"128":{"tf":1.0},"149":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"746":{"tf":1.0},"747":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"114":{"tf":1.0},"225":{"tf":1.0},"709":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"643":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"111":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.4142135623730951},"462":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"253":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"373":{"tf":1.7320508075688772},"391":{"tf":1.0},"478":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"258":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"478":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":10,"docs":{"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.7320508075688772},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"436":{"tf":1.0},"532":{"tf":1.0},"619":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"343":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"331":{"tf":1.0}}}},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"275":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"p":{"df":3,"docs":{"108":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"u":{"df":8,"docs":{"162":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"59":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"610":{"tf":1.4142135623730951},"613":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":115,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.7320508075688772},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":2.6457513110645907},"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"281":{"tf":1.0},"308":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":2.6457513110645907},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.4142135623730951},"395":{"tf":1.0},"4":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"466":{"tf":2.0},"476":{"tf":1.4142135623730951},"485":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"538":{"tf":2.0},"540":{"tf":1.4142135623730951},"58":{"tf":1.0},"585":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.7320508075688772},"619":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"736":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.449489742783178},"98":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"333":{"tf":1.4142135623730951},"361":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"162":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"225":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"342":{"tf":1.4142135623730951},"352":{"tf":1.0},"462":{"tf":1.0},"510":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"426":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"172":{"tf":1.0},"18":{"tf":1.0},"346":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"s":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"613":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"490":{"tf":1.0},"491":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":29,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"382":{"tf":1.7320508075688772},"390":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"561":{"tf":1.0},"566":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"686":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772},"705":{"tf":1.0},"729":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":42,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"328":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"378":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"510":{"tf":1.4142135623730951},"517":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"554":{"tf":1.0},"585":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"686":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"301":{"tf":1.0},"493":{"tf":1.0}}}}},"v":{"df":4,"docs":{"374":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":3.605551275463989},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"225":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.7320508075688772},"427":{"tf":1.4142135623730951},"507":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"608":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":2.449489742783178}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"623":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"235":{"tf":1.0}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"tf":1.0}}}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"641":{"tf":1.0}}},"2":{"df":1,"docs":{"641":{"tf":1.0}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.4142135623730951}}},"df":1,"docs":{"520":{"tf":2.0}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.0},"250":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":65,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"22":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":2.449489742783178},"248":{"tf":1.7320508075688772},"249":{"tf":3.0},"250":{"tf":2.6457513110645907},"252":{"tf":2.8284271247461903},"253":{"tf":3.1622776601683795},"254":{"tf":2.8284271247461903},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"293":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.4142135623730951},"372":{"tf":2.0},"373":{"tf":1.0},"374":{"tf":2.0},"375":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"394":{"tf":2.0},"395":{"tf":2.6457513110645907},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.4142135623730951},"436":{"tf":2.0},"445":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"465":{"tf":1.7320508075688772},"467":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":2.0},"601":{"tf":2.0},"602":{"tf":1.7320508075688772},"606":{"tf":2.23606797749979},"617":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":2.0},"668":{"tf":1.4142135623730951},"671":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":4.0},"250":{"tf":1.0},"606":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"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":1,"docs":{"250":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"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":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{">":{"2":{"0":{"1":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"428":{"tf":1.0},"51":{"tf":1.0},"604":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":13,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"683":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"346":{"tf":1.0}}}},"b":{"df":1,"docs":{"234":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":3,"docs":{"250":{"tf":1.7320508075688772},"510":{"tf":1.0},"511":{"tf":2.449489742783178}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":11,"docs":{"21":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.7320508075688772},"356":{"tf":1.0},"397":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"559":{"tf":1.0},"639":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"359":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"a":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"372":{"tf":1.0}}}}},"d":{"df":6,"docs":{"122":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"466":{"tf":1.0},"551":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"244":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"397":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"714":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"1":{"tf":1.0},"233":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"732":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"f":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"2":{"df":5,"docs":{"596":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":31,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":3.7416573867739413},"234":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"470":{"tf":1.0},"474":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"580":{"tf":1.0},"6":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"659":{"tf":1.0},"671":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":69,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"472":{"tf":1.0},"486":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"546":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.0},"711":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":24,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"242":{"tf":1.0},"295":{"tf":1.0},"32":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"383":{"tf":1.0},"418":{"tf":1.0},"436":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":16,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"281":{"tf":1.0},"331":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"469":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":2.0},"643":{"tf":1.0},"67":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"252":{"tf":1.0},"536":{"tf":1.4142135623730951},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"v":{"df":4,"docs":{"398":{"tf":1.0},"595":{"tf":1.0},"671":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"370":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"124":{"tf":1.0},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"253":{"tf":1.4142135623730951},"331":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"541":{"tf":1.0},"683":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":5,"docs":{"17":{"tf":1.0},"427":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"332":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"540":{"tf":1.0},"689":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"125":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"254":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"465":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"276":{"tf":1.4142135623730951},"289":{"tf":1.0},"367":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.0},"615":{"tf":1.0},"702":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":18,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.4142135623730951},"371":{"tf":1.0},"59":{"tf":1.4142135623730951},"687":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0}}}},"r":{"df":2,"docs":{"465":{"tf":1.0},"589":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"427":{"tf":1.7320508075688772},"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"332":{"tf":1.0},"617":{"tf":1.0},"651":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"445":{"tf":1.4142135623730951},"508":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"88":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"v":{"df":1,"docs":{"171":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":53,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.449489742783178},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"220":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"354":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"4":{"tf":2.0},"428":{"tf":1.0},"434":{"tf":1.0},"446":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"715":{"tf":1.0},"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":3,"docs":{"496":{"tf":2.0},"530":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":2,"docs":{"307":{"tf":1.0},"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"286":{"tf":1.0},"294":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"468":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"230":{"tf":1.0},"384":{"tf":1.0},"84":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":48,"docs":{"127":{"tf":1.0},"16":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"295":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"352":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"395":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"432":{"tf":1.0},"446":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.7320508075688772},"472":{"tf":1.0},"497":{"tf":1.0},"502":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"653":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"238":{"tf":1.0},"686":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}},"i":{"df":1,"docs":{"373":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":2.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"2":{"d":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.4142135623730951},"397":{"tf":1.0},"686":{"tf":2.0},"696":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":23,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"344":{"tf":1.0},"348":{"tf":1.0},"354":{"tf":2.0},"362":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.7320508075688772},"457":{"tf":1.0},"490":{"tf":1.4142135623730951},"513":{"tf":1.0},"557":{"tf":1.4142135623730951},"613":{"tf":1.0},"664":{"tf":1.0},"668":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.0},"713":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"149":{"tf":1.0},"230":{"tf":1.4142135623730951},"276":{"tf":2.0},"562":{"tf":1.0},"88":{"tf":1.0}}}}},"x":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"17":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":2.0},"655":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"469":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"405":{"tf":1.0},"671":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":2.23606797749979},"655":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"370":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"641":{"tf":1.0},"705":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"254":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"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":{},"l":{"a":{"df":0,"docs":{},"y":{"df":23,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"325":{"tf":1.0},"368":{"tf":1.7320508075688772},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"44":{"tf":1.0},"452":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":2.0},"584":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"717":{"tf":1.7320508075688772},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"j":{"df":1,"docs":{"18":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"14":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":2.6457513110645907},"428":{"tf":1.0},"641":{"tf":1.0},"748":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"354":{"tf":1.0},"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"606":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":90,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"208":{"tf":1.0},"221":{"tf":1.0},"230":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.7320508075688772},"345":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"430":{"tf":1.0},"440":{"tf":1.4142135623730951},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"520":{"tf":2.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.0}}},"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"32":{"tf":1.0},"373":{"tf":1.0},"524":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"432":{"tf":1.0},"671":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"747":{"tf":1.4142135623730951}}},"y":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"136":{"tf":2.23606797749979},"139":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"606":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.7320508075688772},"740":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":25,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.7320508075688772},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"362":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"468":{"tf":1.0},"534":{"tf":1.4142135623730951},"669":{"tf":1.0},"724":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":2.449489742783178}}}},"p":{"df":1,"docs":{"686":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"18":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"254":{"tf":1.7320508075688772},"368":{"tf":1.0},"370":{"tf":1.0},"486":{"tf":2.6457513110645907},"508":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}},"e":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"370":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"373":{"tf":1.0},"502":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":28,"docs":{"114":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"229":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"'":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":8,"docs":{"117":{"tf":1.0},"373":{"tf":1.0},"413":{"tf":1.4142135623730951},"45":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"w":{"df":3,"docs":{"582":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"387":{"tf":2.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"=":{"0":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"1":{"0":{".":{"1":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"0":{"df":1,"docs":{"713":{"tf":1.0}}},"1":{"df":2,"docs":{"176":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"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":11,"docs":{"155":{"tf":1.0},"162":{"tf":3.7416573867739413},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"335":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.0},"372":{"tf":1.0},"374":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"t":{"d":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0}}}},"b":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"608":{"tf":1.0},"651":{"tf":1.0},"667":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"111":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"305":{"tf":1.0},"320":{"tf":1.0},"343":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"507":{"tf":1.0},"571":{"tf":1.0},"585":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.4142135623730951},"685":{"tf":1.0},"697":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"369":{"tf":1.0},"446":{"tf":1.0}}}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":25,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"286":{"tf":1.0},"314":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"645":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":23,"docs":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"412":{"tf":1.0},"585":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":3.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":53,"docs":{"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"250":{"tf":1.0},"258":{"tf":1.4142135623730951},"28":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":2.23606797749979},"386":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"416":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.4142135623730951},"466":{"tf":1.0},"468":{"tf":1.0},"471":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"546":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"65":{"tf":1.0},"715":{"tf":1.0},"724":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"395":{"tf":1.0},"589":{"tf":1.0},"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":12,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"530":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"613":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"249":{"tf":1.0},"359":{"tf":1.0},"511":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"40":{"tf":1.0},"465":{"tf":1.0},"81":{"tf":1.0}}}}}}},"c":{"df":2,"docs":{"408":{"tf":2.0},"409":{"tf":2.23606797749979}},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"3":{"2":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":20,"docs":{"250":{"tf":1.4142135623730951},"333":{"tf":2.449489742783178},"344":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"475":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"587":{"tf":1.0},"600":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"407":{"tf":1.0},"409":{"tf":1.0}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"491":{"tf":1.4142135623730951},"555":{"tf":1.4142135623730951},"627":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":69,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"117":{"tf":1.0},"177":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"28":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"321":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":2.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"452":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"527":{"tf":2.0},"541":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":51,"docs":{"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"177":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"244":{"tf":2.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"368":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"450":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"510":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.0},"70":{"tf":1.0},"732":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":11,"docs":{"156":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"df":7,"docs":{"145":{"tf":1.0},"366":{"tf":1.0},"508":{"tf":2.23606797749979},"511":{"tf":1.4142135623730951},"615":{"tf":1.0},"691":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"113":{"tf":1.0},"281":{"tf":1.0}}}}}}}}},"df":35,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"354":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"456":{"tf":1.0},"533":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"706":{"tf":1.0},"731":{"tf":1.0},"748":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"395":{"tf":1.0},"606":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"45":{"tf":1.0},"585":{"tf":1.0},"637":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"45":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"389":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"385":{"tf":1.0},"486":{"tf":1.0},"532":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"395":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":20,"docs":{"221":{"tf":1.0},"225":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"488":{"tf":1.0},"560":{"tf":1.0},"580":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"706":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"364":{"tf":1.0},"436":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.7320508075688772},"508":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"562":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"147":{"tf":1.0},"669":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"286":{"tf":1.0},"309":{"tf":1.0},"452":{"tf":1.0},"526":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.0},"249":{"tf":1.0},"343":{"tf":1.0},"395":{"tf":1.0},"666":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"692":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"374":{"tf":1.0},"671":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"26":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951},"621":{"tf":1.0},"711":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"234":{"tf":1.0},"472":{"tf":1.0},"655":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"436":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"q":{"df":2,"docs":{"380":{"tf":1.0},"59":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"359":{"tf":1.0},"690":{"tf":1.4142135623730951},"693":{"tf":1.0},"697":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"32":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"500":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":2,"docs":{"373":{"tf":1.0},"695":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"12":{"tf":1.0},"343":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":13,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"233":{"tf":1.0},"335":{"tf":1.0},"358":{"tf":1.0},"369":{"tf":1.4142135623730951},"45":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"360":{"tf":1.0},"374":{"tf":1.0},"465":{"tf":1.0},"522":{"tf":1.0},"717":{"tf":1.0},"89":{"tf":1.0}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"238":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":45,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.0},"231":{"tf":1.0},"238":{"tf":4.0},"239":{"tf":1.7320508075688772},"257":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"320":{"tf":1.7320508075688772},"338":{"tf":1.0},"373":{"tf":2.449489742783178},"389":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.4142135623730951},"466":{"tf":3.4641016151377544},"482":{"tf":1.4142135623730951},"491":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"510":{"tf":1.4142135623730951},"511":{"tf":2.6457513110645907},"53":{"tf":1.0},"55":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":2.0},"572":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":2.0}}}}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"671":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"157":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"572":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":204,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"31":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.7320508075688772},"338":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"382":{"tf":2.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.4142135623730951},"405":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"434":{"tf":1.0},"436":{"tf":1.0},"466":{"tf":2.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"494":{"tf":1.4142135623730951},"497":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.7320508075688772},"516":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.7320508075688772},"526":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.4142135623730951},"536":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.4142135623730951},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.7320508075688772},"576":{"tf":1.0},"578":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"666":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":2.0},"705":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"729":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"149":{"tf":1.7320508075688772},"253":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"507":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"178":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"293":{"tf":1.0},"306":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.0},"510":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"664":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"445":{"tf":1.4142135623730951},"671":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}}}}},"df":1,"docs":{"156":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"276":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"525":{"tf":1.0},"621":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"263":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.0},"393":{"tf":1.0},"606":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"254":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"178":{"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},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"615":{"tf":1.0}}}},"n":{"df":3,"docs":{"281":{"tf":1.0},"517":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"381":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"427":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":29,"docs":{"238":{"tf":1.0},"30":{"tf":1.0},"308":{"tf":1.0},"340":{"tf":1.4142135623730951},"354":{"tf":3.1622776601683795},"361":{"tf":1.0},"368":{"tf":2.8284271247461903},"369":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.0},"456":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.7320508075688772},"664":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"697":{"tf":1.0},"705":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":46,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"305":{"tf":1.0},"319":{"tf":1.0},"323":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"486":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":2.0},"701":{"tf":1.0},"708":{"tf":1.4142135623730951},"748":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":36,"docs":{"178":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"483":{"tf":1.0},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"559":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":20,"docs":{"111":{"tf":1.4142135623730951},"304":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":2.0},"381":{"tf":1.0},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"504":{"tf":1.4142135623730951},"507":{"tf":1.0},"562":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"657":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":13,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"193":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"505":{"tf":1.0},"617":{"tf":1.0},"7":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"438":{"tf":1.0},"522":{"tf":1.0},"610":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":5,"docs":{"331":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"24":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"713":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"316":{"tf":1.0},"366":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.7320508075688772},"562":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951}},"i":{"df":29,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"333":{"tf":2.23606797749979},"337":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"364":{"tf":1.0},"366":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"595":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"y":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"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":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"502":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"727":{"tf":1.7320508075688772},"731":{"tf":1.4142135623730951},"732":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"743":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":2.449489742783178},"5":{"tf":1.0}}},"s":{"df":16,"docs":{"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"338":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"q":{"df":13,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"268":{"tf":1.0},"368":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"5":{"tf":1.0},"659":{"tf":1.0},"662":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"r":{"df":5,"docs":{"130":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"343":{"tf":1.0},"385":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"258":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"452":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.0},"524":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"745":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"716":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":5,"docs":{"250":{"tf":1.0},"253":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"655":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"395":{"tf":1.0},"664":{"tf":1.0},"748":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"538":{"tf":1.0},"583":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":91,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":3.605551275463989},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"171":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"302":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.23606797749979},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"364":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"384":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"429":{"tf":1.4142135623730951},"434":{"tf":1.0},"436":{"tf":1.7320508075688772},"438":{"tf":1.0},"496":{"tf":1.7320508075688772},"5":{"tf":1.0},"505":{"tf":1.0},"517":{"tf":1.4142135623730951},"529":{"tf":1.0},"534":{"tf":2.0},"536":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"562":{"tf":1.7320508075688772},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"6":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.8284271247461903},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":2.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"72":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"517":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"355":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"\\":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"\\":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":3,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}}}}},"l":{"df":7,"docs":{"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"522":{"tf":1.0},"653":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"23":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"474":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0}}}},"d":{"df":24,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.4142135623730951},"286":{"tf":1.0},"3":{"tf":1.0},"330":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"657":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"286":{"tf":1.0},"301":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.0}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"258":{"tf":1.0},"338":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":40,"docs":{"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"178":{"tf":2.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"335":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"373":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"468":{"tf":1.0},"491":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"369":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":30,"docs":{"21":{"tf":1.0},"253":{"tf":1.0},"372":{"tf":1.0},"392":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"606":{"tf":2.6457513110645907},"608":{"tf":3.872983346207417},"610":{"tf":2.23606797749979},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":2.0},"619":{"tf":3.1622776601683795},"621":{"tf":2.8284271247461903},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"631":{"tf":2.449489742783178},"633":{"tf":1.7320508075688772},"635":{"tf":2.449489742783178},"637":{"tf":2.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.7320508075688772},"649":{"tf":2.23606797749979},"651":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"709":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":48,"docs":{"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.0},"259":{"tf":1.0},"260":{"tf":1.0},"286":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"475":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":2.6457513110645907},"527":{"tf":1.0},"574":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"625":{"tf":2.23606797749979},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.7320508075688772},"681":{"tf":1.0},"7":{"tf":1.0},"728":{"tf":1.4142135623730951},"734":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":16,"docs":{"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":10,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.449489742783178},"368":{"tf":1.0},"447":{"tf":2.6457513110645907},"572":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"500":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"235":{"tf":1.0},"338":{"tf":1.4142135623730951},"613":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"674":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"16":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.7320508075688772},"596":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"391":{"tf":1.0},"621":{"tf":1.0}},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":77,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":2.0},"165":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"230":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"36":{"tf":1.0},"364":{"tf":1.7320508075688772},"37":{"tf":1.0},"419":{"tf":1.0},"426":{"tf":2.0},"427":{"tf":3.1622776601683795},"429":{"tf":2.23606797749979},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"705":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"d":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"105":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"229":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"294":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"363":{"tf":1.0},"373":{"tf":2.0},"386":{"tf":1.0},"393":{"tf":1.0},"399":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0},"447":{"tf":1.0},"451":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"562":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.4142135623730951}}}},"r":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"547":{"tf":1.0},"669":{"tf":1.0}}}}},"k":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":28,"docs":{"17":{"tf":2.0},"230":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.4142135623730951},"327":{"tf":1.0},"34":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.4142135623730951},"4":{"tf":1.0},"418":{"tf":2.0},"419":{"tf":1.0},"421":{"tf":1.4142135623730951},"425":{"tf":1.7320508075688772},"431":{"tf":1.7320508075688772},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"46":{"tf":1.0},"467":{"tf":1.0},"562":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":18,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"469":{"tf":1.0},"562":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"726":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"662":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"339":{"tf":1.4142135623730951},"361":{"tf":1.0},"432":{"tf":1.0},"480":{"tf":1.0},"517":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"372":{"tf":1.0}}}}}}},"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":{},"h":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"138":{"tf":1.7320508075688772},"233":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"449":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"254":{"tf":1.0},"28":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"445":{"tf":1.4142135623730951},"507":{"tf":1.0},"671":{"tf":1.0},"716":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"715":{"tf":1.0},"717":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"623":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"249":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":12,"docs":{"151":{"tf":1.0},"375":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"281":{"tf":1.4142135623730951},"333":{"tf":1.0},"691":{"tf":1.4142135623730951},"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"286":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"[":{"1":{"0":{"2":{"4":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":63,"docs":{"191":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"351":{"tf":1.0},"354":{"tf":5.0990195135927845},"359":{"tf":1.4142135623730951},"361":{"tf":1.7320508075688772},"373":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"490":{"tf":1.0},"493":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"574":{"tf":1.0},"581":{"tf":1.0},"589":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.0},"681":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"692":{"tf":1.4142135623730951},"697":{"tf":1.0},"710":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"324":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"*":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"332":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"703":{"tf":1.0}}}},":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"361":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":2.0},"508":{"tf":1.0},"511":{"tf":1.0},"578":{"tf":1.0},"596":{"tf":1.0},"617":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.0},"500":{"tf":1.0}}},"3":{"df":1,"docs":{"525":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"587":{"tf":1.7320508075688772}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"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":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"633":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"178":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"641":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"78":{"tf":1.0}}}}}},"x":{"b":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":3,"docs":{"625":{"tf":1.0},"651":{"tf":1.0},"70":{"tf":1.0}}},"df":15,"docs":{"16":{"tf":1.7320508075688772},"279":{"tf":1.0},"366":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.4142135623730951},"474":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":2,"docs":{"651":{"tf":1.0},"70":{"tf":1.0}}},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"g":{"\"":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"234":{"tf":2.449489742783178},"235":{"tf":2.0},"238":{"tf":3.1622776601683795},"239":{"tf":2.8284271247461903},"252":{"tf":4.358898943540674},"253":{"tf":2.449489742783178},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"582":{"tf":1.0},"77":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.23606797749979},"254":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"252":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"469":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"608":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":3,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"496":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":95,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"40":{"tf":1.4142135623730951},"430":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.7320508075688772},"533":{"tf":1.0},"56":{"tf":1.0},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"651":{"tf":1.0},"66":{"tf":1.0},"684":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"701":{"tf":1.0},"713":{"tf":1.4142135623730951},"714":{"tf":2.0},"727":{"tf":1.0},"728":{"tf":1.0},"732":{"tf":1.0},"748":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0}}}}},"t":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":4.242640687119285}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"467":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"361":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"575":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":19,"docs":{"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"163":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"476":{"tf":1.0},"6":{"tf":1.0},"746":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"t":{"df":1,"docs":{"547":{"tf":2.449489742783178}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"681":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"377":{"tf":1.0},"651":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"354":{"tf":2.8284271247461903},"361":{"tf":1.0},"623":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.0}}}}}}},"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.0},"368":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"1":{"df":1,"docs":{"172":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":2,"docs":{"162":{"tf":1.0},"686":{"tf":1.0}}},"2":{"df":3,"docs":{"162":{"tf":1.0},"286":{"tf":1.0},"745":{"tf":1.0}}},"3":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}},"4":{"df":1,"docs":{"469":{"tf":1.0}}},"5":{"df":1,"docs":{"507":{"tf":1.0}}},"6":{"df":1,"docs":{"507":{"tf":1.0}}},"7":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"458":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}},"t":{"df":6,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"88":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":19,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"252":{"tf":1.0},"356":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0}},"n":{"df":25,"docs":{"236":{"tf":1.4142135623730951},"308":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.4142135623730951},"582":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.0},"741":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"433":{"tf":1.0},"434":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"362":{"tf":1.4142135623730951},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"448":{"tf":1.0},"649":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"78":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"h":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"150":{"tf":1.4142135623730951},"18":{"tf":3.605551275463989},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0}}}},"df":3,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"385":{"tf":1.0},"446":{"tf":1.0},"687":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"748":{"tf":1.0}},"v":{"3":{"df":12,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":2.0},"156":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"496":{"tf":1.0},"589":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"133":{"tf":1.4142135623730951},"294":{"tf":1.0},"399":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.0},"748":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":17,"docs":{"177":{"tf":2.0},"225":{"tf":1.0},"23":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"339":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.4142135623730951},"513":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.4142135623730951},"655":{"tf":1.0}}}},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{";":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{";":{"+":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":2.23606797749979},"409":{"tf":2.449489742783178},"410":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":4,"docs":{"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"412":{"tf":1.7320508075688772},"413":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}},"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":4,"docs":{"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":7,"docs":{"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"406":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"405":{"tf":2.0},"406":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"405":{"tf":3.605551275463989},"406":{"tf":2.449489742783178}},"k":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"623":{"tf":1.0}}},"i":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.7320508075688772},"192":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"701":{"tf":1.0},"714":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"262":{"tf":1.0},"5":{"tf":1.0},"613":{"tf":1.0},"639":{"tf":1.0},"7":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}}}},"df":37,"docs":{"172":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"385":{"tf":1.0},"389":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.7320508075688772},"40":{"tf":1.0},"412":{"tf":1.0},"487":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"688":{"tf":1.0},"727":{"tf":1.4142135623730951},"736":{"tf":1.0},"740":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":49,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":2.449489742783178},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"453":{"tf":1.0},"456":{"tf":1.0},"463":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"501":{"tf":1.0},"529":{"tf":1.0},"537":{"tf":1.0},"557":{"tf":1.0},"580":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.0},"679":{"tf":1.0},"702":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":8,"docs":{"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"475":{"tf":1.0},"525":{"tf":1.7320508075688772},"602":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.7320508075688772}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"369":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"397":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0}}}},"i":{"df":1,"docs":{"281":{"tf":1.0}}}}},"r":{"d":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"613":{"tf":1.0}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"307":{"tf":1.0},"389":{"tf":1.4142135623730951},"429":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"668":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"<":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}}},"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":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.0},"623":{"tf":1.0},"671":{"tf":1.0}}}}},"df":8,"docs":{"408":{"tf":3.872983346207417},"409":{"tf":3.872983346207417},"410":{"tf":3.3166247903554},"412":{"tf":3.3166247903554},"413":{"tf":3.872983346207417},"415":{"tf":3.3166247903554},"416":{"tf":3.605551275463989},"427":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"276":{"tf":1.0},"436":{"tf":1.4142135623730951},"532":{"tf":1.0},"536":{"tf":1.0},"621":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"395":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":5,"docs":{"229":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.0},"366":{"tf":1.0},"637":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":20,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"510":{"tf":1.0},"623":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":47,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"33":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.7320508075688772},"512":{"tf":1.0},"516":{"tf":1.0},"527":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":2.0},"692":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"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":{"c":{"df":1,"docs":{"336":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"246":{"tf":1.0},"472":{"tf":1.0}}},"df":72,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"124":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.6457513110645907},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"726":{"tf":1.0},"731":{"tf":1.0},"733":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"472":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"397":{"tf":1.0},"427":{"tf":1.0},"438":{"tf":1.0},"527":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"541":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"562":{"tf":1.7320508075688772},"641":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}},"i":{"df":1,"docs":{"381":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"108":{"tf":1.0},"223":{"tf":1.0},"238":{"tf":1.0},"249":{"tf":1.0},"432":{"tf":1.0},"49":{"tf":1.7320508075688772},"539":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"281":{"tf":1.0},"368":{"tf":1.0},"493":{"tf":1.0},"728":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"705":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"162":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.0},"51":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"238":{"tf":1.0}},"’":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"254":{"tf":1.0},"510":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":131,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"446":{"tf":1.0},"463":{"tf":1.0}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"272":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"647":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"272":{"tf":1.0},"332":{"tf":1.0},"577":{"tf":1.0}}}}}}}}},"df":308,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":3.1622776601683795},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"335":{"tf":2.23606797749979},"337":{"tf":2.8284271247461903},"338":{"tf":3.0},"339":{"tf":2.23606797749979},"34":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.4142135623730951},"344":{"tf":2.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"352":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"359":{"tf":3.3166247903554},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.1622776601683795},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"371":{"tf":1.7320508075688772},"372":{"tf":1.7320508075688772},"373":{"tf":2.449489742783178},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":2.6457513110645907},"39":{"tf":1.0},"390":{"tf":1.7320508075688772},"391":{"tf":1.7320508075688772},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":2.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":2.0},"399":{"tf":1.0},"4":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"42":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.0},"43":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.449489742783178},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.4142135623730951},"451":{"tf":2.23606797749979},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"462":{"tf":3.4641016151377544},"463":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":2.0},"468":{"tf":1.7320508075688772},"469":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":5.744562646538029},"475":{"tf":1.7320508075688772},"476":{"tf":1.0},"478":{"tf":2.0},"479":{"tf":1.4142135623730951},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":2.0},"482":{"tf":1.0},"483":{"tf":1.7320508075688772},"484":{"tf":1.7320508075688772},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.4142135623730951},"490":{"tf":2.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"517":{"tf":2.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.23606797749979},"524":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":2.23606797749979},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.449489742783178},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":2.23606797749979},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.6457513110645907},"559":{"tf":2.0},"560":{"tf":1.0},"562":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"57":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":2.0},"578":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":2.0},"583":{"tf":1.0},"585":{"tf":2.449489742783178},"587":{"tf":1.0},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"639":{"tf":2.23606797749979},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"667":{"tf":1.7320508075688772},"668":{"tf":2.449489742783178},"669":{"tf":2.449489742783178},"670":{"tf":1.7320508075688772},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":1.7320508075688772},"68":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":2.449489742783178},"715":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":3.4641016151377544},"728":{"tf":1.0},"729":{"tf":2.23606797749979},"730":{"tf":1.0},"731":{"tf":1.7320508075688772},"732":{"tf":1.4142135623730951},"736":{"tf":1.7320508075688772},"737":{"tf":1.4142135623730951},"738":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":2.0},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"502":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"362":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"d":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"%":{"2":{"0":{"4":{".":{"3":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"639":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"366":{"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":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"7":{"4":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"748":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"745":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"c":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"7":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"9":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"9":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"161":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"d":{"c":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":2,"docs":{"159":{"tf":1.0},"286":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"641":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"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":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"445":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"?":{"df":0,"docs":{},"v":{"=":{"0":{"0":{"4":{"df":0,"docs":{},"z":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"1":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"x":{"6":{"df":0,"docs":{},"s":{"d":{"6":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"w":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":2,"docs":{"690":{"tf":1.0},"693":{"tf":1.0}}}},".":{"df":3,"docs":{"359":{"tf":1.0},"617":{"tf":1.0},"88":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":15,"docs":{"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"286":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}}}},"3":{"8":{"6":{"df":3,"docs":{"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"397":{"tf":1.0},"666":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"670":{"tf":1.0},"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":4.69041575982343},"415":{"tf":1.0},"416":{"tf":1.0},"453":{"tf":1.0},"455":{"tf":1.0},"478":{"tf":1.0},"496":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"727":{"tf":1.0},"731":{"tf":1.0},"736":{"tf":1.0}},"→":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"236":{"tf":2.8284271247461903},"254":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"596":{"tf":1.0},"692":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"330":{"tf":1.0},"337":{"tf":1.0},"405":{"tf":4.69041575982343},"453":{"tf":1.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"456":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"670":{"tf":1.0},"685":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":14,"docs":{"335":{"tf":1.0},"339":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.4142135623730951},"585":{"tf":1.0},"599":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"339":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"490":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"668":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":4,"docs":{"427":{"tf":1.4142135623730951},"541":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":2.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":2.0}}}}}}}}},"df":6,"docs":{"397":{"tf":1.4142135623730951},"405":{"tf":2.8284271247461903},"406":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.0},"485":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{",":{"0":{"df":1,"docs":{"427":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"651":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.0},"525":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"602":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"250":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.4142135623730951},"602":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":45,"docs":{"108":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"308":{"tf":1.0},"333":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"430":{"tf":1.0},"436":{"tf":2.0},"458":{"tf":1.0},"480":{"tf":1.0},"491":{"tf":1.0},"508":{"tf":3.1622776601683795},"517":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":2.0},"562":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"637":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"88":{"tf":2.0}},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":2,"docs":{"369":{"tf":1.0},"392":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.4142135623730951}},"i":{"df":11,"docs":{"234":{"tf":1.0},"269":{"tf":1.0},"349":{"tf":2.23606797749979},"352":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"513":{"tf":1.0},"532":{"tf":1.0},"623":{"tf":1.0},"714":{"tf":1.7320508075688772}}}}}}}},"l":{"df":1,"docs":{"743":{"tf":1.0}}},"x":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":21,"docs":{"333":{"tf":1.0},"406":{"tf":3.3166247903554},"453":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"546":{"tf":1.0},"554":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"406":{"tf":1.0},"505":{"tf":1.7320508075688772}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"479":{"tf":1.0},"482":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"f":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"490":{"tf":1.0},"508":{"tf":1.0},"668":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"332":{"tf":1.0},"479":{"tf":1.0},"484":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"485":{"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"345":{"tf":1.0},"349":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"349":{"tf":1.0},"362":{"tf":2.6457513110645907},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"541":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":2,"docs":{"406":{"tf":1.0},"511":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"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":{"133":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"395":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"406":{"tf":1.0},"445":{"tf":1.7320508075688772},"456":{"tf":1.0},"491":{"tf":1.7320508075688772},"578":{"tf":1.0},"625":{"tf":1.0},"659":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"578":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":45,"docs":{"350":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":97,"docs":{"110":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"267":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"396":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"493":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"577":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":2.449489742783178},"631":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.7320508075688772},"676":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"727":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"738":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"381":{"tf":1.0},"486":{"tf":1.0}}}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"358":{"tf":1.0}}}}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"df":20,"docs":{"113":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"338":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"447":{"tf":1.0},"493":{"tf":1.0},"50":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"6":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"257":{"tf":1.0},"303":{"tf":1.0},"478":{"tf":1.0},"498":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"n":{"'":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"192":{"tf":1.0},"275":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"469":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"445":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}},"df":15,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.0},"715":{"tf":2.6457513110645907},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"655":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"338":{"tf":1.7320508075688772},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":3,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"747":{"tf":2.449489742783178}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":109,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":2.0},"150":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":2.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"249":{"tf":2.23606797749979},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"296":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"361":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"59":{"tf":1.4142135623730951},"593":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"7":{"tf":2.0},"714":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"587":{"tf":1.0}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"249":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":1.4142135623730951},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"14":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":18,"docs":{"235":{"tf":2.0},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"312":{"tf":1.0},"338":{"tf":1.0},"385":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"547":{"tf":2.8284271247461903},"560":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"635":{"tf":1.0},"643":{"tf":1.0},"692":{"tf":1.0}}}},"i":{"c":{"df":7,"docs":{"314":{"tf":1.0},"338":{"tf":1.0},"467":{"tf":1.0},"551":{"tf":1.0},"672":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"445":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"662":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}}}},"df":122,"docs":{"1":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":2.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"257":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":2.6457513110645907},"360":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"4":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"447":{"tf":1.0},"45":{"tf":1.0},"455":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"474":{"tf":1.0},"478":{"tf":1.4142135623730951},"48":{"tf":1.0},"496":{"tf":1.4142135623730951},"510":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":2.0},"557":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":2.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.4142135623730951},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"708":{"tf":1.0},"712":{"tf":1.0},"727":{"tf":2.449489742783178},"730":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.4142135623730951},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"74":{"tf":1.0},"740":{"tf":1.7320508075688772},"741":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"430":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":33,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"366":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"545":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.0},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":2.0}},"r":{"df":0,"docs":{},"m":{"df":93,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"352":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"397":{"tf":1.0},"44":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"473":{"tf":1.0},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"546":{"tf":1.0},"549":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"560":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.449489742783178},"591":{"tf":1.0},"594":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"250":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.6457513110645907},"362":{"tf":1.7320508075688772},"363":{"tf":2.23606797749979}}}}}}},"i":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":2,"docs":{"284":{"tf":1.0},"362":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":39,"docs":{"111":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"332":{"tf":2.0},"333":{"tf":3.0},"344":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.7320508075688772},"496":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"73":{"tf":1.0},"738":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.4142135623730951},"249":{"tf":1.0},"253":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"(":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"596":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"406":{"tf":1.0},"508":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"569":{"tf":1.7320508075688772},"580":{"tf":1.0},"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"621":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"546":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":57,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.449489742783178},"239":{"tf":4.123105625617661},"249":{"tf":2.23606797749979},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.6457513110645907},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"321":{"tf":1.0},"338":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.0},"468":{"tf":1.0},"469":{"tf":2.6457513110645907},"470":{"tf":1.0},"474":{"tf":5.477225575051661},"475":{"tf":1.0},"476":{"tf":2.23606797749979},"478":{"tf":2.0},"496":{"tf":2.8284271247461903},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"55":{"tf":1.0},"560":{"tf":1.4142135623730951},"574":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.0},"68":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":2.0},"511":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"716":{"tf":1.0}}},"df":3,"docs":{"715":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"x":{"6":{"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"476":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}}},"i":{"d":{"df":15,"docs":{"17":{"tf":1.0},"235":{"tf":1.0},"276":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"382":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"450":{"tf":1.0},"546":{"tf":1.0},"562":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"156":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"170":{"tf":1.0},"171":{"tf":2.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"384":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":2.0},"517":{"tf":1.4142135623730951},"606":{"tf":1.0},"641":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"n":{"c":{"df":8,"docs":{"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"390":{"tf":2.23606797749979},"625":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"78":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"331":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"699":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":14,"docs":{"171":{"tf":1.0},"20":{"tf":1.0},"354":{"tf":1.4142135623730951},"385":{"tf":1.0},"392":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":55,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"16":{"tf":2.0},"162":{"tf":1.0},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"292":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":2.23606797749979},"390":{"tf":1.7320508075688772},"391":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"533":{"tf":1.0},"559":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"633":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.4142135623730951},"70":{"tf":1.0},"701":{"tf":1.0},"706":{"tf":1.7320508075688772},"74":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"6":{"df":6,"docs":{"491":{"tf":1.4142135623730951},"508":{"tf":2.8284271247461903},"511":{"tf":2.0},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":22,"docs":{"235":{"tf":2.8284271247461903},"238":{"tf":2.0},"239":{"tf":2.449489742783178},"249":{"tf":1.0},"252":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"486":{"tf":1.0},"491":{"tf":1.4142135623730951},"508":{"tf":3.7416573867739413},"511":{"tf":3.1622776601683795},"525":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"643":{"tf":1.0},"691":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"436":{"tf":1.7320508075688772},"547":{"tf":2.0},"600":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"370":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"447":{"tf":3.3166247903554},"613":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951}},"r":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"2":{"tf":1.0},"303":{"tf":1.0},"389":{"tf":1.4142135623730951},"498":{"tf":1.0},"529":{"tf":1.0},"541":{"tf":1.4142135623730951},"587":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"701":{"tf":1.0},"710":{"tf":1.0},"748":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"428":{"tf":3.4641016151377544}}},"n":{"d":{"df":4,"docs":{"354":{"tf":1.0},"387":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"377":{"tf":1.0},"475":{"tf":1.0},"487":{"tf":1.0},"525":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"225":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"310":{"tf":1.0},"47":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":13,"docs":{"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"541":{"tf":1.0},"647":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"381":{"tf":1.0},"389":{"tf":1.4142135623730951},"393":{"tf":1.0}}}}},"f":{"a":{"c":{"df":176,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":2.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":2.0},"350":{"tf":2.449489742783178},"351":{"tf":3.605551275463989},"352":{"tf":2.23606797749979},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"359":{"tf":2.449489742783178},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":2.23606797749979},"363":{"tf":3.1622776601683795},"369":{"tf":1.0},"37":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.7320508075688772},"396":{"tf":1.0},"398":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.7320508075688772},"452":{"tf":1.7320508075688772},"453":{"tf":1.7320508075688772},"454":{"tf":2.0},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.7320508075688772},"481":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"527":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"551":{"tf":1.4142135623730951},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.4142135623730951},"580":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.0},"595":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":2.23606797749979},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"664":{"tf":2.6457513110645907},"665":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951},"685":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"697":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"731":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":1.7320508075688772},"742":{"tf":1.0},"748":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}}}}},"df":22,"docs":{"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"254":{"tf":1.0},"335":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"499":{"tf":1.0},"517":{"tf":1.0},"575":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.0},"508":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"252":{"tf":1.0},"373":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"h":{"df":4,"docs":{"120":{"tf":1.0},"149":{"tf":1.0},"178":{"tf":1.0},"89":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"24":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.4142135623730951},"445":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"608":{"tf":1.0},"659":{"tf":1.0}},"t":{"df":93,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"372":{"tf":1.0},"378":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"´":{"df":1,"docs":{"500":{"tf":1.0}}},"’":{"df":5,"docs":{"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0}}}},"o":{"df":23,"docs":{"108":{"tf":1.0},"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"475":{"tf":1.0},"49":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":2.0},"532":{"tf":1.0},"538":{"tf":1.7320508075688772},"539":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"627":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"738":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"619":{"tf":1.4142135623730951},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"*":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":3,"docs":{"448":{"tf":1.0},"450":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"448":{"tf":1.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.0},"463":{"tf":1.0},"479":{"tf":1.0},"488":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"462":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"345":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.4142135623730951},"454":{"tf":1.0},"578":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"484":{"tf":1.0},"580":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"262":{"tf":1.0},"267":{"tf":1.0},"592":{"tf":1.0},"595":{"tf":1.4142135623730951},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.4142135623730951},"693":{"tf":1.0},"730":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"y":{"2":{"df":1,"docs":{"351":{"tf":1.0}}},"3":{"df":1,"docs":{"351":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"731":{"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":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"451":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":{"462":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"462":{"tf":2.23606797749979},"557":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"413":{"tf":1.0},"619":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":13,"docs":{"242":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"525":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.4142135623730951},"657":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"405":{"tf":1.0},"625":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"587":{"tf":1.0}}}}},"df":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":{"625":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"606":{"tf":1.0}}}}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"363":{"tf":1.7320508075688772}},"e":{"2":{"df":1,"docs":{"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"351":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}},"df":19,"docs":{"176":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.7320508075688772},"647":{"tf":1.0},"651":{"tf":1.7320508075688772},"709":{"tf":1.0},"744":{"tf":1.0}},"e":{"#":{"1":{"0":{"0":{"df":1,"docs":{"608":{"tf":1.0}}},"2":{"df":1,"docs":{"608":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"606":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"1":{"0":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"480":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"'":{"df":6,"docs":{"252":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"522":{"tf":2.0},"525":{"tf":2.8284271247461903}}},"r":{"df":3,"docs":{"235":{"tf":1.0},"252":{"tf":1.0},"643":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"346":{"tf":1.4142135623730951},"368":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"458":{"tf":1.0},"496":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"458":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.0},"549":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"549":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"453":{"tf":1.0},"458":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"o":{"b":{"df":3,"docs":{"236":{"tf":1.0},"384":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"5":{"df":4,"docs":{"327":{"tf":1.0},"364":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"596":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.4142135623730951},"513":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"1":{"0":{"0":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"2":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"3":{"d":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"9":{"0":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"2":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"7":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"x":{"df":5,"docs":{"239":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"368":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"572":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"507":{"tf":1.0},"569":{"tf":1.4142135623730951}}}}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":6,"docs":{"368":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"729":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"643":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"429":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"320":{"tf":1.0},"465":{"tf":1.0},"571":{"tf":1.0}}}}}},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"453":{"tf":1.0},"463":{"tf":1.7320508075688772},"621":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"286":{"tf":1.0},"306":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.0},"480":{"tf":1.4142135623730951},"506":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":2.8284271247461903},"511":{"tf":2.0},"533":{"tf":1.4142135623730951},"619":{"tf":1.0},"653":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":2.0}}}},"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"16":{"tf":1.0},"320":{"tf":1.0},"336":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"454":{"tf":1.0},"466":{"tf":1.4142135623730951},"527":{"tf":1.0},"571":{"tf":1.0},"599":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"662":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"475":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}},"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":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"467":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"368":{"tf":1.0},"625":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"368":{"tf":1.0},"445":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":5,"docs":{"147":{"tf":2.0},"34":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"748":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"681":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"465":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"490":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}}}}}}},"b":{"df":9,"docs":{"304":{"tf":1.0},"31":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"494":{"tf":1.0},"504":{"tf":1.0},"513":{"tf":1.7320508075688772},"582":{"tf":1.0},"649":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"286":{"tf":1.0},"304":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"637":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"568":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"728":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951}}}}}}},"w":{"df":12,"docs":{"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"364":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.4142135623730951},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"505":{"tf":1.0},"589":{"tf":1.0},"724":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"16":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0},"713":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"465":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"377":{"tf":1.0},"608":{"tf":1.0},"667":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"734":{"tf":1.4142135623730951},"739":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"378":{"tf":1.0},"619":{"tf":1.0},"667":{"tf":1.0},"728":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"378":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"697":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"727":{"tf":1.4142135623730951},"735":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":16,"docs":{"236":{"tf":2.0},"239":{"tf":2.0},"253":{"tf":1.0},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"692":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":14,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":2.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"476":{"tf":1.4142135623730951},"552":{"tf":1.0},"583":{"tf":1.0},"703":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":31,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"344":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"525":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":3.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"458":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"643":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"0":{".":{".":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"1":{"5":{"df":1,"docs":{"639":{"tf":1.0}}},"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":{"6":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"2":{"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":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"691":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"691":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"l":{"+":{"df":0,"docs":{},"r":{"df":1,"docs":{"471":{"tf":1.0}}}},"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"145":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"346":{"tf":1.0},"532":{"tf":1.0},"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":6,"docs":{"20":{"tf":1.0},"385":{"tf":1.0},"412":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"338":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"286":{"tf":1.0},"302":{"tf":1.0},"402":{"tf":1.0},"407":{"tf":1.0},"452":{"tf":1.0},"496":{"tf":3.605551275463989},"635":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":9,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"398":{"tf":1.0},"467":{"tf":1.0},"559":{"tf":1.0},"59":{"tf":1.0},"649":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"428":{"tf":1.0},"84":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"230":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"147":{"tf":1.0},"28":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"17":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"395":{"tf":1.0},"510":{"tf":1.7320508075688772},"513":{"tf":1.7320508075688772},"514":{"tf":4.0}}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":7,"docs":{"258":{"tf":1.4142135623730951},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{"a":{"d":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"238":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"178":{"tf":1.0},"188":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"286":{"tf":1.0},"321":{"tf":1.0},"366":{"tf":1.0},"428":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"522":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.4142135623730951},"593":{"tf":1.0},"631":{"tf":1.0}}}},"v":{"df":1,"docs":{"338":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"412":{"tf":1.0},"476":{"tf":1.7320508075688772},"606":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"286":{"tf":1.0},"320":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"683":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"=":{"3":{"2":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"513":{"tf":1.0},"547":{"tf":2.23606797749979},"671":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"s":{"df":1,"docs":{"378":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"336":{"tf":1.0}}},"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.0},"363":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.0},"649":{"tf":1.4142135623730951},"72":{"tf":1.0},"727":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772}}}}}},"f":{"df":0,"docs":{},"e":{"2":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":5,"docs":{"606":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"625":{"tf":2.0},"748":{"tf":1.0}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"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":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":2.0},"18":{"tf":1.4142135623730951},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"429":{"tf":1.4142135623730951},"55":{"tf":1.0},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.7320508075688772},"687":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"355":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"d":{"c":{"+":{"+":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":1,"docs":{"171":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":44,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":1.0},"144":{"tf":3.1622776601683795},"145":{"tf":2.6457513110645907},"146":{"tf":1.4142135623730951},"147":{"tf":3.872983346207417},"148":{"tf":2.0},"149":{"tf":3.0},"150":{"tf":2.449489742783178},"151":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":2.0},"621":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.0},"662":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"724":{"tf":3.1622776601683795},"725":{"tf":1.0},"726":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"3":{"df":1,"docs":{"141":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"6":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"672":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"623":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":20,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"368":{"tf":1.0},"395":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"465":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"59":{"tf":1.7320508075688772},"631":{"tf":1.0},"78":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"486":{"tf":2.449489742783178}}}},"df":25,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"276":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":62,"docs":{"114":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"157":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"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},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.4142135623730951},"33":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"432":{"tf":1.4142135623730951},"452":{"tf":1.0},"50":{"tf":1.4142135623730951},"513":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"6":{"tf":1.7320508075688772},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"641":{"tf":1.0},"653":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":40,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.7320508075688772},"172":{"tf":1.0},"178":{"tf":1.4142135623730951},"182":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"42":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":3.7416573867739413},"430":{"tf":2.0},"431":{"tf":1.0},"435":{"tf":1.4142135623730951},"437":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772},"613":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"7":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"i":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":57,"docs":{"120":{"tf":1.4142135623730951},"139":{"tf":1.0},"162":{"tf":2.23606797749979},"19":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"374":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":3.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":3.3166247903554},"426":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"482":{"tf":1.0},"487":{"tf":1.0},"544":{"tf":2.0},"547":{"tf":3.4641016151377544},"569":{"tf":1.4142135623730951},"593":{"tf":1.0},"615":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"667":{"tf":1.0},"713":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"346":{"tf":1.0},"370":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"18":{"tf":1.7320508075688772},"321":{"tf":1.0},"574":{"tf":1.0},"631":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"747":{"tf":1.0}}}}},"o":{"a":{"d":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":58,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"311":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":2.23606797749979},"356":{"tf":1.0},"359":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"364":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"391":{"tf":1.0},"4":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"500":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"667":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":2.449489742783178},"76":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"%":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"177":{"tf":1.4142135623730951},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"432":{"tf":1.0},"617":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":59,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"149":{"tf":1.0},"176":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"286":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"364":{"tf":1.7320508075688772},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":2.0},"418":{"tf":2.23606797749979},"420":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"424":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"431":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":1.4142135623730951},"437":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"464":{"tf":1.0},"472":{"tf":1.4142135623730951},"512":{"tf":1.0},"517":{"tf":1.4142135623730951},"547":{"tf":2.0},"562":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"493":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"225":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0}},"i":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"619":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"1":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":3.0},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":4.0},"395":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.4142135623730951},"627":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"330":{"tf":1.0},"336":{"tf":1.0},"363":{"tf":1.4142135623730951},"366":{"tf":1.0},"470":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"493":{"tf":1.0},"657":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"448":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"t":{"df":5,"docs":{"32":{"tf":1.0},"349":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0}}},"u":{"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"331":{"tf":1.0},"469":{"tf":1.0},"59":{"tf":1.0},"691":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"d":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}},"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"m":{"1":{"df":1,"docs":{"69":{"tf":1.0}}},"a":{"c":{"df":16,"docs":{"225":{"tf":1.7320508075688772},"354":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.0},"512":{"tf":1.0},"518":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":3,"docs":{"14":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"170":{"tf":1.0},"338":{"tf":1.0},"429":{"tf":1.0},"517":{"tf":1.0}}}}},"o":{"df":45,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"213":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"230":{"tf":1.0},"276":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"39":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":2.0},"430":{"tf":1.7320508075688772},"431":{"tf":1.0},"433":{"tf":1.4142135623730951},"448":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"627":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"740":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"631":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"x":{"1":{"0":{".":{"8":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"354":{"tf":1.0},"362":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"714":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"469":{"tf":1.0}}}},"df":13,"docs":{"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":2.449489742783178},"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.7320508075688772},"390":{"tf":1.0},"748":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"145":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"366":{"tf":1.0},"643":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.0}}}}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}}}}},"df":19,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":2.0},"261":{"tf":1.0},"3":{"tf":1.0},"352":{"tf":1.0},"397":{"tf":2.0},"465":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.4142135623730951},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"434":{"tf":1.0},"45":{"tf":1.0},"530":{"tf":1.0},"546":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"511":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"359":{"tf":1.4142135623730951},"507":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":40,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"427":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"469":{"tf":1.0},"511":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.0},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"463":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"389":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"655":{"tf":1.0},"672":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"147":{"tf":1.0},"373":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"242":{"tf":1.0},"277":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":28,"docs":{"110":{"tf":1.0},"286":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"452":{"tf":1.4142135623730951},"489":{"tf":1.0},"490":{"tf":1.7320508075688772},"495":{"tf":1.0},"506":{"tf":1.0},"510":{"tf":1.7320508075688772},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"235":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"589":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"337":{"tf":1.0},"352":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"513":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"89":{"tf":1.0}}}}},"h":{"df":1,"docs":{"162":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"18":{"tf":1.0},"238":{"tf":1.0},"672":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"252":{"tf":1.0},"338":{"tf":1.0},"397":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.4142135623730951},"673":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"338":{"tf":1.0},"672":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"y":{"b":{"df":2,"docs":{"683":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"df":8,"docs":{"149":{"tf":1.0},"225":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}},"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}},"df":3,"docs":{"429":{"tf":1.0},"546":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":24,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.4142135623730951},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"513":{"tf":1.4142135623730951},"582":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"669":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":22,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"336":{"tf":1.0},"366":{"tf":1.7320508075688772},"454":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"587":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"249":{"tf":1.7320508075688772},"260":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"249":{"tf":1.0},"254":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.0},"59":{"tf":1.0},"687":{"tf":1.7320508075688772}}},"y":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"389":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":26,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.4142135623730951},"286":{"tf":1.0},"308":{"tf":1.7320508075688772},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"452":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":3.0},"524":{"tf":2.0},"525":{"tf":3.1622776601683795},"621":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"68":{"tf":1.0},"705":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":3,"docs":{"133":{"tf":1.0},"425":{"tf":1.0},"430":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"250":{"tf":2.449489742783178},"343":{"tf":2.0},"450":{"tf":1.0},"485":{"tf":1.4142135623730951},"507":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":9,"docs":{"286":{"tf":1.0},"311":{"tf":1.4142135623730951},"354":{"tf":1.0},"452":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"647":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":36,"docs":{"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"253":{"tf":1.7320508075688772},"254":{"tf":2.0},"321":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.7320508075688772},"406":{"tf":1.0},"536":{"tf":2.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"574":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"666":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"690":{"tf":1.0},"695":{"tf":1.0},"748":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":2.449489742783178},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":14,"docs":{"174":{"tf":1.0},"221":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"39":{"tf":1.0},"428":{"tf":1.4142135623730951},"557":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"i":{"2":{"df":1,"docs":{"162":{"tf":1.0}}},"c":{"c":{"df":1,"docs":{"575":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"571":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"491":{"tf":1.4142135623730951}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"491":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":51,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"286":{"tf":2.0},"296":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"31":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"444":{"tf":3.0},"445":{"tf":2.449489742783178},"446":{"tf":1.7320508075688772},"447":{"tf":3.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"489":{"tf":1.7320508075688772},"490":{"tf":2.8284271247461903},"491":{"tf":1.4142135623730951},"495":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"533":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"573":{"tf":1.4142135623730951},"574":{"tf":2.0},"575":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"641":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.6457513110645907},"748":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"df":1,"docs":{"370":{"tf":1.0}},"g":{"df":0,"docs":{},"w":{"3":{"2":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"606":{"tf":1.0},"621":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"141":{"tf":1.4142135623730951},"276":{"tf":1.0},"297":{"tf":1.0},"451":{"tf":1.0},"46":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"359":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"724":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}},"r":{"df":1,"docs":{"18":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"662":{"tf":1.0},"701":{"tf":1.0},"746":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"651":{"tf":1.0},"88":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"338":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"393":{"tf":1.4142135623730951},"465":{"tf":1.0},"496":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"280":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"m":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"d":{"df":1,"docs":{"466":{"tf":1.0}},"e":{"df":17,"docs":{"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"304":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.449489742783178},"504":{"tf":1.0},"505":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"551":{"tf":1.4142135623730951},"59":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"686":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":16,"docs":{"122":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"254":{"tf":3.1622776601683795},"288":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"340":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":2.0},"390":{"tf":1.0},"606":{"tf":1.0},"748":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"395":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"120":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.7320508075688772},"89":{"tf":1.0}},"i":{"df":18,"docs":{"111":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.0},"305":{"tf":1.0},"359":{"tf":1.0},"496":{"tf":1.4142135623730951},"507":{"tf":1.0},"70":{"tf":1.0},"715":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":34,"docs":{"239":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"327":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.7320508075688772},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"364":{"tf":1.7320508075688772},"366":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.4142135623730951},"507":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"748":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"337":{"tf":1.0}}},".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"608":{"tf":1.0},"621":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"608":{"tf":1.0}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"225":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.0},"430":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"595":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":2.0},"693":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"364":{"tf":1.0},"592":{"tf":1.0},"615":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"365":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":2,"docs":{"365":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"252":{"tf":1.0},"302":{"tf":1.0},"496":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"496":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"231":{"tf":1.0},"239":{"tf":2.8284271247461903},"390":{"tf":1.4142135623730951},"464":{"tf":1.0},"474":{"tf":3.1622776601683795},"476":{"tf":2.23606797749979},"508":{"tf":1.0},"511":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"339":{"tf":1.4142135623730951},"354":{"tf":1.0},"362":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.7320508075688772},"469":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"53":{"tf":1.0},"551":{"tf":1.0},"559":{"tf":1.0},"594":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"373":{"tf":2.6457513110645907},"493":{"tf":1.4142135623730951},"502":{"tf":2.23606797749979},"657":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.0},"372":{"tf":1.0},"413":{"tf":1.4142135623730951},"502":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":2.23606797749979},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.0},"748":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"49":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"331":{"tf":1.0},"346":{"tf":1.0},"374":{"tf":1.0},"395":{"tf":1.0},"507":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"382":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"59":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":44,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"393":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"507":{"tf":1.0},"52":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"639":{"tf":1.0},"65":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"18":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}}}},"y":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"555":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"281":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"491":{"tf":2.0},"505":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"491":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"491":{"tf":1.0}}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"552":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":2.0}}},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"427":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"3":{"8":{"6":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"427":{"tf":2.449489742783178},"430":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"499":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"578":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"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":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"276":{"tf":2.23606797749979},"430":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"332":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"4":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"518":{"tf":2.0},"519":{"tf":2.0},"520":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"514":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":72,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"133":{"tf":2.449489742783178},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"286":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.0},"366":{"tf":1.7320508075688772},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":2.23606797749979},"391":{"tf":1.0},"429":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.0},"440":{"tf":2.0},"441":{"tf":2.0},"442":{"tf":2.0},"452":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.7320508075688772},"517":{"tf":2.0},"518":{"tf":2.0},"519":{"tf":2.23606797749979},"520":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"547":{"tf":2.6457513110645907},"562":{"tf":1.7320508075688772},"581":{"tf":1.0},"610":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"667":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.0},"70":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"739":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":13,"docs":{"249":{"tf":1.0},"386":{"tf":1.0},"472":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":2.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"645":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"547":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"18":{"tf":1.0},"250":{"tf":1.0},"434":{"tf":1.4142135623730951},"529":{"tf":1.0},"540":{"tf":1.4142135623730951},"608":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"350":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"177":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"513":{"tf":1.0},"621":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":2,"docs":{"370":{"tf":1.0},"546":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"478":{"tf":1.0},"511":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}},"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":{"194":{"tf":1.0},"275":{"tf":1.0},"283":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":103,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":2.0},"13":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":2.8284271247461903},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.4142135623730951},"397":{"tf":2.23606797749979},"415":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"659":{"tf":1.0},"664":{"tf":2.0},"671":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":2.0},"705":{"tf":1.0},"708":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"722":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"439":{"tf":1.0},"687":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"672":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"371":{"tf":1.0},"447":{"tf":1.0}}}}}}}}}}}},"w":{"df":115,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"349":{"tf":1.0},"351":{"tf":2.23606797749979},"359":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"428":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"507":{"tf":1.7320508075688772},"510":{"tf":1.7320508075688772},"513":{"tf":1.0},"525":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"606":{"tf":3.4641016151377544},"608":{"tf":2.6457513110645907},"610":{"tf":1.4142135623730951},"613":{"tf":2.449489742783178},"615":{"tf":3.605551275463989},"617":{"tf":2.8284271247461903},"619":{"tf":2.8284271247461903},"621":{"tf":3.3166247903554},"623":{"tf":2.23606797749979},"625":{"tf":3.605551275463989},"627":{"tf":2.0},"629":{"tf":1.4142135623730951},"631":{"tf":2.6457513110645907},"633":{"tf":1.7320508075688772},"635":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":3.0},"641":{"tf":1.7320508075688772},"643":{"tf":2.6457513110645907},"645":{"tf":3.3166247903554},"647":{"tf":2.6457513110645907},"649":{"tf":2.0},"651":{"tf":2.0},"653":{"tf":2.0},"655":{"tf":3.3166247903554},"659":{"tf":2.6457513110645907},"663":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.7320508075688772},"727":{"tf":1.0},"730":{"tf":2.23606797749979},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"359":{"tf":1.0},"625":{"tf":1.0},"637":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"462":{"tf":2.23606797749979}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"260":{"tf":1.0},"363":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"669":{"tf":1.0},"743":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"j":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"n":{"df":14,"docs":{"19":{"tf":1.0},"254":{"tf":1.0},"3":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"372":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":1,"docs":{"496":{"tf":1.0}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"14":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"370":{"tf":2.449489742783178},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":2.0},"608":{"tf":1.0},"639":{"tf":1.0},"668":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"738":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"583":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":106,"docs":{"110":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":1.7320508075688772},"286":{"tf":1.0},"305":{"tf":1.4142135623730951},"319":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"378":{"tf":1.0},"387":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":1.4142135623730951},"452":{"tf":1.0},"457":{"tf":1.0},"462":{"tf":1.7320508075688772},"467":{"tf":1.0},"473":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"496":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":3.3166247903554},"508":{"tf":3.7416573867739413},"509":{"tf":1.0},"510":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"585":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.7320508075688772},"662":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"696":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.4142135623730951},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"286":{"tf":1.0},"319":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.23606797749979},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"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":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"75":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":2.0},"569":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"d":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"623":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"238":{"tf":1.0},"649":{"tf":1.0}}}},"n":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"510":{"tf":1.0},"55":{"tf":1.0},"649":{"tf":1.0}}}}},"h":{"df":7,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"257":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"142":{"tf":1.0},"253":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"250":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0}}},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"313":{"tf":1.0},"549":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"w":{"df":42,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"252":{"tf":2.449489742783178},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"326":{"tf":1.0},"333":{"tf":1.7320508075688772},"344":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"372":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.0},"412":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":2.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"536":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"536":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":7,"docs":{"18":{"tf":1.0},"359":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"338":{"tf":1.0},"671":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"361":{"tf":1.0},"669":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"275":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.7320508075688772},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"667":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":4.47213595499958},"250":{"tf":1.4142135623730951},"338":{"tf":1.0},"672":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"361":{"tf":1.4142135623730951},"362":{"tf":2.8284271247461903}},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"244":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"333":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.0},"457":{"tf":1.0},"532":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"742":{"tf":1.7320508075688772},"748":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"546":{"tf":1.0}},"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":{"df":1,"docs":{"543":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"174":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"617":{"tf":1.0},"623":{"tf":1.4142135623730951},"655":{"tf":1.0},"670":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":2.6457513110645907},"697":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"436":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"476":{"tf":1.0}},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}},"l":{"d":{"df":20,"docs":{"150":{"tf":1.0},"190":{"tf":1.0},"263":{"tf":1.0},"351":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.4142135623730951},"412":{"tf":1.0},"462":{"tf":1.0},"486":{"tf":1.0},"589":{"tf":1.0},"593":{"tf":1.0},"596":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"730":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"359":{"tf":1.0},"641":{"tf":1.0},"730":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.0},"562":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"337":{"tf":1.0},"369":{"tf":1.0},"610":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":8,"docs":{"230":{"tf":1.0},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"501":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":73,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.0},"309":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"4":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":2.449489742783178},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":2.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"533":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"580":{"tf":1.0},"599":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"505":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}}},"p":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"304":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":52,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.4142135623730951},"223":{"tf":1.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"394":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"452":{"tf":1.7320508075688772},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":2.449489742783178},"711":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"304":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":8,"docs":{"373":{"tf":2.0},"391":{"tf":1.0},"397":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"49":{"tf":1.0},"659":{"tf":1.0},"687":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"719":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"589":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"589":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":62,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.4142135623730951},"483":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"/":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.0},"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"18":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":62,"docs":{"118":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"260":{"tf":1.0},"277":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"475":{"tf":1.0},"486":{"tf":1.0},"494":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"651":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"745":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}}}},"df":1,"docs":{"351":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"352":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"392":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"253":{"tf":1.0},"372":{"tf":1.0},"486":{"tf":1.4142135623730951},"666":{"tf":1.0},"721":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":12,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"434":{"tf":2.0},"49":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.0},"741":{"tf":1.7320508075688772}},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"32":{"tf":1.0},"465":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"242":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.0},"463":{"tf":1.0},"669":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":37,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":3.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"570":{"tf":1.0},"571":{"tf":1.0},"631":{"tf":1.0},"671":{"tf":1.0},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"342":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":55,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":2.8284271247461903},"260":{"tf":1.7320508075688772},"261":{"tf":2.0},"302":{"tf":1.4142135623730951},"320":{"tf":1.0},"338":{"tf":2.23606797749979},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"393":{"tf":2.23606797749979},"429":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.0},"468":{"tf":1.0},"469":{"tf":1.7320508075688772},"470":{"tf":1.0},"474":{"tf":3.7416573867739413},"475":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":2.23606797749979},"496":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"664":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":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":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"139":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.4142135623730951},"527":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"397":{"tf":1.0},"478":{"tf":1.0},"741":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"486":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":2.0},"517":{"tf":1.0},"536":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"23":{"tf":1.0},"472":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"647":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":1.0},"710":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"df":2,"docs":{"371":{"tf":1.0},"524":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"142":{"tf":1.0},"333":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"613":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":30,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":112,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"282":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.0},"425":{"tf":1.4142135623730951},"431":{"tf":1.4142135623730951},"436":{"tf":1.0},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"453":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"514":{"tf":2.23606797749979},"517":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"567":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"598":{"tf":1.0},"601":{"tf":1.4142135623730951},"606":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"+":{"3":{"+":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"507":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"701":{"tf":1.0},"710":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"170":{"tf":1.0},"671":{"tf":1.0}}}}}},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":134,"docs":{"14":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.449489742783178},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"235":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":3.0},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.1622776601683795},"253":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":2.8284271247461903},"281":{"tf":1.0},"286":{"tf":2.449489742783178},"289":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":3.0},"339":{"tf":2.449489742783178},"342":{"tf":2.0},"359":{"tf":1.4142135623730951},"367":{"tf":2.6457513110645907},"368":{"tf":5.5677643628300215},"369":{"tf":3.872983346207417},"370":{"tf":1.7320508075688772},"371":{"tf":2.6457513110645907},"372":{"tf":1.4142135623730951},"373":{"tf":3.3166247903554},"374":{"tf":2.449489742783178},"377":{"tf":1.7320508075688772},"378":{"tf":2.0},"380":{"tf":1.0},"381":{"tf":2.0},"382":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"447":{"tf":1.7320508075688772},"452":{"tf":2.23606797749979},"456":{"tf":1.0},"469":{"tf":1.4142135623730951},"473":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.7320508075688772},"489":{"tf":1.0},"490":{"tf":2.23606797749979},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"517":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":2.449489742783178},"655":{"tf":1.7320508075688772},"657":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"666":{"tf":1.7320508075688772},"667":{"tf":2.0},"668":{"tf":2.23606797749979},"669":{"tf":2.23606797749979},"671":{"tf":2.6457513110645907},"674":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"733":{"tf":1.0},"736":{"tf":1.7320508075688772},"739":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"368":{"tf":1.0},"369":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"377":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{":":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"1":{"5":{"df":1,"docs":{"514":{"tf":1.0}}},"6":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"514":{"tf":1.0}}},"df":1,"docs":{"514":{"tf":1.0}}},"2":{"df":1,"docs":{"514":{"tf":1.0}}},"3":{"df":1,"docs":{"514":{"tf":1.0}}},"4":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"513":{"tf":1.4142135623730951},"575":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"735":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"377":{"tf":1.0}}}}}},"s":{".":{"a":{"d":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"´":{"df":1,"docs":{"738":{"tf":1.0}}}}}}},"i":{"d":{"df":9,"docs":{"244":{"tf":1.0},"252":{"tf":2.0},"491":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"583":{"tf":3.1622776601683795},"641":{"tf":1.4142135623730951},"727":{"tf":1.0},"733":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":2.23606797749979}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}},"s":{"df":4,"docs":{"235":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}},"t":{"df":70,"docs":{"1":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":3.0},"333":{"tf":1.7320508075688772},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"339":{"tf":1.7320508075688772},"344":{"tf":1.7320508075688772},"358":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"454":{"tf":1.4142135623730951},"456":{"tf":1.0},"469":{"tf":1.7320508075688772},"478":{"tf":1.0},"501":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.7320508075688772},"699":{"tf":1.4142135623730951},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.0},"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"606":{"tf":1.0},"653":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"408":{"tf":1.7320508075688772},"409":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"368":{"tf":1.0},"392":{"tf":1.0},"490":{"tf":1.0},"625":{"tf":1.0},"668":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"129":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"463":{"tf":1.0},"478":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"514":{"tf":1.0},"580":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"114":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"464":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"532":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"670":{"tf":1.0},"676":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":2.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"687":{"tf":1.0},"73":{"tf":2.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"149":{"tf":1.0},"53":{"tf":1.0},"655":{"tf":1.0}}}}},"c":{"df":1,"docs":{"428":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"361":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"128":{"tf":1.0},"145":{"tf":1.0},"505":{"tf":1.0},"639":{"tf":1.0}}}},"df":5,"docs":{"412":{"tf":2.8284271247461903},"413":{"tf":2.8284271247461903},"415":{"tf":2.6457513110645907},"416":{"tf":3.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"395":{"tf":1.0},"55":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":15,"docs":{"235":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"374":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"467":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":18,"docs":{"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"233":{"tf":1.0},"257":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"527":{"tf":1.0},"583":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"669":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"373":{"tf":1.0},"486":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":6,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"737":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"233":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0},"627":{"tf":1.0},"641":{"tf":1.0},"662":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"507":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"466":{"tf":1.0},"469":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.0},"525":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"743":{"tf":1.0}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"16":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"579":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"386":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"629":{"tf":1.0}},"|":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"18":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":2.449489742783178},"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.4142135623730951},"59":{"tf":2.0},"664":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"387":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"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":1,"docs":{"63":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"114":{"tf":1.0},"130":{"tf":1.0},"369":{"tf":1.0},"397":{"tf":1.4142135623730951},"457":{"tf":1.0},"465":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"269":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"696":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"172":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"295":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"437":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.4142135623730951},"512":{"tf":1.7320508075688772},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"725":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"111":{"tf":1.0},"305":{"tf":1.0},"367":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"507":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"138":{"tf":1.0},"238":{"tf":1.4142135623730951},"257":{"tf":1.0},"269":{"tf":1.0},"305":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.4142135623730951},"469":{"tf":1.4142135623730951},"507":{"tf":2.0},"508":{"tf":1.4142135623730951},"510":{"tf":2.449489742783178},"511":{"tf":2.23606797749979},"627":{"tf":1.0},"631":{"tf":1.0},"669":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":4,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"122":{"tf":1.0},"145":{"tf":1.7320508075688772},"150":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"647":{"tf":1.0},"662":{"tf":1.0},"689":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"719":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":3,"docs":{"18":{"tf":1.0},"249":{"tf":1.0},"364":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":444,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.4142135623730951},"117":{"tf":2.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":3.605551275463989},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"162":{"tf":2.23606797749979},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":3.605551275463989},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":2.6457513110645907},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"230":{"tf":3.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"24":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":2.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":2.449489742783178},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":2.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":2.23606797749979},"339":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"340":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"353":{"tf":1.0},"354":{"tf":3.7416573867739413},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":3.872983346207417},"36":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.0},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":4.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"373":{"tf":2.0},"374":{"tf":1.7320508075688772},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":2.0},"381":{"tf":2.23606797749979},"382":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"384":{"tf":2.449489742783178},"385":{"tf":2.8284271247461903},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":3.605551275463989},"39":{"tf":1.0},"390":{"tf":2.6457513110645907},"391":{"tf":3.4641016151377544},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":2.8284271247461903},"398":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"405":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"418":{"tf":1.7320508075688772},"419":{"tf":1.4142135623730951},"42":{"tf":1.0},"420":{"tf":1.4142135623730951},"423":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":2.23606797749979},"427":{"tf":3.3166247903554},"428":{"tf":2.0},"429":{"tf":2.23606797749979},"43":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":2.0},"433":{"tf":1.0},"434":{"tf":2.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.4142135623730951},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"460":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":3.1622776601683795},"463":{"tf":1.4142135623730951},"464":{"tf":2.449489742783178},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.7320508075688772},"468":{"tf":2.0},"469":{"tf":2.23606797749979},"47":{"tf":1.0},"470":{"tf":1.7320508075688772},"473":{"tf":2.449489742783178},"474":{"tf":7.280109889280518},"475":{"tf":1.7320508075688772},"476":{"tf":2.0},"478":{"tf":2.6457513110645907},"479":{"tf":1.0},"48":{"tf":1.4142135623730951},"485":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"496":{"tf":2.8284271247461903},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":3.0},"511":{"tf":1.7320508075688772},"513":{"tf":2.0},"517":{"tf":2.23606797749979},"518":{"tf":2.0},"519":{"tf":2.0},"52":{"tf":1.7320508075688772},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"530":{"tf":2.0},"534":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":2.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":2.449489742783178},"551":{"tf":2.0},"554":{"tf":1.7320508075688772},"557":{"tf":2.6457513110645907},"559":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":2.23606797749979},"569":{"tf":1.0},"57":{"tf":1.0},"574":{"tf":2.0},"575":{"tf":1.0},"577":{"tf":1.4142135623730951},"58":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.4142135623730951},"589":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"591":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"593":{"tf":2.449489742783178},"594":{"tf":1.0},"595":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":2.23606797749979},"61":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":2.8284271247461903},"615":{"tf":2.23606797749979},"617":{"tf":2.449489742783178},"619":{"tf":2.23606797749979},"62":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":3.3166247903554},"627":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":3.0},"633":{"tf":1.7320508075688772},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.0},"64":{"tf":1.0},"641":{"tf":2.6457513110645907},"643":{"tf":2.0},"645":{"tf":3.1622776601683795},"647":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":3.4641016151377544},"66":{"tf":1.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.7320508075688772},"668":{"tf":2.0},"669":{"tf":2.23606797749979},"67":{"tf":1.0},"670":{"tf":3.1622776601683795},"671":{"tf":3.605551275463989},"672":{"tf":1.7320508075688772},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.23606797749979},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"693":{"tf":2.23606797749979},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"70":{"tf":2.449489742783178},"700":{"tf":1.4142135623730951},"701":{"tf":2.449489742783178},"704":{"tf":1.0},"705":{"tf":2.0},"706":{"tf":1.4142135623730951},"707":{"tf":2.23606797749979},"708":{"tf":1.0},"710":{"tf":2.0},"711":{"tf":2.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.23606797749979},"715":{"tf":3.1622776601683795},"716":{"tf":1.7320508075688772},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.7320508075688772},"72":{"tf":1.0},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":3.1622776601683795},"729":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":2.23606797749979},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.0},"74":{"tf":3.1622776601683795},"740":{"tf":1.7320508075688772},"741":{"tf":2.0},"742":{"tf":1.4142135623730951},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"528":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"427":{"tf":1.0},"430":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":41,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"242":{"tf":1.0},"249":{"tf":3.605551275463989},"250":{"tf":2.8284271247461903},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.0},"525":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"178":{"tf":1.0},"196":{"tf":1.0},"225":{"tf":1.0},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"621":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"276":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{";":{"$":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"691":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"346":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"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":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"267":{"tf":1.0},"615":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"346":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"575":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"330":{"tf":1.0},"36":{"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":1,"docs":{"578":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"382":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"629":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"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":{},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":7,"docs":{"286":{"tf":1.0},"316":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"562":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":17,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"284":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"374":{"tf":1.4142135623730951},"447":{"tf":1.0},"486":{"tf":3.1622776601683795},"619":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"338":{"tf":1.0},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"177":{"tf":2.23606797749979},"225":{"tf":1.0},"6":{"tf":1.0}}}},"df":3,"docs":{"445":{"tf":1.0},"447":{"tf":1.0},"507":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"28":{"tf":1.0},"323":{"tf":1.0},"445":{"tf":1.0},"507":{"tf":1.4142135623730951},"580":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"610":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"385":{"tf":1.7320508075688772},"687":{"tf":1.0}}}},"p":{"df":7,"docs":{"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"384":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}},"df":1,"docs":{"525":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"159":{"tf":1.0}}}},"df":4,"docs":{"246":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.0},"466":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"374":{"tf":1.0},"486":{"tf":2.449489742783178},"619":{"tf":1.0},"700":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":53,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"500":{"tf":1.0},"549":{"tf":1.0},"595":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"653":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0},"697":{"tf":1.0},"701":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.4142135623730951},"707":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"710":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"738":{"tf":1.0},"743":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}},"r":{"#":{"1":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"613":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"610":{"tf":1.0}}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"6":{"df":1,"docs":{"608":{"tf":1.0}}},"7":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"df":1,"docs":{"608":{"tf":1.0}}},"3":{"df":1,"docs":{"608":{"tf":1.7320508075688772}}},"df":1,"docs":{"608":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"2":{"df":1,"docs":{"606":{"tf":1.0}}},"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"249":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"469":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"647":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"355":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"480":{"tf":1.4142135623730951},"562":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"562":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"230":{"tf":1.4142135623730951},"242":{"tf":1.0},"319":{"tf":1.0},"389":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"687":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.0},"741":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"c":{"df":0,"docs":{},"h":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"552":{"tf":1.0},"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"286":{"tf":1.0},"314":{"tf":1.4142135623730951},"452":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.7320508075688772},"552":{"tf":2.23606797749979},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"623":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"152":{"tf":1.0},"174":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"397":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"360":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":16,"docs":{"138":{"tf":1.0},"20":{"tf":1.0},"286":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"307":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"395":{"tf":1.0},"424":{"tf":1.0},"452":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":2.6457513110645907},"512":{"tf":1.0},"655":{"tf":1.0},"730":{"tf":1.0}}}},"t":{"/":{"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":{"df":2,"docs":{"262":{"tf":1.0},"268":{"tf":1.0}}}},"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":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":45,"docs":{"17":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"295":{"tf":1.0},"311":{"tf":1.7320508075688772},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"371":{"tf":2.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":3.3166247903554},"385":{"tf":2.23606797749979},"386":{"tf":1.0},"391":{"tf":2.6457513110645907},"418":{"tf":1.7320508075688772},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"436":{"tf":2.449489742783178},"437":{"tf":1.0},"438":{"tf":2.8284271247461903},"452":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"475":{"tf":1.0},"480":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":2.0},"568":{"tf":1.0},"621":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":2.8284271247461903},"700":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"412":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"507":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"249":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"591":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"641":{"tf":1.0},"653":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":10,"docs":{"185":{"tf":1.0},"232":{"tf":1.0},"342":{"tf":1.0},"373":{"tf":1.0},"427":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0}},"s":{"df":9,"docs":{"125":{"tf":1.0},"149":{"tf":1.0},"249":{"tf":1.0},"269":{"tf":1.0},"344":{"tf":1.0},"534":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.4142135623730951},"562":{"tf":1.0},"613":{"tf":1.0}}}},"o":{"df":10,"docs":{"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}},"r":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.4142135623730951},"397":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"649":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"485":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"174":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"395":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"599":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":20,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"253":{"tf":2.6457513110645907},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0},"482":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"572":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":105,"docs":{"14":{"tf":3.0},"162":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.7320508075688772},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.449489742783178},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"253":{"tf":3.872983346207417},"254":{"tf":1.0},"257":{"tf":2.0},"260":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"331":{"tf":2.449489742783178},"336":{"tf":2.0},"337":{"tf":1.4142135623730951},"338":{"tf":4.69041575982343},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"395":{"tf":2.23606797749979},"397":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.7320508075688772},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"464":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":2.0},"482":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"571":{"tf":1.0},"580":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"655":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.449489742783178},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":3.3166247903554},"671":{"tf":2.449489742783178},"672":{"tf":1.7320508075688772},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"677":{"tf":1.0},"683":{"tf":1.4142135623730951},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":3.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"694":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"707":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"748":{"tf":1.4142135623730951},"78":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"249":{"tf":1.0},"390":{"tf":1.0}}},"/":{"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":3,"docs":{"329":{"tf":1.0},"452":{"tf":1.0},"601":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"333":{"tf":2.6457513110645907},"344":{"tf":1.7320508075688772}}}}}}}},"df":57,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.7320508075688772},"334":{"tf":1.0},"335":{"tf":2.23606797749979},"338":{"tf":2.23606797749979},"339":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.6457513110645907},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":2.0},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"432":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"59":{"tf":1.4142135623730951},"663":{"tf":1.0},"669":{"tf":1.7320508075688772},"685":{"tf":1.0},"687":{"tf":1.0},"714":{"tf":1.4142135623730951},"736":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"253":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"690":{"tf":1.0},"696":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"608":{"tf":1.0}},"t":{"df":18,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.449489742783178},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"469":{"tf":1.0},"747":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"89":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"647":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":38,"docs":{"162":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.0},"385":{"tf":3.605551275463989},"386":{"tf":2.23606797749979},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":3.605551275463989},"434":{"tf":1.4142135623730951},"436":{"tf":1.0},"445":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"615":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"653":{"tf":1.0},"66":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"627":{"tf":1.0},"651":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"653":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"6":{"4":{"3":{"2":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"286":{"tf":1.0},"325":{"tf":1.4142135623730951},"452":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":3.0},"78":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":{"613":{"tf":1.0}}}}}}},"df":86,"docs":{"105":{"tf":1.0},"114":{"tf":2.23606797749979},"147":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"242":{"tf":2.23606797749979},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"360":{"tf":1.0},"40":{"tf":1.4142135623730951},"500":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"534":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0}},"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":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"149":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"276":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"463":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"242":{"tf":1.0},"339":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"276":{"tf":1.0},"426":{"tf":1.0},"75":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"469":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"363":{"tf":1.7320508075688772},"395":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":74,"docs":{"12":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"39":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"454":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"606":{"tf":1.0},"617":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.7320508075688772},"732":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"457":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"$":{"<":{"$":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{">":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"d":{"a":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"d":{"a":{"df":2,"docs":{"59":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":8,"docs":{"111":{"tf":1.0},"53":{"tf":1.0},"597":{"tf":1.0},"615":{"tf":1.0},"639":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"534":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"361":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":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":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"365":{"tf":1.0},"615":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"268":{"tf":1.0},"625":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"572":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"365":{"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":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"108":{"tf":1.0},"149":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"363":{"tf":3.1622776601683795},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"661":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"346":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":14,"docs":{"120":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"345":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"380":{"tf":1.0},"385":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"13":{"tf":1.0},"693":{"tf":1.0}}}}},"q":{"df":82,"docs":{"663":{"tf":2.449489742783178},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":4.123105625617661},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":2.6457513110645907},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":3.605551275463989},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":3.3166247903554},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":4.123105625617661},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"286":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":1.0},"450":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"576":{"tf":1.0},"606":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":5,"docs":{"333":{"tf":1.0},"344":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"483":{"tf":1.0},"549":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":16,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"371":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":13,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"374":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.7320508075688772},"486":{"tf":2.0},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"619":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"513":{"tf":1.0},"517":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"346":{"tf":1.0},"499":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"18":{"tf":1.0},"382":{"tf":1.0},"513":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"367":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":9,"docs":{"269":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.0},"389":{"tf":1.0},"511":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"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":8,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"649":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"673":{"tf":1.0}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":8,"docs":{"258":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{":":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"395":{"tf":1.0},"469":{"tf":1.0},"508":{"tf":1.0}}},"t":{"df":4,"docs":{"481":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"315":{"tf":1.0},"554":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":23,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"268":{"tf":1.0},"330":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"427":{"tf":1.0},"436":{"tf":1.0},"496":{"tf":1.0},"527":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":7,"docs":{"157":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"343":{"tf":1.0},"405":{"tf":1.0},"511":{"tf":1.0},"697":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"354":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"465":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":17,"docs":{"187":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":2.23606797749979},"287":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"340":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"670":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.7320508075688772},"697":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"336":{"tf":1.0},"373":{"tf":1.0},"448":{"tf":1.0},"466":{"tf":1.4142135623730951},"530":{"tf":1.0},"671":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"549":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"397":{"tf":1.4142135623730951},"463":{"tf":1.0},"602":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.7320508075688772},"699":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"562":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"269":{"tf":1.0},"281":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"229":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"493":{"tf":1.0},"522":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.0},"728":{"tf":1.0},"744":{"tf":1.0}}},"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":{"368":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"374":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":8,"docs":{"246":{"tf":1.0},"31":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"378":{"tf":1.0},"469":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"462":{"tf":1.0}}}}}},"df":2,"docs":{"363":{"tf":1.0},"462":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"166":{"tf":1.0},"284":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"608":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"725":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":7,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"371":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}},"t":{"df":5,"docs":{"238":{"tf":1.0},"31":{"tf":1.0},"389":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"147":{"tf":1.0},"333":{"tf":1.4142135623730951},"699":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"491":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"659":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"355":{"tf":1.0},"362":{"tf":1.4142135623730951},"391":{"tf":1.7320508075688772},"458":{"tf":1.7320508075688772},"532":{"tf":1.0},"599":{"tf":1.0},"662":{"tf":1.0},"742":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"147":{"tf":1.0},"391":{"tf":1.0},"716":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"244":{"tf":1.0},"254":{"tf":1.0},"363":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"143":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"522":{"tf":1.0},"69":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"739":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.0},"142":{"tf":1.4142135623730951},"245":{"tf":1.0},"354":{"tf":1.0},"42":{"tf":1.0},"445":{"tf":1.7320508075688772},"450":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.4142135623730951},"747":{"tf":2.8284271247461903},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"450":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"490":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":71,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"372":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"425":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"486":{"tf":1.0},"489":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"52":{"tf":1.0},"549":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"573":{"tf":1.0},"579":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"601":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":79,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"161":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"344":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}},"o":{"a":{"d":{"df":2,"docs":{"236":{"tf":1.0},"699":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"363":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"307":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"418":{"tf":1.0},"424":{"tf":1.4142135623730951},"452":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":2.0},"514":{"tf":1.7320508075688772},"517":{"tf":1.4142135623730951},"527":{"tf":1.0},"653":{"tf":2.23606797749979}}},"v":{"df":14,"docs":{"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"536":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"225":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.0},"637":{"tf":1.0},"655":{"tf":1.7320508075688772},"659":{"tf":1.0},"70":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.0},"617":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"623":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":24,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"225":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"30":{"tf":1.0},"364":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.23606797749979},"464":{"tf":1.0},"475":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"743":{"tf":1.0},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"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":7,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"247":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0},"643":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"236":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":1.0},"359":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"19":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"335":{"tf":1.0},"346":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":2.0},"374":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"418":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"462":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.7320508075688772},"514":{"tf":1.4142135623730951},"517":{"tf":2.0},"562":{"tf":1.0},"653":{"tf":1.7320508075688772},"738":{"tf":1.0},"748":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"q":{"df":2,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"359":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.4142135623730951},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"558":{"tf":1.0},"559":{"tf":1.7320508075688772},"610":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":49,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"340":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"432":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.0},"494":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"717":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"741":{"tf":1.0}}},"n":{"df":4,"docs":{"335":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"320":{"tf":1.0},"368":{"tf":1.0},"571":{"tf":1.0},"623":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":4,"docs":{"238":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":1.0},"608":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"403":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"462":{"tf":2.6457513110645907},"488":{"tf":1.4142135623730951},"556":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":2.0},"59":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0}}}},"v":{"df":3,"docs":{"18":{"tf":1.0},"371":{"tf":1.0},"713":{"tf":1.0}}}},"n":{"df":2,"docs":{"23":{"tf":1.0},"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"162":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"593":{"tf":1.0},"617":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"276":{"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":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"20":{"tf":1.0},"389":{"tf":1.0},"478":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":10,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"339":{"tf":1.7320508075688772},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"378":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"575":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.7320508075688772},"667":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"737":{"tf":1.0},"739":{"tf":1.4142135623730951},"743":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"727":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":3,"docs":{"373":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"619":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"244":{"tf":1.0},"335":{"tf":2.449489742783178},"337":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"490":{"tf":1.0},"627":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"331":{"tf":1.0},"333":{"tf":2.0},"338":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"392":{"tf":1.0},"466":{"tf":1.7320508075688772},"476":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"621":{"tf":1.0},"664":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":11,"docs":{"162":{"tf":1.0},"301":{"tf":1.0},"319":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.0},"549":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"748":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"105":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.6457513110645907},"238":{"tf":1.7320508075688772},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.449489742783178},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.6457513110645907},"458":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":1.0},"466":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":5.196152422706632},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"496":{"tf":1.0},"505":{"tf":2.0},"508":{"tf":3.1622776601683795},"511":{"tf":2.449489742783178},"525":{"tf":1.7320508075688772},"536":{"tf":1.0},"538":{"tf":1.7320508075688772},"544":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.7320508075688772},"583":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.4142135623730951},"631":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.23606797749979},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":2.449489742783178},"728":{"tf":1.4142135623730951},"732":{"tf":1.0},"737":{"tf":1.4142135623730951},"742":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"264":{"tf":1.4142135623730951},"715":{"tf":1.0},"720":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"380":{"tf":1.0}}}},"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"12":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"19":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"659":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"276":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.23606797749979},"476":{"tf":1.0},"524":{"tf":1.0},"566":{"tf":1.0},"606":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"59":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"c":{"b":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"747":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"276":{"tf":1.0},"381":{"tf":1.0},"458":{"tf":1.4142135623730951},"532":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":9,"docs":{"31":{"tf":1.0},"337":{"tf":1.0},"388":{"tf":1.0},"393":{"tf":1.4142135623730951},"467":{"tf":1.0},"469":{"tf":1.0},"496":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}}}},"w":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":1,"docs":{"254":{"tf":1.7320508075688772}},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0}}}},"n":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"14":{"tf":1.0},"177":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"331":{"tf":1.0},"351":{"tf":1.0},"395":{"tf":1.4142135623730951},"448":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"286":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.7320508075688772},"450":{"tf":1.7320508075688772},"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"245":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951}}}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":7,"docs":{"188":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"329":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"606":{"tf":1.0}},"r":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":52,"docs":{"108":{"tf":1.0},"130":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"269":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"349":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.0},"392":{"tf":1.0},"413":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"474":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"55":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"629":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"249":{"tf":2.6457513110645907},"251":{"tf":1.4142135623730951},"252":{"tf":4.0},"253":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"385":{"tf":1.0},"397":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":2.23606797749979},"510":{"tf":1.0},"55":{"tf":1.4142135623730951},"585":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"619":{"tf":1.7320508075688772},"641":{"tf":1.0},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":2.23606797749979},"673":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":1.4142135623730951},"705":{"tf":1.0}}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"253":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.0},"499":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"74":{"tf":1.0},"86":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.6457513110645907},"562":{"tf":2.0},"643":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.0},"741":{"tf":2.23606797749979}}}},"n":{"df":12,"docs":{"355":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"649":{"tf":1.0},"713":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"687":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"254":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"510":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"178":{"tf":1.0},"192":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"32":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"413":{"tf":1.4142135623730951},"557":{"tf":1.0},"631":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"230":{"tf":1.0},"88":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"335":{"tf":1.0},"700":{"tf":1.0}}}}}}},"d":{"d":{"df":1,"docs":{"621":{"tf":1.4142135623730951}},"s":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"'":{"df":7,"docs":{"146":{"tf":1.0},"162":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.0},"276":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.0}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"719":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.4142135623730951}}}}}}},"df":187,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.449489742783178},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"197":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"244":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.23606797749979},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.4142135623730951},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"362":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.7320508075688772},"368":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"395":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"48":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"63":{"tf":1.0},"639":{"tf":1.7320508075688772},"64":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"655":{"tf":1.0},"659":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":2.23606797749979},"705":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"724":{"tf":3.4641016151377544},"732":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"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":{"366":{"tf":1.4142135623730951}}}}}}}}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"427":{"tf":1.4142135623730951},"490":{"tf":1.0},"59":{"tf":1.4142135623730951},"668":{"tf":1.0},"691":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.4142135623730951},"724":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"23":{"tf":1.0},"384":{"tf":1.0},"532":{"tf":1.0},"621":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}},"df":6,"docs":{"136":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"252":{"tf":1.0},"466":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"1":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"390":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"486":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"177":{"tf":1.0},"608":{"tf":1.0},"743":{"tf":1.0}}}}},"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}},"e":{"df":107,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.7320508075688772},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":2.23606797749979},"338":{"tf":2.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"428":{"tf":1.0},"443":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.0},"578":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"74":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"359":{"tf":1.0},"606":{"tf":1.0}}},"n":{"df":2,"docs":{"540":{"tf":1.0},"606":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"209":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":2.23606797749979},"466":{"tf":1.0},"473":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"710":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.7320508075688772},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"368":{"tf":1.0},"384":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"l":{"df":3,"docs":{"715":{"tf":1.4142135623730951},"718":{"tf":1.0},"722":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"368":{"tf":1.0},"369":{"tf":1.0},"381":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":24,"docs":{"145":{"tf":1.7320508075688772},"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.8284271247461903},"329":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"541":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":1.0},"669":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.4142135623730951},"727":{"tf":1.0},"736":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"250":{"tf":1.0},"343":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"485":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.7320508075688772},"73":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"150":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"454":{"tf":1.0},"457":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":30,"docs":{"14":{"tf":1.0},"294":{"tf":1.0},"340":{"tf":1.4142135623730951},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"411":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"474":{"tf":1.0},"527":{"tf":1.0},"556":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"14":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"355":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"146":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"309":{"tf":1.0},"527":{"tf":1.0}}}}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"633":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"589":{"tf":1.0},"703":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"239":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":3.605551275463989},"710":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"699":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"557":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"df":91,"docs":{"111":{"tf":1.0},"114":{"tf":1.7320508075688772},"133":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"177":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"261":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":2.23606797749979},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.4142135623730951},"478":{"tf":2.449489742783178},"496":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"533":{"tf":1.0},"557":{"tf":1.0},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"70":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"390":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"504":{"tf":1.0},"505":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"655":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"405":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.4142135623730951},"254":{"tf":1.0},"311":{"tf":1.0},"368":{"tf":1.0},"410":{"tf":1.0},"543":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"$":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":16,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.0},"249":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.0},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"410":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"486":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"363":{"tf":2.23606797749979},"514":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"146":{"tf":1.4142135623730951},"338":{"tf":1.0},"355":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"613":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"30":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"389":{"tf":1.0},"432":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"240":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{}},"df":49,"docs":{"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"177":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"361":{"tf":1.4142135623730951},"378":{"tf":1.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"469":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"75":{"tf":1.7320508075688772}},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":1.7320508075688772},"465":{"tf":1.0},"468":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.0},"337":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.4641016151377544},"470":{"tf":1.4142135623730951},"474":{"tf":3.7416573867739413},"478":{"tf":1.0},"508":{"tf":1.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"162":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"228":{"tf":1.0},"232":{"tf":1.0},"258":{"tf":1.0},"338":{"tf":1.4142135623730951},"373":{"tf":1.4142135623730951},"395":{"tf":1.0},"469":{"tf":3.3166247903554},"476":{"tf":1.7320508075688772},"478":{"tf":1.4142135623730951},"59":{"tf":1.0},"635":{"tf":1.0},"748":{"tf":1.4142135623730951}},"y":{"df":1,"docs":{"476":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":18,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"364":{"tf":1.0},"48":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":2.6457513110645907},"726":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"286":{"tf":1.0},"452":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":2.8284271247461903},"608":{"tf":2.0},"615":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.7320508075688772},"7":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"261":{"tf":1.0},"625":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"254":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"193":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"279":{"tf":1.0},"338":{"tf":1.4142135623730951},"340":{"tf":1.0},"373":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.449489742783178},"391":{"tf":1.4142135623730951},"395":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"613":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"686":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":9,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"346":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.0},"631":{"tf":1.0}},"f":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":3,"docs":{"372":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"466":{"tf":1.0},"59":{"tf":2.0},"615":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"72":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"387":{"tf":1.0},"427":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"731":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"625":{"tf":1.0},"635":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"381":{"tf":1.0},"397":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":18,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"338":{"tf":1.0},"397":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"436":{"tf":1.0},"453":{"tf":1.0},"462":{"tf":2.8284271247461903},"486":{"tf":1.0},"530":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":2.0},"673":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"249":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"530":{"tf":1.0}}}}},"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"367":{"tf":1.0},"373":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"486":{"tf":2.449489742783178}}}},"t":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":1.0},"259":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"162":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"g":{"_":{"a":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"276":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"p":{"1":{"4":{"df":1,"docs":{"617":{"tf":1.0}}},"7":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"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":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"637":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"239":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"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":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"225":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"225":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"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":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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"276":{"tf":1.0},"610":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"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":{},"u":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"88":{"tf":2.8284271247461903}}}}},"n":{"3":{"d":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"318":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"418":{"tf":1.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.0},"430":{"tf":1.0},"443":{"tf":1.4142135623730951},"452":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.7320508075688772},"566":{"tf":1.4142135623730951},"615":{"tf":1.0},"635":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}},"y":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"147":{"tf":2.449489742783178},"18":{"tf":2.8284271247461903},"2":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"490":{"tf":1.0},"513":{"tf":1.0},"668":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"389":{"tf":1.0},"541":{"tf":1.0},"659":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{"df":5,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"174":{"tf":1.0},"395":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"254":{"tf":1.0},"258":{"tf":1.0},"313":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"683":{"tf":1.0},"696":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"194":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"373":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"369":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.0},"546":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"374":{"tf":1.0},"517":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"395":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"629":{"tf":1.0},"684":{"tf":1.0},"748":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"c":{"df":56,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"352":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.0},"53":{"tf":1.0},"534":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":2.0},"719":{"tf":2.0},"72":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"5":{"1":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"476":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":6,"docs":{"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.7320508075688772},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"471":{"tf":1.0},"472":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"472":{"tf":1.0},"643":{"tf":1.0}}}}},"df":28,"docs":{"249":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"338":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"467":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":2.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"59":{"tf":1.4142135623730951},"591":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":2.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"381":{"tf":1.0},"397":{"tf":1.0},"691":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":57,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.4142135623730951},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.4142135623730951},"436":{"tf":1.0},"438":{"tf":1.4142135623730951},"447":{"tf":1.0},"454":{"tf":1.4142135623730951},"486":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"571":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"639":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"78":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":12,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"374":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"631":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}}}}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"530":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}}}},"r":{"d":{"df":19,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"225":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"426":{"tf":1.0},"507":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"69":{"tf":1.0},"711":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":36,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"309":{"tf":1.0},"338":{"tf":1.0},"356":{"tf":1.0},"373":{"tf":2.0},"395":{"tf":1.0},"405":{"tf":1.0},"486":{"tf":1.0},"527":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"562":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"643":{"tf":1.0},"707":{"tf":1.0},"73":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"128":{"tf":1.0},"355":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"0":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772}}},"1":{"df":2,"docs":{"405":{"tf":2.8284271247461903},"406":{"tf":2.449489742783178}}},"2":{"5":{"df":1,"docs":{"405":{"tf":3.605551275463989}}},"df":2,"docs":{"405":{"tf":3.7416573867739413},"406":{"tf":2.23606797749979}}},"3":{"df":2,"docs":{"405":{"tf":5.0},"406":{"tf":5.196152422706632}}},"4":{"df":1,"docs":{"405":{"tf":4.358898943540674}}},"5":{"df":1,"docs":{"405":{"tf":4.242640687119285}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"405":{"tf":1.0},"406":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":3.872983346207417},"249":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"254":{"tf":3.7416573867739413},"268":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"315":{"tf":1.4142135623730951},"335":{"tf":2.449489742783178},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"342":{"tf":2.23606797749979},"368":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.4142135623730951},"508":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":2.23606797749979},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":2.0},"699":{"tf":2.449489742783178},"747":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"254":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"254":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"543":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"225":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"281":{"tf":1.4142135623730951},"596":{"tf":1.0},"691":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"14":{"tf":1.0},"585":{"tf":1.0}}}},"y":{"df":1,"docs":{"428":{"tf":1.0}}}},"c":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"254":{"tf":1.0},"608":{"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":1,"docs":{"608":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"608":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"'":{"df":7,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"359":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}},"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"349":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"659":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"332":{"tf":1.0},"352":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"352":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"2":{":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"331":{"tf":1.0},"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"242":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"653":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"331":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"338":{"tf":1.0},"664":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"332":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"337":{"tf":1.0},"338":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"332":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},"3":{"df":1,"docs":{"653":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"373":{"tf":1.0},"378":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"639":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"343":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"653":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":5,"docs":{"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"342":{"tf":1.0},"384":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"342":{"tf":1.0},"375":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":3,"docs":{"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"334":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"375":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"649":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"338":{"tf":1.0},"375":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"334":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"334":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"391":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"645":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"334":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"391":{"tf":1.0}}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"517":{"tf":1.0},"653":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"385":{"tf":1.0},"391":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"445":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"342":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"381":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"516":{"tf":1.0},"653":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":57,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":2.8284271247461903},"146":{"tf":1.0},"147":{"tf":3.3166247903554},"149":{"tf":1.4142135623730951},"150":{"tf":2.8284271247461903},"151":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"288":{"tf":1.0},"346":{"tf":1.4142135623730951},"355":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.7320508075688772},"48":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.0},"510":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"639":{"tf":1.0},"651":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.0},"724":{"tf":2.0},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"370":{"tf":1.4142135623730951},"734":{"tf":1.0}}}}}}},"df":21,"docs":{"108":{"tf":1.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"367":{"tf":1.0},"369":{"tf":2.449489742783178},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"508":{"tf":2.449489742783178},"511":{"tf":1.7320508075688772},"727":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":18,"docs":{"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"470":{"tf":2.0},"471":{"tf":1.0},"474":{"tf":3.4641016151377544},"476":{"tf":3.1622776601683795},"478":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"59":{"tf":2.6457513110645907},"62":{"tf":1.0},"625":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":2.0}}}}},"→":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"230":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"373":{"tf":1.0},"447":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"138":{"tf":1.0},"253":{"tf":1.0},"360":{"tf":1.0},"412":{"tf":1.0},"447":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"671":{"tf":1.0},"82":{"tf":1.0}}}}},"l":{"df":2,"docs":{"687":{"tf":1.0},"748":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"236":{"tf":1.0}}}}}}}}},"df":10,"docs":{"113":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"335":{"tf":1.7320508075688772},"337":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}},"1":{"6":{"df":7,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"466":{"tf":2.23606797749979},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"587":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"14":{"tf":1.7320508075688772},"236":{"tf":1.0},"254":{"tf":1.0},"311":{"tf":1.0},"344":{"tf":1.7320508075688772},"384":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"596":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":7,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"332":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0},"547":{"tf":3.3166247903554}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":24,"docs":{"178":{"tf":1.0},"191":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"270":{"tf":2.23606797749979},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"339":{"tf":1.0},"359":{"tf":3.605551275463989},"360":{"tf":1.4142135623730951},"368":{"tf":1.0},"386":{"tf":1.0},"508":{"tf":3.3166247903554},"517":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":1.0},"562":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":2.0},"729":{"tf":1.0},"748":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"249":{"tf":2.0},"254":{"tf":1.4142135623730951},"591":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.7320508075688772},"235":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"359":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.4142135623730951},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"513":{"tf":1.0},"613":{"tf":1.0},"655":{"tf":1.0},"739":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"2":{"0":{"2":{"2":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"/":{"1":{"4":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"3":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"c":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":2.449489742783178},"2":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.23606797749979},"230":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.0},"4":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"241":{"tf":1.0}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"354":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"89":{"tf":1.0}}}}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"386":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"684":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":2.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"226":{"tf":1.0},"366":{"tf":1.0},"381":{"tf":1.0},"466":{"tf":1.4142135623730951},"59":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"355":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":9,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":2.23606797749979},"285":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.0}}}},"t":{"df":2,"docs":{"580":{"tf":1.0},"631":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"446":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"533":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"170":{"tf":1.0},"647":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":28,"docs":{"120":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"361":{"tf":1.0},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.4142135623730951},"715":{"tf":1.0},"716":{"tf":1.0},"89":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"381":{"tf":1.0},"390":{"tf":1.0},"444":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"536":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"447":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"391":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":159,"docs":{"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.0},"22":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.0},"286":{"tf":2.23606797749979},"288":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"380":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"395":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.8284271247461903},"447":{"tf":1.0},"451":{"tf":2.0},"452":{"tf":2.449489742783178},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"481":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"497":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"590":{"tf":1.0},"595":{"tf":1.0},"60":{"tf":1.0},"610":{"tf":2.23606797749979},"613":{"tf":1.7320508075688772},"615":{"tf":2.23606797749979},"617":{"tf":2.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":2.449489742783178},"633":{"tf":2.0},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":2.449489742783178},"643":{"tf":2.0},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":3.3166247903554},"655":{"tf":3.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"662":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"697":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"704":{"tf":1.0},"707":{"tf":1.7320508075688772},"708":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.4142135623730951},"737":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"577":{"tf":1.0},"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"536":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"389":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"427":{"tf":1.0},"462":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.7320508075688772},"725":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"473":{"tf":1.7320508075688772},"86":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"701":{"tf":1.0},"710":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"475":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"235":{"tf":1.0},"238":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"306":{"tf":1.4142135623730951},"373":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":2.6457513110645907},"511":{"tf":2.449489742783178},"513":{"tf":1.0},"514":{"tf":1.4142135623730951},"525":{"tf":1.0},"541":{"tf":1.4142135623730951},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"568":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":18,"docs":{"142":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"432":{"tf":1.0},"510":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"253":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":2.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"253":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"236":{"tf":1.0},"244":{"tf":1.0},"284":{"tf":1.0},"342":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"236":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"380":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"501":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"16":{"tf":1.4142135623730951},"178":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"561":{"tf":1.0},"565":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":37,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"478":{"tf":1.0},"49":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"694":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"328":{"tf":1.0},"452":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"b":{"df":6,"docs":{"230":{"tf":1.7320508075688772},"244":{"tf":1.0},"382":{"tf":1.0},"566":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":5,"docs":{"432":{"tf":1.0},"447":{"tf":1.0},"512":{"tf":1.0},"517":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":2.0},"491":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"302":{"tf":1.4142135623730951},"325":{"tf":1.0},"333":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.4142135623730951},"511":{"tf":1.0},"541":{"tf":1.0},"585":{"tf":1.0},"627":{"tf":1.0},"671":{"tf":1.0}},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"111":{"tf":1.7320508075688772},"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.4142135623730951},"242":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"525":{"tf":2.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"88":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"325":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"585":{"tf":1.0},"687":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.4142135623730951},"468":{"tf":1.0},"505":{"tf":1.7320508075688772}}}}}},"c":{"df":1,"docs":{"621":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"1":{"6":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"359":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"623":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"1":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"1":{"df":1,"docs":{"370":{"tf":1.0}}},"2":{"df":1,"docs":{"374":{"tf":1.0}}},"3":{"df":1,"docs":{"381":{"tf":1.0}}},"4":{"df":1,"docs":{"382":{"tf":1.0}}},"5":{"df":1,"docs":{"382":{"tf":1.0}}},"6":{"df":1,"docs":{"382":{"tf":1.0}}},"7":{"df":1,"docs":{"384":{"tf":1.0}}},"8":{"df":1,"docs":{"385":{"tf":1.0}}},"9":{"df":1,"docs":{"391":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"2":{"df":1,"docs":{"564":{"tf":1.0}}},"3":{"df":1,"docs":{"564":{"tf":1.0}}},"4":{"df":1,"docs":{"565":{"tf":1.0}}},"5":{"df":1,"docs":{"565":{"tf":1.0}}},"6":{"df":1,"docs":{"566":{"tf":1.0}}},"7":{"df":1,"docs":{"444":{"tf":1.0}}},"8":{"df":1,"docs":{"472":{"tf":1.0}}},"9":{"df":1,"docs":{"486":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"496":{"tf":1.0}}},"3":{"df":1,"docs":{"524":{"tf":1.0}}},"4":{"df":1,"docs":{"524":{"tf":1.0}}},"5":{"df":1,"docs":{"587":{"tf":1.0}}},"df":1,"docs":{"335":{"tf":1.0}}},"4":{"df":1,"docs":{"335":{"tf":1.0}}},"5":{"df":1,"docs":{"336":{"tf":1.0}}},"6":{"df":1,"docs":{"338":{"tf":1.0}}},"7":{"df":1,"docs":{"339":{"tf":1.0}}},"8":{"df":1,"docs":{"339":{"tf":1.0}}},"9":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"1":{"df":1,"docs":{"494":{"tf":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":{"162":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":53,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"178":{"tf":1.4142135623730951},"188":{"tf":1.0},"251":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.6457513110645907},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.8284271247461903},"2":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"4":{"tf":1.0},"514":{"tf":1.0},"747":{"tf":2.0},"748":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.0},"499":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"188":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":3.605551275463989},"254":{"tf":1.0},"532":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"514":{"tf":1.0},"664":{"tf":1.0},"77":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"664":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"254":{"tf":1.4142135623730951},"332":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":39,"docs":{"111":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"194":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"39":{"tf":1.4142135623730951},"390":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":2.0},"587":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"645":{"tf":1.0},"65":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"711":{"tf":1.4142135623730951},"713":{"tf":1.0},"78":{"tf":3.7416573867739413},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"276":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"613":{"tf":1.0},"724":{"tf":1.0}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}}}},"t":{"df":0,"docs":{},"´":{"df":4,"docs":{"230":{"tf":1.0},"239":{"tf":1.0},"254":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"740":{"tf":1.0}}}},"i":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"249":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"390":{"tf":1.0},"672":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"244":{"tf":1.0},"249":{"tf":1.7320508075688772},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"446":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"338":{"tf":1.0},"717":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":30,"docs":{"14":{"tf":1.0},"188":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":2.6457513110645907},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":3.0},"343":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":2.6457513110645907},"398":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.4142135623730951},"687":{"tf":1.0},"727":{"tf":1.0},"743":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"372":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"111":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"395":{"tf":1.0},"513":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"613":{"tf":1.0}}}}}}}}},"u":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":33,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"405":{"tf":1.0},"466":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"557":{"tf":1.0},"585":{"tf":1.4142135623730951},"599":{"tf":1.0},"606":{"tf":1.4142135623730951},"627":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.4142135623730951},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"729":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}}},"r":{"df":5,"docs":{"254":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":2.449489742783178},"450":{"tf":1.4142135623730951},"664":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"138":{"tf":1.7320508075688772},"273":{"tf":1.0},"367":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"513":{"tf":1.4142135623730951},"653":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.7320508075688772},"734":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":3.4641016151377544}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"428":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"544":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.6457513110645907},"250":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"108":{"tf":1.4142135623730951},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"281":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"747":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"45":{"tf":1.0},"748":{"tf":1.0}}}}}}},"p":{"df":7,"docs":{"149":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"391":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"508":{"tf":1.0}}},"k":{"df":14,"docs":{"23":{"tf":1.0},"368":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":2.23606797749979},"393":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0},"736":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"127":{"tf":2.0},"142":{"tf":2.0},"747":{"tf":3.4641016151377544},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"254":{"tf":1.0},"293":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"481":{"tf":1.0},"669":{"tf":1.0},"736":{"tf":1.0}},"t":{"df":3,"docs":{"329":{"tf":1.0},"452":{"tf":1.0},"601":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"162":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.7320508075688772},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.0},"623":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"323":{"tf":1.0},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"580":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"486":{"tf":2.6457513110645907},"487":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":3,"docs":{"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"364":{"tf":1.0},"729":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":42,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":2.0},"239":{"tf":2.0},"249":{"tf":3.605551275463989},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"362":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"476":{"tf":2.0},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.23606797749979},"525":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":1.7320508075688772},"710":{"tf":1.0}}}}}}},"i":{"df":7,"docs":{"281":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"729":{"tf":1.0},"741":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"392":{"tf":1.0},"575":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"469":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.0},"560":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"703":{"tf":2.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.0}}}}},"s":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}},"r":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"_":{"1":{"df":1,"docs":{"209":{"tf":1.0}}},"2":{"df":1,"docs":{"209":{"tf":1.0}}},"3":{"df":1,"docs":{"224":{"tf":1.0}}},"4":{"df":1,"docs":{"230":{"tf":1.0}}},"5":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":63,"docs":{"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":2.23606797749979},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"251":{"tf":2.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"680":{"tf":1.0},"7":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"12":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"629":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"233":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.7320508075688772},"336":{"tf":1.4142135623730951},"341":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"396":{"tf":1.0},"448":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"522":{"tf":1.0},"699":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"514":{"tf":2.0}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":46,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"373":{"tf":1.0},"426":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"533":{"tf":1.4142135623730951},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"569":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":2.23606797749979},"619":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"705":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"20":{"tf":1.0},"209":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.0},"738":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{".":{"df":1,"docs":{"747":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"178":{"tf":1.0},"200":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"d":{"df":14,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":2.449489742783178},"265":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.4142135623730951},"366":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"547":{"tf":1.0},"593":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"c":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"277":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"524":{"tf":1.0},"621":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"9":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"3":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":73,"docs":{"117":{"tf":1.7320508075688772},"19":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.7320508075688772},"303":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"319":{"tf":1.0},"32":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.7320508075688772},"398":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"423":{"tf":1.0},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.0},"452":{"tf":1.7320508075688772},"463":{"tf":1.0},"466":{"tf":1.0},"497":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"567":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.4142135623730951},"685":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"732":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":5,"docs":{"235":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"547":{"tf":1.0},"569":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{")":{"1":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"529":{"tf":1.0},"540":{"tf":1.7320508075688772}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"393":{"tf":1.0}}}}}},"df":1,"docs":{"429":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"368":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"360":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"254":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0},"606":{"tf":1.0},"619":{"tf":1.0}}}}},"r":{"df":22,"docs":{"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":2.449489742783178},"178":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"566":{"tf":1.0},"639":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"723":{"tf":1.0},"725":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"374":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"230":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"345":{"tf":2.0},"359":{"tf":4.69041575982343},"360":{"tf":2.23606797749979},"366":{"tf":1.0},"748":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"637":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"234":{"tf":1.7320508075688772},"281":{"tf":1.0},"349":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"714":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":66,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"324":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"380":{"tf":2.449489742783178},"381":{"tf":4.123105625617661},"382":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":2.6457513110645907},"392":{"tf":3.0},"445":{"tf":1.0},"452":{"tf":1.0},"458":{"tf":2.23606797749979},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"508":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":2.0},"582":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"711":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":2.0},"747":{"tf":1.7320508075688772},"748":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"225":{"tf":1.0},"359":{"tf":1.0},"426":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"343":{"tf":1.0},"356":{"tf":1.0},"496":{"tf":1.0},"547":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"296":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.0}}}},"o":{"a":{"d":{"df":3,"docs":{"354":{"tf":1.7320508075688772},"585":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"395":{"tf":1.0},"738":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":30,"docs":{"230":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"375":{"tf":1.0},"587":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0}}}},"df":0,"docs":{}},"df":45,"docs":{"111":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"254":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":2.0},"384":{"tf":1.0},"397":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"474":{"tf":1.0},"502":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"631":{"tf":1.4142135623730951},"655":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"139":{"tf":1.0},"284":{"tf":1.0},"366":{"tf":1.0},"625":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"s":{"/":{"df":0,"docs":{},"k":{"b":{"/":{"2":{"9":{"9":{"9":{"2":{"2":{"6":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"g":{"df":20,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"32":{"tf":1.0},"373":{"tf":1.4142135623730951},"468":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"639":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}}},"df":290,"docs":{"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"127":{"tf":4.242640687119285},"128":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":2.23606797749979},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"16":{"tf":2.449489742783178},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":2.23606797749979},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"281":{"tf":2.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":2.23606797749979},"355":{"tf":1.7320508075688772},"357":{"tf":1.0},"359":{"tf":3.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":2.449489742783178},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"385":{"tf":2.23606797749979},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"399":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"432":{"tf":1.7320508075688772},"434":{"tf":1.4142135623730951},"444":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"469":{"tf":2.0},"473":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":2.449489742783178},"511":{"tf":2.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"517":{"tf":2.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.7320508075688772},"540":{"tf":1.0},"541":{"tf":2.0},"543":{"tf":1.4142135623730951},"547":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"566":{"tf":1.4142135623730951},"57":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"578":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":2.0},"659":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"68":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.7320508075688772},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":2.6457513110645907},"715":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":2.6457513110645907},"727":{"tf":1.4142135623730951},"730":{"tf":2.0},"738":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":2.0},"91":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"438":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":69,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"14":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"186":{"tf":1.4142135623730951},"221":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"246":{"tf":1.0},"339":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.7320508075688772},"389":{"tf":1.0},"413":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.7320508075688772},"441":{"tf":1.7320508075688772},"442":{"tf":1.4142135623730951},"45":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"475":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":2.0},"519":{"tf":2.449489742783178},"520":{"tf":2.449489742783178},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"559":{"tf":1.0},"566":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.0},"665":{"tf":1.4142135623730951},"667":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.4142135623730951},"7":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.4142135623730951},"748":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}},"s":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"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":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"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":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"470":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"476":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":3,"docs":{"508":{"tf":1.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"349":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"462":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"1":{"6":{"df":3,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"608":{"tf":1.0}}},"df":6,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.7320508075688772},"613":{"tf":1.0},"748":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"359":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{".":{"0":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"8":{".":{"1":{"0":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"0":{".":{"1":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"3":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"5":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"9":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"0":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"101":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":34,"docs":{"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"365":{"tf":1.0},"391":{"tf":1.0},"41":{"tf":1.4142135623730951},"462":{"tf":1.0},"467":{"tf":1.0},"486":{"tf":1.0},"557":{"tf":1.0},"591":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"701":{"tf":1.0},"711":{"tf":2.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":51,"docs":{"234":{"tf":2.23606797749979},"235":{"tf":2.449489742783178},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":3.4641016151377544},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"269":{"tf":1.4142135623730951},"338":{"tf":1.0},"342":{"tf":1.0},"367":{"tf":2.0},"368":{"tf":1.7320508075688772},"369":{"tf":2.449489742783178},"370":{"tf":2.0},"372":{"tf":2.23606797749979},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"378":{"tf":2.23606797749979},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"447":{"tf":1.7320508075688772},"463":{"tf":1.0},"473":{"tf":1.0},"480":{"tf":1.0},"486":{"tf":2.6457513110645907},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"502":{"tf":1.0},"508":{"tf":2.449489742783178},"513":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.4142135623730951},"533":{"tf":2.0},"572":{"tf":1.4142135623730951},"582":{"tf":1.0},"608":{"tf":1.4142135623730951},"655":{"tf":1.0},"657":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":1.4142135623730951},"703":{"tf":2.8284271247461903},"727":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":2.8284271247461903}}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"225":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.0},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"562":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"339":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"703":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"238":{"tf":2.0},"447":{"tf":1.4142135623730951},"55":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"\"":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"366":{"tf":1.7320508075688772},"691":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"21":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"465":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"91":{"tf":1.0}}},"s":{"a":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"351":{"tf":1.0}}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"=":{"\"":{"1":{".":{"0":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":116,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":2.23606797749979},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":2.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.23606797749979},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"364":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"395":{"tf":1.0},"428":{"tf":1.0},"436":{"tf":1.0},"46":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.0},"589":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":5.477225575051661},"605":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"610":{"tf":1.4142135623730951},"611":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":2.449489742783178},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":1.7320508075688772},"620":{"tf":1.0},"621":{"tf":2.449489742783178},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.0},"641":{"tf":2.0},"642":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.4142135623730951},"654":{"tf":1.0},"655":{"tf":1.7320508075688772},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.7320508075688772},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"705":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"724":{"tf":3.605551275463989},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"730":{"tf":2.23606797749979},"738":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":29,"docs":{"145":{"tf":1.7320508075688772},"249":{"tf":1.0},"354":{"tf":2.23606797749979},"373":{"tf":1.7320508075688772},"386":{"tf":1.0},"397":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"449":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"549":{"tf":1.0},"557":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"580":{"tf":1.0},"619":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":3.0},"246":{"tf":1.0},"336":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"w":{"df":34,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.6457513110645907},"316":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":2.0},"488":{"tf":1.0},"493":{"tf":1.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.7320508075688772},"541":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"643":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"70":{"tf":1.7320508075688772},"711":{"tf":1.0},"78":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":22,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"4":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"525":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"748":{"tf":2.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"230":{"tf":1.0},"368":{"tf":1.4142135623730951},"438":{"tf":1.0},"466":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":2,"docs":{"512":{"tf":1.0},"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"437":{"tf":1.0},"441":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.0},"230":{"tf":1.0},"318":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.7320508075688772},"397":{"tf":1.0},"423":{"tf":1.0},"49":{"tf":1.7320508075688772},"562":{"tf":1.0},"585":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":2.0}}}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"469":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"*":{"*":{")":{"&":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.449489742783178},"252":{"tf":2.23606797749979},"253":{"tf":2.0},"254":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":2.6457513110645907},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"590":{"tf":1.0},"623":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"491":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"72":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"_":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"623":{"tf":1.0}},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":2.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"3":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.0}}}}},"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":1,"docs":{"226":{"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":{},"m":{"d":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"268":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":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":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"230":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":5,"docs":{"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"619":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"149":{"tf":1.4142135623730951},"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"59":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"530":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"276":{"tf":1.0},"623":{"tf":1.0}}}}},"df":16,"docs":{"39":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"276":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":3,"docs":{"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"238":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"450":{"tf":1.0},"681":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"498":{"tf":1.0}}},"3":{"df":1,"docs":{"522":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"606":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"344":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"249":{"tf":2.0},"344":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"606":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"504":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"546":{"tf":1.4142135623730951}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"508":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"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":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"551":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"589":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"585":{"tf":1.0},"587":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"543":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"549":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"580":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"513":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"583":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"589":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"*":{")":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"239":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"633":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"123":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":452,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.0},"12":{"tf":2.6457513110645907},"122":{"tf":2.449489742783178},"123":{"tf":2.23606797749979},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"127":{"tf":3.872983346207417},"128":{"tf":2.23606797749979},"129":{"tf":2.23606797749979},"13":{"tf":2.8284271247461903},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":2.23606797749979},"139":{"tf":1.0},"14":{"tf":3.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":2.6457513110645907},"145":{"tf":2.8284271247461903},"146":{"tf":2.23606797749979},"147":{"tf":1.7320508075688772},"148":{"tf":2.23606797749979},"149":{"tf":2.6457513110645907},"15":{"tf":2.449489742783178},"150":{"tf":3.7416573867739413},"151":{"tf":2.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":3.0},"156":{"tf":3.0},"157":{"tf":2.449489742783178},"158":{"tf":2.0},"159":{"tf":1.4142135623730951},"16":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.6457513110645907},"163":{"tf":2.8284271247461903},"165":{"tf":1.4142135623730951},"17":{"tf":3.1622776601683795},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"178":{"tf":3.1622776601683795},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":3.0},"190":{"tf":2.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":3.4641016151377544},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"23":{"tf":1.0},"230":{"tf":2.8284271247461903},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":3.0},"263":{"tf":2.8284271247461903},"264":{"tf":2.8284271247461903},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.3166247903554},"330":{"tf":3.3166247903554},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"34":{"tf":2.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":2.8284271247461903},"348":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"358":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"361":{"tf":1.7320508075688772},"362":{"tf":1.4142135623730951},"363":{"tf":2.449489742783178},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":1.7320508075688772},"371":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":2.0},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":2.449489742783178},"39":{"tf":1.0},"390":{"tf":1.7320508075688772},"394":{"tf":1.0},"399":{"tf":1.7320508075688772},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.7320508075688772},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"438":{"tf":1.0},"44":{"tf":1.7320508075688772},"443":{"tf":1.4142135623730951},"444":{"tf":2.449489742783178},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":2.0},"448":{"tf":1.0},"45":{"tf":1.0},"451":{"tf":2.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"47":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"483":{"tf":1.0},"484":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":2.0},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.7320508075688772},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.7320508075688772},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"57":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"58":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.7320508075688772},"598":{"tf":1.0},"6":{"tf":2.8284271247461903},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":2.0},"607":{"tf":1.0},"608":{"tf":2.0},"609":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":2.0},"620":{"tf":1.0},"621":{"tf":2.23606797749979},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":2.6457513110645907},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":2.0},"632":{"tf":1.0},"633":{"tf":2.0},"634":{"tf":1.0},"635":{"tf":2.23606797749979},"636":{"tf":1.0},"637":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":2.449489742783178},"640":{"tf":1.0},"641":{"tf":3.3166247903554},"642":{"tf":1.0},"643":{"tf":3.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.449489742783178},"648":{"tf":1.0},"649":{"tf":2.0},"650":{"tf":1.0},"651":{"tf":2.23606797749979},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":3.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":2.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"679":{"tf":1.0},"68":{"tf":2.6457513110645907},"688":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":4.123105625617661},"691":{"tf":2.6457513110645907},"692":{"tf":2.8284271247461903},"693":{"tf":2.449489742783178},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":2.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.23606797749979},"70":{"tf":2.8284271247461903},"701":{"tf":2.23606797749979},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":2.449489742783178},"705":{"tf":1.0},"708":{"tf":1.4142135623730951},"71":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.23606797749979},"715":{"tf":4.0},"716":{"tf":1.7320508075688772},"717":{"tf":2.23606797749979},"718":{"tf":1.7320508075688772},"719":{"tf":2.6457513110645907},"720":{"tf":1.7320508075688772},"721":{"tf":2.6457513110645907},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.0},"732":{"tf":1.0},"74":{"tf":1.0},"745":{"tf":2.0},"746":{"tf":1.4142135623730951},"747":{"tf":1.7320508075688772},"748":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"80":{"tf":2.449489742783178},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":3.1622776601683795},"99":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"7":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"]":{".":{"[":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":2,"docs":{"240":{"tf":1.0},"243":{"tf":1.0}}}}}}}}},"4":{"df":6,"docs":{"117":{"tf":1.0},"284":{"tf":1.4142135623730951},"530":{"tf":1.0},"55":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":1,"docs":{"627":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":63,"docs":{"116":{"tf":2.23606797749979},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"149":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"225":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"246":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"524":{"tf":1.0},"529":{"tf":1.4142135623730951},"535":{"tf":1.0},"539":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"641":{"tf":2.0},"643":{"tf":2.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"689":{"tf":1.0},"7":{"tf":1.4142135623730951},"748":{"tf":1.0},"88":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"i":{"df":3,"docs":{"140":{"tf":1.0},"393":{"tf":1.4142135623730951},"705":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"536":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":1,"docs":{"226":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"163":{"tf":1.0},"165":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"610":{"tf":1.0},"637":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"352":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":4,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"637":{"tf":1.0}}}},"w":{"6":{"4":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":38,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.7320508075688772},"361":{"tf":1.0},"391":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"468":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.0},"48":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":2.8284271247461903},"510":{"tf":1.0},"511":{"tf":2.0},"536":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"547":{"tf":1.0},"560":{"tf":1.0},"574":{"tf":1.0},"643":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"726":{"tf":1.0},"729":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":11,"docs":{"368":{"tf":1.0},"374":{"tf":1.0},"405":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":2.0},"608":{"tf":2.0},"615":{"tf":1.0},"619":{"tf":1.0},"78":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"a":{"b":{"df":8,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":61,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"350":{"tf":1.4142135623730951},"359":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"490":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"606":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":1,"docs":{"162":{"tf":1.0}},"e":{"b":{"df":3,"docs":{"162":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"128":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":12,"docs":{"16":{"tf":1.0},"170":{"tf":1.0},"342":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.0},"469":{"tf":1.0},"487":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"_":{"1":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"2":{"df":1,"docs":{"63":{"tf":1.0}}},"3":{"df":1,"docs":{"64":{"tf":1.0}}},"4":{"df":1,"docs":{"66":{"tf":1.0}}},"5":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}},"6":{"df":1,"docs":{"70":{"tf":1.0}}},"7":{"df":1,"docs":{"75":{"tf":1.0}}},"8":{"df":1,"docs":{"75":{"tf":1.0}}},"9":{"df":1,"docs":{"75":{"tf":1.0}}},"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"1":{"df":1,"docs":{"77":{"tf":1.0}}},"2":{"df":1,"docs":{"78":{"tf":1.0}}},"3":{"df":1,"docs":{"79":{"tf":1.0}}},"4":{"df":1,"docs":{"81":{"tf":1.0}}},"5":{"df":1,"docs":{"82":{"tf":1.0}}},"6":{"df":1,"docs":{"83":{"tf":1.0}}},"7":{"df":1,"docs":{"83":{"tf":1.0}}},"8":{"df":1,"docs":{"84":{"tf":1.0}}},"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{"df":1,"docs":{"88":{"tf":1.0}}},"5":{"df":1,"docs":{"117":{"tf":1.0}}},"6":{"df":1,"docs":{"118":{"tf":1.0}}},"7":{"df":1,"docs":{"119":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"62":{"tf":1.0}}},"4":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}},"5":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}},"7":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"14":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"321":{"tf":1.0},"359":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"574":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"739":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"606":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"641":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"d":{"b":{"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":86,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":3.0},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.449489742783178},"230":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"39":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":2.0},"425":{"tf":1.0},"427":{"tf":2.23606797749979},"428":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"434":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":2.0},"488":{"tf":1.0},"49":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.0},"557":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"606":{"tf":1.0},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.449489742783178},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"701":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0},"75":{"tf":2.0},"78":{"tf":1.4142135623730951},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.0}},"s":{"df":0,"docs":{},"x":{"df":1,"docs":{"538":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"x":{"6":{"4":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":7,"docs":{"355":{"tf":1.0},"359":{"tf":1.0},"371":{"tf":1.0},"427":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"631":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"705":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"450":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"208":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"373":{"tf":1.7320508075688772},"390":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"450":{"tf":1.0},"551":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"732":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"430":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"242":{"tf":1.0},"525":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":60,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":1.0},"264":{"tf":1.0},"300":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"470":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"511":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.4142135623730951},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"88":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"286":{"tf":1.0},"294":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"685":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"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":1,"docs":{"366":{"tf":1.0}}}}}}}}},"df":9,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"193":{"tf":1.0},"279":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0}},"’":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"339":{"tf":1.0},"368":{"tf":1.0},"501":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"249":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.4142135623730951},"33":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"46":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"629":{"tf":1.7320508075688772},"631":{"tf":2.8284271247461903},"633":{"tf":2.0},"635":{"tf":2.0},"637":{"tf":2.449489742783178},"639":{"tf":2.449489742783178},"641":{"tf":2.0},"643":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.4142135623730951},"655":{"tf":1.7320508075688772},"691":{"tf":1.0},"98":{"tf":2.449489742783178},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"174":{"tf":1.0},"188":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.0},"436":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"496":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"596":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"575":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0},"743":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":5,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"241":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"6":{"4":{"df":5,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"428":{"tf":2.8284271247461903},"608":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"6":{")":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"6":{"4":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.23606797749979},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"171":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"649":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":17,"docs":{"114":{"tf":1.0},"169":{"tf":1.0},"213":{"tf":1.7320508075688772},"222":{"tf":1.0},"230":{"tf":1.0},"49":{"tf":1.4142135623730951},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":2.23606797749979},"39":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"502":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":2.0},"520":{"tf":2.0},"525":{"tf":1.4142135623730951},"530":{"tf":1.0},"539":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":11,"docs":{"117":{"tf":1.0},"424":{"tf":1.0},"430":{"tf":1.0},"45":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"517":{"tf":2.0},"621":{"tf":2.0},"653":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"519":{"tf":1.0}}},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":2.449489742783178},"519":{"tf":2.6457513110645907},"520":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":4,"docs":{"437":{"tf":1.0},"440":{"tf":1.0},"512":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{":":{":":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}},"y":{"1":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"363":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":11,"docs":{"674":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"695":{"tf":1.0},"706":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0},"744":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"369":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"251":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":11,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"338":{"tf":1.0},"478":{"tf":1.4142135623730951},"496":{"tf":2.0},"580":{"tf":1.0},"59":{"tf":1.0},"674":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"165":{"tf":1.0},"619":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"566":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}}}}},"breadcrumbs":{"root":{"0":{")":{"4":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"1":{",":{"2":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"502":{"tf":1.0}}},"1":{"df":1,"docs":{"528":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":1,"docs":{"572":{"tf":1.0}}}},"5":{"df":2,"docs":{"234":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"df":0,"docs":{},"f":{"df":3,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}},"0":{"1":{"1":{"df":3,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"472":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":2,"docs":{"15":{"tf":1.0},"18":{"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":{}},"6":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"8":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":44,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":3.0},"238":{"tf":2.23606797749979},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"249":{"tf":3.1622776601683795},"252":{"tf":3.3166247903554},"253":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"478":{"tf":1.0},"486":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"508":{"tf":3.872983346207417},"511":{"tf":3.7416573867739413},"525":{"tf":2.0},"538":{"tf":1.0},"552":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0},"691":{"tf":2.23606797749979},"703":{"tf":1.0}},"u":{"df":1,"docs":{"250":{"tf":1.0}}},"x":{"0":{"3":{"df":1,"docs":{"472":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"d":{"a":{"5":{"4":{"d":{"2":{"df":1,"docs":{"88":{"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":{"a":{"0":{"c":{"c":{"2":{"6":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"0":{"d":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"3":{"5":{"a":{"1":{"8":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"4":{"a":{"df":0,"docs":{},"f":{"5":{"2":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"6":{"8":{"d":{"4":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"1":{"df":0,"docs":{},"e":{"2":{"4":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"8":{"d":{"df":0,"docs":{},"e":{"9":{"2":{"2":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"df":0,"docs":{},"e":{"8":{"5":{"7":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"8":{"b":{"df":0,"docs":{},"f":{"b":{"3":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"9":{"9":{"3":{"3":{"0":{"9":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"b":{"0":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"9":{"d":{"b":{"b":{"d":{"6":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"1":{"2":{"5":{"c":{"3":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"8":{"8":{"9":{"6":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"1":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"7":{"c":{"4":{"0":{"a":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}}},"0":{".":{"0":{".":{"1":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.4142135623730951},"447":{"tf":2.23606797749979},"467":{"tf":1.4142135623730951},"502":{"tf":1.0},"591":{"tf":1.4142135623730951},"625":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"t":{"d":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"/":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{"1":{"9":{"0":{"4":{"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"0":{"0":{".":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"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":{"df":1,"docs":{"645":{"tf":1.0}}},"3":{"df":2,"docs":{"49":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"1":{"df":1,"docs":{"428":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"df":2,"docs":{"157":{"tf":1.0},"252":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"544":{"tf":1.0},"671":{"tf":1.0}}},"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":14,"docs":{"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"378":{"tf":1.0},"428":{"tf":1.0},"49":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"572":{"tf":1.0},"627":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}},"1":{".":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"177":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"428":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"508":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"447":{"tf":1.0}}},"8":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":4,"docs":{"508":{"tf":2.0},"511":{"tf":2.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951}}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"140":{"tf":1.4142135623730951},"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"4":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"225":{"tf":1.0},"447":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"580":{"tf":1.0},"621":{"tf":1.0}}},"5":{"df":6,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"246":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772}}},"6":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":9,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"359":{"tf":2.449489742783178},"447":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"613":{"tf":1.0},"65":{"tf":1.0},"691":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"225":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"8":{",":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"5":{".":{"0":{"df":1,"docs":{"88":{"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":{"6":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.0}}},"8":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":74,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":2.8284271247461903},"239":{"tf":2.6457513110645907},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"338":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":2.6457513110645907},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"502":{"tf":3.0},"508":{"tf":3.605551275463989},"510":{"tf":1.4142135623730951},"511":{"tf":4.123105625617661},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"533":{"tf":1.0},"546":{"tf":1.4142135623730951},"552":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"562":{"tf":1.0},"569":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.0},"608":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"2":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":9,"docs":{"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":2.0},"447":{"tf":2.449489742783178},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"1":{"4":{"7":{".":{"4":{"8":{"3":{".":{"6":{"4":{"8":{"df":1,"docs":{"368":{"tf":1.0}}},"9":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"621":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"639":{"tf":1.0}}},"1":{"df":1,"docs":{"223":{"tf":1.0}}},"2":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"8":{".":{"1":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"1":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}},"4":{"df":3,"docs":{"104":{"tf":1.0},"246":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":23,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"592":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"724":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"0":{".":{"0":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"df":3,"docs":{"117":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}},"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":3,"docs":{"604":{"tf":1.0},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"149":{"tf":1.0},"659":{"tf":1.0}}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"649":{"tf":1.0},"651":{"tf":1.0}}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":3,"docs":{"604":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":3,"docs":{"604":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"639":{"tf":1.0}}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":3,"docs":{"604":{"tf":1.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"629":{"tf":1.0}}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.7320508075688772},"617":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":3,"docs":{"604":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":4,"docs":{"604":{"tf":1.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.7320508075688772},"610":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"147":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"49":{"tf":1.4142135623730951},"615":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"607":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":3,"docs":{"604":{"tf":1.0},"605":{"tf":1.7320508075688772},"606":{"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":3,"docs":{"141":{"tf":1.0},"225":{"tf":1.0},"621":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":1,"docs":{"366":{"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":{}},"2":{".":{"0":{"4":{"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"^":{"3":{"1":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"d":{"df":3,"docs":{"560":{"tf":1.0},"639":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"625":{"tf":1.0}}},"df":121,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":3.4641016151377544},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979},"264":{"tf":2.23606797749979},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":1.7320508075688772},"278":{"tf":1.0},"281":{"tf":1.4142135623730951},"296":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"344":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"444":{"tf":1.0},"46":{"tf":1.4142135623730951},"465":{"tf":1.0},"476":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":2.449489742783178},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"552":{"tf":1.0},"569":{"tf":1.0},"593":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":2.8284271247461903},"691":{"tf":2.449489742783178},"692":{"tf":2.23606797749979},"693":{"tf":2.23606797749979},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"725":{"tf":1.7320508075688772},"726":{"tf":1.7320508075688772},"732":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"3":{"+":{"7":{"+":{"0":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"5":{",":{"7":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":56,"docs":{"286":{"tf":2.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"368":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":2.0},"453":{"tf":2.23606797749979},"454":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.4142135623730951},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.7320508075688772},"478":{"tf":1.0},"479":{"tf":2.23606797749979},"480":{"tf":1.4142135623730951},"481":{"tf":1.4142135623730951},"482":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"484":{"tf":1.4142135623730951},"485":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"488":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"604":{"tf":1.0},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"704":{"tf":1.0}}},"1":{"df":13,"docs":{"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.7320508075688772},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"495":{"tf":1.4142135623730951},"573":{"tf":1.0},"604":{"tf":1.0},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772},"704":{"tf":1.0}}},"2":{"df":10,"docs":{"286":{"tf":1.0},"301":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"604":{"tf":1.0},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":2,"docs":{"171":{"tf":1.0},"661":{"tf":1.0}}},"1":{".":{"0":{"df":21,"docs":{"286":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":1.7320508075688772},"495":{"tf":1.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"604":{"tf":1.0},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772},"696":{"tf":1.0}}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":1,"docs":{"339":{"tf":1.0}}},"5":{".":{"0":{"df":38,"docs":{"286":{"tf":2.23606797749979},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"452":{"tf":2.23606797749979},"506":{"tf":2.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":2.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"606":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":2.8284271247461903},"704":{"tf":1.0}}},"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0}}},"6":{".":{"0":{"df":24,"docs":{"115":{"tf":1.0},"286":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"604":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":2.0}}},"1":{"0":{"df":16,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"318":{"tf":1.4142135623730951},"423":{"tf":1.0},"427":{"tf":1.0},"443":{"tf":1.0},"452":{"tf":1.0},"561":{"tf":1.7320508075688772},"562":{"tf":1.4142135623730951},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"604":{"tf":1.0},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772}}},"1":{"df":13,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772}}},"2":{"df":23,"docs":{"286":{"tf":2.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"452":{"tf":2.0},"489":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0},"573":{"tf":1.7320508075688772},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.4142135623730951},"578":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.4142135623730951},"604":{"tf":1.0},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"5":{"df":20,"docs":{"286":{"tf":2.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":1.4142135623730951},"452":{"tf":2.0},"545":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"547":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"551":{"tf":1.4142135623730951},"552":{"tf":1.0},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"604":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772}}},"6":{"df":9,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"604":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.7320508075688772}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772}}},"8":{"df":10,"docs":{"286":{"tf":1.0},"317":{"tf":1.4142135623730951},"452":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.4142135623730951},"560":{"tf":1.0},"604":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"724":{"tf":2.0}}},"9":{"df":4,"docs":{"604":{"tf":1.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{".":{"0":{"df":20,"docs":{"286":{"tf":2.0},"324":{"tf":1.4142135623730951},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":2.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.7320508075688772},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"604":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772}}},"1":{"df":4,"docs":{"604":{"tf":1.0},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.7320508075688772},"617":{"tf":1.7320508075688772}}},"5":{".":{"0":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"265":{"tf":1.0},"286":{"tf":1.0},"327":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"452":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.4142135623730951},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":1.7320508075688772}}},"6":{"df":4,"docs":{"604":{"tf":1.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.7320508075688772},"610":{"tf":1.7320508075688772}}},"8":{"df":4,"docs":{"364":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772}}},"9":{"df":12,"docs":{"328":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.4142135623730951},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.7320508075688772},"604":{"tf":1.0},"605":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":2,"docs":{"641":{"tf":1.0},"724":{"tf":1.0}}}},"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"<":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"434":{"tf":2.23606797749979},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0}}}}},"df":14,"docs":{"188":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.449489742783178},"368":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":2.8284271247461903},"615":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"714":{"tf":1.0}}},"5":{"df":1,"docs":{"145":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"df":13,"docs":{"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.7320508075688772},"59":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}},"df":431,"docs":{"1":{"tf":2.23606797749979},"100":{"tf":2.0},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"110":{"tf":2.23606797749979},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.449489742783178},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.449489742783178},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":2.8284271247461903},"146":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":2.0},"149":{"tf":2.23606797749979},"15":{"tf":2.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"155":{"tf":3.1622776601683795},"156":{"tf":3.1622776601683795},"157":{"tf":2.8284271247461903},"158":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"160":{"tf":2.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"163":{"tf":3.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":3.1622776601683795},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":2.8284271247461903},"18":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.7320508075688772},"218":{"tf":2.23606797749979},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":3.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"230":{"tf":3.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":2.449489742783178},"263":{"tf":2.449489742783178},"264":{"tf":2.6457513110645907},"265":{"tf":2.23606797749979},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":2.0},"269":{"tf":2.0},"27":{"tf":1.4142135623730951},"271":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.7320508075688772},"279":{"tf":2.0},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.7320508075688772},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.3166247903554},"330":{"tf":2.8284271247461903},"331":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"34":{"tf":2.449489742783178},"340":{"tf":2.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"35":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":2.23606797749979},"364":{"tf":1.0},"365":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"370":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"382":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"390":{"tf":1.0},"399":{"tf":2.0},"4":{"tf":2.23606797749979},"40":{"tf":2.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.4142135623730951},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":2.0},"419":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"420":{"tf":1.4142135623730951},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"432":{"tf":2.0},"433":{"tf":1.7320508075688772},"434":{"tf":1.7320508075688772},"435":{"tf":1.7320508075688772},"436":{"tf":2.0},"437":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.7320508075688772},"444":{"tf":2.449489742783178},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"45":{"tf":1.0},"451":{"tf":2.23606797749979},"458":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.0},"47":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"483":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"502":{"tf":2.8284271247461903},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"513":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":2.449489742783178},"520":{"tf":1.0},"53":{"tf":2.23606797749979},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"562":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.7320508075688772},"575":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.4142135623730951},"580":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.7320508075688772},"593":{"tf":1.0},"6":{"tf":2.8284271247461903},"60":{"tf":1.4142135623730951},"604":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"621":{"tf":2.23606797749979},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":2.0},"637":{"tf":2.0},"639":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"641":{"tf":3.1622776601683795},"643":{"tf":2.23606797749979},"645":{"tf":2.23606797749979},"647":{"tf":2.23606797749979},"649":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"655":{"tf":2.6457513110645907},"66":{"tf":1.4142135623730951},"662":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"670":{"tf":1.0},"679":{"tf":1.4142135623730951},"68":{"tf":2.6457513110645907},"69":{"tf":2.0},"690":{"tf":2.449489742783178},"691":{"tf":1.7320508075688772},"692":{"tf":2.0},"693":{"tf":2.23606797749979},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":2.8284271247461903},"701":{"tf":2.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":2.0},"708":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.0},"715":{"tf":3.605551275463989},"716":{"tf":1.7320508075688772},"717":{"tf":2.449489742783178},"718":{"tf":2.0},"719":{"tf":3.0},"72":{"tf":1.4142135623730951},"720":{"tf":2.23606797749979},"721":{"tf":2.8284271247461903},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.3166247903554},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"745":{"tf":2.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":3.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178},"97":{"tf":2.449489742783178},"98":{"tf":2.6457513110645907},"99":{"tf":2.0}},"r":{"d":{"df":9,"docs":{"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"639":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"4":{"+":{"5":{"+":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"691":{"tf":1.0}}},"1":{".":{"2":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"621":{"tf":1.0}}},"1":{".":{"1":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"615":{"tf":1.0}}},"2":{".":{"3":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"610":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"4":{".":{"9":{"6":{"7":{".":{"2":{"9":{"6":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"647":{"tf":1.4142135623730951},"659":{"tf":1.0},"704":{"tf":1.0}}},"3":{".":{"1":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"539":{"tf":1.0},"643":{"tf":1.0}}},"6":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"629":{"tf":1.0}}},"9":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"145":{"tf":1.0}}},"df":23,"docs":{"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"264":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.4142135623730951},"691":{"tf":1.0}}},"5":{".":{"1":{"df":2,"docs":{"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"5":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":2,"docs":{"623":{"tf":1.0},"741":{"tf":1.0}}},"7":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"d":{"1":{"df":0,"docs":{},"f":{"a":{"9":{"7":{"4":{"d":{"6":{"6":{"8":{"0":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"b":{"9":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"1":{"d":{"2":{"3":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"127":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"246":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"647":{"tf":1.0}}},"6":{".":{"0":{".":{"5":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"368":{"tf":1.0},"39":{"tf":1.0},"434":{"tf":2.23606797749979},"617":{"tf":1.0},"641":{"tf":1.0},"69":{"tf":1.0}}}}},"df":12,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.449489742783178},"427":{"tf":2.0},"429":{"tf":1.0},"447":{"tf":2.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"583":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"6":{"5":{"c":{"d":{"1":{"b":{"8":{"3":{"a":{"4":{"a":{"df":0,"docs":{},"f":{"4":{"8":{"0":{"a":{"a":{"7":{"9":{"2":{"9":{"a":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"8":{"a":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":14,"docs":{"127":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.4142135623730951},"445":{"tf":1.0},"447":{"tf":2.0},"478":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}},"8":{".":{"1":{"df":3,"docs":{"49":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"9":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"3":{"c":{"9":{"3":{"5":{"a":{"1":{"8":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"430":{"tf":1.0},"562":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":22,"docs":{"127":{"tf":1.0},"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"359":{"tf":1.0},"430":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"445":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.7320508075688772}}},"9":{".":{"0":{"/":{"9":{".":{"1":{"/":{"1":{"0":{".":{"0":{"/":{"1":{"0":{".":{"1":{"/":{"1":{"1":{".":{"0":{"/":{"1":{"1":{".":{"1":{"/":{"1":{"3":{".":{"0":{"/":{"1":{"3":{".":{"1":{"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"686":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"686":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"136":{"tf":1.4142135623730951},"19":{"tf":1.0},"28":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"438":{"tf":1.0},"517":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"m":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"562":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"/":{"b":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"0":{"b":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"4":{"0":{"0":{"5":{"d":{"9":{"b":{"4":{"7":{"9":{"6":{"7":{"1":{"7":{"7":{"df":0,"docs":{},"e":{"3":{"7":{"a":{"6":{"7":{"1":{"8":{"9":{"1":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":39,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"627":{"tf":1.7320508075688772},"629":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.23606797749979},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"613":{"tf":1.0},"88":{"tf":2.0}},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":5,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":11,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"333":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"145":{"tf":1.0},"150":{"tf":1.0},"239":{"tf":1.4142135623730951},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"311":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"507":{"tf":1.0},"543":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"712":{"tf":1.0},"741":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"28":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"507":{"tf":1.0},"532":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"359":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"391":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"390":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"374":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"374":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"385":{"tf":1.0},"447":{"tf":1.0},"510":{"tf":1.0},"55":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"639":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"386":{"tf":1.0},"748":{"tf":1.0}},"i":{"c":{"a":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":2,"docs":{"469":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"309":{"tf":1.0},"527":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"699":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"467":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"467":{"tf":1.0},"635":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"286":{"tf":1.0},"317":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"391":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":2.6457513110645907},"470":{"tf":1.0},"532":{"tf":1.7320508075688772},"558":{"tf":1.7320508075688772},"559":{"tf":1.7320508075688772},"560":{"tf":1.4142135623730951},"623":{"tf":1.0},"639":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"487":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":28,"docs":{"172":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.449489742783178},"359":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"575":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"681":{"tf":1.0},"712":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.7320508075688772}}}}},"c":{"df":2,"docs":{"162":{"tf":2.0},"748":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":69,"docs":{"105":{"tf":1.4142135623730951},"111":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.449489742783178},"235":{"tf":1.7320508075688772},"236":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":2.0},"281":{"tf":1.7320508075688772},"351":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":2.23606797749979},"534":{"tf":1.4142135623730951},"535":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"541":{"tf":1.0},"595":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":3.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":1.0},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"643":{"tf":2.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":2.23606797749979},"664":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":1,"docs":{"572":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"466":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"138":{"tf":1.0},"16":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"499":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"362":{"tf":1.0},"371":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"362":{"tf":1.0},"547":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"145":{"tf":1.0},"225":{"tf":1.0},"338":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"606":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"275":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"525":{"tf":1.4142135623730951},"593":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"655":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"221":{"tf":1.0},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.0}}}}}}}}},"o":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"613":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":13,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.4142135623730951},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"390":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"748":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"368":{"tf":1.0},"373":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":6,"docs":{"249":{"tf":1.0},"276":{"tf":1.0},"462":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"562":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"476":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"a":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"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":2,"docs":{"55":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":28,"docs":{"114":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0},"405":{"tf":1.0},"430":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"561":{"tf":1.0},"564":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"705":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"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":{}}}}}}}}}},"df":1,"docs":{"18":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"239":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"124":{"tf":1.0},"129":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"147":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"647":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":3.1622776601683795},"726":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"494":{"tf":1.0},"649":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"a":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":10,"docs":{"188":{"tf":1.0},"233":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"281":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"476":{"tf":1.0},"671":{"tf":1.0}}}}}}}}},"i":{"a":{"df":1,"docs":{"114":{"tf":1.0}},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"340":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.4142135623730951},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":132,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"368":{"tf":2.449489742783178},"371":{"tf":1.4142135623730951},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"436":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"668":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.7320508075688772},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.7320508075688772},"716":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"733":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"373":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":20,"docs":{"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"263":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":1.0},"534":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}},"n":{"df":6,"docs":{"147":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"335":{"tf":1.0},"342":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.7320508075688772},"717":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"351":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"29":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0},"748":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"331":{"tf":1.0},"371":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"382":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"664":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"469":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"245":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"282":{"tf":2.23606797749979},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"349":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.0},"457":{"tf":1.0},"469":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"557":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"371":{"tf":1.0},"662":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"727":{"tf":1.0},"734":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"333":{"tf":1.4142135623730951},"360":{"tf":1.0},"508":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"446":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"408":{"tf":3.0},"409":{"tf":2.8284271247461903},"410":{"tf":2.6457513110645907}},"i":{"'":{"df":2,"docs":{"530":{"tf":1.0},"613":{"tf":1.0}}},"df":35,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":2.449489742783178},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.4142135623730951},"394":{"tf":1.0},"395":{"tf":2.449489742783178},"396":{"tf":1.7320508075688772},"6":{"tf":1.0},"606":{"tf":2.0},"610":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"p":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":45,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":2.0},"156":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.0},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":2.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"647":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":1.0},"369":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}},"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"d":{"df":1,"docs":{"532":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"747":{"tf":1.7320508075688772},"98":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"14":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"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":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":71,"docs":{"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":2.0},"18":{"tf":1.4142135623730951},"209":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"288":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":2.0},"368":{"tf":1.0},"382":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.0},"484":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"69":{"tf":2.0},"748":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}},"df":18,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"20":{"tf":1.4142135623730951},"231":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"252":{"tf":1.0},"258":{"tf":1.4142135623730951},"385":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.4142135623730951},"487":{"tf":1.0},"508":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"724":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"147":{"tf":1.0},"362":{"tf":1.0},"470":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":34,"docs":{"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.7320508075688772},"362":{"tf":1.7320508075688772},"363":{"tf":2.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.4142135623730951},"429":{"tf":1.7320508075688772},"49":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"391":{"tf":1.0},"436":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"373":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"3":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"427":{"tf":2.23606797749979},"428":{"tf":2.6457513110645907},"49":{"tf":1.4142135623730951},"613":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.449489742783178},"430":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.0},"608":{"tf":1.0}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"162":{"tf":1.0},"427":{"tf":1.4142135623730951},"608":{"tf":1.0},"619":{"tf":1.0}},"v":{"3":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"4":{"b":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"l":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"6":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"7":{"df":0,"docs":{},"l":{"df":2,"docs":{"429":{"tf":1.0},"430":{"tf":1.0}}}},"8":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":32,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"338":{"tf":1.7320508075688772},"404":{"tf":1.4142135623730951},"414":{"tf":2.23606797749979},"415":{"tf":2.0},"416":{"tf":1.7320508075688772},"417":{"tf":1.0},"464":{"tf":1.7320508075688772},"468":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":2.449489742783178},"474":{"tf":3.1622776601683795},"475":{"tf":2.0},"507":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"701":{"tf":1.0},"707":{"tf":2.0},"710":{"tf":1.0}}}},"y":{"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"533":{"tf":1.4142135623730951},"596":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},"df":2,"docs":{"249":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"302":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"496":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"232":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"359":{"tf":1.0}},"i":{"[":{"1":{"2":{"8":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"360":{"tf":1.0},"436":{"tf":1.0},"544":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}},"o":{"df":6,"docs":{"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}}},"k":{"df":107,"docs":{"151":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.4142135623730951},"378":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"547":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"599":{"tf":1.0},"631":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":2.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"177":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.0},"313":{"tf":1.7320508075688772},"356":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.7320508075688772},"452":{"tf":1.0},"507":{"tf":1.4142135623730951},"517":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"645":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"549":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"368":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"480":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"568":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"342":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"606":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"621":{"tf":1.0},"659":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"540":{"tf":1.0},"557":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"427":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"142":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"343":{"tf":1.0},"386":{"tf":2.0},"427":{"tf":1.0},"447":{"tf":1.0},"480":{"tf":1.7320508075688772},"543":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"701":{"tf":1.0},"709":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"252":{"tf":2.8284271247461903},"253":{"tf":2.449489742783178},"257":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":165,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.0},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"14":{"tf":2.449489742783178},"156":{"tf":1.0},"16":{"tf":2.8284271247461903},"162":{"tf":2.23606797749979},"171":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":3.3166247903554},"251":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":1.0},"336":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":2.8284271247461903},"397":{"tf":2.6457513110645907},"4":{"tf":1.0},"400":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"430":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"45":{"tf":1.0},"452":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"466":{"tf":2.6457513110645907},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.7320508075688772},"471":{"tf":1.7320508075688772},"478":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.449489742783178},"529":{"tf":2.0},"530":{"tf":2.0},"531":{"tf":1.0},"532":{"tf":1.7320508075688772},"533":{"tf":1.7320508075688772},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"546":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":1.0},"591":{"tf":2.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":1.4142135623730951},"671":{"tf":2.6457513110645907},"672":{"tf":1.0},"674":{"tf":1.4142135623730951},"68":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"69":{"tf":1.0},"693":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.449489742783178},"74":{"tf":1.0},"748":{"tf":2.8284271247461903},"77":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"105":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"476":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":8,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"621":{"tf":1.0},"639":{"tf":1.4142135623730951},"92":{"tf":2.0},"93":{"tf":2.0}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"407":{"tf":1.0},"408":{"tf":1.7320508075688772},"409":{"tf":1.0},"410":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"114":{"tf":1.0},"117":{"tf":1.0},"45":{"tf":1.0},"533":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"156":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"533":{"tf":1.0}}},"i":{"df":1,"docs":{"533":{"tf":1.0}}},"m":{"df":1,"docs":{"533":{"tf":1.0}}},"o":{"df":2,"docs":{"29":{"tf":1.0},"649":{"tf":1.0}}},"x":{"df":1,"docs":{"533":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":8,"docs":{"236":{"tf":1.0},"249":{"tf":4.358898943540674},"250":{"tf":1.4142135623730951},"252":{"tf":4.58257569495584},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"575":{"tf":1.0},"692":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"108":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"469":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"532":{"tf":1.0},"582":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"736":{"tf":1.7320508075688772},"76":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}},"df":49,"docs":{"14":{"tf":1.0},"157":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"315":{"tf":1.7320508075688772},"32":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"367":{"tf":2.449489742783178},"368":{"tf":2.449489742783178},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":3.1622776601683795},"372":{"tf":2.449489742783178},"373":{"tf":2.8284271247461903},"374":{"tf":3.605551275463989},"375":{"tf":1.4142135623730951},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.7320508075688772},"487":{"tf":1.0},"490":{"tf":1.4142135623730951},"501":{"tf":1.0},"522":{"tf":1.0},"55":{"tf":1.0},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":2.449489742783178},"668":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"736":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"2":{"df":3,"docs":{"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"621":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}}}},"3":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"747":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"613":{"tf":1.0},"617":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"465":{"tf":1.0},"466":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}}}},"df":40,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"267":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"469":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"543":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"72":{"tf":1.0},"724":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"639":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"225":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"687":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"284":{"tf":1.0},"333":{"tf":1.0}}},"y":{"df":3,"docs":{"130":{"tf":1.0},"727":{"tf":1.0},"737":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"145":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"250":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"469":{"tf":1.0},"532":{"tf":1.0},"585":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"268":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.4142135623730951},"395":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"l":{"a":{"b":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"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":1,"docs":{"700":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"1":{"0":{"_":{"6":{".":{"df":0,"docs":{},"x":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"534":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"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":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":43,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"242":{"tf":1.0},"264":{"tf":1.0},"312":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.7320508075688772},"385":{"tf":1.0},"395":{"tf":1.0},"429":{"tf":1.0},"45":{"tf":1.0},"454":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"715":{"tf":2.0},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"729":{"tf":1.0},"748":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"i":{"c":{"df":23,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.7320508075688772},"348":{"tf":1.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"454":{"tf":1.0},"484":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":2,"docs":{"12":{"tf":1.0},"16":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"469":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"147":{"tf":1.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"671":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"372":{"tf":1.0},"476":{"tf":1.0},"621":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":27,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"354":{"tf":2.449489742783178},"359":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"462":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"510":{"tf":1.4142135623730951},"527":{"tf":1.0},"557":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"707":{"tf":1.4142135623730951},"726":{"tf":1.0},"741":{"tf":1.0},"86":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"338":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"360":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"269":{"tf":1.0},"392":{"tf":1.0},"395":{"tf":1.0},"536":{"tf":1.0},"606":{"tf":1.0},"635":{"tf":1.0},"743":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"330":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"346":{"tf":1.0},"465":{"tf":1.0}}}},"w":{"df":10,"docs":{"1":{"tf":1.0},"361":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.0},"508":{"tf":1.4142135623730951},"517":{"tf":1.0},"522":{"tf":1.0},"662":{"tf":1.0},"74":{"tf":1.0}}}}},"n":{"d":{"df":2,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.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.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"359":{"tf":1.0},"397":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"17":{"tf":1.0},"252":{"tf":1.0},"307":{"tf":1.0},"359":{"tf":1.0},"501":{"tf":1.0},"513":{"tf":1.0},"557":{"tf":1.0},"589":{"tf":1.0},"610":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"635":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":52,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"527":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"589":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"665":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"72":{"tf":1.0},"748":{"tf":1.0}}}}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":2.0},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"r":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"522":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":28,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"352":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"472":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}},"d":{"df":3,"docs":{"240":{"tf":1.0},"244":{"tf":1.7320508075688772},"608":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}}}}}},"df":23,"docs":{"130":{"tf":1.0},"188":{"tf":1.4142135623730951},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"370":{"tf":1.0},"427":{"tf":2.449489742783178},"429":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"447":{"tf":4.358898943540674},"478":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"14":{"tf":1.0},"389":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":19,"docs":{"14":{"tf":2.0},"235":{"tf":1.7320508075688772},"249":{"tf":6.164414002968976},"250":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"338":{"tf":2.23606797749979},"374":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":2.8284271247461903},"486":{"tf":3.605551275463989},"487":{"tf":1.4142135623730951},"500":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":2.23606797749979},"673":{"tf":1.0},"687":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"633":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":2.0}}},"l":{"df":5,"docs":{"239":{"tf":1.0},"250":{"tf":2.0},"499":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"359":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"454":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":1.0},"700":{"tf":1.0},"731":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"391":{"tf":1.0},"88":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":10,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"504":{"tf":1.0},"631":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"161":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"282":{"tf":2.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":2.0},"610":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":15,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"343":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951},"547":{"tf":2.0},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"608":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"691":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}},"s":{"df":4,"docs":{"159":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"286":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"72":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"s":{"d":{"df":3,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":53,"docs":{"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"317":{"tf":1.7320508075688772},"320":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"389":{"tf":1.0},"404":{"tf":1.4142135623730951},"414":{"tf":2.23606797749979},"415":{"tf":1.7320508075688772},"416":{"tf":2.0},"417":{"tf":1.0},"445":{"tf":2.0},"452":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":2.23606797749979},"466":{"tf":2.449489742783178},"467":{"tf":2.0},"468":{"tf":2.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.7320508075688772},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"491":{"tf":1.0},"508":{"tf":2.449489742783178},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"55":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.7320508075688772},"560":{"tf":1.7320508075688772},"571":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":2.23606797749979},"710":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"235":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"338":{"tf":2.6457513110645907},"405":{"tf":1.0},"478":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"606":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903},"674":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}}},"g":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":74,"docs":{"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"178":{"tf":3.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":2.6457513110645907},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":3.0},"209":{"tf":2.449489742783178},"210":{"tf":2.449489742783178},"211":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"213":{"tf":3.0},"214":{"tf":2.449489742783178},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":3.0},"218":{"tf":2.6457513110645907},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":2.23606797749979},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":2.23606797749979},"281":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"641":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":2.23606797749979},"721":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"174":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"365":{"tf":1.0},"44":{"tf":1.0},"589":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":25,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"267":{"tf":1.0},"318":{"tf":1.0},"354":{"tf":1.4142135623730951},"364":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"532":{"tf":1.0},"562":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"416":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"491":{"tf":1.7320508075688772},"508":{"tf":3.4641016151377544},"511":{"tf":2.449489742783178},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"466":{"tf":1.7320508075688772},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"467":{"tf":1.4142135623730951},"591":{"tf":1.0}}}}}},"s":{"df":19,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"338":{"tf":1.7320508075688772},"381":{"tf":1.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":2.6457513110645907},"466":{"tf":2.23606797749979},"467":{"tf":2.449489742783178},"468":{"tf":2.449489742783178},"473":{"tf":1.0},"549":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.7320508075688772},"706":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"337":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"412":{"tf":1.0},"502":{"tf":1.0},"513":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"78":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"255":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"368":{"tf":2.8284271247461903},"55":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903}}}}},"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"436":{"tf":3.0}}}}}},"c":{"+":{"+":{"1":{"1":{"df":5,"docs":{"532":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}},"4":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"610":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"3":{".":{"7":{".":{"6":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"7":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"355":{"tf":1.0},"713":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"\\":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"3":{".":{"7":{".":{"7":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"583":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"382":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"374":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"335":{"tf":1.0},"373":{"tf":1.0},"391":{"tf":1.0},"463":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"488":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.4142135623730951},"559":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":114,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"294":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":2.0},"338":{"tf":3.3166247903554},"339":{"tf":1.0},"340":{"tf":2.449489742783178},"342":{"tf":1.4142135623730951},"343":{"tf":1.0},"354":{"tf":3.0},"357":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":3.1622776601683795},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":2.0},"399":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":2.23606797749979},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.7320508075688772},"412":{"tf":1.0},"413":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":2.8284271247461903},"463":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"475":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"536":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"559":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.4142135623730951},"608":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.7320508075688772},"670":{"tf":2.23606797749979},"671":{"tf":2.0},"672":{"tf":2.23606797749979},"674":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"683":{"tf":2.449489742783178},"685":{"tf":2.6457513110645907},"686":{"tf":1.0},"687":{"tf":2.23606797749979},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0},"727":{"tf":2.0},"736":{"tf":2.0},"739":{"tf":1.4142135623730951},"743":{"tf":2.0},"744":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"447":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"670":{"tf":1.0},"677":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.0}}}}},"d":{"df":1,"docs":{"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"233":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"511":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"687":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":67,"docs":{"11":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":2.23606797749979},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.4142135623730951},"397":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"434":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":3.872983346207417},"525":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"585":{"tf":1.0},"613":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":2.0},"706":{"tf":1.4142135623730951},"72":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.4142135623730951},"744":{"tf":1.0}}},"t":{"df":3,"docs":{"362":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"127":{"tf":1.0},"139":{"tf":2.23606797749979},"162":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":2.6457513110645907},"358":{"tf":1.0},"366":{"tf":1.7320508075688772},"386":{"tf":1.7320508075688772},"608":{"tf":1.0},"62":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"339":{"tf":1.0},"351":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"481":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":15,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.7320508075688772},"572":{"tf":1.0},"574":{"tf":1.4142135623730951},"58":{"tf":1.0},"631":{"tf":1.4142135623730951},"668":{"tf":1.0}}},"d":{"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"280":{"tf":1.0}}},"df":31,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":2.23606797749979},"168":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"532":{"tf":1.4142135623730951},"606":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.23606797749979},"615":{"tf":2.449489742783178},"621":{"tf":2.0},"625":{"tf":2.0},"641":{"tf":1.0},"691":{"tf":1.4142135623730951},"747":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"513":{"tf":2.0},"514":{"tf":4.123105625617661}},"s":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"23":{"tf":1.0},"259":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"f":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}}}}},"df":24,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.1622776601683795},"257":{"tf":1.0},"260":{"tf":1.0},"337":{"tf":1.0},"386":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.605551275463989},"470":{"tf":1.7320508075688772},"474":{"tf":2.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"n":{"c":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":173,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.0},"253":{"tf":2.23606797749979},"254":{"tf":2.23606797749979},"269":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":2.449489742783178},"339":{"tf":1.4142135623730951},"342":{"tf":2.0},"351":{"tf":1.0},"359":{"tf":2.449489742783178},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"371":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":2.0},"376":{"tf":1.4142135623730951},"377":{"tf":2.0},"378":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.4142135623730951},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"464":{"tf":1.0},"467":{"tf":1.0},"475":{"tf":1.7320508075688772},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":2.23606797749979},"490":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"527":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.7320508075688772},"546":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"603":{"tf":1.7320508075688772},"604":{"tf":1.4142135623730951},"605":{"tf":1.4142135623730951},"606":{"tf":1.7320508075688772},"607":{"tf":1.4142135623730951},"608":{"tf":2.0},"609":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":2.23606797749979},"614":{"tf":1.4142135623730951},"615":{"tf":2.23606797749979},"616":{"tf":1.4142135623730951},"617":{"tf":2.6457513110645907},"618":{"tf":1.4142135623730951},"619":{"tf":2.23606797749979},"620":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"626":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"629":{"tf":1.4142135623730951},"630":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"632":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"638":{"tf":1.4142135623730951},"639":{"tf":1.7320508075688772},"640":{"tf":1.4142135623730951},"641":{"tf":2.0},"642":{"tf":1.4142135623730951},"643":{"tf":2.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"647":{"tf":2.23606797749979},"648":{"tf":1.4142135623730951},"649":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"650":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"653":{"tf":2.23606797749979},"654":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"656":{"tf":1.4142135623730951},"657":{"tf":1.7320508075688772},"658":{"tf":1.4142135623730951},"659":{"tf":2.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.4142135623730951},"661":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"668":{"tf":1.7320508075688772},"669":{"tf":2.6457513110645907},"670":{"tf":2.0},"671":{"tf":1.7320508075688772},"672":{"tf":2.449489742783178},"673":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"709":{"tf":1.0},"710":{"tf":1.0},"719":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"741":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"/":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"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":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"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":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":47,"docs":{"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":2.449489742783178},"249":{"tf":3.4641016151377544},"258":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.7320508075688772},"286":{"tf":1.0},"312":{"tf":1.7320508075688772},"338":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"447":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":1.0},"491":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":4.0},"510":{"tf":1.0},"511":{"tf":3.1622776601683795},"545":{"tf":1.7320508075688772},"546":{"tf":2.449489742783178},"547":{"tf":3.1622776601683795},"569":{"tf":1.7320508075688772},"572":{"tf":1.4142135623730951},"575":{"tf":2.0},"645":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}}}}},"r":{"*":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"264":{"tf":1.0},"359":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"544":{"tf":1.0},"691":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":109,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"436":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"478":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.7320508075688772},"517":{"tf":2.0},"53":{"tf":1.7320508075688772},"532":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"61":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"666":{"tf":1.0},"67":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"645":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"169":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"671":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":26,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"510":{"tf":1.0},"566":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"73":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"230":{"tf":1.0},"359":{"tf":1.0}},"n":{"df":2,"docs":{"385":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"436":{"tf":2.449489742783178}}}}}},"i":{".":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"349":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}}},"df":2,"docs":{"162":{"tf":1.0},"361":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":2,"docs":{"28":{"tf":1.0},"397":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":2.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":87,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"156":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"337":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":2.6457513110645907},"363":{"tf":3.1622776601683795},"364":{"tf":2.23606797749979},"366":{"tf":2.449489742783178},"37":{"tf":2.23606797749979},"390":{"tf":1.0},"436":{"tf":1.0},"454":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"525":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"58":{"tf":1.0},"583":{"tf":1.4142135623730951},"59":{"tf":1.0},"596":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":2.0},"693":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"88":{"tf":2.23606797749979},"99":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.0},"59":{"tf":1.0},"613":{"tf":1.0}}},"d":{",":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"=":{"\"":{"3":{"4":{"1":{"df":0,"docs":{},"f":{"c":{"5":{"8":{"9":{"8":{"a":{"a":{"a":{"4":{"6":{"a":{"7":{"a":{"5":{"0":{"6":{"b":{"c":{"0":{"7":{"9":{"9":{"df":0,"docs":{},"e":{"8":{"8":{"2":{"a":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"333":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":2.0},"730":{"tf":2.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"597":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"405":{"tf":1.0},"465":{"tf":1.0},"631":{"tf":1.0},"655":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"235":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"32":{"tf":1.0},"478":{"tf":1.4142135623730951},"627":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"230":{"tf":1.0},"243":{"tf":1.0},"373":{"tf":1.4142135623730951},"428":{"tf":1.0},"524":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"155":{"tf":1.0},"158":{"tf":1.7320508075688772},"166":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.7320508075688772},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"244":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.0},"450":{"tf":1.0},"625":{"tf":1.0},"86":{"tf":1.0}},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"623":{"tf":1.0},"83":{"tf":1.0}}}}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"114":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":2.6457513110645907},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.449489742783178},"219":{"tf":1.4142135623730951},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":3.1622776601683795},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"242":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"280":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"637":{"tf":2.0},"641":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"711":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"192":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":2.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"~":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"o":{"a":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"358":{"tf":1.0}}},"df":70,"docs":{"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.7320508075688772},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":2.0},"271":{"tf":1.0},"281":{"tf":2.0},"32":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"41":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"436":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.0},"536":{"tf":1.4142135623730951},"560":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":2.0},"725":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"287":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"465":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"363":{"tf":2.449489742783178},"546":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"645":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":2,"docs":{"517":{"tf":1.4142135623730951},"623":{"tf":1.0}}}}}},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.7320508075688772},"351":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"472":{"tf":1.0},"705":{"tf":1.0}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":2.6457513110645907},"703":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":14,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.0},"490":{"tf":1.0},"530":{"tf":1.0},"668":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":25,"docs":{"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"244":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"463":{"tf":1.0},"541":{"tf":1.0},"623":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":11,"docs":{"114":{"tf":1.4142135623730951},"360":{"tf":1.0},"434":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.4142135623730951},"454":{"tf":1.0},"621":{"tf":1.0},"662":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":27,"docs":{"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"316":{"tf":1.0},"330":{"tf":2.0},"339":{"tf":1.0},"341":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951},"343":{"tf":1.7320508075688772},"344":{"tf":1.4142135623730951},"36":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"557":{"tf":1.0},"643":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":2.23606797749979},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"694":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":11,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"18":{"tf":1.0},"276":{"tf":1.4142135623730951},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"747":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"y":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"444":{"tf":1.0},"447":{"tf":2.0},"625":{"tf":1.0},"729":{"tf":1.0}}},"t":{"df":49,"docs":{"123":{"tf":1.4142135623730951},"127":{"tf":2.449489742783178},"128":{"tf":2.0},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"19":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"327":{"tf":1.0},"345":{"tf":1.4142135623730951},"352":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"366":{"tf":1.0},"395":{"tf":1.0},"428":{"tf":1.0},"452":{"tf":1.0},"507":{"tf":1.0},"55":{"tf":1.0},"592":{"tf":2.0},"593":{"tf":1.7320508075688772},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.4142135623730951},"597":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"599":{"tf":1.0},"643":{"tf":1.0},"681":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":32,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"360":{"tf":1.0},"49":{"tf":1.0},"613":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":2.0},"711":{"tf":1.0},"88":{"tf":3.4641016151377544}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"356":{"tf":1.0},"631":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"x":{"df":15,"docs":{"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":2.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"294":{"tf":1.0},"364":{"tf":1.0},"399":{"tf":1.0},"53":{"tf":1.0},"608":{"tf":1.0}}}}},"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":72,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0},"264":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":2.23606797749979},"332":{"tf":1.0},"333":{"tf":2.6457513110645907},"334":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"342":{"tf":1.0},"344":{"tf":2.23606797749979},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"355":{"tf":2.449489742783178},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"454":{"tf":1.7320508075688772},"456":{"tf":1.0},"457":{"tf":2.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.7320508075688772},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"681":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":2.0},"70":{"tf":1.0},"703":{"tf":1.7320508075688772},"714":{"tf":1.4142135623730951},"731":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":10,"docs":{"475":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.7320508075688772},"560":{"tf":1.0},"575":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"600":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"727":{"tf":1.0},"743":{"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":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":3,"docs":{"18":{"tf":1.0},"339":{"tf":1.0},"513":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"140":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"450":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.4142135623730951},"705":{"tf":1.0},"747":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"336":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"349":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"259":{"tf":1.0},"692":{"tf":1.0},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"541":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"155":{"tf":1.0},"162":{"tf":2.23606797749979},"748":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0}},"r":{"df":1,"docs":{"249":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":23,"docs":{"177":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.7320508075688772},"276":{"tf":1.0},"29":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.0},"390":{"tf":1.0},"397":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":2.23606797749979},"475":{"tf":1.0},"481":{"tf":1.0},"532":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951},"88":{"tf":3.4641016151377544}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"475":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"225":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"137":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"249":{"tf":1.0},"329":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":2.449489742783178},"392":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"405":{"tf":1.4142135623730951},"406":{"tf":1.0},"457":{"tf":1.4142135623730951},"496":{"tf":1.0},"541":{"tf":1.0},"745":{"tf":1.0},"748":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"359":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"i":{"d":{"df":3,"docs":{"371":{"tf":1.0},"469":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"381":{"tf":1.0},"396":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"617":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.4142135623730951},"637":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":11,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"281":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"471":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.4142135623730951},"525":{"tf":1.0},"643":{"tf":1.7320508075688772},"691":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"653":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"639":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"111":{"tf":1.0},"149":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"276":{"tf":1.0},"318":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.4142135623730951},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.8284271247461903},"428":{"tf":1.0},"429":{"tf":1.7320508075688772},"438":{"tf":1.0},"454":{"tf":1.0},"467":{"tf":1.4142135623730951},"487":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"591":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"655":{"tf":1.0},"666":{"tf":1.0},"687":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.7320508075688772},"327":{"tf":1.0},"364":{"tf":1.0},"391":{"tf":1.0},"430":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.7320508075688772},"593":{"tf":1.0},"594":{"tf":1.0},"615":{"tf":1.0},"643":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"364":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"366":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":64,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"308":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"326":{"tf":1.7320508075688772},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"448":{"tf":1.0},"450":{"tf":2.6457513110645907},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"476":{"tf":2.449489742783178},"484":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"521":{"tf":1.7320508075688772},"522":{"tf":2.6457513110645907},"523":{"tf":1.0},"524":{"tf":2.23606797749979},"525":{"tf":2.0},"538":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.7320508075688772},"546":{"tf":1.7320508075688772},"547":{"tf":1.0},"557":{"tf":1.0},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"596":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"621":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"697":{"tf":1.0},"76":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":13,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.7320508075688772},"397":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"643":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":107,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":2.6457513110645907},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":2.6457513110645907},"321":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":2.6457513110645907},"333":{"tf":2.449489742783178},"334":{"tf":1.0},"335":{"tf":2.0},"337":{"tf":1.7320508075688772},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.8284271247461903},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"366":{"tf":1.0},"368":{"tf":2.23606797749979},"369":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":3.3166247903554},"398":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":2.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":1.7320508075688772},"452":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"481":{"tf":1.0},"485":{"tf":1.0},"490":{"tf":2.6457513110645907},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":2.8284271247461903},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"541":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.8284271247461903},"699":{"tf":2.23606797749979},"70":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"742":{"tf":1.4142135623730951},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"333":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"490":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"389":{"tf":1.0}}},"t":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":15,"docs":{"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"372":{"tf":1.0},"456":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":11,"docs":{"191":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"651":{"tf":1.0},"70":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"_":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"371":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"621":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"713":{"tf":1.0},"88":{"tf":2.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"120":{"tf":1.7320508075688772},"128":{"tf":1.0},"149":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"746":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"114":{"tf":1.0},"225":{"tf":1.0},"709":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"643":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"111":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.4142135623730951},"462":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"253":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"373":{"tf":1.7320508075688772},"391":{"tf":1.0},"478":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"258":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"478":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":10,"docs":{"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.7320508075688772},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"436":{"tf":1.0},"532":{"tf":1.0},"619":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"343":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"331":{"tf":1.0}}}},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"275":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"p":{"df":3,"docs":{"108":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"u":{"df":8,"docs":{"162":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"59":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"610":{"tf":1.4142135623730951},"613":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":118,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.7320508075688772},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":2.6457513110645907},"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"269":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"278":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"308":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":2.6457513110645907},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.4142135623730951},"395":{"tf":1.0},"4":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"466":{"tf":2.0},"476":{"tf":1.4142135623730951},"485":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"536":{"tf":1.4142135623730951},"538":{"tf":2.23606797749979},"540":{"tf":1.4142135623730951},"58":{"tf":1.0},"585":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.7320508075688772},"619":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"714":{"tf":2.0},"736":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"98":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"333":{"tf":1.4142135623730951},"361":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"162":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"225":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.4142135623730951},"342":{"tf":1.4142135623730951},"352":{"tf":1.0},"462":{"tf":1.0},"510":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"426":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"172":{"tf":1.0},"18":{"tf":1.0},"346":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"s":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"613":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"490":{"tf":1.0},"491":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":29,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"382":{"tf":1.7320508075688772},"390":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"561":{"tf":1.0},"566":{"tf":1.4142135623730951},"653":{"tf":1.0},"659":{"tf":1.0},"686":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"704":{"tf":1.7320508075688772},"705":{"tf":1.0},"729":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":43,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"328":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"378":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"510":{"tf":1.4142135623730951},"517":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"554":{"tf":1.0},"585":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"686":{"tf":1.4142135623730951},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"301":{"tf":1.0},"493":{"tf":1.0}}}}},"v":{"df":4,"docs":{"374":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":3.605551275463989},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"225":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":2.0},"427":{"tf":1.4142135623730951},"507":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"608":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":2.449489742783178}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"623":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"235":{"tf":1.0}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"tf":1.0}}}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"641":{"tf":1.0}}},"2":{"df":1,"docs":{"641":{"tf":1.0}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.4142135623730951}}},"df":1,"docs":{"520":{"tf":2.0}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.0},"250":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":65,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.7320508075688772},"22":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":3.0},"248":{"tf":2.23606797749979},"249":{"tf":3.3166247903554},"250":{"tf":3.0},"252":{"tf":2.8284271247461903},"253":{"tf":3.1622776601683795},"254":{"tf":2.8284271247461903},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"293":{"tf":1.7320508075688772},"329":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.4142135623730951},"372":{"tf":2.0},"373":{"tf":1.0},"374":{"tf":2.0},"375":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"394":{"tf":2.449489742783178},"395":{"tf":2.8284271247461903},"396":{"tf":1.7320508075688772},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"436":{"tf":2.0},"445":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"465":{"tf":1.7320508075688772},"467":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":2.0},"601":{"tf":2.449489742783178},"602":{"tf":2.0},"606":{"tf":2.23606797749979},"617":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":2.23606797749979},"668":{"tf":1.4142135623730951},"671":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":4.0},"250":{"tf":1.0},"606":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"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":1,"docs":{"250":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"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":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{">":{"2":{"0":{"1":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"428":{"tf":1.0},"51":{"tf":1.0},"604":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":13,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"683":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"346":{"tf":1.0}}}},"b":{"df":1,"docs":{"234":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":3,"docs":{"250":{"tf":1.7320508075688772},"510":{"tf":1.0},"511":{"tf":2.449489742783178}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":11,"docs":{"21":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.7320508075688772},"356":{"tf":1.0},"397":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"559":{"tf":1.0},"639":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"359":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"a":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"372":{"tf":1.0}}}}},"d":{"df":6,"docs":{"122":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"466":{"tf":1.0},"551":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"244":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"397":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"714":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"1":{"tf":1.0},"233":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"732":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"f":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"2":{"df":5,"docs":{"596":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":31,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":3.7416573867739413},"234":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"470":{"tf":1.0},"474":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"580":{"tf":1.0},"6":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"659":{"tf":1.0},"671":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":69,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"472":{"tf":1.0},"486":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"546":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":24,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"242":{"tf":1.0},"295":{"tf":1.0},"32":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"383":{"tf":1.0},"418":{"tf":1.0},"436":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":16,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"281":{"tf":1.0},"331":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"469":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":2.0},"643":{"tf":1.0},"67":{"tf":1.7320508075688772},"671":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"252":{"tf":1.0},"536":{"tf":1.4142135623730951},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"v":{"df":4,"docs":{"398":{"tf":1.0},"595":{"tf":1.0},"671":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"370":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"124":{"tf":1.0},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"253":{"tf":1.4142135623730951},"331":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"541":{"tf":1.0},"683":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":5,"docs":{"17":{"tf":1.0},"427":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"332":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":2.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"540":{"tf":1.0},"689":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"125":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"254":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"465":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"276":{"tf":1.4142135623730951},"289":{"tf":1.0},"367":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.4142135623730951},"615":{"tf":1.0},"702":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":23,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.4142135623730951},"371":{"tf":1.0},"59":{"tf":1.4142135623730951},"687":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0}}}},"r":{"df":2,"docs":{"465":{"tf":1.0},"589":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"427":{"tf":1.7320508075688772},"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"332":{"tf":1.0},"617":{"tf":1.0},"651":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"508":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"88":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"v":{"df":1,"docs":{"171":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":53,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"151":{"tf":1.7320508075688772},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.6457513110645907},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.4142135623730951},"220":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"354":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"4":{"tf":2.0},"428":{"tf":1.0},"434":{"tf":1.0},"446":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.4142135623730951},"715":{"tf":1.0},"726":{"tf":1.4142135623730951},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"715":{"tf":1.0},"726":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":3,"docs":{"496":{"tf":2.0},"530":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":2,"docs":{"307":{"tf":1.0},"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":25,"docs":{"286":{"tf":1.0},"294":{"tf":1.4142135623730951},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"468":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"230":{"tf":1.0},"384":{"tf":1.0},"84":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":48,"docs":{"127":{"tf":1.0},"16":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"295":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"352":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"395":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"432":{"tf":1.0},"446":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.7320508075688772},"472":{"tf":1.4142135623730951},"497":{"tf":1.0},"502":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.7320508075688772},"55":{"tf":1.0},"557":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"653":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"707":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"238":{"tf":1.0},"686":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}},"i":{"df":1,"docs":{"373":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":2.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"2":{"d":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.7320508075688772},"397":{"tf":1.0},"686":{"tf":2.0},"696":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":23,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"344":{"tf":1.0},"348":{"tf":1.0},"354":{"tf":2.0},"362":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.7320508075688772},"457":{"tf":1.0},"490":{"tf":1.4142135623730951},"513":{"tf":1.0},"557":{"tf":1.4142135623730951},"613":{"tf":1.0},"664":{"tf":1.0},"668":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"713":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"149":{"tf":1.0},"230":{"tf":1.4142135623730951},"276":{"tf":2.0},"562":{"tf":1.0},"88":{"tf":1.0}}}}},"x":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"17":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":2.449489742783178},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"655":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"469":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"405":{"tf":1.0},"671":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":2.23606797749979},"655":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"370":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"641":{"tf":1.0},"705":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"254":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"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":{},"l":{"a":{"df":0,"docs":{},"y":{"df":26,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"325":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"44":{"tf":1.0},"452":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":2.0},"584":{"tf":1.7320508075688772},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"717":{"tf":2.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.4142135623730951},"726":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"j":{"df":1,"docs":{"18":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"14":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":2.6457513110645907},"428":{"tf":1.4142135623730951},"641":{"tf":1.0},"748":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"354":{"tf":1.0},"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"606":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":344,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":2.0},"208":{"tf":1.0},"221":{"tf":1.0},"230":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":2.449489742783178},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.4142135623730951},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.7320508075688772},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":2.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":2.23606797749979},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"552":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.4142135623730951},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.4142135623730951},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.4142135623730951},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.4142135623730951},"580":{"tf":1.0},"581":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.4142135623730951},"589":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.0}}},"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"32":{"tf":1.0},"373":{"tf":1.0},"524":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"432":{"tf":1.0},"671":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"747":{"tf":1.4142135623730951}}},"y":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"136":{"tf":2.449489742783178},"139":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"606":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":2.0},"740":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":25,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.7320508075688772},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"362":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"468":{"tf":1.0},"534":{"tf":1.4142135623730951},"669":{"tf":1.0},"724":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":2.449489742783178}}}},"p":{"df":1,"docs":{"686":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"18":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"254":{"tf":1.7320508075688772},"368":{"tf":1.0},"370":{"tf":1.0},"486":{"tf":2.6457513110645907},"508":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}},"e":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"370":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"373":{"tf":1.0},"502":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":28,"docs":{"114":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":2.0},"170":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"229":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"'":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":8,"docs":{"117":{"tf":1.0},"373":{"tf":1.0},"413":{"tf":1.4142135623730951},"45":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"w":{"df":3,"docs":{"582":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"387":{"tf":2.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"=":{"0":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"1":{"0":{".":{"1":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"0":{"df":1,"docs":{"713":{"tf":1.0}}},"1":{"df":2,"docs":{"176":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"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":11,"docs":{"155":{"tf":1.0},"162":{"tf":3.872983346207417},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"335":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.0},"372":{"tf":1.0},"374":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"t":{"d":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0}}}},"b":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"608":{"tf":1.0},"651":{"tf":1.0},"667":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"111":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"305":{"tf":1.0},"320":{"tf":1.0},"343":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"507":{"tf":1.0},"571":{"tf":1.0},"585":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"697":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"369":{"tf":1.0},"446":{"tf":1.0}}}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":35,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"286":{"tf":1.0},"314":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"551":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"645":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":23,"docs":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"412":{"tf":1.0},"585":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"748":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":3.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":53,"docs":{"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"250":{"tf":1.0},"258":{"tf":1.4142135623730951},"28":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":2.23606797749979},"386":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"416":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.4142135623730951},"466":{"tf":1.0},"468":{"tf":1.0},"471":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"546":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"65":{"tf":1.0},"715":{"tf":1.0},"724":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"395":{"tf":1.0},"589":{"tf":1.0},"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":12,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"530":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"613":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"249":{"tf":1.0},"359":{"tf":1.0},"511":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"40":{"tf":1.0},"465":{"tf":1.0},"81":{"tf":1.0}}}}}}},"c":{"df":2,"docs":{"408":{"tf":2.0},"409":{"tf":2.23606797749979}},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"3":{"2":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":20,"docs":{"250":{"tf":1.4142135623730951},"333":{"tf":2.449489742783178},"344":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.4142135623730951},"475":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"587":{"tf":1.0},"600":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"407":{"tf":1.0},"409":{"tf":1.4142135623730951}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"491":{"tf":1.4142135623730951},"555":{"tf":1.4142135623730951},"627":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":72,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"117":{"tf":1.0},"177":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"28":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.7320508075688772},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"321":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":2.0},"452":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.4142135623730951},"497":{"tf":2.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"527":{"tf":2.0},"541":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":55,"docs":{"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"177":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.23606797749979},"244":{"tf":2.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"368":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"450":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"70":{"tf":1.0},"732":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":11,"docs":{"156":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"df":7,"docs":{"145":{"tf":1.0},"366":{"tf":1.0},"508":{"tf":2.23606797749979},"511":{"tf":1.4142135623730951},"615":{"tf":1.0},"691":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"113":{"tf":1.0},"281":{"tf":1.0}}}}}}}}},"df":35,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"354":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"456":{"tf":1.0},"533":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"706":{"tf":1.0},"731":{"tf":1.0},"748":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"395":{"tf":1.0},"606":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"45":{"tf":1.0},"585":{"tf":1.0},"637":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"45":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"389":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"385":{"tf":1.0},"486":{"tf":1.0},"532":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"395":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":20,"docs":{"221":{"tf":1.0},"225":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"488":{"tf":1.0},"560":{"tf":1.0},"580":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"706":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"364":{"tf":1.0},"436":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.7320508075688772},"508":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"562":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"147":{"tf":1.0},"669":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"286":{"tf":1.0},"309":{"tf":1.4142135623730951},"452":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.0},"528":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.0},"249":{"tf":1.0},"343":{"tf":1.0},"395":{"tf":1.0},"666":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"692":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"374":{"tf":1.0},"671":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"26":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951},"621":{"tf":1.0},"711":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"234":{"tf":1.0},"472":{"tf":1.0},"655":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"436":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"q":{"df":2,"docs":{"380":{"tf":1.0},"59":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"359":{"tf":1.0},"690":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"32":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"500":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":2,"docs":{"373":{"tf":1.0},"695":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"12":{"tf":1.0},"343":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":13,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"233":{"tf":1.0},"335":{"tf":1.0},"358":{"tf":1.0},"369":{"tf":1.4142135623730951},"45":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"360":{"tf":1.0},"374":{"tf":1.0},"465":{"tf":1.0},"522":{"tf":1.0},"717":{"tf":1.0},"89":{"tf":1.0}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"238":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":45,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.0},"231":{"tf":1.0},"238":{"tf":4.123105625617661},"239":{"tf":1.7320508075688772},"257":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"320":{"tf":2.0},"338":{"tf":1.0},"373":{"tf":2.449489742783178},"389":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.4142135623730951},"466":{"tf":3.4641016151377544},"482":{"tf":1.4142135623730951},"491":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"510":{"tf":1.4142135623730951},"511":{"tf":2.6457513110645907},"53":{"tf":1.0},"55":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":2.23606797749979},"572":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":2.0}}}}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"671":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"157":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"572":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":221,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"201":{"tf":2.449489742783178},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":2.449489742783178},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":2.23606797749979},"209":{"tf":1.7320508075688772},"210":{"tf":2.449489742783178},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"214":{"tf":2.449489742783178},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":2.23606797749979},"218":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.449489742783178},"31":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.7320508075688772},"338":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"382":{"tf":2.23606797749979},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.4142135623730951},"405":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"434":{"tf":1.0},"436":{"tf":1.0},"466":{"tf":2.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.0},"494":{"tf":1.7320508075688772},"497":{"tf":1.0},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"505":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":2.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"52":{"tf":2.449489742783178},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"526":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"536":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"552":{"tf":1.4142135623730951},"553":{"tf":1.0},"555":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.7320508075688772},"57":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.4142135623730951},"573":{"tf":1.0},"575":{"tf":2.0},"576":{"tf":1.0},"578":{"tf":1.4142135623730951},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.4142135623730951},"59":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"596":{"tf":1.4142135623730951},"597":{"tf":1.4142135623730951},"598":{"tf":1.0},"60":{"tf":1.0},"600":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"64":{"tf":1.0},"641":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"66":{"tf":1.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":2.0},"705":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"729":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"748":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"149":{"tf":1.7320508075688772},"253":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"507":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":21,"docs":{"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":2.0},"293":{"tf":1.4142135623730951},"306":{"tf":1.0},"394":{"tf":2.23606797749979},"395":{"tf":1.4142135623730951},"396":{"tf":1.7320508075688772},"397":{"tf":1.0},"398":{"tf":1.4142135623730951},"510":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"664":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"445":{"tf":1.4142135623730951},"671":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}}}}},"df":1,"docs":{"156":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"276":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"525":{"tf":1.0},"621":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"263":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.0},"393":{"tf":1.0},"606":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"254":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"178":{"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},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"615":{"tf":1.0}}}},"n":{"df":3,"docs":{"281":{"tf":1.0},"517":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"381":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"427":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":29,"docs":{"238":{"tf":1.0},"30":{"tf":1.0},"308":{"tf":1.0},"340":{"tf":1.4142135623730951},"354":{"tf":3.1622776601683795},"361":{"tf":1.0},"368":{"tf":2.8284271247461903},"369":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.0},"456":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.7320508075688772},"664":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"697":{"tf":1.0},"705":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":46,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"28":{"tf":1.7320508075688772},"286":{"tf":1.0},"305":{"tf":1.4142135623730951},"319":{"tf":1.0},"323":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"486":{"tf":1.0},"506":{"tf":1.7320508075688772},"507":{"tf":2.449489742783178},"508":{"tf":3.4641016151377544},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":2.0},"701":{"tf":1.0},"708":{"tf":1.7320508075688772},"748":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":36,"docs":{"178":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"483":{"tf":1.0},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"559":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":20,"docs":{"111":{"tf":1.4142135623730951},"304":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":2.23606797749979},"381":{"tf":1.0},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"504":{"tf":1.4142135623730951},"507":{"tf":1.0},"562":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"657":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"178":{"tf":1.0},"193":{"tf":1.7320508075688772},"278":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"505":{"tf":1.0},"617":{"tf":1.0},"7":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"438":{"tf":1.0},"522":{"tf":1.0},"610":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":5,"docs":{"331":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"24":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"713":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"316":{"tf":1.0},"366":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.7320508075688772},"562":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"741":{"tf":2.0}},"i":{"df":29,"docs":{"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"333":{"tf":2.23606797749979},"337":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"364":{"tf":1.0},"366":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"595":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"y":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"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":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"502":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"727":{"tf":1.7320508075688772},"731":{"tf":2.0},"732":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"743":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.8284271247461903},"150":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":16,"docs":{"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"338":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"q":{"df":13,"docs":{"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.7320508075688772},"268":{"tf":1.0},"368":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"5":{"tf":1.0},"659":{"tf":1.0},"662":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"r":{"df":5,"docs":{"130":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"343":{"tf":1.0},"385":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"258":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"452":{"tf":1.7320508075688772},"478":{"tf":1.0},"507":{"tf":1.0},"524":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"745":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"716":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":5,"docs":{"250":{"tf":1.0},"253":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"655":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"395":{"tf":1.0},"664":{"tf":1.0},"748":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"538":{"tf":1.0},"583":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":92,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":2.0},"144":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.0},"149":{"tf":3.872983346207417},"150":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"171":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"302":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.23606797749979},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"364":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"384":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"429":{"tf":1.4142135623730951},"434":{"tf":1.0},"436":{"tf":1.7320508075688772},"438":{"tf":1.0},"496":{"tf":1.7320508075688772},"5":{"tf":1.0},"505":{"tf":1.0},"517":{"tf":1.4142135623730951},"529":{"tf":1.0},"534":{"tf":2.23606797749979},"536":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"562":{"tf":1.7320508075688772},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"6":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.8284271247461903},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":2.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"72":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"517":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"355":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"\\":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"\\":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":3,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}}}}},"l":{"df":7,"docs":{"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"522":{"tf":1.0},"653":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"23":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"474":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0}}}},"d":{"df":24,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.4142135623730951},"286":{"tf":1.0},"3":{"tf":1.0},"330":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"657":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"286":{"tf":1.0},"301":{"tf":1.4142135623730951},"452":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.0},"494":{"tf":1.0}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"258":{"tf":1.0},"338":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":45,"docs":{"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"178":{"tf":2.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"335":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"373":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"468":{"tf":1.0},"491":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"369":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":30,"docs":{"21":{"tf":1.0},"253":{"tf":1.0},"372":{"tf":1.0},"392":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"606":{"tf":2.6457513110645907},"608":{"tf":3.872983346207417},"610":{"tf":2.23606797749979},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":2.0},"619":{"tf":3.1622776601683795},"621":{"tf":2.8284271247461903},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"631":{"tf":2.449489742783178},"633":{"tf":1.7320508075688772},"635":{"tf":2.449489742783178},"637":{"tf":2.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.7320508075688772},"649":{"tf":2.23606797749979},"651":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"709":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":49,"docs":{"178":{"tf":1.0},"189":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"286":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"377":{"tf":1.4142135623730951},"378":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"475":{"tf":1.0},"477":{"tf":2.0},"478":{"tf":2.8284271247461903},"527":{"tf":1.0},"574":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"625":{"tf":2.23606797749979},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":2.0},"681":{"tf":1.0},"7":{"tf":1.0},"728":{"tf":1.4142135623730951},"734":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":16,"docs":{"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":10,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.449489742783178},"368":{"tf":1.0},"447":{"tf":2.6457513110645907},"572":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"500":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"235":{"tf":1.0},"338":{"tf":1.4142135623730951},"613":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"674":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"16":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.7320508075688772},"596":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"391":{"tf":1.0},"621":{"tf":1.0}},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":77,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":2.0},"165":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"230":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"36":{"tf":1.0},"364":{"tf":1.7320508075688772},"37":{"tf":1.0},"419":{"tf":1.0},"426":{"tf":2.0},"427":{"tf":3.1622776601683795},"429":{"tf":2.23606797749979},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"705":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"d":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"105":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"229":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"294":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"363":{"tf":1.0},"373":{"tf":2.0},"386":{"tf":1.0},"393":{"tf":1.0},"399":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0},"447":{"tf":1.0},"451":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"562":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.4142135623730951}}}},"r":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"547":{"tf":1.0},"669":{"tf":1.0}}}}},"k":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":46,"docs":{"17":{"tf":2.0},"230":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.7320508075688772},"327":{"tf":1.0},"34":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.4142135623730951},"4":{"tf":1.0},"418":{"tf":2.449489742783178},"419":{"tf":1.7320508075688772},"420":{"tf":1.0},"421":{"tf":2.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":2.449489742783178},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"429":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"431":{"tf":2.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.449489742783178},"437":{"tf":1.7320508075688772},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.7320508075688772},"46":{"tf":1.0},"467":{"tf":1.0},"562":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":18,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"469":{"tf":1.0},"562":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"662":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":2.0},"8":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"339":{"tf":1.4142135623730951},"361":{"tf":1.0},"432":{"tf":1.0},"480":{"tf":1.0},"517":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"372":{"tf":1.0}}}}}}},"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":{},"h":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"138":{"tf":1.7320508075688772},"233":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"449":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"254":{"tf":1.0},"28":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"445":{"tf":1.4142135623730951},"507":{"tf":1.0},"671":{"tf":1.0},"716":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"715":{"tf":1.0},"717":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"623":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"249":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":86,"docs":{"151":{"tf":1.0},"375":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"281":{"tf":1.4142135623730951},"333":{"tf":1.0},"691":{"tf":1.4142135623730951},"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"286":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"[":{"1":{"0":{"2":{"4":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":65,"docs":{"191":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"351":{"tf":1.0},"354":{"tf":5.0990195135927845},"359":{"tf":1.4142135623730951},"361":{"tf":1.7320508075688772},"373":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"490":{"tf":1.0},"493":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"574":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"681":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"692":{"tf":1.4142135623730951},"697":{"tf":1.0},"710":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"324":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"*":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"332":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"703":{"tf":1.0}}}},":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"361":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":2.0},"508":{"tf":1.0},"511":{"tf":1.0},"578":{"tf":1.0},"596":{"tf":1.0},"617":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.0},"500":{"tf":1.0}}},"3":{"df":1,"docs":{"525":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"587":{"tf":1.7320508075688772}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"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":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"633":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"178":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"641":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"78":{"tf":1.0}}}}}},"x":{"b":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":3,"docs":{"625":{"tf":1.0},"651":{"tf":1.0},"70":{"tf":1.0}}},"df":15,"docs":{"16":{"tf":1.7320508075688772},"279":{"tf":1.0},"366":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"566":{"tf":1.0},"57":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"701":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.4142135623730951},"88":{"tf":1.0}},"p":{"df":2,"docs":{"651":{"tf":1.0},"70":{"tf":1.0}}},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"g":{"\"":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"234":{"tf":2.6457513110645907},"235":{"tf":2.23606797749979},"238":{"tf":3.1622776601683795},"239":{"tf":2.8284271247461903},"252":{"tf":4.358898943540674},"253":{"tf":2.449489742783178},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"582":{"tf":1.0},"77":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.23606797749979},"254":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"252":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"469":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"608":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":3,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"496":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":96,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":2.23606797749979},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":1.7320508075688772},"229":{"tf":1.7320508075688772},"230":{"tf":2.449489742783178},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"264":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"40":{"tf":1.7320508075688772},"430":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.7320508075688772},"533":{"tf":1.0},"56":{"tf":1.0},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"651":{"tf":1.0},"66":{"tf":1.0},"684":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"701":{"tf":1.0},"713":{"tf":1.7320508075688772},"714":{"tf":2.0},"727":{"tf":1.0},"728":{"tf":1.4142135623730951},"732":{"tf":1.0},"748":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.7320508075688772}}}}},"t":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":4.242640687119285}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"467":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"361":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"575":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":40,"docs":{"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"236":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"476":{"tf":1.0},"6":{"tf":1.4142135623730951},"746":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"t":{"df":1,"docs":{"547":{"tf":2.449489742783178}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"681":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"377":{"tf":1.0},"651":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"354":{"tf":2.8284271247461903},"361":{"tf":1.0},"623":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.0}}}}}}},"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.0},"368":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"1":{"df":1,"docs":{"172":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":2,"docs":{"162":{"tf":1.0},"686":{"tf":1.0}}},"2":{"df":3,"docs":{"162":{"tf":1.0},"286":{"tf":1.0},"745":{"tf":1.0}}},"3":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}},"4":{"df":1,"docs":{"469":{"tf":1.0}}},"5":{"df":1,"docs":{"507":{"tf":1.0}}},"6":{"df":1,"docs":{"507":{"tf":1.0}}},"7":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"458":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}},"t":{"df":6,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"88":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":19,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"608":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"252":{"tf":1.0},"356":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0}},"n":{"df":25,"docs":{"236":{"tf":1.4142135623730951},"308":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.4142135623730951},"582":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.4142135623730951},"741":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"433":{"tf":1.0},"434":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"362":{"tf":1.4142135623730951},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"448":{"tf":1.0},"649":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"78":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"h":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"150":{"tf":1.4142135623730951},"18":{"tf":3.605551275463989},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.4142135623730951}}}},"df":3,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"385":{"tf":1.0},"446":{"tf":1.0},"687":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"748":{"tf":1.0}},"v":{"3":{"df":12,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"156":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":2.0},"723":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"496":{"tf":1.0},"589":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"133":{"tf":1.4142135623730951},"294":{"tf":1.0},"399":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":20,"docs":{"177":{"tf":2.0},"225":{"tf":1.0},"23":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"339":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.4142135623730951},"655":{"tf":1.0}}}},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{";":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{";":{"+":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":2.23606797749979},"409":{"tf":2.449489742783178},"410":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":4,"docs":{"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"412":{"tf":1.7320508075688772},"413":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}},"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":4,"docs":{"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":7,"docs":{"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"406":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"405":{"tf":2.0},"406":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"405":{"tf":3.605551275463989},"406":{"tf":2.449489742783178}},"k":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"623":{"tf":1.0}}},"i":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.7320508075688772},"192":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"701":{"tf":1.0},"714":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":41,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":2.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.7320508075688772},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.0},"613":{"tf":1.0},"639":{"tf":1.0},"7":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}}}},"df":38,"docs":{"172":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.7320508075688772},"24":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.7320508075688772},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"385":{"tf":1.0},"389":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.7320508075688772},"40":{"tf":1.0},"412":{"tf":1.0},"487":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"736":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":49,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":2.449489742783178},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"453":{"tf":1.0},"456":{"tf":1.0},"463":{"tf":2.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"501":{"tf":1.0},"529":{"tf":1.0},"537":{"tf":1.4142135623730951},"557":{"tf":1.0},"580":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"702":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":8,"docs":{"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"475":{"tf":1.0},"525":{"tf":1.7320508075688772},"602":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.7320508075688772}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"369":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"397":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0}}}},"i":{"df":1,"docs":{"281":{"tf":1.0}}}}},"r":{"d":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"613":{"tf":1.0}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"307":{"tf":1.0},"389":{"tf":1.4142135623730951},"429":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"668":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"<":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}}},"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":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.0},"623":{"tf":1.0},"671":{"tf":1.0}}}}},"df":8,"docs":{"408":{"tf":3.872983346207417},"409":{"tf":3.872983346207417},"410":{"tf":3.3166247903554},"412":{"tf":3.3166247903554},"413":{"tf":3.872983346207417},"415":{"tf":3.3166247903554},"416":{"tf":3.605551275463989},"427":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"276":{"tf":1.0},"436":{"tf":1.4142135623730951},"532":{"tf":1.0},"536":{"tf":1.0},"621":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"395":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":5,"docs":{"229":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"366":{"tf":1.0},"637":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":20,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"510":{"tf":1.0},"623":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":49,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"33":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":2.0},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"527":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":2.0},"692":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"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":{"c":{"df":1,"docs":{"336":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"246":{"tf":1.0},"472":{"tf":1.0}}},"df":72,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"124":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.6457513110645907},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"726":{"tf":1.0},"731":{"tf":1.0},"733":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"472":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"397":{"tf":1.0},"427":{"tf":1.0},"438":{"tf":1.0},"527":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"541":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"562":{"tf":1.7320508075688772},"641":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}},"i":{"df":1,"docs":{"381":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"108":{"tf":1.0},"223":{"tf":1.0},"238":{"tf":1.0},"249":{"tf":1.0},"432":{"tf":1.0},"49":{"tf":1.7320508075688772},"539":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"281":{"tf":1.0},"368":{"tf":1.0},"493":{"tf":1.0},"728":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"705":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":63,"docs":{"162":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"603":{"tf":1.7320508075688772},"604":{"tf":1.0},"605":{"tf":1.4142135623730951},"606":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.0},"609":{"tf":1.4142135623730951},"610":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"617":{"tf":1.0},"618":{"tf":1.4142135623730951},"619":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.4142135623730951},"629":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"634":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.0},"640":{"tf":1.4142135623730951},"641":{"tf":1.0},"642":{"tf":1.4142135623730951},"643":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.4142135623730951},"653":{"tf":1.0},"654":{"tf":1.4142135623730951},"655":{"tf":1.0},"656":{"tf":1.4142135623730951},"657":{"tf":1.0},"658":{"tf":1.4142135623730951},"659":{"tf":1.0},"660":{"tf":1.4142135623730951},"661":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"238":{"tf":1.0}},"’":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"254":{"tf":1.0},"510":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":131,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"446":{"tf":1.0},"463":{"tf":1.0}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"272":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"647":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"272":{"tf":1.0},"332":{"tf":1.0},"577":{"tf":1.0}}}}}}}}},"df":322,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":3.1622776601683795},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"173":{"tf":2.0},"18":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":2.0},"335":{"tf":2.23606797749979},"337":{"tf":2.8284271247461903},"338":{"tf":3.0},"339":{"tf":2.23606797749979},"34":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"345":{"tf":1.4142135623730951},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"352":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"359":{"tf":3.3166247903554},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.7320508075688772},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.1622776601683795},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"371":{"tf":1.7320508075688772},"372":{"tf":1.7320508075688772},"373":{"tf":2.449489742783178},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":2.6457513110645907},"39":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"391":{"tf":1.7320508075688772},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":2.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":2.0},"399":{"tf":1.0},"4":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":2.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772},"416":{"tf":1.7320508075688772},"42":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.23606797749979},"43":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.449489742783178},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.7320508075688772},"451":{"tf":2.6457513110645907},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"462":{"tf":3.4641016151377544},"463":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":2.0},"468":{"tf":1.7320508075688772},"469":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":5.744562646538029},"475":{"tf":2.0},"476":{"tf":1.0},"478":{"tf":2.0},"479":{"tf":2.0},"48":{"tf":1.0},"480":{"tf":1.4142135623730951},"481":{"tf":2.23606797749979},"482":{"tf":1.4142135623730951},"483":{"tf":2.0},"484":{"tf":2.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"487":{"tf":1.4142135623730951},"488":{"tf":1.7320508075688772},"490":{"tf":2.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"517":{"tf":2.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.23606797749979},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"527":{"tf":2.23606797749979},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.6457513110645907},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":2.23606797749979},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.6457513110645907},"559":{"tf":2.0},"560":{"tf":1.0},"562":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"57":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":2.23606797749979},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"582":{"tf":2.0},"583":{"tf":1.0},"585":{"tf":2.449489742783178},"587":{"tf":1.0},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"639":{"tf":2.23606797749979},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.7320508075688772},"667":{"tf":2.0},"668":{"tf":2.6457513110645907},"669":{"tf":2.6457513110645907},"670":{"tf":1.7320508075688772},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":2.0},"68":{"tf":1.7320508075688772},"681":{"tf":1.7320508075688772},"682":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":2.6457513110645907},"715":{"tf":1.0},"72":{"tf":1.0},"726":{"tf":1.4142135623730951},"727":{"tf":3.7416573867739413},"728":{"tf":1.4142135623730951},"729":{"tf":2.6457513110645907},"73":{"tf":1.0},"730":{"tf":1.4142135623730951},"731":{"tf":2.23606797749979},"732":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":2.23606797749979},"737":{"tf":2.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.0},"74":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.4142135623730951},"742":{"tf":2.8284271247461903},"743":{"tf":2.0},"744":{"tf":2.23606797749979},"748":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"502":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"d":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"%":{"2":{"0":{"4":{".":{"3":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"639":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"366":{"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":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"7":{"4":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"748":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"745":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"c":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"7":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"9":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"9":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"161":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"d":{"c":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":2,"docs":{"159":{"tf":1.0},"286":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"641":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"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":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"445":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"?":{"df":0,"docs":{},"v":{"=":{"0":{"0":{"4":{"df":0,"docs":{},"z":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"1":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"x":{"6":{"df":0,"docs":{},"s":{"d":{"6":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"w":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":2,"docs":{"690":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},".":{"df":3,"docs":{"359":{"tf":1.0},"617":{"tf":1.0},"88":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":26,"docs":{"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"286":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}}}},"3":{"8":{"6":{"df":3,"docs":{"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"485":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"397":{"tf":1.0},"666":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"670":{"tf":1.0},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"405":{"tf":4.69041575982343},"415":{"tf":1.0},"416":{"tf":1.0},"453":{"tf":1.0},"455":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"727":{"tf":1.0},"731":{"tf":1.0},"736":{"tf":1.4142135623730951}},"→":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"236":{"tf":2.8284271247461903},"254":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"596":{"tf":1.0},"692":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"330":{"tf":1.0},"337":{"tf":1.4142135623730951},"405":{"tf":4.69041575982343},"453":{"tf":1.0},"454":{"tf":1.7320508075688772},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"456":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"670":{"tf":1.0},"685":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":14,"docs":{"335":{"tf":1.0},"339":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.4142135623730951},"585":{"tf":1.0},"599":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"339":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"490":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"668":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":4,"docs":{"427":{"tf":1.4142135623730951},"541":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":2.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":2.0}}}}}}}}},"df":6,"docs":{"397":{"tf":1.4142135623730951},"405":{"tf":2.8284271247461903},"406":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{",":{"0":{"df":1,"docs":{"427":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"651":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.0},"525":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"602":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"250":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":45,"docs":{"108":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"308":{"tf":1.0},"333":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"430":{"tf":1.0},"436":{"tf":2.0},"458":{"tf":1.0},"480":{"tf":1.0},"491":{"tf":1.0},"508":{"tf":3.1622776601683795},"517":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":2.0},"562":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"637":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"88":{"tf":2.0}},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":2,"docs":{"369":{"tf":1.0},"392":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.4142135623730951}},"i":{"df":11,"docs":{"234":{"tf":1.0},"269":{"tf":1.0},"349":{"tf":2.23606797749979},"352":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"513":{"tf":1.0},"532":{"tf":1.0},"623":{"tf":1.0},"714":{"tf":1.7320508075688772}}}}}}}},"l":{"df":1,"docs":{"743":{"tf":1.0}}},"x":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":21,"docs":{"333":{"tf":1.0},"406":{"tf":3.3166247903554},"453":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"546":{"tf":1.0},"554":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"406":{"tf":1.0},"505":{"tf":1.7320508075688772}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"479":{"tf":1.0},"482":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"f":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"490":{"tf":1.0},"508":{"tf":1.0},"668":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.7320508075688772}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"332":{"tf":1.0},"479":{"tf":1.0},"484":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"485":{"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"345":{"tf":1.0},"349":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"349":{"tf":1.0},"362":{"tf":2.6457513110645907},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"541":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":2,"docs":{"406":{"tf":1.0},"511":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"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":{"133":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"395":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.4142135623730951},"664":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"406":{"tf":1.0},"445":{"tf":1.7320508075688772},"456":{"tf":1.0},"491":{"tf":1.7320508075688772},"578":{"tf":1.0},"625":{"tf":1.0},"659":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"578":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":45,"docs":{"350":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":97,"docs":{"110":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"267":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"396":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"493":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"577":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.4142135623730951},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":2.449489742783178},"631":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"738":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":2.449489742783178}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"381":{"tf":1.0},"486":{"tf":1.0}}}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"358":{"tf":1.0}}}}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"df":20,"docs":{"113":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"338":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"447":{"tf":1.0},"493":{"tf":1.0},"50":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"6":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"257":{"tf":1.0},"303":{"tf":1.0},"478":{"tf":1.0},"498":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"n":{"'":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"192":{"tf":1.0},"275":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"469":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"445":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"715":{"tf":1.0},"719":{"tf":1.7320508075688772}}},"df":15,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.0},"715":{"tf":2.6457513110645907},"716":{"tf":1.4142135623730951},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":2.0},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"655":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"338":{"tf":1.7320508075688772},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":3,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"747":{"tf":2.449489742783178}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":116,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":2.0},"150":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":2.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":2.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"249":{"tf":2.23606797749979},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"296":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"361":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"59":{"tf":1.4142135623730951},"593":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.4142135623730951},"7":{"tf":2.0},"714":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"587":{"tf":1.0}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"249":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":1.7320508075688772},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"14":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":18,"docs":{"235":{"tf":2.0},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"312":{"tf":1.0},"338":{"tf":1.0},"385":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"547":{"tf":2.8284271247461903},"560":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"635":{"tf":1.0},"643":{"tf":1.0},"692":{"tf":1.0}}}},"i":{"c":{"df":7,"docs":{"314":{"tf":1.0},"338":{"tf":1.0},"467":{"tf":1.0},"551":{"tf":1.0},"672":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"445":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"662":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}}}},"df":127,"docs":{"1":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":2.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.7320508075688772},"23":{"tf":1.0},"257":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":2.6457513110645907},"360":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"4":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"447":{"tf":1.0},"45":{"tf":1.0},"455":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"474":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"48":{"tf":1.0},"496":{"tf":1.4142135623730951},"510":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":2.0},"557":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.4142135623730951},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"68":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.7320508075688772},"708":{"tf":1.0},"712":{"tf":1.0},"727":{"tf":2.449489742783178},"730":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"736":{"tf":1.4142135623730951},"738":{"tf":1.7320508075688772},"74":{"tf":1.0},"740":{"tf":2.0},"741":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"430":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"360":{"tf":1.0},"366":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"545":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"592":{"tf":2.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"88":{"tf":2.0}},"r":{"df":0,"docs":{},"m":{"df":94,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":2.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"352":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"397":{"tf":1.0},"44":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":2.0},"473":{"tf":1.0},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"560":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.449489742783178},"591":{"tf":1.0},"594":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"699":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"250":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.8284271247461903},"362":{"tf":1.7320508075688772},"363":{"tf":2.6457513110645907}}}}}}},"i":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":2,"docs":{"284":{"tf":1.0},"362":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":39,"docs":{"111":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"332":{"tf":2.23606797749979},"333":{"tf":3.1622776601683795},"344":{"tf":1.7320508075688772},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"411":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.7320508075688772},"496":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"73":{"tf":1.0},"738":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.4142135623730951},"249":{"tf":1.0},"253":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"(":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"596":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"406":{"tf":1.0},"508":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"569":{"tf":1.7320508075688772},"580":{"tf":1.0},"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"621":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"546":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":57,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":4.123105625617661},"249":{"tf":2.23606797749979},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.8284271247461903},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"321":{"tf":1.0},"338":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.1622776601683795},"468":{"tf":1.0},"469":{"tf":2.6457513110645907},"470":{"tf":1.0},"474":{"tf":5.477225575051661},"475":{"tf":1.0},"476":{"tf":2.449489742783178},"478":{"tf":2.0},"496":{"tf":2.8284271247461903},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"55":{"tf":1.0},"560":{"tf":1.4142135623730951},"574":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":2.0},"511":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"716":{"tf":1.0}}},"df":3,"docs":{"715":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"x":{"6":{"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"476":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}}},"i":{"d":{"df":15,"docs":{"17":{"tf":1.0},"235":{"tf":1.0},"276":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"382":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"432":{"tf":1.0},"438":{"tf":1.0},"450":{"tf":1.0},"546":{"tf":1.0},"562":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"156":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"170":{"tf":1.0},"171":{"tf":2.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"384":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":2.0},"517":{"tf":1.4142135623730951},"606":{"tf":1.0},"641":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"n":{"c":{"df":8,"docs":{"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"390":{"tf":2.23606797749979},"625":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"331":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"699":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":14,"docs":{"171":{"tf":1.0},"20":{"tf":1.0},"354":{"tf":1.4142135623730951},"385":{"tf":1.0},"392":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":57,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"16":{"tf":2.0},"162":{"tf":1.0},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"292":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":2.449489742783178},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"533":{"tf":1.0},"559":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"633":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.4142135623730951},"70":{"tf":1.0},"701":{"tf":1.0},"706":{"tf":2.0},"74":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"6":{"df":6,"docs":{"491":{"tf":1.4142135623730951},"508":{"tf":2.8284271247461903},"511":{"tf":2.0},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":22,"docs":{"235":{"tf":2.8284271247461903},"238":{"tf":2.0},"239":{"tf":2.449489742783178},"249":{"tf":1.0},"252":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"486":{"tf":1.0},"491":{"tf":1.4142135623730951},"508":{"tf":3.7416573867739413},"511":{"tf":3.1622776601683795},"525":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"643":{"tf":1.0},"691":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"436":{"tf":1.7320508075688772},"547":{"tf":2.0},"600":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"370":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"447":{"tf":3.3166247903554},"613":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951}},"r":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"2":{"tf":1.0},"303":{"tf":1.0},"389":{"tf":1.4142135623730951},"498":{"tf":1.0},"529":{"tf":1.0},"541":{"tf":1.7320508075688772},"587":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"701":{"tf":1.0},"710":{"tf":1.4142135623730951},"748":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"428":{"tf":3.4641016151377544}}},"n":{"d":{"df":4,"docs":{"354":{"tf":1.0},"387":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"377":{"tf":1.0},"475":{"tf":1.0},"487":{"tf":1.0},"525":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"225":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"310":{"tf":1.0},"47":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"115":{"tf":2.0},"156":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"647":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"381":{"tf":1.0},"389":{"tf":1.4142135623730951},"393":{"tf":1.0}}}}},"f":{"a":{"c":{"df":187,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"262":{"tf":1.0},"267":{"tf":1.7320508075688772},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"311":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":2.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.4142135623730951},"348":{"tf":1.4142135623730951},"349":{"tf":2.0},"350":{"tf":2.449489742783178},"351":{"tf":3.605551275463989},"352":{"tf":2.23606797749979},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.7320508075688772},"359":{"tf":2.449489742783178},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":2.6457513110645907},"363":{"tf":3.4641016151377544},"369":{"tf":1.0},"37":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.7320508075688772},"396":{"tf":1.0},"398":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.7320508075688772},"452":{"tf":1.7320508075688772},"453":{"tf":2.23606797749979},"454":{"tf":2.23606797749979},"455":{"tf":1.7320508075688772},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":2.23606797749979},"480":{"tf":1.0},"481":{"tf":1.4142135623730951},"482":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.7320508075688772},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951},"488":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"527":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"551":{"tf":1.4142135623730951},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.7320508075688772},"578":{"tf":1.0},"580":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.0},"595":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":2.23606797749979},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"664":{"tf":2.8284271247461903},"665":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951},"685":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"697":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"731":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":2.0},"742":{"tf":1.4142135623730951},"748":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}}}}},"df":22,"docs":{"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"254":{"tf":1.0},"335":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"499":{"tf":1.0},"517":{"tf":1.0},"575":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.0},"508":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"252":{"tf":1.0},"373":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"h":{"df":4,"docs":{"120":{"tf":1.0},"149":{"tf":1.0},"178":{"tf":1.0},"89":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"24":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.4142135623730951},"445":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"608":{"tf":1.0},"659":{"tf":1.0}},"t":{"df":93,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.4142135623730951},"437":{"tf":1.0},"438":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"489":{"tf":1.0},"490":{"tf":1.4142135623730951},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.0},"498":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"52":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"526":{"tf":1.0},"527":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"548":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":1.0},"551":{"tf":1.4142135623730951},"553":{"tf":1.0},"554":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"573":{"tf":1.0},"574":{"tf":1.4142135623730951},"576":{"tf":1.0},"577":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"581":{"tf":1.0},"582":{"tf":1.4142135623730951},"584":{"tf":1.0},"585":{"tf":1.4142135623730951},"588":{"tf":1.0},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"593":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":1.4142135623730951},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"372":{"tf":1.0},"378":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"´":{"df":1,"docs":{"500":{"tf":1.0}}},"’":{"df":5,"docs":{"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.4142135623730951}}}},"o":{"df":31,"docs":{"108":{"tf":1.0},"115":{"tf":2.0},"156":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.7320508075688772},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.7320508075688772},"475":{"tf":1.0},"49":{"tf":1.0},"529":{"tf":2.0},"530":{"tf":2.23606797749979},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":2.23606797749979},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"627":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"738":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"*":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":3,"docs":{"448":{"tf":1.0},"450":{"tf":1.4142135623730951},"606":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"448":{"tf":1.0},"449":{"tf":1.7320508075688772},"450":{"tf":1.0},"463":{"tf":1.0},"479":{"tf":1.0},"488":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"462":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"345":{"tf":1.0},"357":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"454":{"tf":1.0},"578":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"484":{"tf":1.0},"580":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"592":{"tf":1.0},"595":{"tf":1.7320508075688772},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.4142135623730951},"693":{"tf":1.0},"730":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"y":{"2":{"df":1,"docs":{"351":{"tf":1.0}}},"3":{"df":1,"docs":{"351":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"451":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":{"462":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"462":{"tf":2.23606797749979},"557":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"413":{"tf":1.0},"619":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":13,"docs":{"242":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"525":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.4142135623730951},"657":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"405":{"tf":1.0},"625":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"587":{"tf":1.0}}}}},"df":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":{"625":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"448":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"606":{"tf":1.0}}}}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"363":{"tf":1.7320508075688772}},"e":{"2":{"df":1,"docs":{"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"351":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}},"df":19,"docs":{"176":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.7320508075688772},"647":{"tf":1.0},"651":{"tf":1.7320508075688772},"709":{"tf":1.0},"744":{"tf":1.0}},"e":{"#":{"1":{"0":{"0":{"df":1,"docs":{"608":{"tf":1.0}}},"2":{"df":1,"docs":{"608":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"606":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"1":{"0":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"480":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"'":{"df":6,"docs":{"252":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"522":{"tf":2.0},"525":{"tf":2.8284271247461903}}},"r":{"df":3,"docs":{"235":{"tf":1.0},"252":{"tf":1.0},"643":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"346":{"tf":1.4142135623730951},"368":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"458":{"tf":1.0},"496":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"458":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"549":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"o":{"b":{"df":3,"docs":{"236":{"tf":1.0},"384":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"5":{"df":4,"docs":{"327":{"tf":1.0},"364":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"596":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.4142135623730951},"513":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"1":{"0":{"0":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"2":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"3":{"d":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"9":{"0":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"2":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"7":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"x":{"df":5,"docs":{"239":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"368":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"572":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"507":{"tf":1.0},"569":{"tf":1.4142135623730951}}}}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":6,"docs":{"368":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"729":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"643":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"429":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"320":{"tf":1.0},"465":{"tf":1.0},"571":{"tf":1.0}}}}}},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"453":{"tf":1.0},"463":{"tf":2.0},"621":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"286":{"tf":1.0},"306":{"tf":1.7320508075688772},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.0},"480":{"tf":1.4142135623730951},"506":{"tf":1.0},"509":{"tf":1.7320508075688772},"510":{"tf":3.0},"511":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"619":{"tf":1.0},"653":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":2.0}}}},"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"16":{"tf":1.0},"320":{"tf":1.0},"336":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"454":{"tf":1.0},"466":{"tf":1.4142135623730951},"527":{"tf":1.0},"571":{"tf":1.0},"599":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"662":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"475":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}},"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":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"467":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"368":{"tf":1.0},"625":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"368":{"tf":1.0},"445":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":5,"docs":{"147":{"tf":2.0},"34":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"748":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"681":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"465":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"490":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}}}}}}},"b":{"df":9,"docs":{"304":{"tf":1.0},"31":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"494":{"tf":1.0},"504":{"tf":1.0},"513":{"tf":1.7320508075688772},"582":{"tf":1.0},"649":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"286":{"tf":1.0},"304":{"tf":1.4142135623730951},"452":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"637":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"568":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"728":{"tf":1.7320508075688772},"737":{"tf":1.7320508075688772}}}}}}},"w":{"df":12,"docs":{"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"364":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.4142135623730951},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"505":{"tf":1.0},"589":{"tf":1.0},"724":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"16":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951},"713":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"465":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"377":{"tf":1.0},"608":{"tf":1.0},"667":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"734":{"tf":1.7320508075688772},"739":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"378":{"tf":1.0},"619":{"tf":1.0},"667":{"tf":1.0},"728":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"378":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"727":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"738":{"tf":1.4142135623730951},"739":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":16,"docs":{"236":{"tf":2.0},"239":{"tf":2.0},"253":{"tf":1.0},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"692":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":14,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":2.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"476":{"tf":1.4142135623730951},"552":{"tf":1.0},"583":{"tf":1.0},"703":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":31,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"344":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"525":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":3.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"458":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"643":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"0":{".":{".":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"1":{"5":{"df":1,"docs":{"639":{"tf":1.0}}},"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":{"6":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"2":{"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":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"691":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"691":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"l":{"+":{"df":0,"docs":{},"r":{"df":1,"docs":{"471":{"tf":1.0}}}},"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"145":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"346":{"tf":1.0},"532":{"tf":1.0},"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":6,"docs":{"20":{"tf":1.0},"385":{"tf":1.0},"412":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"338":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":15,"docs":{"286":{"tf":1.0},"302":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"452":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":3.7416573867739413},"635":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"681":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":9,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"398":{"tf":1.0},"467":{"tf":1.0},"559":{"tf":1.0},"59":{"tf":1.0},"649":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"428":{"tf":1.0},"84":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"230":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"147":{"tf":1.0},"28":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"17":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"395":{"tf":1.0},"510":{"tf":1.7320508075688772},"513":{"tf":1.7320508075688772},"514":{"tf":4.0}}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":7,"docs":{"258":{"tf":1.4142135623730951},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{"a":{"d":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"238":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"178":{"tf":1.0},"188":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"286":{"tf":1.0},"321":{"tf":1.4142135623730951},"366":{"tf":1.0},"428":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"522":{"tf":1.0},"573":{"tf":1.7320508075688772},"574":{"tf":1.7320508075688772},"575":{"tf":1.0},"593":{"tf":1.0},"631":{"tf":1.0}}}},"v":{"df":1,"docs":{"338":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"412":{"tf":1.0},"476":{"tf":1.7320508075688772},"606":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"286":{"tf":1.0},"320":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"683":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"=":{"3":{"2":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"513":{"tf":1.0},"547":{"tf":2.23606797749979},"671":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"s":{"df":1,"docs":{"378":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"336":{"tf":1.0}}},"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.0},"363":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.0},"649":{"tf":1.4142135623730951},"72":{"tf":1.0},"727":{"tf":1.4142135623730951},"740":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"e":{"2":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":5,"docs":{"606":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"625":{"tf":2.0},"748":{"tf":1.0}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"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":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":2.0},"18":{"tf":1.4142135623730951},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"429":{"tf":1.4142135623730951},"55":{"tf":1.0},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.7320508075688772},"687":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"355":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"d":{"c":{"+":{"+":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":1,"docs":{"171":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":61,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"124":{"tf":2.449489742783178},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":3.605551275463989},"145":{"tf":3.1622776601683795},"146":{"tf":2.23606797749979},"147":{"tf":4.242640687119285},"148":{"tf":2.6457513110645907},"149":{"tf":3.4641016151377544},"150":{"tf":2.8284271247461903},"151":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":2.0},"617":{"tf":2.0},"619":{"tf":2.0},"621":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.0},"662":{"tf":1.0},"715":{"tf":2.23606797749979},"716":{"tf":1.4142135623730951},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.4641016151377544},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"748":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"3":{"df":1,"docs":{"141":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"6":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"672":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"623":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":20,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"368":{"tf":1.0},"395":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.7320508075688772},"465":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"59":{"tf":1.7320508075688772},"631":{"tf":1.0},"78":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"486":{"tf":2.449489742783178}}}},"df":25,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"276":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"95":{"tf":1.0}}},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":68,"docs":{"114":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":2.23606797749979},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"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},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.7320508075688772},"33":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"432":{"tf":1.4142135623730951},"452":{"tf":1.0},"50":{"tf":1.7320508075688772},"513":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"6":{"tf":1.7320508075688772},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"641":{"tf":1.0},"653":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":44,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":2.0},"172":{"tf":1.0},"178":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"204":{"tf":1.7320508075688772},"214":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"42":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":3.872983346207417},"430":{"tf":2.0},"431":{"tf":1.0},"435":{"tf":1.7320508075688772},"437":{"tf":1.0},"442":{"tf":1.4142135623730951},"448":{"tf":2.0},"449":{"tf":1.0},"450":{"tf":1.0},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772},"613":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"7":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"i":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":57,"docs":{"120":{"tf":1.4142135623730951},"139":{"tf":1.0},"162":{"tf":2.23606797749979},"19":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"374":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"383":{"tf":2.449489742783178},"384":{"tf":1.7320508075688772},"385":{"tf":3.3166247903554},"386":{"tf":2.23606797749979},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":3.4641016151377544},"426":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"482":{"tf":1.0},"487":{"tf":1.0},"544":{"tf":2.0},"547":{"tf":3.4641016151377544},"569":{"tf":1.4142135623730951},"593":{"tf":1.0},"615":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"667":{"tf":1.0},"713":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"346":{"tf":1.0},"370":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"18":{"tf":1.7320508075688772},"321":{"tf":1.0},"574":{"tf":1.0},"631":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"o":{"a":{"d":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":58,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"311":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":2.23606797749979},"356":{"tf":1.0},"359":{"tf":2.23606797749979},"361":{"tf":2.23606797749979},"364":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"391":{"tf":1.0},"4":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"500":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"667":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":2.449489742783178},"76":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"%":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"177":{"tf":1.4142135623730951},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"432":{"tf":1.0},"617":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":71,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"149":{"tf":1.0},"176":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"286":{"tf":1.0},"295":{"tf":1.7320508075688772},"301":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.23606797749979},"364":{"tf":1.7320508075688772},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":2.0},"418":{"tf":2.6457513110645907},"419":{"tf":1.0},"420":{"tf":2.0},"421":{"tf":1.0},"422":{"tf":2.0},"423":{"tf":1.0},"424":{"tf":2.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":2.449489742783178},"432":{"tf":2.23606797749979},"433":{"tf":2.0},"434":{"tf":2.0},"435":{"tf":2.0},"436":{"tf":1.7320508075688772},"437":{"tf":2.449489742783178},"438":{"tf":2.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.7320508075688772},"464":{"tf":1.0},"472":{"tf":1.7320508075688772},"512":{"tf":1.0},"517":{"tf":1.7320508075688772},"547":{"tf":2.0},"562":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"493":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"225":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0}},"i":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"619":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"1":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":3.0},"128":{"tf":2.23606797749979},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"747":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":4.0},"395":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.4142135623730951},"627":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"330":{"tf":1.0},"336":{"tf":1.0},"363":{"tf":1.4142135623730951},"366":{"tf":1.0},"470":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"493":{"tf":1.0},"657":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"448":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"t":{"df":5,"docs":{"32":{"tf":1.0},"349":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0}}},"u":{"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"331":{"tf":1.0},"469":{"tf":1.0},"59":{"tf":1.0},"691":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"d":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}},"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"m":{"1":{"df":1,"docs":{"69":{"tf":1.0}}},"a":{"c":{"df":16,"docs":{"225":{"tf":1.7320508075688772},"354":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.4142135623730951},"512":{"tf":1.0},"518":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":3,"docs":{"14":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"170":{"tf":1.0},"338":{"tf":1.0},"429":{"tf":1.0},"517":{"tf":1.0}}}}},"o":{"df":47,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"210":{"tf":2.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"230":{"tf":1.0},"276":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"39":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":2.23606797749979},"430":{"tf":1.7320508075688772},"431":{"tf":1.0},"433":{"tf":1.7320508075688772},"448":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"627":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"740":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"631":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"x":{"1":{"0":{".":{"8":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"354":{"tf":1.0},"362":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"714":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"469":{"tf":1.0}}}},"df":13,"docs":{"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":2.449489742783178},"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.7320508075688772},"363":{"tf":1.7320508075688772},"390":{"tf":1.0},"748":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"145":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"366":{"tf":1.0},"643":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.4142135623730951}}}}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}}}}},"df":32,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"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},"352":{"tf":1.0},"397":{"tf":2.0},"465":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.4142135623730951},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"434":{"tf":1.0},"45":{"tf":1.0},"530":{"tf":1.0},"546":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"511":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"359":{"tf":1.4142135623730951},"507":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":40,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"427":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"469":{"tf":1.0},"511":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.4142135623730951},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"463":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"389":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"655":{"tf":1.0},"672":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"147":{"tf":1.0},"373":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"242":{"tf":1.0},"277":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":30,"docs":{"110":{"tf":1.0},"286":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"319":{"tf":1.7320508075688772},"369":{"tf":1.0},"370":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"452":{"tf":1.4142135623730951},"489":{"tf":1.7320508075688772},"490":{"tf":2.0},"491":{"tf":1.0},"495":{"tf":1.4142135623730951},"506":{"tf":1.0},"510":{"tf":1.7320508075688772},"567":{"tf":1.7320508075688772},"568":{"tf":1.7320508075688772},"569":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"235":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"589":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"337":{"tf":1.0},"352":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"513":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"89":{"tf":1.0}}}}},"h":{"df":1,"docs":{"162":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"18":{"tf":1.0},"238":{"tf":1.0},"672":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"252":{"tf":1.0},"338":{"tf":1.0},"397":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.7320508075688772},"673":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"338":{"tf":1.0},"672":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"y":{"b":{"df":2,"docs":{"683":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"df":8,"docs":{"149":{"tf":1.0},"225":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.7320508075688772},"619":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}},"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}},"df":3,"docs":{"429":{"tf":1.0},"546":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":24,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.4142135623730951},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"513":{"tf":1.4142135623730951},"582":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"669":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":22,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"336":{"tf":1.0},"366":{"tf":1.7320508075688772},"454":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"587":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"249":{"tf":1.7320508075688772},"260":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"249":{"tf":1.0},"254":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.0},"59":{"tf":1.0},"687":{"tf":1.7320508075688772}}},"y":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"389":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":27,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.7320508075688772},"286":{"tf":1.0},"308":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"452":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":3.1622776601683795},"523":{"tf":1.0},"524":{"tf":2.23606797749979},"525":{"tf":3.3166247903554},"621":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"68":{"tf":1.0},"705":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"82":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":3,"docs":{"133":{"tf":1.0},"425":{"tf":1.0},"430":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"250":{"tf":2.449489742783178},"343":{"tf":2.0},"450":{"tf":1.0},"485":{"tf":1.4142135623730951},"507":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":10,"docs":{"286":{"tf":1.0},"311":{"tf":1.7320508075688772},"354":{"tf":1.0},"452":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"647":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.4142135623730951}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":36,"docs":{"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"253":{"tf":1.7320508075688772},"254":{"tf":2.0},"321":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.7320508075688772},"406":{"tf":1.0},"536":{"tf":2.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"574":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"666":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"690":{"tf":1.0},"695":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":2.449489742783178},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":14,"docs":{"174":{"tf":1.0},"221":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"39":{"tf":1.0},"428":{"tf":1.4142135623730951},"557":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"i":{"2":{"df":1,"docs":{"162":{"tf":1.0}}},"c":{"c":{"df":1,"docs":{"575":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"571":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"491":{"tf":1.4142135623730951}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"491":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":52,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"286":{"tf":2.0},"296":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"31":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.7320508075688772},"323":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"444":{"tf":3.3166247903554},"445":{"tf":2.8284271247461903},"446":{"tf":2.23606797749979},"447":{"tf":3.4641016151377544},"451":{"tf":1.4142135623730951},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"489":{"tf":2.23606797749979},"490":{"tf":3.0},"491":{"tf":1.7320508075688772},"495":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"533":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.7320508075688772},"572":{"tf":1.0},"573":{"tf":2.0},"574":{"tf":2.23606797749979},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"641":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.8284271247461903},"748":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"df":1,"docs":{"370":{"tf":1.0}},"g":{"df":0,"docs":{},"w":{"3":{"2":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"606":{"tf":1.0},"621":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"141":{"tf":1.4142135623730951},"276":{"tf":1.0},"297":{"tf":1.0},"451":{"tf":1.4142135623730951},"46":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"359":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"724":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}},"r":{"df":1,"docs":{"18":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"662":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"746":{"tf":1.7320508075688772},"747":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"651":{"tf":1.0},"88":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"338":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"393":{"tf":1.4142135623730951},"465":{"tf":1.0},"496":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"280":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"m":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"d":{"df":1,"docs":{"466":{"tf":1.0}},"e":{"df":17,"docs":{"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"304":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.6457513110645907},"504":{"tf":1.0},"505":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"551":{"tf":1.4142135623730951},"59":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"686":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":16,"docs":{"122":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"254":{"tf":3.1622776601683795},"288":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"340":{"tf":1.7320508075688772},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":2.0},"390":{"tf":1.0},"606":{"tf":1.0},"748":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"395":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"120":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.7320508075688772},"89":{"tf":1.0}},"i":{"df":18,"docs":{"111":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.0},"305":{"tf":1.0},"359":{"tf":1.0},"496":{"tf":1.4142135623730951},"507":{"tf":1.0},"70":{"tf":1.0},"715":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":49,"docs":{"239":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":2.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.0},"362":{"tf":1.7320508075688772},"363":{"tf":2.0},"364":{"tf":2.0},"365":{"tf":1.0},"366":{"tf":1.4142135623730951},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.4142135623730951},"507":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":2.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"337":{"tf":1.0}}},".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"608":{"tf":1.0},"621":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"608":{"tf":1.0}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"225":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.0},"430":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":2.0},"693":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"364":{"tf":1.7320508075688772},"365":{"tf":1.0},"366":{"tf":1.0},"592":{"tf":1.0},"615":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"365":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":2,"docs":{"365":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"252":{"tf":1.0},"302":{"tf":1.0},"496":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"496":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"231":{"tf":1.0},"239":{"tf":3.0},"390":{"tf":1.4142135623730951},"464":{"tf":1.0},"474":{"tf":3.1622776601683795},"476":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"339":{"tf":1.4142135623730951},"354":{"tf":1.0},"362":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.7320508075688772},"469":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"53":{"tf":1.0},"551":{"tf":1.0},"559":{"tf":1.0},"594":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.7320508075688772},"301":{"tf":1.0},"373":{"tf":2.6457513110645907},"493":{"tf":1.4142135623730951},"502":{"tf":2.23606797749979},"657":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.0},"372":{"tf":1.0},"413":{"tf":1.4142135623730951},"502":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.7320508075688772},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":2.449489742783178},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.0},"748":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"49":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"331":{"tf":1.0},"346":{"tf":1.0},"374":{"tf":1.0},"395":{"tf":1.0},"507":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"382":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":17,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"59":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":54,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"252":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"393":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":2.0},"465":{"tf":1.4142135623730951},"466":{"tf":2.449489742783178},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"507":{"tf":1.0},"52":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"639":{"tf":1.0},"65":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"18":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}}}},"y":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"555":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"281":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"491":{"tf":2.0},"505":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"491":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"491":{"tf":1.0}}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"552":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":2.0}}},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"427":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"3":{"8":{"6":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"427":{"tf":2.449489742783178},"430":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"499":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"578":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"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":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"276":{"tf":2.23606797749979},"430":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"332":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"4":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"518":{"tf":2.0},"519":{"tf":2.0},"520":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"514":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":74,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"133":{"tf":2.6457513110645907},"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"286":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.0},"366":{"tf":1.7320508075688772},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":2.449489742783178},"391":{"tf":1.0},"429":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.0},"440":{"tf":2.0},"441":{"tf":2.0},"442":{"tf":2.0},"452":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.7320508075688772},"517":{"tf":2.0},"518":{"tf":2.0},"519":{"tf":2.23606797749979},"520":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"547":{"tf":2.6457513110645907},"562":{"tf":1.7320508075688772},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"610":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"667":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":13,"docs":{"249":{"tf":1.0},"386":{"tf":1.0},"472":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":2.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"645":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"547":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"18":{"tf":1.0},"250":{"tf":1.0},"434":{"tf":1.4142135623730951},"529":{"tf":1.0},"540":{"tf":1.7320508075688772},"608":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"350":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"177":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"513":{"tf":1.0},"621":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":2,"docs":{"370":{"tf":1.0},"546":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"478":{"tf":1.0},"511":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}},"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":{"194":{"tf":1.0},"275":{"tf":1.0},"283":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":103,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":2.0},"13":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":2.8284271247461903},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.4142135623730951},"397":{"tf":2.23606797749979},"415":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"659":{"tf":1.0},"664":{"tf":2.0},"671":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":2.0},"705":{"tf":1.4142135623730951},"708":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"722":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"439":{"tf":1.0},"687":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"672":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"371":{"tf":1.0},"447":{"tf":1.0}}}}}}}}}}}},"w":{"df":115,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.449489742783178},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"349":{"tf":1.0},"351":{"tf":2.23606797749979},"359":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"428":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"507":{"tf":1.7320508075688772},"510":{"tf":1.7320508075688772},"513":{"tf":1.0},"525":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"606":{"tf":3.4641016151377544},"608":{"tf":2.6457513110645907},"610":{"tf":1.4142135623730951},"613":{"tf":2.449489742783178},"615":{"tf":3.605551275463989},"617":{"tf":2.8284271247461903},"619":{"tf":2.8284271247461903},"621":{"tf":3.3166247903554},"623":{"tf":2.23606797749979},"625":{"tf":3.605551275463989},"627":{"tf":2.0},"629":{"tf":1.4142135623730951},"631":{"tf":2.6457513110645907},"633":{"tf":1.7320508075688772},"635":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":3.0},"641":{"tf":1.7320508075688772},"643":{"tf":2.6457513110645907},"645":{"tf":3.3166247903554},"647":{"tf":2.6457513110645907},"649":{"tf":2.0},"651":{"tf":2.0},"653":{"tf":2.0},"655":{"tf":3.3166247903554},"659":{"tf":2.6457513110645907},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":2.0},"727":{"tf":1.0},"730":{"tf":2.449489742783178},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"359":{"tf":1.0},"625":{"tf":1.0},"637":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"462":{"tf":2.23606797749979}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"260":{"tf":1.0},"363":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"669":{"tf":1.0},"743":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"j":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"n":{"df":14,"docs":{"19":{"tf":1.0},"254":{"tf":1.0},"3":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"372":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":1,"docs":{"496":{"tf":1.0}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"14":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"370":{"tf":2.6457513110645907},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":2.0},"608":{"tf":1.0},"639":{"tf":1.0},"668":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.0},"738":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"583":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":106,"docs":{"110":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"305":{"tf":1.7320508075688772},"319":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"378":{"tf":1.0},"387":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"446":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"452":{"tf":1.0},"457":{"tf":1.0},"462":{"tf":1.7320508075688772},"467":{"tf":1.0},"473":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"496":{"tf":1.0},"506":{"tf":1.7320508075688772},"507":{"tf":3.4641016151377544},"508":{"tf":3.872983346207417},"509":{"tf":1.0},"510":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"585":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.7320508075688772},"662":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"696":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.7320508075688772},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":2.23606797749979},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.0},"569":{"tf":1.0},"579":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"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":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"75":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":2.0},"569":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"d":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"623":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"238":{"tf":1.0},"649":{"tf":1.0}}}},"n":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"510":{"tf":1.0},"55":{"tf":1.0},"649":{"tf":1.0}}}}},"h":{"df":7,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"257":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"142":{"tf":1.0},"253":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"250":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0}}},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"313":{"tf":1.0},"549":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"w":{"df":42,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"252":{"tf":2.449489742783178},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"326":{"tf":1.0},"333":{"tf":1.7320508075688772},"344":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"372":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.0},"412":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":2.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"536":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"536":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":7,"docs":{"18":{"tf":1.0},"359":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.7320508075688772},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"338":{"tf":1.0},"671":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"361":{"tf":1.0},"669":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"275":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.7320508075688772},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"667":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"738":{"tf":1.0},"739":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":4.47213595499958},"250":{"tf":1.4142135623730951},"338":{"tf":1.0},"672":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"361":{"tf":1.4142135623730951},"362":{"tf":2.8284271247461903}},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"244":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"333":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.0},"457":{"tf":1.0},"532":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"742":{"tf":2.23606797749979},"748":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"546":{"tf":1.0}},"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":{"df":1,"docs":{"543":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"174":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"617":{"tf":1.0},"623":{"tf":1.4142135623730951},"655":{"tf":1.0},"670":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":2.8284271247461903},"697":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"436":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"476":{"tf":1.0}},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"727":{"tf":1.4142135623730951},"728":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951}}},"l":{"d":{"df":20,"docs":{"150":{"tf":1.0},"190":{"tf":1.0},"263":{"tf":1.0},"351":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.4142135623730951},"412":{"tf":1.0},"462":{"tf":1.0},"486":{"tf":1.0},"589":{"tf":1.0},"593":{"tf":1.0},"596":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"730":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"359":{"tf":1.0},"641":{"tf":1.0},"730":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.0},"562":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"337":{"tf":1.0},"369":{"tf":1.0},"610":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":8,"docs":{"230":{"tf":1.0},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"501":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":73,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.0},"309":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"4":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":2.449489742783178},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":2.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"533":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"580":{"tf":1.0},"599":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"162":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"505":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}}},"p":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"304":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":55,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"162":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.4142135623730951},"223":{"tf":1.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"243":{"tf":2.0},"244":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"394":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"452":{"tf":1.7320508075688772},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":2.449489742783178},"504":{"tf":1.7320508075688772},"505":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"70":{"tf":2.449489742783178},"711":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"304":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":8,"docs":{"373":{"tf":2.0},"391":{"tf":1.0},"397":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"49":{"tf":1.0},"659":{"tf":1.0},"687":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"719":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"589":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"589":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":65,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.4142135623730951},"483":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"/":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.0},"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"18":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":62,"docs":{"118":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"260":{"tf":1.0},"277":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"475":{"tf":1.0},"486":{"tf":1.0},"494":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"651":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"745":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}}}},"df":1,"docs":{"351":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"352":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"392":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"253":{"tf":1.0},"372":{"tf":1.0},"486":{"tf":1.4142135623730951},"666":{"tf":1.0},"721":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":12,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"434":{"tf":2.0},"49":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.4142135623730951},"741":{"tf":2.23606797749979}},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"465":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"242":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.0},"463":{"tf":1.0},"669":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":38,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":3.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0},"631":{"tf":1.0},"671":{"tf":1.0},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"342":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":55,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":3.0},"260":{"tf":1.7320508075688772},"261":{"tf":2.23606797749979},"302":{"tf":1.4142135623730951},"320":{"tf":1.0},"338":{"tf":2.23606797749979},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"393":{"tf":2.23606797749979},"429":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.1622776601683795},"468":{"tf":1.0},"469":{"tf":1.7320508075688772},"470":{"tf":1.0},"474":{"tf":3.7416573867739413},"475":{"tf":1.0},"476":{"tf":2.0},"478":{"tf":2.23606797749979},"496":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"77":{"tf":1.0},"88":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"664":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":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":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"139":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.4142135623730951},"527":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"397":{"tf":1.0},"478":{"tf":1.0},"741":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"252":{"tf":1.0},"486":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":2.0},"517":{"tf":1.0},"536":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"23":{"tf":1.0},"472":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.4142135623730951}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"647":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":1.0},"710":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"df":2,"docs":{"371":{"tf":1.0},"524":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"142":{"tf":1.0},"333":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"613":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":30,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":112,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"282":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.0},"425":{"tf":1.4142135623730951},"431":{"tf":1.4142135623730951},"436":{"tf":1.0},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"453":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"514":{"tf":2.23606797749979},"517":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"567":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"598":{"tf":1.0},"601":{"tf":1.4142135623730951},"606":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"+":{"3":{"+":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"507":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":2.0},"625":{"tf":1.4142135623730951},"701":{"tf":1.0},"710":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"170":{"tf":1.0},"671":{"tf":1.0}}}}}},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":146,"docs":{"14":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.6457513110645907},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":3.0},"235":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":3.1622776601683795},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.3166247903554},"253":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":3.0},"281":{"tf":1.0},"286":{"tf":2.449489742783178},"289":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.7320508075688772},"331":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":3.0},"339":{"tf":2.449489742783178},"342":{"tf":2.0},"359":{"tf":1.4142135623730951},"367":{"tf":3.0},"368":{"tf":5.744562646538029},"369":{"tf":4.123105625617661},"370":{"tf":2.0},"371":{"tf":2.8284271247461903},"372":{"tf":1.7320508075688772},"373":{"tf":3.4641016151377544},"374":{"tf":2.6457513110645907},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":2.23606797749979},"378":{"tf":2.449489742783178},"380":{"tf":1.0},"381":{"tf":2.0},"382":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"447":{"tf":1.7320508075688772},"452":{"tf":2.23606797749979},"456":{"tf":1.0},"469":{"tf":1.4142135623730951},"473":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.7320508075688772},"489":{"tf":1.7320508075688772},"490":{"tf":2.449489742783178},"491":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.7320508075688772},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"508":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":2.449489742783178},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":2.6457513110645907},"528":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":2.0},"583":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":2.449489742783178},"655":{"tf":1.7320508075688772},"657":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"666":{"tf":1.7320508075688772},"667":{"tf":2.23606797749979},"668":{"tf":2.23606797749979},"669":{"tf":2.449489742783178},"671":{"tf":2.6457513110645907},"674":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"733":{"tf":1.4142135623730951},"736":{"tf":2.0},"739":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"368":{"tf":1.0},"369":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"377":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"d":{":":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"1":{"5":{"df":1,"docs":{"514":{"tf":1.0}}},"6":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"514":{"tf":1.0}}},"df":1,"docs":{"514":{"tf":1.0}}},"2":{"df":1,"docs":{"514":{"tf":1.0}}},"3":{"df":1,"docs":{"514":{"tf":1.0}}},"4":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"513":{"tf":1.4142135623730951},"575":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"735":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"377":{"tf":1.0}}}}}},"s":{".":{"a":{"d":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"´":{"df":1,"docs":{"738":{"tf":1.0}}}}}}},"i":{"d":{"df":9,"docs":{"244":{"tf":1.0},"252":{"tf":2.0},"491":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"583":{"tf":3.1622776601683795},"641":{"tf":1.4142135623730951},"727":{"tf":1.0},"733":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":2.23606797749979}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}},"s":{"df":4,"docs":{"235":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}},"t":{"df":70,"docs":{"1":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"331":{"tf":3.0},"333":{"tf":1.7320508075688772},"336":{"tf":2.0},"337":{"tf":1.0},"339":{"tf":2.0},"344":{"tf":1.7320508075688772},"358":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"454":{"tf":1.4142135623730951},"456":{"tf":1.0},"469":{"tf":1.7320508075688772},"478":{"tf":1.0},"501":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":2.0},"699":{"tf":1.4142135623730951},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"606":{"tf":1.0},"653":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"408":{"tf":1.7320508075688772},"409":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"368":{"tf":1.0},"392":{"tf":1.0},"490":{"tf":1.0},"625":{"tf":1.0},"668":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"129":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"463":{"tf":1.0},"478":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"514":{"tf":1.0},"580":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"114":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"464":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"532":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"670":{"tf":1.0},"676":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"687":{"tf":1.0},"73":{"tf":2.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"149":{"tf":1.0},"53":{"tf":1.0},"655":{"tf":1.0}}}}},"c":{"df":1,"docs":{"428":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"361":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"128":{"tf":1.0},"145":{"tf":1.0},"505":{"tf":1.0},"639":{"tf":1.0}}}},"df":5,"docs":{"412":{"tf":2.8284271247461903},"413":{"tf":2.8284271247461903},"415":{"tf":2.6457513110645907},"416":{"tf":3.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"395":{"tf":1.0},"55":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":15,"docs":{"235":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"374":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.7320508075688772},"447":{"tf":1.0},"467":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":18,"docs":{"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"233":{"tf":1.0},"257":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"527":{"tf":1.0},"583":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"669":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"373":{"tf":1.0},"486":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":6,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"737":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"233":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"337":{"tf":1.0},"384":{"tf":1.0},"627":{"tf":1.0},"641":{"tf":1.0},"662":{"tf":1.0},"698":{"tf":2.0},"699":{"tf":1.7320508075688772},"700":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"507":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"466":{"tf":1.0},"469":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"743":{"tf":1.0}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"16":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.7320508075688772},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"579":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"386":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"629":{"tf":1.0}},"|":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"18":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":2.6457513110645907},"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.4142135623730951},"59":{"tf":2.0},"664":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"387":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"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":1,"docs":{"63":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"114":{"tf":1.0},"130":{"tf":1.0},"369":{"tf":1.0},"397":{"tf":1.4142135623730951},"457":{"tf":1.0},"465":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"269":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"696":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"172":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"295":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.7320508075688772},"427":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"433":{"tf":1.7320508075688772},"434":{"tf":1.7320508075688772},"435":{"tf":1.7320508075688772},"437":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"44":{"tf":1.0},"440":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"462":{"tf":1.0},"463":{"tf":1.4142135623730951},"512":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"111":{"tf":1.0},"305":{"tf":1.0},"367":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"375":{"tf":1.4142135623730951},"507":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"138":{"tf":1.0},"238":{"tf":1.4142135623730951},"257":{"tf":1.0},"269":{"tf":1.0},"305":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.4142135623730951},"469":{"tf":1.4142135623730951},"507":{"tf":2.0},"508":{"tf":1.4142135623730951},"510":{"tf":2.449489742783178},"511":{"tf":2.23606797749979},"627":{"tf":1.0},"631":{"tf":1.0},"669":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":4,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"122":{"tf":1.0},"145":{"tf":1.7320508075688772},"150":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"647":{"tf":1.0},"662":{"tf":1.0},"689":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"719":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":3,"docs":{"18":{"tf":1.0},"249":{"tf":1.0},"364":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":459,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.4142135623730951},"117":{"tf":2.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":3.605551275463989},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":3.605551275463989},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"185":{"tf":2.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":2.449489742783178},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.8284271247461903},"226":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"23":{"tf":1.7320508075688772},"230":{"tf":3.3166247903554},"231":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.23606797749979},"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772},"236":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"262":{"tf":2.8284271247461903},"263":{"tf":2.449489742783178},"264":{"tf":2.449489742783178},"265":{"tf":2.449489742783178},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"274":{"tf":2.0},"275":{"tf":1.7320508075688772},"276":{"tf":2.6457513110645907},"277":{"tf":2.23606797749979},"278":{"tf":2.0},"279":{"tf":1.7320508075688772},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":2.23606797749979},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.7320508075688772},"295":{"tf":1.0},"298":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":2.23606797749979},"339":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"340":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"353":{"tf":1.4142135623730951},"354":{"tf":3.7416573867739413},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":3.872983346207417},"36":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.7320508075688772},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":4.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"373":{"tf":2.0},"374":{"tf":1.7320508075688772},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"379":{"tf":1.0},"38":{"tf":1.7320508075688772},"380":{"tf":2.0},"381":{"tf":2.23606797749979},"382":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"384":{"tf":2.6457513110645907},"385":{"tf":2.8284271247461903},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":2.0},"389":{"tf":3.7416573867739413},"39":{"tf":1.4142135623730951},"390":{"tf":2.8284271247461903},"391":{"tf":3.605551275463989},"392":{"tf":2.23606797749979},"393":{"tf":2.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":2.8284271247461903},"398":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"405":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772},"416":{"tf":1.7320508075688772},"418":{"tf":1.7320508075688772},"419":{"tf":1.7320508075688772},"42":{"tf":1.0},"420":{"tf":1.7320508075688772},"423":{"tf":1.0},"425":{"tf":2.0},"426":{"tf":2.449489742783178},"427":{"tf":3.4641016151377544},"428":{"tf":2.449489742783178},"429":{"tf":2.449489742783178},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":2.0},"432":{"tf":2.23606797749979},"433":{"tf":1.4142135623730951},"434":{"tf":2.23606797749979},"435":{"tf":1.4142135623730951},"438":{"tf":1.0},"44":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.4142135623730951},"453":{"tf":2.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.7320508075688772},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":2.0},"459":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.7320508075688772},"462":{"tf":3.3166247903554},"463":{"tf":1.7320508075688772},"464":{"tf":2.449489742783178},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.7320508075688772},"468":{"tf":2.0},"469":{"tf":2.23606797749979},"47":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":2.6457513110645907},"474":{"tf":7.3484692283495345},"475":{"tf":2.0},"476":{"tf":2.23606797749979},"478":{"tf":2.6457513110645907},"479":{"tf":1.0},"48":{"tf":1.4142135623730951},"485":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"496":{"tf":2.8284271247461903},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":3.0},"511":{"tf":1.7320508075688772},"513":{"tf":2.0},"517":{"tf":2.23606797749979},"518":{"tf":2.0},"519":{"tf":2.0},"52":{"tf":2.23606797749979},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.7320508075688772},"525":{"tf":2.0},"527":{"tf":1.4142135623730951},"53":{"tf":2.6457513110645907},"530":{"tf":2.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":2.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":2.6457513110645907},"551":{"tf":2.0},"554":{"tf":1.7320508075688772},"557":{"tf":2.6457513110645907},"559":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"562":{"tf":1.0},"568":{"tf":2.23606797749979},"569":{"tf":1.0},"57":{"tf":1.4142135623730951},"574":{"tf":2.0},"575":{"tf":1.0},"577":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.7320508075688772},"589":{"tf":1.7320508075688772},"59":{"tf":2.8284271247461903},"591":{"tf":1.4142135623730951},"592":{"tf":2.0},"593":{"tf":2.6457513110645907},"594":{"tf":1.7320508075688772},"595":{"tf":1.7320508075688772},"596":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"602":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":2.8284271247461903},"615":{"tf":2.23606797749979},"617":{"tf":2.449489742783178},"619":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":3.3166247903554},"627":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"631":{"tf":3.0},"633":{"tf":1.7320508075688772},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.0},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":2.0},"645":{"tf":3.1622776601683795},"647":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"667":{"tf":2.0},"668":{"tf":2.0},"669":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"670":{"tf":3.1622776601683795},"671":{"tf":3.605551275463989},"672":{"tf":2.0},"673":{"tf":1.7320508075688772},"674":{"tf":1.0},"676":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"68":{"tf":2.23606797749979},"681":{"tf":1.7320508075688772},"682":{"tf":1.4142135623730951},"684":{"tf":1.7320508075688772},"685":{"tf":1.0},"686":{"tf":1.7320508075688772},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"690":{"tf":2.23606797749979},"691":{"tf":2.0},"692":{"tf":2.0},"693":{"tf":2.8284271247461903},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"70":{"tf":2.6457513110645907},"700":{"tf":1.4142135623730951},"701":{"tf":2.449489742783178},"704":{"tf":1.0},"705":{"tf":2.23606797749979},"706":{"tf":1.7320508075688772},"707":{"tf":2.449489742783178},"708":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":2.23606797749979},"711":{"tf":2.23606797749979},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.23606797749979},"715":{"tf":3.1622776601683795},"716":{"tf":2.0},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":2.0},"72":{"tf":1.4142135623730951},"720":{"tf":1.7320508075688772},"721":{"tf":2.0},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":3.1622776601683795},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"730":{"tf":2.449489742783178},"731":{"tf":1.7320508075688772},"732":{"tf":2.0},"736":{"tf":1.4142135623730951},"737":{"tf":1.0},"738":{"tf":1.7320508075688772},"739":{"tf":1.0},"74":{"tf":3.3166247903554},"740":{"tf":2.0},"741":{"tf":2.23606797749979},"742":{"tf":1.7320508075688772},"743":{"tf":1.7320508075688772},"744":{"tf":1.7320508075688772},"748":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":3.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":2.449489742783178},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"528":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"427":{"tf":1.0},"430":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":41,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"242":{"tf":1.0},"249":{"tf":3.605551275463989},"250":{"tf":2.8284271247461903},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.0},"525":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"225":{"tf":1.0},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"621":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"276":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{";":{"$":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"691":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"346":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"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":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"267":{"tf":1.0},"615":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"346":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"575":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"330":{"tf":1.0},"36":{"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":1,"docs":{"578":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"382":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"629":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"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":{},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":8,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"562":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":17,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"284":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"374":{"tf":1.4142135623730951},"447":{"tf":1.0},"486":{"tf":3.1622776601683795},"619":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"338":{"tf":1.0},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"177":{"tf":2.23606797749979},"225":{"tf":1.0},"6":{"tf":1.0}}}},"df":3,"docs":{"445":{"tf":1.0},"447":{"tf":1.0},"507":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"28":{"tf":1.0},"323":{"tf":1.0},"445":{"tf":1.0},"507":{"tf":1.4142135623730951},"580":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"610":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"385":{"tf":1.7320508075688772},"687":{"tf":1.0}}}},"p":{"df":7,"docs":{"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"384":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}},"df":1,"docs":{"525":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"159":{"tf":1.0}}}},"df":4,"docs":{"246":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.0},"466":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"374":{"tf":1.0},"486":{"tf":2.449489742783178},"619":{"tf":1.0},"700":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":53,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.4142135623730951},"500":{"tf":1.0},"549":{"tf":1.0},"595":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"653":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951},"697":{"tf":1.0},"701":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"724":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"710":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"738":{"tf":1.0},"743":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}},"r":{"#":{"1":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"613":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"610":{"tf":1.0}}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"6":{"df":1,"docs":{"608":{"tf":1.0}}},"7":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"df":1,"docs":{"608":{"tf":1.0}}},"3":{"df":1,"docs":{"608":{"tf":1.7320508075688772}}},"df":1,"docs":{"608":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"2":{"df":1,"docs":{"606":{"tf":1.0}}},"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"249":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"469":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"647":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"355":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"480":{"tf":1.4142135623730951},"562":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"562":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"230":{"tf":1.4142135623730951},"242":{"tf":1.0},"319":{"tf":1.0},"389":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"687":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.4142135623730951},"741":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772}}},"t":{"c":{"df":0,"docs":{},"h":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"552":{"tf":1.0},"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"286":{"tf":1.0},"314":{"tf":1.7320508075688772},"452":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.7320508075688772},"551":{"tf":2.0},"552":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"623":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"152":{"tf":1.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"397":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"360":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":25,"docs":{"138":{"tf":1.0},"20":{"tf":1.0},"286":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"395":{"tf":1.0},"424":{"tf":1.0},"452":{"tf":1.4142135623730951},"478":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.8284271247461903},"512":{"tf":1.7320508075688772},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"655":{"tf":1.0},"730":{"tf":1.0}}}},"t":{"/":{"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":{"df":2,"docs":{"262":{"tf":1.0},"268":{"tf":1.4142135623730951}}}},"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":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":51,"docs":{"17":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"295":{"tf":1.0},"311":{"tf":2.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"371":{"tf":2.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":2.23606797749979},"384":{"tf":3.4641016151377544},"385":{"tf":2.449489742783178},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"391":{"tf":2.6457513110645907},"418":{"tf":1.7320508075688772},"421":{"tf":1.7320508075688772},"422":{"tf":1.7320508075688772},"436":{"tf":2.8284271247461903},"437":{"tf":1.7320508075688772},"438":{"tf":3.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"475":{"tf":1.0},"480":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":2.23606797749979},"544":{"tf":1.0},"568":{"tf":1.0},"621":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":2.8284271247461903},"700":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"412":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"507":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"249":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"591":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"641":{"tf":1.0},"653":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":10,"docs":{"185":{"tf":1.0},"232":{"tf":1.0},"342":{"tf":1.0},"373":{"tf":1.0},"427":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0}},"s":{"df":9,"docs":{"125":{"tf":1.0},"149":{"tf":1.0},"249":{"tf":1.0},"269":{"tf":1.0},"344":{"tf":1.0},"534":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.4142135623730951},"562":{"tf":1.0},"613":{"tf":1.0}}}},"o":{"df":10,"docs":{"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}},"r":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.4142135623730951},"397":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"649":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951},"368":{"tf":1.0},"485":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"174":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":2.0},"395":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"599":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":20,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"253":{"tf":2.6457513110645907},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0},"482":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"572":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":112,"docs":{"14":{"tf":3.0},"162":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.7320508075688772},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"253":{"tf":4.0},"254":{"tf":1.0},"257":{"tf":2.0},"260":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.4142135623730951},"331":{"tf":2.449489742783178},"336":{"tf":2.23606797749979},"337":{"tf":1.4142135623730951},"338":{"tf":4.69041575982343},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"395":{"tf":2.23606797749979},"397":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.0},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"464":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"476":{"tf":1.0},"478":{"tf":2.0},"482":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"571":{"tf":1.0},"580":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":2.0},"59":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"655":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.6457513110645907},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.23606797749979},"670":{"tf":3.605551275463989},"671":{"tf":2.8284271247461903},"672":{"tf":2.23606797749979},"673":{"tf":2.0},"674":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.7320508075688772},"684":{"tf":1.7320508075688772},"685":{"tf":2.0},"686":{"tf":3.4641016151377544},"687":{"tf":2.0},"690":{"tf":1.4142135623730951},"694":{"tf":2.0},"696":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772},"707":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"78":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"249":{"tf":1.0},"390":{"tf":1.0}}},"/":{"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":4,"docs":{"329":{"tf":1.4142135623730951},"452":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"333":{"tf":2.6457513110645907},"344":{"tf":1.7320508075688772}}}}}}}},"df":57,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.6457513110645907},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.7320508075688772},"334":{"tf":1.0},"335":{"tf":2.23606797749979},"338":{"tf":2.23606797749979},"339":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.6457513110645907},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":2.0},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"432":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"59":{"tf":1.4142135623730951},"663":{"tf":1.0},"669":{"tf":2.0},"685":{"tf":1.0},"687":{"tf":1.0},"714":{"tf":1.4142135623730951},"736":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"253":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"690":{"tf":1.0},"696":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"608":{"tf":1.0}},"t":{"df":18,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.6457513110645907},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"469":{"tf":1.0},"747":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"89":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"647":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":38,"docs":{"162":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.7320508075688772},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.4142135623730951},"383":{"tf":2.449489742783178},"384":{"tf":1.4142135623730951},"385":{"tf":3.872983346207417},"386":{"tf":2.6457513110645907},"387":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":3.7416573867739413},"434":{"tf":1.4142135623730951},"436":{"tf":1.0},"445":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"615":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"65":{"tf":2.0},"653":{"tf":1.0},"66":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"627":{"tf":1.0},"651":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"653":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"6":{"4":{"3":{"2":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"286":{"tf":1.0},"325":{"tf":1.7320508075688772},"452":{"tf":1.0},"584":{"tf":1.7320508075688772},"585":{"tf":2.23606797749979},"586":{"tf":1.0},"587":{"tf":3.1622776601683795},"78":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":{"613":{"tf":1.0}}}}}}},"df":88,"docs":{"105":{"tf":1.0},"114":{"tf":2.23606797749979},"147":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"242":{"tf":2.23606797749979},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":2.0},"279":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"360":{"tf":1.0},"40":{"tf":1.7320508075688772},"500":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"532":{"tf":2.0},"534":{"tf":1.7320508075688772},"536":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.7320508075688772}},"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":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"149":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"276":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"463":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"242":{"tf":1.0},"339":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"276":{"tf":1.0},"426":{"tf":1.0},"75":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"469":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"363":{"tf":1.7320508075688772},"395":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":74,"docs":{"12":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"39":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"448":{"tf":2.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"454":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"606":{"tf":1.0},"617":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.7320508075688772},"732":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"457":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"$":{"<":{"$":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{">":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"d":{"a":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"d":{"a":{"df":2,"docs":{"59":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":8,"docs":{"111":{"tf":1.0},"53":{"tf":1.0},"597":{"tf":1.0},"615":{"tf":1.0},"639":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"534":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"361":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":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":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"365":{"tf":1.0},"615":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"268":{"tf":1.0},"625":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"572":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"365":{"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":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"108":{"tf":1.0},"149":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"363":{"tf":3.1622776601683795},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"661":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"346":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":14,"docs":{"120":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"345":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"358":{"tf":1.7320508075688772},"380":{"tf":1.0},"385":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"13":{"tf":1.0},"693":{"tf":1.0}}}}},"q":{"df":82,"docs":{"663":{"tf":2.449489742783178},"664":{"tf":1.4142135623730951},"665":{"tf":1.7320508075688772},"666":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"670":{"tf":4.123105625617661},"671":{"tf":1.7320508075688772},"672":{"tf":1.4142135623730951},"673":{"tf":1.7320508075688772},"674":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"684":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"690":{"tf":2.6457513110645907},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"694":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"700":{"tf":1.7320508075688772},"701":{"tf":3.605551275463989},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951},"709":{"tf":1.4142135623730951},"710":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"714":{"tf":1.4142135623730951},"715":{"tf":3.3166247903554},"716":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":4.123105625617661},"728":{"tf":1.4142135623730951},"729":{"tf":1.4142135623730951},"730":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"286":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":1.4142135623730951},"450":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.0},"578":{"tf":1.0},"606":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":5,"docs":{"333":{"tf":1.0},"344":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"483":{"tf":1.0},"549":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":88,"docs":{"127":{"tf":1.0},"143":{"tf":1.7320508075688772},"151":{"tf":1.0},"371":{"tf":1.0},"662":{"tf":2.23606797749979},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":13,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"374":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.7320508075688772},"486":{"tf":2.0},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"619":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"513":{"tf":1.0},"517":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"346":{"tf":1.0},"499":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"18":{"tf":1.0},"382":{"tf":1.0},"513":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"367":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":9,"docs":{"269":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.0},"389":{"tf":1.0},"511":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"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":8,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"649":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"673":{"tf":1.4142135623730951}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":8,"docs":{"258":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{":":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"395":{"tf":1.0},"469":{"tf":1.0},"508":{"tf":1.0}}},"t":{"df":4,"docs":{"481":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"737":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"315":{"tf":1.0},"554":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":23,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"268":{"tf":1.0},"330":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"427":{"tf":1.0},"436":{"tf":1.0},"496":{"tf":1.0},"527":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":7,"docs":{"157":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"343":{"tf":1.0},"405":{"tf":1.0},"511":{"tf":1.0},"697":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"354":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"465":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":17,"docs":{"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"254":{"tf":2.23606797749979},"287":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"340":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"670":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":2.0},"697":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"336":{"tf":1.0},"373":{"tf":1.0},"448":{"tf":1.0},"466":{"tf":1.4142135623730951},"530":{"tf":1.0},"671":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"549":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"255":{"tf":1.0},"258":{"tf":1.4142135623730951},"359":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"397":{"tf":1.4142135623730951},"463":{"tf":1.0},"602":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"699":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"562":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"269":{"tf":1.0},"281":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"229":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"493":{"tf":1.0},"522":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.0},"728":{"tf":1.0},"744":{"tf":1.0}}},"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":{"368":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"374":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":8,"docs":{"246":{"tf":1.0},"31":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"378":{"tf":1.0},"469":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"462":{"tf":1.0}}}}}},"df":2,"docs":{"363":{"tf":1.0},"462":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"166":{"tf":1.0},"284":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"608":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"725":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":7,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"371":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}},"t":{"df":5,"docs":{"238":{"tf":1.0},"31":{"tf":1.0},"389":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"147":{"tf":1.0},"333":{"tf":1.4142135623730951},"699":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"491":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"659":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"355":{"tf":1.0},"362":{"tf":1.4142135623730951},"391":{"tf":1.7320508075688772},"458":{"tf":1.7320508075688772},"532":{"tf":1.0},"599":{"tf":1.0},"662":{"tf":1.0},"742":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"147":{"tf":1.0},"391":{"tf":1.0},"716":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"244":{"tf":1.0},"254":{"tf":1.0},"363":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"143":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"522":{"tf":1.0},"69":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"739":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.0},"142":{"tf":1.4142135623730951},"245":{"tf":1.0},"354":{"tf":1.0},"42":{"tf":1.0},"445":{"tf":1.7320508075688772},"450":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.4142135623730951},"747":{"tf":2.8284271247461903},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"450":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"490":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":71,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"372":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"425":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"486":{"tf":1.0},"489":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"52":{"tf":1.0},"549":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"573":{"tf":1.0},"579":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"601":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":79,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"161":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"724":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"344":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":2,"docs":{"236":{"tf":1.0},"699":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"363":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"19":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"307":{"tf":1.7320508075688772},"31":{"tf":2.0},"418":{"tf":1.0},"424":{"tf":1.7320508075688772},"452":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":2.23606797749979},"514":{"tf":2.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"527":{"tf":1.0},"653":{"tf":2.23606797749979}}},"v":{"df":14,"docs":{"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"536":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"225":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.0},"637":{"tf":1.0},"655":{"tf":1.7320508075688772},"659":{"tf":1.0},"70":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.0},"617":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"623":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":28,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.7320508075688772},"225":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"30":{"tf":1.0},"364":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"7":{"tf":1.0},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.23606797749979},"464":{"tf":1.0},"475":{"tf":1.4142135623730951},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"743":{"tf":1.0},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"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":7,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0},"643":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"236":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":1.0},"359":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"318":{"tf":1.0},"335":{"tf":1.0},"346":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.8284271247461903},"372":{"tf":2.0},"374":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"418":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.4142135623730951},"462":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.7320508075688772},"514":{"tf":1.4142135623730951},"517":{"tf":2.23606797749979},"562":{"tf":1.0},"653":{"tf":1.7320508075688772},"738":{"tf":1.0},"748":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"q":{"df":2,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":27,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.7320508075688772},"317":{"tf":1.7320508075688772},"359":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.4142135623730951},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":2.0},"560":{"tf":1.0},"610":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":49,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":2.449489742783178},"217":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.7320508075688772},"326":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"340":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"432":{"tf":1.0},"451":{"tf":2.0},"452":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.4142135623730951},"494":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"717":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"741":{"tf":1.0}}},"n":{"df":4,"docs":{"335":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"320":{"tf":1.0},"368":{"tf":1.0},"571":{"tf":1.0},"623":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":4,"docs":{"238":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":1.0},"608":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.7320508075688772},"403":{"tf":1.4142135623730951},"411":{"tf":1.7320508075688772},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"462":{"tf":2.6457513110645907},"488":{"tf":1.4142135623730951},"556":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":2.23606797749979},"59":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0}}}},"v":{"df":3,"docs":{"18":{"tf":1.0},"371":{"tf":1.0},"713":{"tf":1.0}}}},"n":{"df":2,"docs":{"23":{"tf":1.0},"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"162":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"593":{"tf":1.0},"617":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"276":{"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":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"20":{"tf":1.0},"389":{"tf":1.0},"478":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":10,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"339":{"tf":1.7320508075688772},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"378":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"575":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.7320508075688772},"667":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"743":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"727":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":3,"docs":{"373":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"619":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"244":{"tf":1.0},"335":{"tf":2.449489742783178},"337":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"490":{"tf":1.0},"627":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"331":{"tf":1.0},"333":{"tf":2.0},"338":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"392":{"tf":1.0},"466":{"tf":1.7320508075688772},"476":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"621":{"tf":1.0},"664":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":11,"docs":{"162":{"tf":1.0},"301":{"tf":1.0},"319":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.0},"549":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"748":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"105":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.6457513110645907},"238":{"tf":1.7320508075688772},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.449489742783178},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.6457513110645907},"458":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":1.0},"466":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":5.196152422706632},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"496":{"tf":1.0},"505":{"tf":2.0},"508":{"tf":3.1622776601683795},"511":{"tf":2.449489742783178},"525":{"tf":1.7320508075688772},"536":{"tf":1.0},"538":{"tf":1.7320508075688772},"544":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.7320508075688772},"583":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.4142135623730951},"631":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.449489742783178},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":2.449489742783178},"728":{"tf":1.7320508075688772},"732":{"tf":1.4142135623730951},"737":{"tf":1.7320508075688772},"742":{"tf":1.4142135623730951},"744":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"264":{"tf":1.4142135623730951},"715":{"tf":1.0},"720":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"380":{"tf":1.0}}}},"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"12":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"19":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"659":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"276":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.23606797749979},"476":{"tf":1.0},"524":{"tf":1.0},"566":{"tf":1.0},"606":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"59":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"c":{"b":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"747":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"276":{"tf":1.0},"381":{"tf":1.0},"458":{"tf":1.4142135623730951},"532":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":9,"docs":{"31":{"tf":1.0},"337":{"tf":1.0},"388":{"tf":1.0},"393":{"tf":1.7320508075688772},"467":{"tf":1.0},"469":{"tf":1.0},"496":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}}}},"w":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":1,"docs":{"254":{"tf":1.7320508075688772}},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0}}}},"n":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"14":{"tf":1.0},"177":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"331":{"tf":1.0},"351":{"tf":1.0},"395":{"tf":1.4142135623730951},"448":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"621":{"tf":1.0},"627":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"286":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":2.0},"450":{"tf":2.0},"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"245":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951}}}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":7,"docs":{"188":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"329":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"606":{"tf":1.0}},"r":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":52,"docs":{"108":{"tf":1.0},"130":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"349":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.0},"392":{"tf":1.0},"413":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"474":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"55":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"629":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"249":{"tf":2.6457513110645907},"251":{"tf":1.4142135623730951},"252":{"tf":4.123105625617661},"253":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"385":{"tf":1.0},"397":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":2.23606797749979},"510":{"tf":1.0},"55":{"tf":1.4142135623730951},"585":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"619":{"tf":1.7320508075688772},"641":{"tf":1.0},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":2.449489742783178},"673":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":1.4142135623730951},"705":{"tf":1.0}}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"253":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.0},"499":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"74":{"tf":1.0},"86":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.7320508075688772},"366":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":2.8284271247461903},"562":{"tf":2.0},"643":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.4142135623730951},"741":{"tf":2.6457513110645907}}}},"n":{"df":12,"docs":{"355":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"649":{"tf":1.0},"713":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"687":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"254":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"510":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"178":{"tf":1.0},"192":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"281":{"tf":1.0},"32":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"413":{"tf":1.4142135623730951},"557":{"tf":1.0},"631":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"230":{"tf":1.0},"88":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"335":{"tf":1.0},"700":{"tf":1.0}}}}}}},"d":{"d":{"df":1,"docs":{"621":{"tf":1.4142135623730951}},"s":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"'":{"df":7,"docs":{"146":{"tf":1.0},"162":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"276":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"719":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.4142135623730951}}}}}}},"df":232,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"17":{"tf":2.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.449489742783178},"179":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":2.0},"197":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"206":{"tf":1.7320508075688772},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":1.7320508075688772},"212":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"215":{"tf":1.7320508075688772},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":1.4142135623730951},"244":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.23606797749979},"278":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":2.0},"342":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.4142135623730951},"354":{"tf":1.0},"359":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"360":{"tf":1.7320508075688772},"362":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":2.0},"368":{"tf":2.6457513110645907},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"428":{"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.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"532":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"604":{"tf":1.0},"61":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"639":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":2.23606797749979},"70":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"72":{"tf":1.0},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"724":{"tf":3.605551275463989},"73":{"tf":1.0},"732":{"tf":1.0},"74":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"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":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":3.4641016151377544},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"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":{"366":{"tf":1.4142135623730951}}}}}}}}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"427":{"tf":1.4142135623730951},"490":{"tf":1.0},"59":{"tf":1.4142135623730951},"668":{"tf":1.0},"691":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.4142135623730951},"724":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"23":{"tf":1.0},"384":{"tf":1.0},"532":{"tf":1.0},"621":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}},"df":6,"docs":{"136":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"252":{"tf":1.0},"466":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"1":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"390":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"486":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"177":{"tf":1.0},"608":{"tf":1.0},"743":{"tf":1.0}}}}},"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}},"e":{"df":107,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.7320508075688772},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":2.23606797749979},"338":{"tf":2.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"428":{"tf":1.0},"443":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.0},"578":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"74":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"359":{"tf":1.0},"606":{"tf":1.0}}},"n":{"df":2,"docs":{"540":{"tf":1.0},"606":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"209":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":2.23606797749979},"466":{"tf":1.0},"473":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"710":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.7320508075688772},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"368":{"tf":1.0},"384":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"l":{"df":3,"docs":{"715":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"368":{"tf":1.0},"369":{"tf":1.0},"381":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":24,"docs":{"145":{"tf":1.7320508075688772},"187":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":3.0},"329":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"541":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"250":{"tf":1.0},"343":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"485":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"724":{"tf":1.7320508075688772},"73":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"150":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"454":{"tf":1.0},"457":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":37,"docs":{"14":{"tf":1.0},"294":{"tf":1.0},"340":{"tf":1.4142135623730951},"399":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"404":{"tf":1.4142135623730951},"405":{"tf":2.0},"406":{"tf":2.0},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.7320508075688772},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"474":{"tf":1.0},"527":{"tf":1.0},"556":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"14":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"355":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"146":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"309":{"tf":1.0},"527":{"tf":1.0}}}}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"633":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"589":{"tf":1.0},"703":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"239":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":3.605551275463989},"710":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"699":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"557":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"df":105,"docs":{"111":{"tf":1.0},"114":{"tf":1.7320508075688772},"133":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"261":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":2.23606797749979},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"404":{"tf":1.4142135623730951},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.7320508075688772},"478":{"tf":2.449489742783178},"496":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"533":{"tf":1.0},"557":{"tf":1.0},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"70":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"390":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"504":{"tf":1.0},"505":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"655":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"405":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.4142135623730951},"254":{"tf":1.0},"311":{"tf":1.0},"368":{"tf":1.0},"410":{"tf":1.0},"543":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"$":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":16,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"249":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"6":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.0},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"410":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"486":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"363":{"tf":2.23606797749979},"514":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"146":{"tf":1.4142135623730951},"338":{"tf":1.0},"355":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"613":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"30":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"389":{"tf":1.0},"432":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"240":{"tf":1.0},"246":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":49,"docs":{"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"177":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"361":{"tf":1.4142135623730951},"378":{"tf":1.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"469":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"75":{"tf":1.7320508075688772}},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":1.7320508075688772},"465":{"tf":1.0},"468":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.1622776601683795},"337":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.605551275463989},"470":{"tf":1.7320508075688772},"474":{"tf":3.7416573867739413},"478":{"tf":1.0},"508":{"tf":1.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.4142135623730951},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"162":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"228":{"tf":1.0},"232":{"tf":1.0},"258":{"tf":1.0},"338":{"tf":1.4142135623730951},"373":{"tf":1.4142135623730951},"395":{"tf":1.0},"469":{"tf":3.3166247903554},"476":{"tf":1.7320508075688772},"478":{"tf":1.4142135623730951},"59":{"tf":1.0},"635":{"tf":1.0},"748":{"tf":1.4142135623730951}},"y":{"df":1,"docs":{"476":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":18,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"364":{"tf":1.0},"48":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":2.8284271247461903},"726":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"178":{"tf":1.0},"189":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"235":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":2.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"286":{"tf":1.0},"452":{"tf":1.0},"477":{"tf":2.0},"478":{"tf":3.0},"608":{"tf":2.0},"615":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":2.0},"7":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":2.0},"261":{"tf":1.0},"625":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"254":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"193":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"279":{"tf":1.0},"338":{"tf":1.4142135623730951},"340":{"tf":1.0},"373":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.6457513110645907},"391":{"tf":1.4142135623730951},"395":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"613":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"686":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":9,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"346":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.0},"631":{"tf":1.0}},"f":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":3,"docs":{"372":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"466":{"tf":1.0},"59":{"tf":2.0},"615":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"72":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"387":{"tf":1.0},"427":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"731":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"625":{"tf":1.0},"635":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"381":{"tf":1.0},"397":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":18,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"338":{"tf":1.0},"397":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"436":{"tf":1.0},"453":{"tf":1.0},"462":{"tf":3.0},"486":{"tf":1.0},"530":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":2.23606797749979},"673":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"249":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"530":{"tf":1.0}}}}},"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"367":{"tf":1.0},"373":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"486":{"tf":2.449489742783178}}}},"t":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":1.0},"259":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"162":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"g":{"_":{"a":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"276":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"p":{"1":{"4":{"df":1,"docs":{"617":{"tf":1.0}}},"7":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"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":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"637":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"239":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"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":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"225":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"225":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"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":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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"276":{"tf":1.0},"610":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"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":{},"u":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}}}}},"n":{"3":{"d":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"286":{"tf":1.0},"318":{"tf":1.7320508075688772},"366":{"tf":1.4142135623730951},"418":{"tf":1.0},"423":{"tf":1.7320508075688772},"425":{"tf":1.0},"430":{"tf":1.0},"443":{"tf":2.0},"452":{"tf":1.0},"561":{"tf":2.0},"562":{"tf":2.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":2.0},"615":{"tf":1.0},"635":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}},"y":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"147":{"tf":2.449489742783178},"18":{"tf":2.8284271247461903},"2":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"490":{"tf":1.0},"513":{"tf":1.0},"668":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"221":{"tf":1.0},"389":{"tf":1.0},"541":{"tf":1.0},"659":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{"df":5,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"174":{"tf":1.0},"395":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"254":{"tf":1.0},"258":{"tf":1.0},"313":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"683":{"tf":1.0},"696":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"194":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"373":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"369":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.0},"546":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"374":{"tf":1.0},"517":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"395":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"629":{"tf":1.0},"684":{"tf":1.0},"748":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"c":{"df":56,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.6457513110645907},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"352":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.0},"53":{"tf":1.0},"534":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":2.23606797749979},"719":{"tf":2.23606797749979},"72":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"5":{"1":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"476":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":6,"docs":{"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.7320508075688772},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"471":{"tf":1.0},"472":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"472":{"tf":1.0},"643":{"tf":1.0}}}}},"df":28,"docs":{"249":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"338":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"467":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":2.23606797749979},"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"591":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"701":{"tf":1.0},"707":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":2.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"381":{"tf":1.0},"397":{"tf":1.0},"691":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":57,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.7320508075688772},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.4142135623730951},"436":{"tf":1.0},"438":{"tf":1.4142135623730951},"447":{"tf":1.0},"454":{"tf":1.4142135623730951},"486":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"571":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"639":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"740":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":12,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"374":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"631":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}}}}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"530":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}}}},"r":{"d":{"df":19,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"17":{"tf":1.0},"225":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"426":{"tf":1.0},"507":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"69":{"tf":1.0},"711":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":57,"docs":{"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":2.0},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"309":{"tf":1.0},"338":{"tf":1.0},"356":{"tf":1.0},"373":{"tf":2.0},"395":{"tf":1.0},"405":{"tf":1.0},"486":{"tf":1.0},"527":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"562":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.0},"643":{"tf":1.0},"707":{"tf":1.0},"73":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"128":{"tf":1.0},"355":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"0":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772}}},"1":{"df":2,"docs":{"405":{"tf":2.8284271247461903},"406":{"tf":2.449489742783178}}},"2":{"5":{"df":1,"docs":{"405":{"tf":3.605551275463989}}},"df":2,"docs":{"405":{"tf":3.7416573867739413},"406":{"tf":2.23606797749979}}},"3":{"df":2,"docs":{"405":{"tf":5.0},"406":{"tf":5.196152422706632}}},"4":{"df":1,"docs":{"405":{"tf":4.358898943540674}}},"5":{"df":1,"docs":{"405":{"tf":4.242640687119285}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"405":{"tf":1.0},"406":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":51,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":4.0},"249":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"254":{"tf":3.872983346207417},"268":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.7320508075688772},"315":{"tf":1.7320508075688772},"335":{"tf":2.449489742783178},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"342":{"tf":2.23606797749979},"368":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":2.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":2.23606797749979},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":2.0},"699":{"tf":2.449489742783178},"747":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"254":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"254":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"543":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"225":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"281":{"tf":1.4142135623730951},"596":{"tf":1.0},"691":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"14":{"tf":1.0},"585":{"tf":1.0}}}},"y":{"df":1,"docs":{"428":{"tf":1.0}}}},"c":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"254":{"tf":1.0},"608":{"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":1,"docs":{"608":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"608":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"'":{"df":7,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"359":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}},"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"349":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"659":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"332":{"tf":1.0},"352":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"352":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"2":{":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"331":{"tf":1.0},"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"242":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"653":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"331":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"338":{"tf":1.0},"664":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"332":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"337":{"tf":1.0},"338":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"332":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},"3":{"df":1,"docs":{"653":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"373":{"tf":1.0},"378":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"639":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"343":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"653":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":5,"docs":{"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"342":{"tf":1.0},"384":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"342":{"tf":1.0},"375":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":3,"docs":{"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"334":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"375":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"649":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"338":{"tf":1.0},"375":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"334":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"334":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"391":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"645":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"334":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"391":{"tf":1.0}}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"517":{"tf":1.0},"653":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"385":{"tf":1.0},"391":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"445":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"342":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"381":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"516":{"tf":1.0},"653":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":70,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":2.0},"124":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"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.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":3.0},"146":{"tf":1.0},"147":{"tf":3.4641016151377544},"149":{"tf":1.4142135623730951},"150":{"tf":2.8284271247461903},"151":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"288":{"tf":1.0},"346":{"tf":1.4142135623730951},"355":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.7320508075688772},"48":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.0},"510":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"639":{"tf":1.0},"651":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.0},"724":{"tf":2.449489742783178},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"370":{"tf":1.4142135623730951},"734":{"tf":1.0}}}}}}},"df":21,"docs":{"108":{"tf":1.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"250":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"367":{"tf":1.0},"369":{"tf":2.449489742783178},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"508":{"tf":2.449489742783178},"511":{"tf":1.7320508075688772},"727":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":18,"docs":{"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"470":{"tf":2.0},"471":{"tf":1.0},"474":{"tf":3.4641016151377544},"476":{"tf":3.3166247903554},"478":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"59":{"tf":2.6457513110645907},"62":{"tf":1.0},"625":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":2.0}}}}},"→":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"230":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"373":{"tf":1.0},"447":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"138":{"tf":1.0},"253":{"tf":1.0},"360":{"tf":1.0},"412":{"tf":1.0},"447":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"671":{"tf":1.0},"82":{"tf":1.0}}}}},"l":{"df":2,"docs":{"687":{"tf":1.0},"748":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"236":{"tf":1.4142135623730951}}}}}}}}},"df":10,"docs":{"113":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"335":{"tf":1.7320508075688772},"337":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}},"1":{"6":{"df":7,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"466":{"tf":2.23606797749979},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"587":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"14":{"tf":1.7320508075688772},"236":{"tf":1.0},"254":{"tf":1.0},"311":{"tf":1.0},"344":{"tf":1.7320508075688772},"384":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"596":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":7,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"332":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0},"547":{"tf":3.3166247903554}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":25,"docs":{"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"270":{"tf":2.6457513110645907},"271":{"tf":1.0},"272":{"tf":2.23606797749979},"273":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772},"339":{"tf":1.0},"359":{"tf":3.605551275463989},"360":{"tf":1.4142135623730951},"368":{"tf":1.0},"386":{"tf":1.0},"508":{"tf":3.3166247903554},"517":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":1.0},"562":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":2.0},"729":{"tf":1.0},"748":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"249":{"tf":2.0},"254":{"tf":1.4142135623730951},"591":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":39,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.7320508075688772},"235":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"359":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"388":{"tf":2.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.7320508075688772},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"430":{"tf":1.0},"431":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"513":{"tf":1.0},"613":{"tf":1.0},"655":{"tf":1.0},"739":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"2":{"0":{"2":{"2":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"/":{"1":{"4":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"3":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"c":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":2.449489742783178},"2":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.23606797749979},"230":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.0},"4":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"241":{"tf":1.0}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"354":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"89":{"tf":1.0}}}}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"386":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"684":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":2.23606797749979},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"226":{"tf":1.0},"366":{"tf":1.0},"381":{"tf":1.0},"466":{"tf":1.4142135623730951},"59":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"355":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":9,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"282":{"tf":2.0},"283":{"tf":1.4142135623730951},"284":{"tf":2.6457513110645907},"285":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"580":{"tf":1.0},"631":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"446":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"533":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"170":{"tf":1.0},"647":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"h":{"df":28,"docs":{"120":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"361":{"tf":1.0},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.4142135623730951},"715":{"tf":1.0},"716":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.7320508075688772},"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"381":{"tf":1.0},"390":{"tf":1.0},"444":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"536":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"447":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"391":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":184,"docs":{"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.0},"22":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"286":{"tf":2.23606797749979},"288":{"tf":1.0},"29":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"307":{"tf":1.0},"31":{"tf":1.4142135623730951},"314":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"380":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"395":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.8284271247461903},"447":{"tf":1.0},"451":{"tf":2.449489742783178},"452":{"tf":2.449489742783178},"453":{"tf":2.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.449489742783178},"475":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":2.0},"480":{"tf":1.0},"481":{"tf":1.4142135623730951},"482":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"497":{"tf":2.23606797749979},"498":{"tf":1.0},"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772},"501":{"tf":1.0},"502":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.7320508075688772},"583":{"tf":1.0},"585":{"tf":1.0},"590":{"tf":1.0},"595":{"tf":1.0},"60":{"tf":1.0},"610":{"tf":2.23606797749979},"613":{"tf":1.7320508075688772},"615":{"tf":2.23606797749979},"617":{"tf":2.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":2.449489742783178},"633":{"tf":2.0},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.449489742783178},"643":{"tf":2.0},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":3.3166247903554},"655":{"tf":3.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"662":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"695":{"tf":1.0},"697":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"707":{"tf":2.0},"708":{"tf":1.4142135623730951},"713":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"737":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"577":{"tf":1.0},"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"536":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"389":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"427":{"tf":1.0},"462":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.7320508075688772},"725":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"473":{"tf":1.7320508075688772},"86":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"701":{"tf":1.0},"710":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"475":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"235":{"tf":1.0},"238":{"tf":1.0},"282":{"tf":2.23606797749979},"283":{"tf":1.4142135623730951},"284":{"tf":2.0},"285":{"tf":2.0},"286":{"tf":1.0},"306":{"tf":1.7320508075688772},"373":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.7320508075688772},"510":{"tf":2.8284271247461903},"511":{"tf":2.6457513110645907},"513":{"tf":1.0},"514":{"tf":1.4142135623730951},"525":{"tf":1.0},"541":{"tf":1.4142135623730951},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"568":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":18,"docs":{"142":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"432":{"tf":1.0},"510":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"253":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":2.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"253":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"236":{"tf":1.0},"244":{"tf":1.0},"284":{"tf":1.0},"342":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"236":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"380":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"501":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"16":{"tf":1.4142135623730951},"178":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":47,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"694":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"328":{"tf":1.4142135623730951},"452":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.7320508075688772}}}}}}}}}}},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"b":{"df":6,"docs":{"230":{"tf":1.7320508075688772},"244":{"tf":1.0},"382":{"tf":1.0},"566":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":5,"docs":{"432":{"tf":1.0},"447":{"tf":1.0},"512":{"tf":1.0},"517":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":2.0},"491":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"302":{"tf":1.4142135623730951},"325":{"tf":1.0},"333":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.4142135623730951},"511":{"tf":1.0},"541":{"tf":1.0},"585":{"tf":1.0},"627":{"tf":1.0},"671":{"tf":1.0}},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"111":{"tf":1.7320508075688772},"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.4142135623730951},"242":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"525":{"tf":2.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"88":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"325":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"585":{"tf":1.0},"687":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.4142135623730951},"468":{"tf":1.0},"505":{"tf":1.7320508075688772}}}}}},"c":{"df":1,"docs":{"621":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"1":{"6":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"359":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"623":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"1":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"1":{"df":1,"docs":{"370":{"tf":1.0}}},"2":{"df":1,"docs":{"374":{"tf":1.0}}},"3":{"df":1,"docs":{"381":{"tf":1.0}}},"4":{"df":1,"docs":{"382":{"tf":1.0}}},"5":{"df":1,"docs":{"382":{"tf":1.0}}},"6":{"df":1,"docs":{"382":{"tf":1.0}}},"7":{"df":1,"docs":{"384":{"tf":1.0}}},"8":{"df":1,"docs":{"385":{"tf":1.0}}},"9":{"df":1,"docs":{"391":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"2":{"df":1,"docs":{"564":{"tf":1.0}}},"3":{"df":1,"docs":{"564":{"tf":1.0}}},"4":{"df":1,"docs":{"565":{"tf":1.0}}},"5":{"df":1,"docs":{"565":{"tf":1.0}}},"6":{"df":1,"docs":{"566":{"tf":1.0}}},"7":{"df":1,"docs":{"444":{"tf":1.0}}},"8":{"df":1,"docs":{"472":{"tf":1.0}}},"9":{"df":1,"docs":{"486":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"496":{"tf":1.0}}},"3":{"df":1,"docs":{"524":{"tf":1.0}}},"4":{"df":1,"docs":{"524":{"tf":1.0}}},"5":{"df":1,"docs":{"587":{"tf":1.0}}},"df":1,"docs":{"335":{"tf":1.0}}},"4":{"df":1,"docs":{"335":{"tf":1.0}}},"5":{"df":1,"docs":{"336":{"tf":1.0}}},"6":{"df":1,"docs":{"338":{"tf":1.0}}},"7":{"df":1,"docs":{"339":{"tf":1.0}}},"8":{"df":1,"docs":{"339":{"tf":1.0}}},"9":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"1":{"df":1,"docs":{"494":{"tf":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":{"162":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":321,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.4142135623730951},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.4142135623730951},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.4142135623730951},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.4142135623730951},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.4142135623730951},"580":{"tf":1.0},"581":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.4142135623730951},"589":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":8,"docs":{"178":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.8284271247461903},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.8284271247461903},"2":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"4":{"tf":1.0},"514":{"tf":1.0},"747":{"tf":2.0},"748":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.0},"499":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"188":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":3.605551275463989},"254":{"tf":1.0},"532":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"514":{"tf":1.0},"664":{"tf":1.0},"77":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"664":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"254":{"tf":1.4142135623730951},"332":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":47,"docs":{"111":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"194":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"39":{"tf":1.7320508075688772},"390":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":2.0},"587":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"645":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.0},"71":{"tf":1.0},"711":{"tf":1.4142135623730951},"713":{"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":4.0},"79":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"276":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.7320508075688772},"613":{"tf":1.0},"724":{"tf":1.0}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}}}},"t":{"df":0,"docs":{},"´":{"df":4,"docs":{"230":{"tf":1.0},"239":{"tf":1.0},"254":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"740":{"tf":1.0}}}},"i":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"249":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"390":{"tf":1.0},"672":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"244":{"tf":1.0},"249":{"tf":1.7320508075688772},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"446":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"338":{"tf":1.0},"717":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":30,"docs":{"14":{"tf":1.0},"188":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":2.8284271247461903},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":3.1622776601683795},"343":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":2.6457513110645907},"398":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.4142135623730951},"687":{"tf":1.0},"727":{"tf":1.0},"743":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"372":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"111":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"395":{"tf":1.0},"513":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"613":{"tf":1.0}}}}}}}}},"u":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":17,"docs":{"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":2.0},"390":{"tf":1.7320508075688772},"391":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":33,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"405":{"tf":1.0},"466":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"557":{"tf":1.0},"585":{"tf":1.4142135623730951},"599":{"tf":1.0},"606":{"tf":1.4142135623730951},"627":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.4142135623730951},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"729":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}}},"r":{"df":5,"docs":{"254":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":2.449489742783178},"450":{"tf":1.4142135623730951},"664":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"138":{"tf":1.7320508075688772},"273":{"tf":1.0},"367":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"513":{"tf":1.4142135623730951},"653":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":2.0},"734":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":3.4641016151377544}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"428":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"544":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.6457513110645907},"250":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"108":{"tf":1.4142135623730951},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"281":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"747":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"45":{"tf":1.0},"748":{"tf":1.0}}}}}}},"p":{"df":7,"docs":{"149":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"391":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"508":{"tf":1.0}}},"k":{"df":14,"docs":{"23":{"tf":1.0},"368":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":2.449489742783178},"393":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0},"736":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"127":{"tf":2.0},"142":{"tf":2.23606797749979},"747":{"tf":3.4641016151377544},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"254":{"tf":1.0},"293":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"481":{"tf":1.0},"669":{"tf":1.0},"736":{"tf":1.0}},"t":{"df":4,"docs":{"329":{"tf":1.4142135623730951},"452":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"162":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.7320508075688772},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.0},"623":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"323":{"tf":1.0},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"580":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"486":{"tf":2.6457513110645907},"487":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"77":{"tf":1.7320508075688772}}}}}}}}},"c":{"df":3,"docs":{"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"364":{"tf":1.0},"729":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":42,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":2.0},"239":{"tf":2.0},"249":{"tf":3.605551275463989},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"362":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"476":{"tf":2.0},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.23606797749979},"525":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.0},"710":{"tf":1.0}}}}}}},"i":{"df":7,"docs":{"281":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"729":{"tf":1.0},"741":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"392":{"tf":1.0},"575":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"469":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.0},"560":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"703":{"tf":2.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}},"s":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}},"r":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"_":{"1":{"df":1,"docs":{"209":{"tf":1.0}}},"2":{"df":1,"docs":{"209":{"tf":1.0}}},"3":{"df":1,"docs":{"224":{"tf":1.0}}},"4":{"df":1,"docs":{"230":{"tf":1.0}}},"5":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":123,"docs":{"116":{"tf":1.0},"121":{"tf":1.7320508075688772},"138":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":2.6457513110645907},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.6457513110645907},"248":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"680":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"12":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"629":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"233":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.7320508075688772},"336":{"tf":1.4142135623730951},"341":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"396":{"tf":1.0},"448":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"522":{"tf":1.0},"699":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"514":{"tf":2.0}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":46,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"373":{"tf":1.0},"426":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"533":{"tf":1.4142135623730951},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"569":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":2.23606797749979},"619":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"705":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"20":{"tf":1.0},"209":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.0},"738":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{".":{"df":1,"docs":{"747":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"178":{"tf":1.0},"200":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"d":{"df":14,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":2.6457513110645907},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"281":{"tf":1.4142135623730951},"366":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"547":{"tf":1.0},"593":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"s":{"c":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"277":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"524":{"tf":1.0},"621":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"9":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"3":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":83,"docs":{"117":{"tf":1.7320508075688772},"19":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"32":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.7320508075688772},"398":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"423":{"tf":1.0},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.0},"452":{"tf":1.7320508075688772},"463":{"tf":1.0},"466":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"537":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"541":{"tf":2.23606797749979},"559":{"tf":1.0},"56":{"tf":1.0},"561":{"tf":1.7320508075688772},"562":{"tf":1.4142135623730951},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.7320508075688772},"685":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"732":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":5,"docs":{"235":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"547":{"tf":1.0},"569":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{")":{"1":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"529":{"tf":1.0},"540":{"tf":2.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"393":{"tf":1.0}}}}}},"df":1,"docs":{"429":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"368":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"360":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"254":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0},"606":{"tf":1.0},"619":{"tf":1.0}}}}},"r":{"df":23,"docs":{"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.8284271247461903},"150":{"tf":1.0},"178":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"566":{"tf":1.0},"639":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"723":{"tf":1.0},"725":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"374":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"230":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"345":{"tf":2.0},"359":{"tf":4.795831523312719},"360":{"tf":2.23606797749979},"366":{"tf":1.0},"748":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"637":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"234":{"tf":1.7320508075688772},"281":{"tf":1.0},"349":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"714":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":66,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"324":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"379":{"tf":2.0},"380":{"tf":2.6457513110645907},"381":{"tf":4.358898943540674},"382":{"tf":1.4142135623730951},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":2.6457513110645907},"392":{"tf":3.1622776601683795},"445":{"tf":1.0},"452":{"tf":1.0},"458":{"tf":2.23606797749979},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"508":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":2.23606797749979},"582":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"711":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.4142135623730951},"734":{"tf":1.0},"739":{"tf":2.6457513110645907},"747":{"tf":1.7320508075688772},"748":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"225":{"tf":1.0},"359":{"tf":1.0},"426":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"343":{"tf":1.0},"356":{"tf":1.0},"496":{"tf":1.0},"547":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"296":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.0}}}},"o":{"a":{"d":{"df":3,"docs":{"354":{"tf":1.7320508075688772},"585":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"395":{"tf":1.0},"738":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":30,"docs":{"230":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"375":{"tf":1.0},"587":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"700":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":55,"docs":{"111":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"254":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":2.0},"384":{"tf":1.0},"397":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"474":{"tf":1.0},"502":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"631":{"tf":1.4142135623730951},"655":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"139":{"tf":1.0},"284":{"tf":1.0},"366":{"tf":1.0},"625":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"s":{"/":{"df":0,"docs":{},"k":{"b":{"/":{"2":{"9":{"9":{"9":{"2":{"2":{"6":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"g":{"df":35,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"32":{"tf":1.0},"373":{"tf":1.4142135623730951},"468":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"639":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}}},"df":296,"docs":{"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":4.242640687119285},"128":{"tf":2.6457513110645907},"129":{"tf":2.0},"130":{"tf":2.23606797749979},"131":{"tf":2.0},"132":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":2.449489742783178},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":2.449489742783178},"15":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"16":{"tf":2.8284271247461903},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"191":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.23606797749979},"219":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"279":{"tf":1.0},"281":{"tf":2.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":2.23606797749979},"355":{"tf":1.7320508075688772},"357":{"tf":1.0},"359":{"tf":3.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":2.449489742783178},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"385":{"tf":2.23606797749979},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"399":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"432":{"tf":1.7320508075688772},"434":{"tf":1.4142135623730951},"444":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"469":{"tf":2.0},"473":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":2.449489742783178},"511":{"tf":2.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"535":{"tf":1.4142135623730951},"539":{"tf":2.0},"540":{"tf":1.4142135623730951},"541":{"tf":2.0},"543":{"tf":1.4142135623730951},"547":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"566":{"tf":1.7320508075688772},"57":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"578":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":2.0},"659":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"68":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.7320508075688772},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":2.6457513110645907},"715":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.4142135623730951},"724":{"tf":2.6457513110645907},"727":{"tf":1.4142135623730951},"730":{"tf":2.0},"738":{"tf":1.4142135623730951},"740":{"tf":2.23606797749979},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":2.0},"91":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"438":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":71,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"14":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"186":{"tf":1.7320508075688772},"221":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"339":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.7320508075688772},"389":{"tf":1.0},"413":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.7320508075688772},"441":{"tf":1.7320508075688772},"442":{"tf":1.4142135623730951},"45":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"475":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":2.0},"519":{"tf":2.449489742783178},"520":{"tf":2.449489742783178},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"559":{"tf":1.0},"566":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"665":{"tf":1.7320508075688772},"667":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.4142135623730951},"7":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.7320508075688772},"748":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}},"s":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"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":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"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":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"470":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"476":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":3,"docs":{"508":{"tf":1.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"349":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"462":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"1":{"6":{"df":3,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"608":{"tf":1.0}}},"df":6,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"613":{"tf":1.0},"748":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"359":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{".":{"0":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"8":{".":{"1":{"0":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"0":{".":{"1":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"3":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"5":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"9":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"0":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":34,"docs":{"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"365":{"tf":1.0},"391":{"tf":1.0},"41":{"tf":1.7320508075688772},"462":{"tf":1.0},"467":{"tf":1.0},"486":{"tf":1.0},"557":{"tf":1.0},"591":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"701":{"tf":1.0},"711":{"tf":2.23606797749979},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":51,"docs":{"234":{"tf":2.23606797749979},"235":{"tf":2.449489742783178},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":3.4641016151377544},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"269":{"tf":1.4142135623730951},"338":{"tf":1.0},"342":{"tf":1.0},"367":{"tf":2.0},"368":{"tf":1.7320508075688772},"369":{"tf":2.6457513110645907},"370":{"tf":2.23606797749979},"372":{"tf":2.23606797749979},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.7320508075688772},"378":{"tf":2.449489742783178},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"447":{"tf":1.7320508075688772},"463":{"tf":1.0},"473":{"tf":1.0},"480":{"tf":1.0},"486":{"tf":2.6457513110645907},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"502":{"tf":1.0},"508":{"tf":2.449489742783178},"513":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.4142135623730951},"533":{"tf":2.0},"572":{"tf":1.4142135623730951},"582":{"tf":1.0},"608":{"tf":1.4142135623730951},"655":{"tf":1.0},"657":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":2.0},"703":{"tf":3.0},"727":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":2.8284271247461903}}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"225":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.4142135623730951},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"562":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"339":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"703":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"238":{"tf":2.0},"447":{"tf":1.4142135623730951},"55":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"\"":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"366":{"tf":1.7320508075688772},"691":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"21":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"465":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"91":{"tf":1.0}}},"s":{"a":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"351":{"tf":1.0}}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"=":{"\"":{"1":{".":{"0":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":117,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":2.23606797749979},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":2.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.449489742783178},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":2.23606797749979},"364":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"395":{"tf":1.0},"428":{"tf":1.0},"436":{"tf":1.0},"46":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.0},"589":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":5.5677643628300215},"605":{"tf":1.7320508075688772},"606":{"tf":2.0},"607":{"tf":1.7320508075688772},"608":{"tf":2.0},"609":{"tf":1.7320508075688772},"610":{"tf":2.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":2.8284271247461903},"616":{"tf":1.7320508075688772},"617":{"tf":2.6457513110645907},"618":{"tf":1.7320508075688772},"619":{"tf":2.23606797749979},"620":{"tf":1.7320508075688772},"621":{"tf":2.8284271247461903},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772},"626":{"tf":1.7320508075688772},"627":{"tf":2.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772},"636":{"tf":1.7320508075688772},"637":{"tf":2.0},"638":{"tf":1.7320508075688772},"639":{"tf":2.23606797749979},"640":{"tf":1.7320508075688772},"641":{"tf":2.449489742783178},"642":{"tf":1.7320508075688772},"643":{"tf":2.23606797749979},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772},"646":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772},"648":{"tf":1.7320508075688772},"649":{"tf":2.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"652":{"tf":1.7320508075688772},"653":{"tf":2.0},"654":{"tf":1.7320508075688772},"655":{"tf":2.23606797749979},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772},"690":{"tf":1.7320508075688772},"691":{"tf":2.23606797749979},"692":{"tf":1.7320508075688772},"696":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"708":{"tf":1.4142135623730951},"710":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.7320508075688772},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"724":{"tf":3.7416573867739413},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"730":{"tf":2.449489742783178},"738":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":29,"docs":{"145":{"tf":1.7320508075688772},"249":{"tf":1.0},"354":{"tf":2.23606797749979},"373":{"tf":1.7320508075688772},"386":{"tf":1.0},"397":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"449":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"549":{"tf":1.0},"557":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"580":{"tf":1.0},"619":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":3.1622776601683795},"246":{"tf":1.0},"336":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"w":{"df":34,"docs":{"11":{"tf":1.0},"14":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.8284271247461903},"316":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.4142135623730951},"411":{"tf":1.7320508075688772},"412":{"tf":1.4142135623730951},"413":{"tf":1.4142135623730951},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":2.23606797749979},"463":{"tf":2.0},"488":{"tf":1.0},"493":{"tf":1.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.7320508075688772},"541":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"643":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"70":{"tf":1.7320508075688772},"711":{"tf":1.0},"78":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":22,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"4":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"525":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"748":{"tf":2.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"230":{"tf":1.0},"368":{"tf":1.4142135623730951},"438":{"tf":1.0},"466":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":2,"docs":{"512":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"437":{"tf":1.0},"441":{"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":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.0},"230":{"tf":1.0},"318":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.7320508075688772},"397":{"tf":1.0},"423":{"tf":1.0},"49":{"tf":1.7320508075688772},"562":{"tf":1.0},"585":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":2.0}}}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"469":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"*":{"*":{")":{"&":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.449489742783178},"252":{"tf":2.23606797749979},"253":{"tf":2.0},"254":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":2.6457513110645907},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.0},"623":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"491":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"72":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"_":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"623":{"tf":1.0}},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":2.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"3":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.0}}}}},"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":1,"docs":{"226":{"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":{},"m":{"d":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"268":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":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":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"230":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":5,"docs":{"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"619":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"149":{"tf":1.4142135623730951},"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"59":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"530":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"276":{"tf":1.0},"623":{"tf":1.0}}}}},"df":16,"docs":{"39":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"276":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":3,"docs":{"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"238":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"450":{"tf":1.0},"681":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"498":{"tf":1.0}}},"3":{"df":1,"docs":{"522":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"606":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"344":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"249":{"tf":2.0},"344":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"606":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"504":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"546":{"tf":1.4142135623730951}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"508":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"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":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"551":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"589":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"585":{"tf":1.0},"587":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"543":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"549":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"580":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"513":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"583":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"589":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"*":{")":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"239":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"633":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"123":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":528,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":2.6457513110645907},"10":{"tf":1.0},"100":{"tf":2.23606797749979},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.8284271247461903},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"109":{"tf":2.23606797749979},"11":{"tf":2.8284271247461903},"110":{"tf":2.449489742783178},"111":{"tf":2.23606797749979},"112":{"tf":2.23606797749979},"113":{"tf":2.6457513110645907},"114":{"tf":2.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":3.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903},"123":{"tf":2.6457513110645907},"124":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":4.242640687119285},"128":{"tf":2.8284271247461903},"129":{"tf":3.0},"13":{"tf":3.1622776601683795},"130":{"tf":2.0},"131":{"tf":2.23606797749979},"132":{"tf":2.0},"133":{"tf":2.6457513110645907},"134":{"tf":1.7320508075688772},"135":{"tf":2.0},"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":2.6457513110645907},"139":{"tf":1.7320508075688772},"14":{"tf":3.1622776601683795},"140":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"142":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"144":{"tf":2.8284271247461903},"145":{"tf":3.1622776601683795},"146":{"tf":2.449489742783178},"147":{"tf":2.0},"148":{"tf":2.449489742783178},"149":{"tf":3.0},"15":{"tf":2.6457513110645907},"150":{"tf":4.0},"151":{"tf":2.23606797749979},"152":{"tf":2.0},"153":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"155":{"tf":3.3166247903554},"156":{"tf":3.3166247903554},"157":{"tf":2.8284271247461903},"158":{"tf":2.449489742783178},"159":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":3.0},"163":{"tf":3.1622776601683795},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":3.4641016151377544},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"178":{"tf":3.1622776601683795},"18":{"tf":2.23606797749979},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"19":{"tf":3.3166247903554},"190":{"tf":2.449489742783178},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"2":{"tf":2.0},"20":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"207":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.0},"216":{"tf":1.7320508075688772},"218":{"tf":2.449489742783178},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":3.605551275463989},"226":{"tf":1.4142135623730951},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"230":{"tf":3.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":3.605551275463989},"263":{"tf":3.1622776601683795},"264":{"tf":3.4641016151377544},"265":{"tf":3.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.4142135623730951},"268":{"tf":3.0},"269":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":2.0},"279":{"tf":2.0},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.7320508075688772},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":2.0},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":3.605551275463989},"330":{"tf":3.605551275463989},"331":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"34":{"tf":2.449489742783178},"340":{"tf":2.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":2.449489742783178},"346":{"tf":3.0},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.0},"35":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.7320508075688772},"353":{"tf":1.0},"354":{"tf":1.7320508075688772},"355":{"tf":2.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.7320508075688772},"359":{"tf":1.0},"36":{"tf":2.23606797749979},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"362":{"tf":1.7320508075688772},"363":{"tf":2.6457513110645907},"364":{"tf":1.7320508075688772},"365":{"tf":2.0},"366":{"tf":2.0},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":2.23606797749979},"371":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":2.0},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"390":{"tf":1.7320508075688772},"394":{"tf":1.0},"399":{"tf":2.23606797749979},"4":{"tf":2.449489742783178},"40":{"tf":2.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.4142135623730951},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":2.23606797749979},"419":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"420":{"tf":1.4142135623730951},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"423":{"tf":2.0},"424":{"tf":1.4142135623730951},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"431":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":2.0},"437":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":2.23606797749979},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.7320508075688772},"444":{"tf":2.8284271247461903},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"448":{"tf":1.0},"45":{"tf":1.4142135623730951},"451":{"tf":2.449489742783178},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":2.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"483":{"tf":1.0},"484":{"tf":1.0},"489":{"tf":1.4142135623730951},"49":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":2.0},"509":{"tf":1.0},"51":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.7320508075688772},"52":{"tf":2.8284271247461903},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":2.23606797749979},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.7320508075688772},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.7320508075688772},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"570":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"580":{"tf":1.0},"581":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.7320508075688772},"598":{"tf":1.0},"6":{"tf":3.0},"60":{"tf":1.4142135623730951},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":2.0},"607":{"tf":1.0},"608":{"tf":2.0},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":2.0},"62":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":2.23606797749979},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":2.6457513110645907},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.4142135623730951},"630":{"tf":1.0},"631":{"tf":2.0},"632":{"tf":1.0},"633":{"tf":2.0},"634":{"tf":1.0},"635":{"tf":2.23606797749979},"636":{"tf":1.0},"637":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":3.3166247903554},"642":{"tf":1.0},"643":{"tf":3.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.449489742783178},"648":{"tf":1.0},"649":{"tf":2.0},"65":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":2.23606797749979},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":3.0},"656":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":2.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.0},"67":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"68":{"tf":3.1622776601683795},"688":{"tf":1.0},"69":{"tf":2.0},"690":{"tf":4.58257569495584},"691":{"tf":3.3166247903554},"692":{"tf":3.3166247903554},"693":{"tf":3.4641016151377544},"694":{"tf":2.449489742783178},"695":{"tf":2.449489742783178},"696":{"tf":2.449489742783178},"697":{"tf":2.6457513110645907},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.449489742783178},"70":{"tf":3.1622776601683795},"701":{"tf":2.23606797749979},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":2.6457513110645907},"705":{"tf":1.0},"708":{"tf":1.7320508075688772},"71":{"tf":2.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.23606797749979},"715":{"tf":4.0},"716":{"tf":2.0},"717":{"tf":2.449489742783178},"718":{"tf":2.0},"719":{"tf":3.0},"72":{"tf":1.4142135623730951},"720":{"tf":2.23606797749979},"721":{"tf":3.0},"722":{"tf":2.0},"723":{"tf":2.0},"724":{"tf":3.3166247903554},"725":{"tf":1.7320508075688772},"726":{"tf":1.7320508075688772},"727":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"732":{"tf":1.0},"74":{"tf":2.0},"745":{"tf":2.449489742783178},"746":{"tf":1.4142135623730951},"747":{"tf":2.0},"748":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"79":{"tf":2.0},"8":{"tf":2.23606797749979},"80":{"tf":3.0},"81":{"tf":2.0},"82":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"84":{"tf":3.605551275463989},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":2.6457513110645907},"97":{"tf":2.449489742783178},"98":{"tf":3.605551275463989},"99":{"tf":2.8284271247461903}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"7":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"]":{".":{"[":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":2,"docs":{"240":{"tf":1.0},"243":{"tf":1.4142135623730951}}}}}}}}},"4":{"df":6,"docs":{"117":{"tf":1.0},"284":{"tf":1.4142135623730951},"530":{"tf":1.0},"55":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":1,"docs":{"627":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":66,"docs":{"116":{"tf":2.6457513110645907},"117":{"tf":2.23606797749979},"118":{"tf":2.0},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":2.449489742783178},"149":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.7320508075688772},"17":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.4142135623730951},"186":{"tf":2.0},"194":{"tf":1.7320508075688772},"225":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"274":{"tf":1.0},"277":{"tf":1.7320508075688772},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"524":{"tf":1.0},"529":{"tf":1.4142135623730951},"535":{"tf":1.4142135623730951},"539":{"tf":2.0},"57":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"641":{"tf":2.0},"643":{"tf":2.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"689":{"tf":1.0},"7":{"tf":1.4142135623730951},"748":{"tf":1.0},"88":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"i":{"df":3,"docs":{"140":{"tf":1.0},"393":{"tf":1.4142135623730951},"705":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"536":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":1,"docs":{"226":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"163":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"623":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"610":{"tf":1.0},"637":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"352":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":4,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"637":{"tf":1.0}}}},"w":{"6":{"4":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":38,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.7320508075688772},"361":{"tf":1.0},"391":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"468":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.0},"48":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":2.8284271247461903},"510":{"tf":1.0},"511":{"tf":2.0},"536":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"547":{"tf":1.0},"560":{"tf":1.0},"574":{"tf":1.0},"643":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":1.4142135623730951},"715":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"726":{"tf":1.4142135623730951},"729":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":11,"docs":{"368":{"tf":1.0},"374":{"tf":1.0},"405":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":2.0},"608":{"tf":2.0},"615":{"tf":1.0},"619":{"tf":1.0},"78":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"a":{"b":{"df":8,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":61,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"350":{"tf":1.4142135623730951},"359":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"490":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"606":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":1.4142135623730951},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":1,"docs":{"162":{"tf":1.0}},"e":{"b":{"df":3,"docs":{"162":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"128":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":12,"docs":{"16":{"tf":1.0},"170":{"tf":1.0},"342":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.0},"469":{"tf":1.0},"487":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"_":{"1":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"2":{"df":1,"docs":{"63":{"tf":1.0}}},"3":{"df":1,"docs":{"64":{"tf":1.0}}},"4":{"df":1,"docs":{"66":{"tf":1.0}}},"5":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}},"6":{"df":1,"docs":{"70":{"tf":1.0}}},"7":{"df":1,"docs":{"75":{"tf":1.0}}},"8":{"df":1,"docs":{"75":{"tf":1.0}}},"9":{"df":1,"docs":{"75":{"tf":1.0}}},"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"1":{"df":1,"docs":{"77":{"tf":1.0}}},"2":{"df":1,"docs":{"78":{"tf":1.0}}},"3":{"df":1,"docs":{"79":{"tf":1.0}}},"4":{"df":1,"docs":{"81":{"tf":1.0}}},"5":{"df":1,"docs":{"82":{"tf":1.0}}},"6":{"df":1,"docs":{"83":{"tf":1.0}}},"7":{"df":1,"docs":{"83":{"tf":1.0}}},"8":{"df":1,"docs":{"84":{"tf":1.0}}},"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{"df":1,"docs":{"88":{"tf":1.0}}},"5":{"df":1,"docs":{"117":{"tf":1.0}}},"6":{"df":1,"docs":{"118":{"tf":1.0}}},"7":{"df":1,"docs":{"119":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"62":{"tf":1.0}}},"4":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}},"5":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}},"7":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"14":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"321":{"tf":1.0},"359":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"574":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"739":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"606":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"641":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"d":{"b":{"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":90,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":3.1622776601683795},"178":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.449489742783178},"230":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"39":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":2.0},"425":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"434":{"tf":2.0},"437":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"448":{"tf":1.0},"462":{"tf":2.0},"488":{"tf":1.0},"49":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"530":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.0},"557":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"606":{"tf":1.0},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.449489742783178},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"701":{"tf":1.0},"71":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0},"75":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.0}},"s":{"df":0,"docs":{},"x":{"df":1,"docs":{"538":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"x":{"6":{"4":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":7,"docs":{"355":{"tf":1.0},"359":{"tf":1.0},"371":{"tf":1.0},"427":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"631":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"705":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"450":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"208":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"373":{"tf":1.7320508075688772},"390":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"450":{"tf":1.0},"551":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.7320508075688772},"683":{"tf":1.4142135623730951},"684":{"tf":1.0},"732":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"430":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"242":{"tf":1.0},"525":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":60,"docs":{"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":1.0},"264":{"tf":1.0},"300":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"470":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"511":{"tf":1.4142135623730951},"529":{"tf":1.0},"531":{"tf":1.4142135623730951},"6":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.4142135623730951},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"698":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"88":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":26,"docs":{"286":{"tf":1.0},"294":{"tf":1.4142135623730951},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"685":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"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":1,"docs":{"366":{"tf":1.0}}}}}}}}},"df":9,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"193":{"tf":1.0},"279":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0}},"’":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"339":{"tf":1.0},"368":{"tf":1.0},"501":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":56,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":2.23606797749979},"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":1.7320508075688772},"156":{"tf":1.0},"17":{"tf":1.0},"249":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.7320508075688772},"33":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"46":{"tf":1.7320508075688772},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"629":{"tf":1.7320508075688772},"631":{"tf":2.8284271247461903},"633":{"tf":2.0},"635":{"tf":2.0},"637":{"tf":2.449489742783178},"639":{"tf":2.449489742783178},"641":{"tf":2.0},"643":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.4142135623730951},"655":{"tf":1.7320508075688772},"691":{"tf":1.0},"98":{"tf":2.8284271247461903},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"174":{"tf":1.0},"188":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.0},"436":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"496":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"596":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"575":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0},"743":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":5,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"241":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"6":{"4":{"df":5,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"428":{"tf":2.8284271247461903},"608":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"6":{")":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"6":{"4":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.23606797749979},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"171":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"649":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":17,"docs":{"114":{"tf":1.0},"169":{"tf":1.0},"213":{"tf":1.7320508075688772},"222":{"tf":1.0},"230":{"tf":1.0},"49":{"tf":1.4142135623730951},"529":{"tf":1.0},"532":{"tf":1.7320508075688772},"536":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":2.23606797749979},"39":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"502":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":2.0},"520":{"tf":2.0},"525":{"tf":1.4142135623730951},"530":{"tf":1.0},"539":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":11,"docs":{"117":{"tf":1.0},"424":{"tf":1.0},"430":{"tf":1.0},"45":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"517":{"tf":2.23606797749979},"621":{"tf":2.0},"653":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"519":{"tf":1.0}}},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":2.449489742783178},"519":{"tf":2.6457513110645907},"520":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":4,"docs":{"437":{"tf":1.0},"440":{"tf":1.4142135623730951},"512":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{":":{":":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}},"y":{"1":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"363":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":11,"docs":{"674":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"695":{"tf":1.0},"706":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0},"744":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"369":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"251":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":11,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"338":{"tf":1.0},"478":{"tf":1.4142135623730951},"496":{"tf":2.0},"580":{"tf":1.0},"59":{"tf":1.0},"674":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"165":{"tf":1.0},"619":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"566":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"727":{"tf":1.0},"740":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}}}}},"title":{"root":{"0":{"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"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":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"742":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"137":{"tf":1.0},"198":{"tf":1.0},"29":{"tf":1.0}}},"1":{"df":2,"docs":{"138":{"tf":1.0},"30":{"tf":1.0}}},"2":{"df":2,"docs":{"139":{"tf":1.0},"31":{"tf":1.0}}},"3":{"df":2,"docs":{"140":{"tf":1.0},"32":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"142":{"tf":1.0}}},"6":{"df":1,"docs":{"143":{"tf":1.0}}},"df":12,"docs":{"128":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"242":{"tf":1.0},"252":{"tf":1.0},"280":{"tf":1.0},"690":{"tf":1.0}}},"2":{".":{"0":{"df":2,"docs":{"446":{"tf":1.0},"447":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":3,"docs":{"103":{"tf":1.0},"690":{"tf":1.0},"99":{"tf":1.0}}}},"0":{"0":{"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":2,"docs":{"660":{"tf":1.0},"661":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":2,"docs":{"658":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":2,"docs":{"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":2,"docs":{"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":2,"docs":{"652":{"tf":1.0},"653":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":2,"docs":{"650":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":2,"docs":{"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":2,"docs":{"646":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":2,"docs":{"644":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":2,"docs":{"642":{"tf":1.0},"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":2,"docs":{"640":{"tf":1.0},"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":2,"docs":{"638":{"tf":1.0},"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":2,"docs":{"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":2,"docs":{"634":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":2,"docs":{"632":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":2,"docs":{"630":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":2,"docs":{"628":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":2,"docs":{"626":{"tf":1.0},"627":{"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":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":2,"docs":{"624":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":2,"docs":{"622":{"tf":1.0},"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":2,"docs":{"620":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":2,"docs":{"618":{"tf":1.0},"619":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":2,"docs":{"616":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":2,"docs":{"614":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":2,"docs":{"611":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":2,"docs":{"609":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":2,"docs":{"607":{"tf":1.0},"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":2,"docs":{"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":28,"docs":{"129":{"tf":1.0},"150":{"tf":1.0},"176":{"tf":1.0},"190":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"243":{"tf":1.0},"253":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"46":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"98":{"tf":1.0}}},"3":{".":{"0":{".":{"0":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0}}},"1":{"df":5,"docs":{"300":{"tf":1.0},"489":{"tf":1.0},"495":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0}}},"2":{"df":4,"docs":{"301":{"tf":1.0},"492":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":7,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":12,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0}}},"1":{"df":2,"docs":{"650":{"tf":1.0},"651":{"tf":1.0}}},"2":{"df":2,"docs":{"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":6,"docs":{"310":{"tf":1.0},"311":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"1":{"0":{"df":4,"docs":{"318":{"tf":1.0},"561":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"1":{"df":4,"docs":{"319":{"tf":1.0},"567":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"2":{"df":10,"docs":{"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"3":{"df":2,"docs":{"628":{"tf":1.0},"629":{"tf":1.0}}},"4":{"df":2,"docs":{"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":10,"docs":{"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"6":{"df":4,"docs":{"316":{"tf":1.0},"556":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"7":{"df":2,"docs":{"640":{"tf":1.0},"641":{"tf":1.0}}},"8":{"df":4,"docs":{"317":{"tf":1.0},"558":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0}}},"9":{"df":2,"docs":{"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":9,"docs":{"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":2,"docs":{"622":{"tf":1.0},"623":{"tf":1.0}}},"2":{"df":2,"docs":{"620":{"tf":1.0},"621":{"tf":1.0}}},"3":{"df":2,"docs":{"618":{"tf":1.0},"619":{"tf":1.0}}},"4":{"df":2,"docs":{"616":{"tf":1.0},"617":{"tf":1.0}}},"5":{"df":4,"docs":{"327":{"tf":1.0},"592":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"6":{"df":2,"docs":{"611":{"tf":1.0},"612":{"tf":1.0}}},"7":{"df":2,"docs":{"609":{"tf":1.0},"610":{"tf":1.0}}},"8":{"df":2,"docs":{"607":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":6,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"253":{"tf":1.0}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":109,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"278":{"tf":1.0},"287":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"418":{"tf":1.0},"44":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"666":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951},"745":{"tf":1.0},"747":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"r":{"d":{"df":3,"docs":{"195":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":3,"docs":{"131":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0}}},"5":{"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":2,"docs":{"133":{"tf":1.0},"25":{"tf":1.0}}},"7":{"df":2,"docs":{"134":{"tf":1.0},"26":{"tf":1.0}}},"8":{"df":4,"docs":{"135":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"9":{"df":2,"docs":{"136":{"tf":1.0},"28":{"tf":1.0}}},"a":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"503":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"415":{"tf":1.0},"416":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"694":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"252":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"317":{"tf":1.0},"468":{"tf":1.0},"558":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"281":{"tf":1.0},"719":{"tf":1.0}}}}},"d":{"df":8,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"277":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"742":{"tf":1.0}}}}}},"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"188":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"564":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"739":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":3,"docs":{"712":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"726":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0}}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"248":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"36":{"tf":1.0},"396":{"tf":1.0}}},"p":{"df":6,"docs":{"115":{"tf":1.0},"184":{"tf":1.0},"227":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"173":{"tf":1.0},"18":{"tf":1.0},"230":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"235":{"tf":1.0}}}}}},"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":2,"docs":{"288":{"tf":1.0},"345":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"404":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"707":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"662":{"tf":1.0},"707":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"313":{"tf":1.0},"548":{"tf":1.0}}}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"709":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":24,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"115":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"310":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"47":{"tf":1.0},"471":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"665":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"72":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"408":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"709":{"tf":1.0}}}}}}}}},"df":2,"docs":{"46":{"tf":1.0},"98":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"733":{"tf":1.0},"736":{"tf":1.0}}}},"df":9,"docs":{"22":{"tf":1.0},"289":{"tf":1.0},"315":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"553":{"tf":1.0},"666":{"tf":1.0}}}}},"v":{"3":{"df":2,"docs":{"46":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"737":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"361":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"329":{"tf":1.0},"341":{"tf":1.0},"601":{"tf":1.0},"664":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"738":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}}}},"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"672":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":10,"docs":{"313":{"tf":1.0},"317":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"471":{"tf":1.0},"548":{"tf":1.0},"558":{"tf":1.0},"590":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"674":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":23,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"739":{"tf":1.0}}},"s":{"df":3,"docs":{"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":16,"docs":{"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"587":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.4142135623730951},"685":{"tf":1.0},"687":{"tf":1.0},"736":{"tf":1.4142135623730951},"743":{"tf":1.0},"744":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"473":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"417":{"tf":1.0},"502":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"356":{"tf":1.0}}}}}}}}},"c":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"730":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"239":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"254":{"tf":1.0},"313":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"475":{"tf":1.0},"51":{"tf":1.0},"536":{"tf":1.0},"548":{"tf":1.0},"603":{"tf":1.0},"613":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"739":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"545":{"tf":1.0},"677":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"417":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"362":{"tf":1.0},"37":{"tf":1.0},"516":{"tf":1.0},"729":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"729":{"tf":1.0},"730":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.0},"280":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"274":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"164":{"tf":1.0},"185":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"536":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0},"744":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":1,"docs":{"352":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"738":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":1,"docs":{"447":{"tf":1.0}}},"t":{"df":10,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":1.0},"592":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"226":{"tf":1.0},"709":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"292":{"tf":1.0},"388":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"341":{"tf":1.0},"533":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"743":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"30":{"tf":1.0},"331":{"tf":1.0},"445":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"471":{"tf":1.0},"473":{"tf":1.0},"677":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"316":{"tf":1.0},"556":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"450":{"tf":1.0},"521":{"tf":1.0},"545":{"tf":1.0},"588":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"247":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"401":{"tf":1.0},"406":{"tf":1.0},"446":{"tf":1.0},"590":{"tf":1.0},"668":{"tf":1.0},"742":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"370":{"tf":1.0}}},"t":{"df":3,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"702":{"tf":1.0}}}},"y":{"df":2,"docs":{"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"532":{"tf":1.0},"538":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"566":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"328":{"tf":1.0},"598":{"tf":1.0},"686":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":11,"docs":{"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"601":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"377":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"706":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"362":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"533":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"240":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"710":{"tf":1.0},"726":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"294":{"tf":1.0},"399":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"472":{"tf":1.0},"502":{"tf":1.0},"538":{"tf":1.0},"693":{"tf":1.0},"700":{"tf":1.0},"729":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"303":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.0},"584":{"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":5,"docs":{"717":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"428":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"731":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"157":{"tf":1.0},"165":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"685":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"464":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"742":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"410":{"tf":1.0},"731":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"409":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":8,"docs":{"247":{"tf":1.0},"250":{"tf":1.0},"303":{"tf":1.0},"339":{"tf":1.0},"401":{"tf":1.0},"406":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"24":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"303":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"688":{"tf":1.0},"694":{"tf":1.0},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"740":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"309":{"tf":1.0},"526":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"693":{"tf":1.0},"697":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"739":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"320":{"tf":1.0},"570":{"tf":1.0},"73":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":46,"docs":{"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"281":{"tf":1.0},"366":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"491":{"tf":1.0},"494":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.0},"52":{"tf":1.0},"523":{"tf":1.0},"528":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"560":{"tf":1.0},"563":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"586":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"187":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"293":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"725":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"28":{"tf":1.0},"305":{"tf":1.0},"506":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"708":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"193":{"tf":1.0},"278":{"tf":1.0}}}}},"r":{"a":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"741":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"30":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"731":{"tf":1.4142135623730951},"732":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}},"s":{"df":1,"docs":{"732":{"tf":1.0}}}},"q":{"df":3,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"417":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"452":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":9,"docs":{"125":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"534":{"tf":1.0},"594":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"301":{"tf":1.0},"492":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"231":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"189":{"tf":1.0},"20":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"377":{"tf":1.0},"477":{"tf":1.0},"590":{"tf":1.0},"680":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"295":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"425":{"tf":1.0},"436":{"tf":1.0}}}},"df":6,"docs":{"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"662":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"324":{"tf":1.0},"581":{"tf":1.0},"674":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"742":{"tf":1.0}}}}}},"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":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"348":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"474":{"tf":1.0},"678":{"tf":1.0},"706":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"142":{"tf":1.0},"184":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"40":{"tf":1.0},"613":{"tf":1.0},"713":{"tf":1.0},"728":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":7,"docs":{"152":{"tf":1.0},"156":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":5,"docs":{"119":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"733":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"729":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"3":{"df":3,"docs":{"146":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"303":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"190":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":7,"docs":{"209":{"tf":1.0},"224":{"tf":1.0},"277":{"tf":1.0},"375":{"tf":1.0},"688":{"tf":1.0},"736":{"tf":1.0},"740":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"252":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"537":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"df":1,"docs":{"503":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0},"516":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"452":{"tf":1.0},"51":{"tf":1.0},"603":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":42,"docs":{"173":{"tf":1.0},"18":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"322":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"361":{"tf":1.0},"376":{"tf":1.0},"39":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"475":{"tf":1.0},"479":{"tf":1.0},"524":{"tf":1.0},"541":{"tf":1.0},"576":{"tf":1.0},"597":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"674":{"tf":1.0},"68":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"689":{"tf":1.0},"713":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"742":{"tf":1.7320508075688772},"743":{"tf":1.0},"744":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"693":{"tf":1.0}}}},"/":{"df":0,"docs":{},"o":{"df":2,"docs":{"21":{"tf":1.0},"464":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"480":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"338":{"tf":1.0},"455":{"tf":1.0},"736":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"337":{"tf":1.0},"454":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"731":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"481":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"457":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"456":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"732":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"482":{"tf":1.0}}}}}}}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"744":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"484":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"485":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"37":{"tf":1.0},"470":{"tf":1.0},"516":{"tf":1.0},"597":{"tf":1.0},"665":{"tf":1.0},"676":{"tf":1.0},"695":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"738":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"719":{"tf":1.0}}},"df":7,"docs":{"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":13,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"35":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"447":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"740":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":18,"docs":{"162":{"tf":1.0},"183":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"353":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.0},"474":{"tf":1.0},"59":{"tf":1.0},"678":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":6,"docs":{"312":{"tf":1.0},"327":{"tf":1.0},"545":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"75":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"27":{"tf":1.0},"311":{"tf":1.0},"376":{"tf":1.0},"467":{"tf":1.0},"542":{"tf":1.0},"686":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"351":{"tf":1.0},"363":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"332":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"696":{"tf":1.0}}}}}}}}},"df":7,"docs":{"238":{"tf":1.0},"258":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"720":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"428":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"740":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"706":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"702":{"tf":1.0}},"r":{"df":2,"docs":{"541":{"tf":1.0},"710":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"115":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0}},"f":{"a":{"c":{"df":17,"docs":{"186":{"tf":1.0},"240":{"tf":1.0},"267":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"322":{"tf":1.0},"347":{"tf":1.0},"358":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0},"576":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":46,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"346":{"tf":1.0},"380":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"594":{"tf":1.0}}}},"o":{"df":5,"docs":{"115":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0},"538":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"487":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"450":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"449":{"tf":1.0},"488":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"595":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"731":{"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":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"732":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"461":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"460":{"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":{"483":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"722":{"tf":1.0},"723":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"736":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"463":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"306":{"tf":1.0},"509":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"304":{"tf":1.0},"503":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"728":{"tf":1.0},"737":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"695":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"734":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"697":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"735":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"744":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"302":{"tf":1.0},"402":{"tf":1.0},"407":{"tf":1.0},"681":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"742":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"321":{"tf":1.0},"573":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"740":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":16,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"715":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"742":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"526":{"tf":1.0},"712":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":11,"docs":{"170":{"tf":1.0},"182":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"429":{"tf":1.0},"435":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"291":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"742":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"361":{"tf":1.0},"428":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"295":{"tf":1.0},"355":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"431":{"tf":1.0},"437":{"tf":1.0},"472":{"tf":1.0},"517":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":3,"docs":{"439":{"tf":1.0},"518":{"tf":1.0},"709":{"tf":1.0}},"o":{"df":9,"docs":{"169":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"426":{"tf":1.0},"433":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"743":{"tf":1.0}}}}},"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"684":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"736":{"tf":1.0}}}}}}},"p":{"df":5,"docs":{"300":{"tf":1.0},"319":{"tf":1.0},"489":{"tf":1.0},"495":{"tf":1.0},"567":{"tf":1.0}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"672":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"26":{"tf":1.0},"308":{"tf":1.0},"521":{"tf":1.0},"76":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"430":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"311":{"tf":1.0},"542":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"665":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"695":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":13,"docs":{"296":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.4142135623730951},"489":{"tf":1.0},"495":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"451":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"701":{"tf":1.0},"746":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"390":{"tf":1.0}},"l":{"df":1,"docs":{"340":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"720":{"tf":1.0},"721":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"288":{"tf":1.0},"327":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"729":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"594":{"tf":1.0}}}}}}},"df":1,"docs":{"364":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"239":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"579":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"378":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"324":{"tf":1.0},"387":{"tf":1.0},"581":{"tf":1.0},"694":{"tf":1.0},"733":{"tf":1.0},"739":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"540":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"705":{"tf":1.0},"719":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":6,"docs":{"12":{"tf":1.0},"184":{"tf":1.0},"227":{"tf":1.0},"667":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"370":{"tf":1.0},"702":{"tf":1.0},"738":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"28":{"tf":1.0},"305":{"tf":1.0},"446":{"tf":1.0},"506":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"319":{"tf":1.0},"567":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"733":{"tf":1.0},"739":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"728":{"tf":1.0},"734":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"742":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":7,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"303":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.4142135623730951},"689":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"225":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"740":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"259":{"tf":1.0},"261":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"515":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"710":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"269":{"tf":1.0},"289":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"324":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"512":{"tf":1.0},"526":{"tf":1.0},"581":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0},"733":{"tf":1.0},"736":{"tf":1.0},"739":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"735":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"733":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":24,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"694":{"tf":1.0},"733":{"tf":1.0}},"i":{"df":3,"docs":{"195":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"470":{"tf":1.0},"676":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"446":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"319":{"tf":1.0},"567":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"387":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":14,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"374":{"tf":1.0},"375":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":99,"docs":{"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"292":{"tf":1.0},"298":{"tf":1.0},"353":{"tf":1.0},"361":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"431":{"tf":1.0},"453":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"686":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.7320508075688772},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"316":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"473":{"tf":1.0},"677":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"713":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"314":{"tf":1.0},"550":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"174":{"tf":1.0},"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"302":{"tf":1.0},"307":{"tf":1.0},"512":{"tf":1.0}}}},"t":{"/":{"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":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"291":{"tf":1.0},"311":{"tf":1.0},"383":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"542":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"372":{"tf":1.0},"389":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"235":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"326":{"tf":1.0},"336":{"tf":1.0},"428":{"tf":1.0},"473":{"tf":1.0},"588":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.0},"694":{"tf":1.0},"696":{"tf":1.0},"736":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"/":{"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":2,"docs":{"329":{"tf":1.0},"601":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"249":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"669":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"291":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"325":{"tf":1.0},"584":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"184":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"40":{"tf":1.0},"532":{"tf":1.0},"534":{"tf":1.0},"692":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"448":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"358":{"tf":1.0},"728":{"tf":1.0}}}}}}}},"q":{"df":74,"docs":{"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"322":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"576":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"662":{"tf":1.0}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"673":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"247":{"tf":1.0},"687":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"250":{"tf":1.0},"258":{"tf":1.0},"668":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"373":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"747":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"445":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"693":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"738":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"307":{"tf":1.0},"31":{"tf":1.0},"424":{"tf":1.0},"512":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"190":{"tf":1.0},"262":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"475":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"682":{"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":{"158":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"369":{"tf":1.0},"424":{"tf":1.0},"517":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"303":{"tf":1.0},"317":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"171":{"tf":1.0},"297":{"tf":1.0},"326":{"tf":1.0},"451":{"tf":1.0},"49":{"tf":1.0},"588":{"tf":1.0},"730":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"24":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"728":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"744":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"703":{"tf":1.0},"728":{"tf":1.0},"732":{"tf":1.0},"737":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"720":{"tf":1.0},"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"393":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"538":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"448":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"254":{"tf":1.0}},"r":{"df":1,"docs":{"742":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"428":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"22":{"tf":1.0},"252":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"316":{"tf":1.0},"556":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"192":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{"'":{"df":2,"docs":{"196":{"tf":1.0},"719":{"tf":1.0}}},"df":35,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"278":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"4":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"747":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"718":{"tf":1.0},"722":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"247":{"tf":1.0},"249":{"tf":1.0},"666":{"tf":1.0},"724":{"tf":1.0},"736":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"744":{"tf":1.0}}}}}}}}}}}}},"df":8,"docs":{"154":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"474":{"tf":1.0},"678":{"tf":1.0},"740":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"163":{"tf":1.0},"196":{"tf":1.0},"532":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"716":{"tf":1.0},"725":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"239":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"587":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"724":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"189":{"tf":1.0},"20":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"477":{"tf":1.0},"680":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"384":{"tf":1.0},"390":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"462":{"tf":1.0},"672":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"443":{"tf":1.0},"561":{"tf":1.0},"566":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"146":{"tf":1.0},"164":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"725":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"472":{"tf":1.0},"474":{"tf":1.0},"678":{"tf":1.0},"707":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"358":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"152":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"236":{"tf":1.0},"254":{"tf":1.0},"303":{"tf":1.0},"315":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"553":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"724":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"237":{"tf":1.0},"733":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"679":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"292":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"419":{"tf":1.0},"425":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"731":{"tf":1.0}}}}}}},"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":{"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"716":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":27,"docs":{"115":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"47":{"tf":1.0},"479":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"64":{"tf":1.0},"692":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0}}}},"s":{"df":1,"docs":{"736":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"684":{"tf":1.0},"691":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"306":{"tf":1.0},"509":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"712":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"197":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"49":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"328":{"tf":1.0},"598":{"tf":1.0}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"188":{"tf":1.0},"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"742":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"739":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"39":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"254":{"tf":1.0},"340":{"tf":1.0},"743":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"377":{"tf":1.0},"667":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"392":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"601":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"742":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"121":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"200":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"693":{"tf":1.0}}},"df":13,"docs":{"24":{"tf":1.0},"303":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"540":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"125":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"721":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"729":{"tf":1.0}}}},"t":{"df":10,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"290":{"tf":1.0},"313":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"548":{"tf":1.0},"733":{"tf":1.0},"739":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"691":{"tf":1.0},"730":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"154":{"tf":1.0},"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"738":{"tf":1.0}}}},"df":43,"docs":{"126":{"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},"142":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"277":{"tf":1.0},"417":{"tf":1.0},"502":{"tf":1.0},"516":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"566":{"tf":1.0},"70":{"tf":1.0},"723":{"tf":1.0},"740":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"186":{"tf":1.0},"240":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"736":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}},"v":{"2":{"df":1,"docs":{"112":{"tf":1.0}}},"3":{"df":2,"docs":{"101":{"tf":1.0},"109":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"41":{"tf":1.0},"711":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"369":{"tf":1.0},"370":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"736":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":69,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0}}}}}}}},"i":{"a":{"df":1,"docs":{"736":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"245":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0},"462":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"713":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":1,"docs":{"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"441":{"tf":1.0}}},"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":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":130,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"278":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"345":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"418":{"tf":1.0},"44":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"46":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":1.0},"666":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":2.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"71":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951},"725":{"tf":1.0},"726":{"tf":1.0},"74":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}},"df":14,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"277":{"tf":1.0},"282":{"tf":1.0},"45":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"665":{"tf":1.0},"726":{"tf":1.0}}}},"y":{"df":1,"docs":{"739":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"725":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"168":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"427":{"tf":1.0},"434":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"410":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"531":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.0},"699":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"294":{"tf":1.0},"399":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"323":{"tf":1.0},"46":{"tf":1.0},"579":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"517":{"tf":1.0}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file +Object.assign(window.search, {"doc_urls":["pages/index.html#vst-home","pages/index.html#welcome-to-the-world-of-vst-3","pages/index.html#what-is-vst","pages/index.html#main-benefits-of-vst-3","pages/index.html#what-is-the-vst-3-sdk","pages/index.html#vst-3-licensing","pages/index.html#getting-started","pages/index.html#tutorials","pages/index.html#vst-3-forum","pages/index.html#technical-documentation","pages/index.html#miscellaneous","pages/What+is+VST/Index.html#what-is-vst","pages/What+is+VST/Index.html#vst-3-new-standard-for-virtual-studio-technology","pages/What+is+VST/Index.html#about-the-vst-standard","pages/What+is+VST/Index.html#from-the-technical-point-of-view","pages/What+is+VST/Use+cases.html#use-cases","pages/What+is+VST/Use+cases.html#why-use-vst-3-sdk","pages/What+is+VST/Use+cases.html#advantages-of-using-vst-3-sdk","pages/What+is+VST/Use+cases.html#examples-of-vst-3-host-applications-05102023","pages/Main+benefits+of+VST+3/Index.html#main-benefits-of-vst-3","pages/Main+benefits+of+VST+3/Index.html#1-improved-performance-with-the--silence-flag","pages/Main+benefits+of+VST+3/Index.html#2--multiple-dynamic-ios","pages/Main+benefits+of+VST+3/Index.html#3--sample-accurate-automation","pages/Main+benefits+of+VST+3/Index.html#4--logical-parameter-organization","pages/Main+benefits+of+VST+3/Index.html#5-resizeable-ui-editor","pages/Main+benefits+of+VST+3/Index.html#6-mouse-over-support","pages/Main+benefits+of+VST+3/Index.html#7--context-menu-support","pages/Main+benefits+of+VST+3/Index.html#8--channel-context-information","pages/Main+benefits+of+VST+3/Index.html#9--note-expression","pages/Main+benefits+of+VST+3/Index.html#10-3d-audio-support","pages/Main+benefits+of+VST+3/Index.html#11-factory-concept","pages/Main+benefits+of+VST+3/Index.html#12--support-remote-control-representation","pages/Main+benefits+of+VST+3/Index.html#13-others","pages/What+is+the+VST+3+SDK/Index.html#what-is-the-vst-3-sdk","pages/What+is+the+VST+3+SDK/Index.html#vst-3-sdk-explained","pages/What+is+the+VST+3+SDK/Index.html#what-is-included","pages/What+is+the+VST+3+SDK/Index.html#the-vst-3-api","pages/What+is+the+VST+3+SDK/Index.html#vst-3-implementation-helper-classes","pages/What+is+the+VST+3+SDK/Index.html#vst-3-plug-ins-examples","pages/What+is+the+VST+3+SDK/Index.html#vst-3-plug-in-test-host","pages/What+is+the+VST+3+SDK/Index.html#vst-3-project-generator","pages/What+is+the+VST+3+SDK/Index.html#validator-command-line","pages/What+is+the+VST+3+SDK/Index.html#audiohost","pages/What+is+the+VST+3+SDK/Index.html#editorhost","pages/What+is+the+VST+3+SDK/Index.html#vst-3-inspector","pages/What+is+the+VST+3+SDK/Index.html#vstgui","pages/What+is+the+VST+3+SDK/Index.html#aax-auv3-au-and-vst-2-wrappers","pages/What+is+the+VST+3+SDK/Index.html#ios-inter-app-audio-support","pages/What+is+the+VST+3+SDK/Index.html#vst-3-licensing","pages/What+is+the+VST+3+SDK/Index.html#system-requirements","pages/What+is+the+VST+3+SDK/Index.html#download-link","pages/What+is+the+VST+3+SDK/Index.html#change-history","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#vst-3-plug-in-examples","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#introduction","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#adelay","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#again","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#testchannelcontext","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#hostchecker","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#testlegacymidiccout","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#mda-plug-ins","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#note-expression-synth","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#note-expression-text","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#panner","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#pitchnames","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-prefetchable-support","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-multiple-program-changes","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-program-change","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#sync-delay","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-3-plug-in-test-host","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#introduction","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#how-to-use-it","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-player-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#audio-input","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#event-input","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-rack","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#info-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#context-menu","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#transport","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-3-plug-ins-tests-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#preset-editor","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst-3-project-generator","pages/What+is+the+VST+3+SDK/Project+Generator.html#introduction","pages/What+is+the+VST+3+SDK/Project+Generator.html#start-the-vst-3-project-generator-application","pages/What+is+the+VST+3+SDK/Project+Generator.html#locate-cmake","pages/What+is+the+VST+3+SDK/Project+Generator.html#locate-vst-sdk","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst-sdk-and-cmake-successfully-located","pages/What+is+the+VST+3+SDK/Project+Generator.html#setting-the-preferences","pages/What+is+the+VST+3+SDK/Project+Generator.html#path-preferences","pages/What+is+the+VST+3+SDK/Project+Generator.html#setting-and-creating-a-plug-in-project","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst3-project-generator-license","pages/What+is+the+VST+3+SDK/Validator.html#validator-command-line","pages/What+is+the+VST+3+SDK/Validator.html#validator-command-line-1","pages/What+is+the+VST+3+SDK/AudioHost.html#audiohost-application","pages/What+is+the+VST+3+SDK/AudioHost.html#audiohost","pages/What+is+the+VST+3+SDK/EditorHost.html#editorhost-application","pages/What+is+the+VST+3+SDK/EditorHost.html#editorhost","pages/What+is+the+VST+3+SDK/VST3Inspector.html#vst-3-inspector-application","pages/What+is+the+VST+3+SDK/VST3Inspector.html#vst-3-inspector","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#aax-auv3-au-and-vst-2-wrappers","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---vst-2x-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---aax-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---audio-unit-v3-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---audio-unit-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#vst-3---vst-2x-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#vst-3---aax-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#vst-3---audiounit-v3-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#vst-3---audiounit-v2-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/iOS+Inter-App+Audio+support.html#ios-inter-app-audio-support","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui","pages/What+is+the+VST+3+SDK/VSTGUI.html#introduction","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-forum","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-on-github","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-license","pages/What+is+the+VST+3+SDK/VSTGUI.html#tutorials-for-vstgui","pages/VST+3+Licensing/Index.html#vst-3-licensing","pages/VST+3+Licensing/Index.html#steinberg-vst-usage-guidelines","pages/VST+3+Licensing/Index.html#what-are-the-licensing-options-for-vst-3","pages/VST+3+Licensing/Index.html#which-files-fall-under-which-license","pages/VST+3+Licensing/Index.html#developer-use-cases-faqs","pages/VST+3+Licensing/Usage+guidelines.html#steinberg-vst-usage-guidelines","pages/VST+3+Licensing/Usage+guidelines.html#1-required-use-of-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#2-use-of-vst-unrelated-to-the-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#3-use-when-claiming-compatibility","pages/VST+3+Licensing/Usage+guidelines.html#4-use-on-website","pages/VST+3+Licensing/Usage+guidelines.html#5-use-on-package","pages/VST+3+Licensing/Usage+guidelines.html#6-use-in-product-name-or-logo","pages/VST+3+Licensing/Usage+guidelines.html#7-use-in-company-name","pages/VST+3+Licensing/Usage+guidelines.html#8-use-in-social-media","pages/VST+3+Licensing/Usage+guidelines.html#9-use-in-domain","pages/VST+3+Licensing/Usage+guidelines.html#10-use-in-logo","pages/VST+3+Licensing/Usage+guidelines.html#11-use-in-video","pages/VST+3+Licensing/Usage+guidelines.html#12-use-in-category","pages/VST+3+Licensing/Usage+guidelines.html#13-use-in-combination-or-composition","pages/VST+3+Licensing/Usage+guidelines.html#14-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#15-general-guidelines-for-using-vst-trademark","pages/VST+3+Licensing/Usage+guidelines.html#16-questions-and-suggestions","pages/VST+3+Licensing/What+are+the+licensing+options.html#what-are-the-licensing-options","pages/VST+3+Licensing/What+are+the+licensing+options.html#proprietary-steinberg-vst-3-license","pages/VST+3+Licensing/What+are+the+licensing+options.html#open-source-gplv3-license","pages/VST+3+Licensing/What+are+the+licensing+options.html#steinberg-dual-license-file","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#which-files-fall-under-which-license","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#which-files-of-the-vst-3-sdk-fall-under-which-license","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#what-about-vst-2","pages/VST+3+Licensing/Developer+use+cases.html#developer-use-cases-faqs","pages/Getting+Started/Index.html#getting-started","pages/Getting+Started/Index.html#vst-3-links","pages/Getting+Started/Index.html#how-to-set-up-my-system-for-vst-3","pages/Getting+Started/Links.html#vst-3-links","pages/Getting+Started/Links.html#getting-vst-3-sdk","pages/Getting+Started/Links.html#download-the-full-vst-3-package-as-zip-file","pages/Getting+Started/Links.html#clone-vst-3-repository-from-github","pages/Getting+Started/Links.html#online-documentation","pages/Getting+Started/Links.html#vst-3-forum","pages/Getting+Started/Links.html#vstgui","pages/Getting+Started/Links.html#external-links-to-vst-3-dsp-conferences-and-plug-ins-development","pages/Getting+Started/How+to+setup+my+system.html#how-to-setup-up-my-system-for-vst-3","pages/Getting+Started/How+to+setup+my+system.html#get-the-source-code","pages/Getting+Started/How+to+setup+my+system.html#from-the-downloaded--vstsdkzip--file","pages/Getting+Started/How+to+setup+my+system.html#from-github","pages/Getting+Started/How+to+setup+my+system.html#get-an-ide-for-development","pages/Getting+Started/How+to+setup+my+system.html#for-windows","pages/Getting+Started/How+to+setup+my+system.html#for-macos","pages/Getting+Started/How+to+setup+my+system.html#for-linux","pages/Getting+Started/How+to+setup+my+system.html#package-requirements","pages/Getting+Started/How+to+setup+my+system.html#get-cmake","pages/Getting+Started/How+to+setup+my+system.html#get-a-vst-3-host-application","pages/Getting+Started/Preparation+on+Windows.html#preparation-on-windows","pages/Getting+Started/Preparation+on+Windows.html#solution-1","pages/Getting+Started/Preparation+on+Windows.html#solution-2","pages/Getting+Started/Preparation+on+Windows.html#solution-3","pages/Tutorials/Index.html#tutorials","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Index.html#using-cmake-for-building-vst-3-plug-ins","pages/Tutorials/Index.html#generate-a-new-plug-in-with-the-project-generator-app","pages/Tutorials/Index.html#code-your-first-plug-in","pages/Tutorials/Index.html#use-vstgui-to-design-a-user-interface","pages/Tutorials/Index.html#data-exchange","pages/Tutorials/Index.html#advanced-vst-3-techniques","pages/Tutorials/Index.html#how-to-use-the-silence-flags","pages/Tutorials/Index.html#guideline-for-replacing-a-vst-2-plug-in-by-a-vst-3-plug-in","pages/Tutorials/Index.html#strings-conversion-helper","pages/Tutorials/Index.html#creating-a-cmake-plug-in-project-from-scratch","pages/Tutorials/Index.html#creating-a-plug-in-with-vst-3-sdk-as-an-external-project","pages/Tutorials/Index.html#switching-to-another-vstgui-submodule-or-branch","pages/Tutorials/Index.html#tutorials-on-youtube-from-3rd-party-developers","pages/Tutorials/Index.html#how-to-setup-the-vst-3-sdks-sample-plugin-projects","pages/Tutorials/Index.html#vst-3-sdk-tutorial-create-your-own-vst-3-synth-plug-in","pages/Tutorials/Index.html#building-your-first-audio-plug-in-windows-10","pages/Tutorials/Index.html#building-your-first-audio-plug-in-macos","pages/Tutorials/Index.html#building-your-first-audio-plug-in-linux-ubuntu","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#part-2-building-the-examples-on-windows","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#building-using-cmake-gui","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#part-2-building-the-examples-on-macos","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#part-2-building-the-examples-on-linux","pages/Tutorials/Using+cmake+for+building+plug-ins.html#using-cmake-for-building-vst-3-plug-ins","pages/Tutorials/Using+cmake+for+building+plug-ins.html#goal","pages/Tutorials/Using+cmake+for+building+plug-ins.html#cmake-for-building-vst-3-plug-ins","pages/Tutorials/Using+cmake+for+building+plug-ins.html#command-line-for-windows","pages/Tutorials/Using+cmake+for+building+plug-ins.html#command-line-for-macos","pages/Tutorials/Using+cmake+for+building+plug-ins.html#on-linux-with-qtcreator","pages/Tutorials/Using+cmake+for+building+plug-ins.html#use-of-cmake-gui","pages/Tutorials/Using+cmake+for+building+plug-ins.html#available-smtg-cmake-options","pages/Tutorials/Using+cmake+for+building+plug-ins.html#using-your-ide-for-compiling-the-examples","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#generate-a-new-plug-in-with-the-project-generator-app","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#goal","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#part-2-using-the--vst-3-plug-in--project-generator--application","pages/Tutorials/Code+your+first+plug-in.html#code-your-first-plug-in","pages/Tutorials/Code+your+first+plug-in.html#goal","pages/Tutorials/Code+your+first+plug-in.html#part-1-coding-your-plug-in","pages/Tutorials/Code+your+first+plug-in.html#add-a-parameter-gain","pages/Tutorials/Code+your+first+plug-in.html#add-the-process-applying-the-gain","pages/Tutorials/Code+your+first+plug-in.html#add-storerestore-state","pages/Tutorials/Code+your+first+plug-in.html#part-2-advanced-steps","pages/Tutorials/Code+your+first+plug-in.html#add-an-event-input","pages/Tutorials/Code+your+first+plug-in.html#add-a-mono-audio--side-chain","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#use-vstgui-to-design-a-user-interface","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#goal","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-1-preparation","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-2-open-the-vstguiwyswyg-editor","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-3-parameter-binding","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-4-creating-custom-views","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-5-showcase","pages/Tutorials/Data+Exchange.html#data-exchange-tutorial---how-to-send-data-from-the-realtime-process-to-the-edit-controller","pages/Tutorials/Data+Exchange.html#tutorial---how-to-use-the-data-exchange-api","pages/Tutorials/Data+Exchange.html#sending-data-from-the-audio-processor","pages/Tutorials/Data+Exchange.html#receiving-data-in-the-edit-controller","pages/Tutorials/Advanced+VST+3+techniques.html#advanced-vst-3-techniques","pages/Tutorials/Advanced+VST+3+techniques.html#part-1-sample-accurate-parameter-handling","pages/Tutorials/Advanced+VST+3+techniques.html#part-2-adding-32-and-64-bit-audio-processing","pages/Tutorials/Advanced+VST+3+techniques.html#part-3-thread-safe-state-changes","pages/Tutorials/How+to+use+the+silence+flags.html#how-to-use-the-silence-flags","pages/Tutorials/How+to+use+the+silence+flags.html#goal","pages/Tutorials/How+to+use+the+silence+flags.html#what-about-silence-flags","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-receives-a-silent-audio-input","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-generates-silent-output","pages/Tutorials/How+to+use+the+silence+flags.html#in-bypass","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-generates-audio-output","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#guideline-for-replacing-a-vst-2-plug-in-by-a-vst-3-plug-in","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#goal","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#vst-2-and-vst-3-version-of-your-plug-in-have-the-same-uid","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#vst-2-and-vst-3-version-of-your-plug-in-have-not-the-same-uid","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#using-the--moduleinfojson--file","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#using-the--iplugincompatibility--interface","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#presetproject-compatibility-vst-2--vst-3","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#parameters-compatibility","pages/Tutorials/Strings+Conversion+Helper.html#strings-conversion-helper","pages/Tutorials/Strings+Conversion+Helper.html#goal","pages/Tutorials/Strings+Conversion+Helper.html#convert-a-string128-string-to-an-utf-8-string","pages/Tutorials/Strings+Conversion+Helper.html#convert-an-utf-8-string-to-a-string128-string","pages/Tutorials/Creating+a+plug-in+from+scratch.html#creating-a-cmake-plug-in-project-from-scratch","pages/Tutorials/Creating+a+plug-in+from+scratch.html#goal","pages/Tutorials/Creating+a+plug-in+from+scratch.html#building-the-cmakeliststxt","pages/Tutorials/Creating+a+plug-in+from+scratch.html#add-plug-in-gui-editor-by-using-vstgui","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#creating-a-plug-in-with-vst-3-sdk-as-an-external-project","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#goal","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#part-1-how-to-clone-and-build","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#part-2-adapting-the--helloworld--example","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-vstgui-submodule-or-branch","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#goal","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-submodule","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-branch","pages/Technical+Documentation/Index.html#technical-documentation","pages/Technical+Documentation/Index.html#vst-3-api-documentation","pages/Technical+Documentation/Index.html#vst-module-architecture","pages/Technical+Documentation/Index.html#parameters-and-automation","pages/Technical+Documentation/Index.html#vst-3-units","pages/Technical+Documentation/Index.html#presets--program-lists","pages/Technical+Documentation/Index.html#complex-plug-in-structures--multi-timbral-instruments","pages/Technical+Documentation/Index.html#data-exchange","pages/Technical+Documentation/Index.html#vst-3-workflow-diagrams","pages/Technical+Documentation/Index.html#vst-3-locations--format","pages/Technical+Documentation/Index.html#about-midi-in-vst-3","pages/Technical+Documentation/Index.html#host-requirements-for-vst-3-support","pages/Technical+Documentation/Index.html#300-interfaces-supported-by-the-plug-in","pages/Technical+Documentation/Index.html#300-interfaces-supported-by-the-host","pages/Technical+Documentation/Index.html#301-parameter-midi-mapping","pages/Technical+Documentation/Index.html#302-parameter-finder","pages/Technical+Documentation/Index.html#310-audio-presentation-latency","pages/Technical+Documentation/Index.html#310-ui-group-editing-dirty-state--open-editor-request","pages/Technical+Documentation/Index.html#310-knobmode-openhelp--openaboutbox","pages/Technical+Documentation/Index.html#350-note-expression","pages/Technical+Documentation/Index.html#350-key-switch","pages/Technical+Documentation/Index.html#350-remote-presentation-of-parameters","pages/Technical+Documentation/Index.html#350-context-menu","pages/Technical+Documentation/Index.html#350-enhanced-linked-parameters","pages/Technical+Documentation/Index.html#360-ios-inter-app-audio","pages/Technical+Documentation/Index.html#360-preset-meta-information","pages/Technical+Documentation/Index.html#365-channel-context-info","pages/Technical+Documentation/Index.html#365-unit-bus-assignment-change","pages/Technical+Documentation/Index.html#365-prefetchable","pages/Technical+Documentation/Index.html#365-automation-state","pages/Technical+Documentation/Index.html#366-plugview-content-scaling","pages/Technical+Documentation/Index.html#368-request-bus-activation","pages/Technical+Documentation/Index.html#3610-ui-snapshots","pages/Technical+Documentation/Index.html#3611-noteexpression-physical-ui-mapping","pages/Technical+Documentation/Index.html#3612-legacy-midi-cc-out-event","pages/Technical+Documentation/Index.html#3612-midi-learn","pages/Technical+Documentation/Index.html#3612-host-query-interface-support","pages/Technical+Documentation/Index.html#3612-mpe-support-for-wrappers","pages/Technical+Documentation/Index.html#370-parameter-function-name","pages/Technical+Documentation/Index.html#370-progress-display","pages/Technical+Documentation/Index.html#370-process-context-requirements","pages/Technical+Documentation/Index.html#375-module-info","pages/Technical+Documentation/Index.html#379-get-current-systemtime","pages/Technical+Documentation/Index.html#379-data-transfert-between-processorcontroller","pages/Technical+Documentation/API+Documentation/Index.html#vst-3-api-documentation","pages/Technical+Documentation/API+Documentation/Index.html#basic-concept","pages/Technical+Documentation/API+Documentation/Index.html#initialization","pages/Technical+Documentation/API+Documentation/Index.html#creation-and-initialization-from-host-point-of-view","pages/Technical+Documentation/API+Documentation/Index.html#extensions","pages/Technical+Documentation/API+Documentation/Index.html#persistence","pages/Technical+Documentation/API+Documentation/Index.html#the-processing-part","pages/Technical+Documentation/API+Documentation/Index.html#icomponent","pages/Technical+Documentation/API+Documentation/Index.html#iaudioprocessor","pages/Technical+Documentation/API+Documentation/Index.html#the-editing-part","pages/Technical+Documentation/API+Documentation/Index.html#vst-3-threading-model","pages/Technical+Documentation/API+Documentation/Index.html#communication-between-the-components","pages/Technical+Documentation/API+Documentation/Index.html#standard-communication","pages/Technical+Documentation/API+Documentation/Index.html#private-communication","pages/Technical+Documentation/API+Documentation/Index.html#initialization-of-communication-from-host-point-of-view","pages/Technical+Documentation/VST+Module+Architecture/Index.html#vst-module-architecture","pages/Technical+Documentation/VST+Module+Architecture/Index.html#introduction","pages/Technical+Documentation/VST+Module+Architecture/Index.html#interfaces","pages/Technical+Documentation/VST+Module+Architecture/Index.html#funknown","pages/Technical+Documentation/VST+Module+Architecture/Index.html#iidcid","pages/Technical+Documentation/VST+Module+Architecture/Index.html#direction","pages/Technical+Documentation/VST+Module+Architecture/Index.html#versioning-and-inheritance","pages/Technical+Documentation/VST+Module+Architecture/Index.html#com-compatibility","pages/Technical+Documentation/VST+Module+Architecture/Index.html#plug-ins","pages/Technical+Documentation/VST+Module+Architecture/Index.html#module-factory","pages/Technical+Documentation/VST+Module+Architecture/Index.html#locations","pages/Technical+Documentation/VST+Module+Architecture/Index.html#categories","pages/Technical+Documentation/VST+Module+Architecture/Index.html#ipluginbase","pages/Technical+Documentation/VST+Module+Architecture/Index.html#purpose-specific-interfaces","pages/Technical+Documentation/VST+Module+Architecture/Index.html#unicode","pages/Technical+Documentation/VST+Module+Architecture/Index.html#sdk-backward-compatibility","pages/Technical+Documentation/VST+Module+Architecture/Loading.html#how-the-host-will-load-a-vst-ma-based-plug-in","pages/Technical+Documentation/VST+Module+Architecture/Derive+From+Interface.html#hot-to-derive-a-class-from-an-interface","pages/Technical+Documentation/VST+Module+Architecture/Interface+Versions+and+Inheritance.html#interface-versions-and-inheritance","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#moduleinfo","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#sdk","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#example","pages/Technical+Documentation/Parameters+Automation/Index.html#parameters-and-automation","pages/Technical+Documentation/Parameters+Automation/Index.html#parameters","pages/Technical+Documentation/Parameters+Automation/Index.html#representation-of-parameter-values","pages/Technical+Documentation/Parameters+Automation/Index.html#conversion-of-normalized-values","pages/Technical+Documentation/Parameters+Automation/Index.html#automation","pages/Technical+Documentation/Parameters+Automation/Index.html#problems","pages/Technical+Documentation/Parameters+Automation/Index.html#automation-recording","pages/Technical+Documentation/Parameters+Automation/Index.html#automation-playback","pages/Technical+Documentation/Parameters+Automation/Index.html#gui-playback","pages/Technical+Documentation/Parameters+Automation/Index.html#informing-the-host-about-changes","pages/Technical+Documentation/Parameters+Automation/Index.html#parameter-titles-default-values-or-flags-have-changed","pages/Technical+Documentation/Parameters+Automation/Index.html#multiple-parameter-values-have-changed","pages/Technical+Documentation/VST+3+Units/Index.html#vst-3-units","pages/Technical+Documentation/VST+3+Units/Index.html#introduction","pages/Technical+Documentation/VST+3+Units/Index.html#unit-details","pages/Technical+Documentation/VST+3+Units/Index.html#examples","pages/Technical+Documentation/Presets+Program+Lists/Index.html#presets--program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#simple-plug-ins","pages/Technical+Documentation/Presets+Program+Lists/Index.html#program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#structure-of-program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#pitch-names","pages/Technical+Documentation/Complex+Structures/Index.html#complex-plug-in-structures--multi-timbral-instruments","pages/Technical+Documentation/Complex+Structures/Index.html#the-problem","pages/Technical+Documentation/Complex+Structures/Index.html#the-simple-mode","pages/Technical+Documentation/Complex+Structures/Index.html#multi-timbral-program-lists","pages/Technical+Documentation/Complex+Structures/Index.html#units-and-tracks","pages/Technical+Documentation/Complex+Structures/Index.html#routing","pages/Technical+Documentation/Data+Exchange/Index.html#data-exchange","pages/Technical+Documentation/Data+Exchange/Index.html#introduction","pages/Technical+Documentation/Data+Exchange/Index.html#the-data-exchange-api","pages/Technical+Documentation/Data+Exchange/Index.html#idataexchangehandler","pages/Technical+Documentation/Data+Exchange/Index.html#idataexchangereceiver","pages/Technical+Documentation/Workflow+Diagrams/Index.html#vst-3-workflow-diagrams","pages/Technical+Documentation/Workflow+Diagrams/Index.html#audio-processor-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#edit-controller-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#get-latency-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#resize-view-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#bus-arrangement-setting-sequence","pages/Technical+Documentation/Workflow+Diagrams/Audio+Processor+Call+Sequence.html#audio-processor-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Edit+Controller+Call+Sequence.html#edit-controller-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#get-latency-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#initiated-from-audioprocessor","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#initiated-from-editcontrollerui","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#without-editcontroller","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#resize-view-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#initiated-from-plug-in","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#initiated-from-host","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#bus-arrangement-setting-sequence","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#plug-in-does-accepts-what-the-host-wants-as-bus-arrangements","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#plug-in-does-not-accept-what-the-host-wants-as-bus-arrangements","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#check-faq-for-some-use-case","pages/Technical+Documentation/Locations+Format/Index.html#vst-3-locations--format","pages/Technical+Documentation/Locations+Format/Index.html#plug-in-format-structure","pages/Technical+Documentation/Locations+Format/Index.html#plug-in-locations","pages/Technical+Documentation/Locations+Format/Index.html#preset-format","pages/Technical+Documentation/Locations+Format/Index.html#preset-locations","pages/Technical+Documentation/Locations+Format/Index.html#snapshots","pages/Technical+Documentation/Locations+Format/Index.html#remote-representation-locations","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#plug-in-format-structure","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-macos-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-windows-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#limitation-for-loading-plug-in-dll-in-a-host-inside-the-same-process","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-linux-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#merged-bundle","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#plug-in-locations","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#introduction","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-macos-platform","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-windows-platform","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-linux-platform","pages/Technical+Documentation/Locations+Format/Preset+Format.html#preset-format","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#preset-locations","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#introduction","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-mac-platform","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-windows-xp2000-platform","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-windows-vista7810","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-linux-platform","pages/Technical+Documentation/Locations+Format/Snapshots.html#snapshots","pages/Technical+Documentation/About+MIDI/Index.html#about-midi-in-vst-3","pages/Technical+Documentation/About+MIDI/Index.html#related-concepts-in-midi-and-vst-3","pages/Technical+Documentation/About+MIDI/Index.html#midi-20-per-note-controllers","pages/Technical+Documentation/About+MIDI/Index.html#midi-20-increased-resolution-compared-to-midi-10","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#provide-a-runloop-on-linux","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#query-irunloop-from-iplugframe","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#query-irunloop-from-the-host-context-of-iplugfactory3","pages/Technical+Documentation/Host+Requirements/Index.html#minimum-host-requirements-for-vst-3-support","pages/Technical+Documentation/Change+History/Index.html#features-history","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#300-interfaces-supported-by-the-plug-in","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#icomponent","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iaudioprocessor","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#ieditcontroller","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iconnectionpoint","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iunitinfo","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iprogramlistdata","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iunitdata","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iplugview","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#sizing-of-a-view","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#keyboard-handling","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#300-multiple-dynamic-io-support","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#introduction","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#multiple-input-or-output-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#information-about-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#activation-of-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#what-is-a-side-chain","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-can-i-implement-a-side-chain-path-into-my-plug-in","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#audio-bus-channel-configuration","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-are-the-different-speakers-located","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#my-plug-in-is-capable-of-processing-all-possible-channel-configurations","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-are-speaker-arrangement-settings-handled-for-fx-plug-ins","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-report-to-the-host-that-the-plug-in-arrangement-has-changed","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#my-plug-in-has-mono-input-and-stereo-output-how-does-vst-3-handle-this","pages/Technical+Documentation/Change+History/3.0.0/Silence+flags.html#300-silence-flags","pages/Technical+Documentation/Change+History/3.0.0/Silence+flags.html#introduction","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#300-interfaces-supported-by-the-host","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iattributelist","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#icomponenthandler","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#ieventlist","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iunithandler","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#ihostapplication","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#imessage","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iparamvaluequeue","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iparameterchanges","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iplugframe","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#301-parameter-midi-mapping","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#introduction","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#example","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#302-parameter-finder","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#introduction","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#examples","pages/Technical+Documentation/Change+History/3.1.0/IAudioPresentationLatency.html#301-parameter-midi-mapping","pages/Technical+Documentation/Change+History/3.1.0/IAudioPresentationLatency.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#310-dirty-state-open-editor-request-and-ui-group-editing-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#dirty-state-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#open-editor-request-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#ui-group-editing","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#examples-of-different-use-cases","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#310-knobmode-open-help--open-aboutbox","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#example","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#350-note-expression","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#350-key-switch","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#350-remote-presentation-of-parameters","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#example","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#graphical-overview","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#example-of-implementation-using-helper-class","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#location-table-for-vst-xmls-representation","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-mac-platform","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-windows-vista781011-platform","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-windows-xp2000-platform","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#350-context-menu","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#examples","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#from-the-host-perspective","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#from-the-plug-in-perspective","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#350-enhanced-linked-parameters","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#example","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#360-ios-inter-app-audio","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#introduction","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#create-and-setup-the-xcode-project","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#add-your-audio-component-description-to-the-infoplist","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#add-files-to-the-project","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#if-using-vstgui","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#code-changes","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#ui-handling","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#creating-a-different-ui-when-running-on-ios","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#using---vstgui","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#using-a-native-uiview","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#host-ui-integration","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#360-preset-meta-information","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#introduction","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#example","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#365-channel-context-info","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#example","pages/Technical+Documentation/Change+History/3.6.5/IUnitHandler2.html#365-unit-bus-assignment-change","pages/Technical+Documentation/Change+History/3.6.5/IUnitHandler2.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#365-prefetchable","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#example","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#365-automation-state","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#example","pages/Technical+Documentation/Change+History/3.6.6/IPlugViewContentScaleSupport.html#366-plugview-content-scaling","pages/Technical+Documentation/Change+History/3.6.6/IPlugViewContentScaleSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#368-request-bus-activation","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#introduction","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#example","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#3610-ui-snapshots","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#introduction","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#examples","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#again","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#note-expression-synth","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#how-cubase-uses-snapshots","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#3611-noteexpression-physical-ui-mapping","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#introduction","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#example","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#3612-legacy-midi-cc-out-event","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#example","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#3612-midi-learn","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#example","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#3612-host-query-interface-support","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#example","pages/Technical+Documentation/Change+History/3.6.12/IVst3WrapperMPESupport.html#3612-mpe-support-for-wrappers","pages/Technical+Documentation/Change+History/3.6.12/IVst3WrapperMPESupport.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#370-parameter-function-name","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#example","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#370-progress-display","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#examples","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#how-to-call-it-from-the-plug-in-side","pages/Technical+Documentation/Change+History/3.7.0/IProcessContextRequirements.html#370-process-context-requirements","pages/Technical+Documentation/Change+History/3.7.0/IProcessContextRequirements.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/Control+Voltage.html#370-control-voltage-bus-flag","pages/Technical+Documentation/Change+History/3.7.0/Control+Voltage.html#introduction","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#375-module-info-and-plug-in-compatibility","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#introduction","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#plug-ins-module-info-file-moduleinfojson","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#iplugincompatibility","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#example","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#example-of-host-implementation","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#379-get-current-systemtime","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#introduction","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#example","pages/Technical+Documentation/Change+History/3.7.9/IDataExchangeHandler.html#379-data-transfert-between-processorcontroller","pages/Technical+Documentation/Change+History/3.7.9/IDataExchangeHandler.html#introduction","pages/Versions/Index.html#change-history","pages/Versions/Index.html#versions","pages/Versions/Version+3.7.9.html#version-379-20231009","pages/Versions/Version+3.7.9.html#version-379-20231009-1","pages/Versions/Version+3.7.8.html#version-378-20230515","pages/Versions/Version+3.7.8.html#version-378-20230515-1","pages/Versions/Version+3.7.7.html#version-377-20221212","pages/Versions/Version+3.7.7.html#version-377-20221212-1","pages/Versions/Version+3.7.6.html#version-376-20220905","pages/Versions/Version+3.7.6.html#version-376-20220905-1","pages/Versions/Version+3.7.6.html#general-change","pages/Versions/Version+3.7.5.html#version-375-20220516","pages/Versions/Version+3.7.5.html#version-375-20220516-1","pages/Versions/Version+3.7.4.html#version-374-20211214","pages/Versions/Version+3.7.4.html#version-374-20211214-1","pages/Versions/Version+3.7.3.html#version-373-20210810","pages/Versions/Version+3.7.3.html#version-373-20210810-1","pages/Versions/Version+3.7.2.html#version-372-20210330","pages/Versions/Version+3.7.2.html#version-372-20210330-1","pages/Versions/Version+3.7.1.html#version-371-20201117","pages/Versions/Version+3.7.1.html#version-371-20201117-1","pages/Versions/Version+3.7.0.html#version-370-20200729","pages/Versions/Version+3.7.0.html#version-370-20200729-1","pages/Versions/Version+3.6.14.html#version-3614-20191129","pages/Versions/Version+3.6.14.html#version-3614-20191129-1","pages/Versions/Version+3.6.13.html#version-3613-20190408","pages/Versions/Version+3.6.13.html#version-3613-20190408-1","pages/Versions/Version+3.6.12.html#version-3612-20181203","pages/Versions/Version+3.6.12.html#version-3612-20181203-1","pages/Versions/Version+3.6.11.html#version-3611-20181022","pages/Versions/Version+3.6.11.html#version-3611-20181022-1","pages/Versions/Version+3.6.10.html#version-3610-20180611","pages/Versions/Version+3.6.10.html#version-3610-20180611-1","pages/Versions/Version+3.6.9.html#version-369-20180301","pages/Versions/Version+3.6.9.html#version-369-20180301-1","pages/Versions/Version+3.6.8.html#version-368-20171108","pages/Versions/Version+3.6.8.html#version-368-20171108-1","pages/Versions/Version+3.6.7.html#version-367-20170303","pages/Versions/Version+3.6.7.html#version-367-20170303-1","pages/Versions/Version+3.6.6.html#version-366-20160617","pages/Versions/Version+3.6.6.html#version-366-20160617-1","pages/Versions/Version+3.6.5.html#version-365-20150828","pages/Versions/Version+3.6.5.html#version-365-20150828-1","pages/Versions/Version+3.6.0.html#version-360-20131122","pages/Versions/Version+3.6.0.html#version-360-20131122-1","pages/Versions/Version+3.5.2.html#version-352-20120925","pages/Versions/Version+3.5.2.html#version-352-20120925-1","pages/Versions/Version+3.5.1.html#version-351-20111111","pages/Versions/Version+3.5.1.html#version-351-20111111-1","pages/Versions/Version+3.5.0.html#version-350-20110204","pages/Versions/Version+3.5.0.html#version-350-20110204-1","pages/Versions/Version+3.1.0.html#version-310-20100625","pages/Versions/Version+3.1.0.html#version-310-20100625-1","pages/Versions/Version+3.0.2.html#version-302-20090115","pages/Versions/Version+3.0.2.html#version-302-20090115-1","pages/Versions/Version+3.0.1.html#version-301-20080319","pages/Versions/Version+3.0.1.html#version-301-20080319-1","pages/Versions/Version+3.0.0.html#version-300-20080117","pages/Versions/Version+3.0.0.html#version-300-20080117-1","pages/FAQ/Index.html#frequently-asked-questions","pages/FAQ/Communication.html#communication","pages/FAQ/Communication.html#q-how-should-i-communicate-between-the-processing-and-the-user-interface","pages/FAQ/Communication.html#q-i-want-to-implement-an-audio-meter-in-my-user-interface-how-do-i-do-this","pages/FAQ/Communication.html#q-how-does-the-host-send-automation-data-to-my-vst-3-plug-in","pages/FAQ/Communication.html#q-how-report-to-the-host-that-the-plug-in-has-new-parameter-titles","pages/FAQ/Communication.html#q-how-receive-midi-controllers-from-the-host","pages/FAQ/Communication.html#q-how-are-my-parameter-changes-from-ui-interaction-sent-to-the-processor-if-the-host-does-not-process","pages/FAQ/Processing.html#processing","pages/FAQ/Processing.html#q-how-does-audio-processing-bypass-work","pages/FAQ/Processing.html#q-can-the-maximum-sample-block-size-change-while-the-plug-in-is-processing","pages/FAQ/Processing.html#q-can-the-sample-rate-change-while-the-plug-in-is-processing","pages/FAQ/Processing.html#q-can-the-host-call-the-process-function-without-audio-buffers","pages/FAQ/Processing.html#q-what-is-a-side-chain","pages/FAQ/Processing.html#q-how-can-i-implement-a-side-chain-path-into-my-plug-in","pages/FAQ/Processing.html#q-my-plug-in-is-capable-of-processing-all-possible-channel-configurations","pages/FAQ/Processing.html#q-how-are-speaker-arrangement-settings-handled-for-fx-plug-ins","pages/FAQ/Processing.html#q-my-plug-in-has-mono-input-and-stereo-output-how-does-vst-3-handle-this","pages/FAQ/Processing.html#q-how-does-it-work-with-silence-flags","pages/FAQ/Processing.html#q-how-report-to-the-host-that-the-plug-in-latency-has-changed","pages/FAQ/Processing.html#q-how-report-to-the-host-that-the-plug-in-arrangement-has-changed","pages/FAQ/Processing.html#q-can-iaudioprocessorsetprocessing-be-called-without-any-iaudioprocessorprocess-call","pages/FAQ/Processing.html#q-how-to-make-sure-that-a-plug-in-is-always-processed","pages/FAQ/Processing.html#q-can-icomponentgetstatesetstate-be-called-during-processing","pages/FAQ/Processing.html#q-how-can-a-plug-in-be-informed-that-it-is-currently-processed-in-offline-processing","pages/FAQ/Processing.html#q-what-should-i-not-call-in-the-realtime-process-function","pages/FAQ/GUI+Editor.html#gui-editor","pages/FAQ/GUI+Editor.html#q-the-host-doesnt-open-my-plug-in-ui-why","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#compatibility-with-vst-2x-or-vst-1","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-how-can-i-update-my-vst-2-version-of-my-plug-in-to-a-vst-3-version-and-be-sure-that-cubase-will-load-it-instead-of-my-old-one","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-how-can-i-support-projects-which-were-saved-with-the-vst-2-version-of-my-plug-in","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-ive-already-released-a-vst-3-plug-in-with-a-different-uid-than-its-vst-2-equivalent-how-can-i-declare-that-the-vst-3-plug-in-can-replace-its-vst-2-plug-in-counterpart","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-in-vst-2-the-editor-was-able-to-access-the-processing-part-named-effect-directly-how-can-i-do-this-in-vst-3","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-does-vst-3-implement-methods-like-beginedit-and-endedit-known-from-vst-2","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-does-vst-3-include-variable-inputoutput-processing-like-processvariableio-of-vst-2","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-what-is-the-equivalent-to-the-vst-2-kplugcategofflineprocess","pages/FAQ/Persistence.html#persistence","pages/FAQ/Persistence.html#q-how-does-persistence-work","pages/FAQ/Persistence.html#q-whats-the-difference-between-ieditcontrollersetcomponentstate-and-ieditcontrollersetstate","pages/FAQ/Miscellaneous.html#miscellaneous","pages/FAQ/Miscellaneous.html#q-how-is-a-normalized-value-converted-to-a-discrete-integer-value-in-vst-3","pages/FAQ/Miscellaneous.html#q-what-is-the-return-value--tresult-","pages/FAQ/Miscellaneous.html#q-which-version-of-steinberg-sequencers-support-vst-3","pages/FAQ/Miscellaneous.html#q-why-do-plug-ins-need-subcategories","pages/FAQ/Miscellaneous.html#q-is-it-possible-to-define-a-plug-in-as-fx-and-instrument","pages/FAQ/Miscellaneous.html#q-is-it-possible-to-ask-a-plug-in-about-which-speaker-arrangements-are-supported","pages/FAQ/Miscellaneous.html#q-which-version-of-steinberg-sequencers-support--vst-3-note-expression-","pages/FAQ/Miscellaneous.html#q-when-compiling-for-mac-audiounit-i-have-a-compiler-error-in-aucarbonviewbasecpp-what-can-i-do","pages/FAQ/Miscellaneous.html#q-how-can-i-develop-a-surroundpanner-plug-in-which-is-integrated-in-nuendo-as-panner","pages/FAQ/Miscellaneous.html#q-how-can-i-validate-my-plug-in","pages/FAQ/Miscellaneous.html#q-how-can-i-allow-to-create-symbolic-link-on-windows","pages/FAQ/Miscellaneous.html#q-my-generated--vst-3--plug-in-is-not-visible-in-my-preferred-host","pages/FAQ/Miscellaneous.html#q-what-is-a-guid-and-how-can-i-create-it","pages/FAQ/Licensing.html#licensing","pages/FAQ/Licensing.html#q-i-would-like-to-share-the-source-code-of-my-vst-3-plug-inhost-on-github-or-other-such-platform","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-as-freewareshareware-in-binary-form-only","pages/FAQ/Licensing.html#q-i-would-like-to-sell-my-vst-3-plug-inhost-in-binary-form-only","pages/FAQ/Licensing.html#q-i-would-like-to-adapt-the-vst-3-sdks-sources-to-my-vst-3-plug-inhosts-needs","pages/FAQ/Licensing.html#q-i-would-like-to-reuse-a-distributed-modified-version-of-the-vst-3-sdk-for-my-own-vst-3-plug-inshost","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-in-binary-form-based-on-a-modified-version-of-vst-3-sdk-which-is-under--gplv3-","pages/FAQ/Licensing.html#q-i-would-like-to-sell-my-vst-3-plug-inhost-in-binary-form-which-is-based-on-a-3rd-party-sdk-like-juce","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-in-binary-form-which-is-based-on-a-3rd-party-sdk-like-juce-and-used-its--gplv3--license","pages/FAQ/Licensing.html#q-do-i-have-to-sign-and-send-to-steinberg-the-proprietary-steinberg-vst-3-license-agreement-for-each-new-version-of-the-vst-3-sdk","pages/FAQ/Licensing.html#q-i-would-like-to-share-the-source-code-of-my-vst-2-plug-inhost-on-github-or-other-web-based-exchange-platform","pages/FAQ/Licensing.html#q-i-am-a-developercompany-and-i-want-to-develop-and-distribute-a-vst-2-plug-in-andor-host-in-binary-form","pages/FAQ/Hosting.html#hosting","pages/FAQ/Hosting.html#q-what-is-the-purpose-of--restartcomponent--is-it-generally-ok-to-return--knotimplemented-","pages/FAQ/Hosting.html#q-can-the-host-expect-classid-to-be-globally-unique-or-should-it-expect-different-modules-to-reuse-class-ids","pages/FAQ/Hosting.html#q-do-all-version-updates-for-a-certain-plug-in-require-a-new-classid","pages/FAQ/Hosting.html#q-should-the-host-support-plug-ins-that-dont-have--editcontroller---icomponentgetcontrollerclassid--fails-or-subsequent--ipluginfactorycreateinstance--fails","pages/FAQ/Hosting.html#q-should-the-host-support-plug-ins-that-dont-have-iplugview--ieditcontrollercreateview--fails-or--iplugviewisplatformtypesupported--returns-false","pages/FAQ/Hosting.html#q-what-is-allowed-to-change-for-a-given-parameter--paramid--name-number-of-steps-automatable-or-not-which-unit-it-is-part-of","pages/FAQ/Hosting.html#q-is-it-ok-to-change-anyall-the-parameterflags-on--kparamtitleschanged-","pages/FAQ/Hosting.html#q-is-parameterinfostepcount-only-allowed-to-be-changed-on--kreloadcomponent-","pages/FAQ/Hosting.html#q-some-plug-ins-have-parameters-that-are-not-automatable--kcanautomate--they-are-calling-begineditperformeditendedit-when-users-manipulate-them-via-the-gui-is-the-host-supposed-to-react-to-the-performedit-by-sending-the-value-to-the-process-call-of-the-iaudioprocessor","pages/FAQ/Hosting.html#q-can-the-host-get-away-with-returning-knotimplemented-for--restartcomponent--kreloadcomponent-","pages/FAQ/Hosting.html#q-is-it-common-for-big--important-plug-ins-to-rely-on--kreloadcomponent--for-normal-usage","pages/FAQ/Hosting.html#q-in-what-ways-if-any-can-units-change-in-terms-of-the-number-or-names-of-units-the-allocation-of-parameter-buses-to-units-etc","pages/FAQ/Hosting.html#q-iplugviewcontentscalesupport---could--should-this-be-used-to-set-individual-zoom-levels-for-the-gui-of-specific-plug-ins--instances-or-should-it-only-be-used-to-convey-os-scaling-level-like-in-the-editorhost-example","pages/FAQ/Hosting.html#q-if-its-only-intended-to-convey-os-scale-factor-then-why-an-extra-interface-when-the-plug-in-can-get-the-scale-factor-from-the-os","pages/FAQ/Hosting.html#q-in-the-examples-that-implement-host-specific-interfaces--funknownaddref--and--funknownrelease--tend-to-be-implemented-as-a-no-op--eg-return-1000----this-appears-to-be-safer-as-the-plug-in-cannot-delete-or-leak-objects-that-live-in-the-host-is-there-any-case-when-the-host-needs-to-implement-true--addref--and--release--which-actually-control-the-lifetime-of-the-object","pages/FAQ/Hosting.html#q-what-should-the-host-do-if-a-plug-in-does-not-call--componenthandlerrestartcomponent--from-the-mainui-thread","pages/FAQ/Hosting.html#q-some-plug-ins-return-kresultfalse-when-the-host-calls--setcomponentstate--should-the-host-just-ignore-the-returned-result-code","pages/Forum/Index.html#vst-3-forum","pages/Miscellaneous/Index.html#miscellaneous","pages/Miscellaneous/Index.html#some-copyrightstrademarks-referred-to-in-the-vst-3-sdk","pages/Miscellaneous/Index.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":3,"title":2},"1":{"body":26,"breadcrumbs":5,"title":4},"10":{"body":2,"breadcrumbs":2,"title":1},"100":{"body":8,"breadcrumbs":13,"title":4},"101":{"body":10,"breadcrumbs":15,"title":6},"102":{"body":10,"breadcrumbs":14,"title":5},"103":{"body":9,"breadcrumbs":17,"title":5},"104":{"body":26,"breadcrumbs":13,"title":1},"105":{"body":21,"breadcrumbs":13,"title":1},"106":{"body":9,"breadcrumbs":15,"title":4},"107":{"body":24,"breadcrumbs":12,"title":1},"108":{"body":79,"breadcrumbs":12,"title":1},"109":{"body":19,"breadcrumbs":17,"title":5},"11":{"body":26,"breadcrumbs":2,"title":1},"110":{"body":48,"breadcrumbs":13,"title":1},"111":{"body":76,"breadcrumbs":13,"title":1},"112":{"body":19,"breadcrumbs":17,"title":5},"113":{"body":45,"breadcrumbs":13,"title":1},"114":{"body":90,"breadcrumbs":13,"title":1},"115":{"body":11,"breadcrumbs":13,"title":5},"116":{"body":18,"breadcrumbs":5,"title":1},"117":{"body":79,"breadcrumbs":5,"title":1},"118":{"body":19,"breadcrumbs":6,"title":2},"119":{"body":2,"breadcrumbs":6,"title":2},"12":{"body":97,"breadcrumbs":8,"title":7},"120":{"body":129,"breadcrumbs":6,"title":2},"121":{"body":18,"breadcrumbs":6,"title":2},"122":{"body":43,"breadcrumbs":6,"title":3},"123":{"body":33,"breadcrumbs":7,"title":4},"124":{"body":27,"breadcrumbs":7,"title":4},"125":{"body":19,"breadcrumbs":7,"title":4},"126":{"body":7,"breadcrumbs":7,"title":4},"127":{"body":146,"breadcrumbs":11,"title":4},"128":{"body":73,"breadcrumbs":13,"title":6},"129":{"body":46,"breadcrumbs":14,"title":7},"13":{"body":91,"breadcrumbs":3,"title":2},"130":{"body":27,"breadcrumbs":11,"title":4},"131":{"body":21,"breadcrumbs":10,"title":3},"132":{"body":12,"breadcrumbs":10,"title":3},"133":{"body":54,"breadcrumbs":12,"title":5},"134":{"body":5,"breadcrumbs":11,"title":4},"135":{"body":18,"breadcrumbs":11,"title":4},"136":{"body":29,"breadcrumbs":10,"title":3},"137":{"body":17,"breadcrumbs":10,"title":3},"138":{"body":53,"breadcrumbs":10,"title":3},"139":{"body":25,"breadcrumbs":10,"title":3},"14":{"body":150,"breadcrumbs":4,"title":3},"140":{"body":6,"breadcrumbs":11,"title":4},"141":{"body":23,"breadcrumbs":11,"title":4},"142":{"body":31,"breadcrumbs":13,"title":6},"143":{"body":6,"breadcrumbs":10,"title":3},"144":{"body":60,"breadcrumbs":7,"title":2},"145":{"body":105,"breadcrumbs":10,"title":5},"146":{"body":55,"breadcrumbs":9,"title":4},"147":{"body":205,"breadcrumbs":9,"title":4},"148":{"body":20,"breadcrumbs":11,"title":4},"149":{"body":116,"breadcrumbs":14,"title":7},"15":{"body":25,"breadcrumbs":5,"title":2},"150":{"body":110,"breadcrumbs":9,"title":2},"151":{"body":20,"breadcrumbs":11,"title":4},"152":{"body":22,"breadcrumbs":4,"title":2},"153":{"body":6,"breadcrumbs":5,"title":3},"154":{"body":19,"breadcrumbs":7,"title":5},"155":{"body":49,"breadcrumbs":8,"title":3},"156":{"body":60,"breadcrumbs":9,"title":4},"157":{"body":40,"breadcrumbs":12,"title":7},"158":{"body":26,"breadcrumbs":10,"title":5},"159":{"body":20,"breadcrumbs":7,"title":2},"16":{"body":99,"breadcrumbs":7,"title":4},"160":{"body":19,"breadcrumbs":8,"title":3},"161":{"body":15,"breadcrumbs":6,"title":1},"162":{"body":247,"breadcrumbs":14,"title":9},"163":{"body":54,"breadcrumbs":12,"title":5},"164":{"body":0,"breadcrumbs":9,"title":2},"165":{"body":15,"breadcrumbs":10,"title":3},"166":{"body":4,"breadcrumbs":8,"title":1},"167":{"body":0,"breadcrumbs":9,"title":2},"168":{"body":12,"breadcrumbs":8,"title":1},"169":{"body":7,"breadcrumbs":8,"title":1},"17":{"body":89,"breadcrumbs":8,"title":5},"170":{"body":27,"breadcrumbs":8,"title":1},"171":{"body":95,"breadcrumbs":9,"title":2},"172":{"body":56,"breadcrumbs":8,"title":1},"173":{"body":20,"breadcrumbs":11,"title":4},"174":{"body":42,"breadcrumbs":6,"title":2},"175":{"body":7,"breadcrumbs":6,"title":2},"176":{"body":18,"breadcrumbs":6,"title":2},"177":{"body":92,"breadcrumbs":6,"title":2},"178":{"body":146,"breadcrumbs":2,"title":1},"179":{"body":0,"breadcrumbs":5,"title":4},"18":{"body":286,"breadcrumbs":9,"title":6},"180":{"body":18,"breadcrumbs":6,"title":5},"181":{"body":18,"breadcrumbs":6,"title":5},"182":{"body":18,"breadcrumbs":6,"title":5},"183":{"body":8,"breadcrumbs":8,"title":7},"184":{"body":16,"breadcrumbs":7,"title":6},"185":{"body":18,"breadcrumbs":4,"title":3},"186":{"body":15,"breadcrumbs":6,"title":5},"187":{"body":9,"breadcrumbs":3,"title":2},"188":{"body":31,"breadcrumbs":5,"title":4},"189":{"body":6,"breadcrumbs":4,"title":3},"19":{"body":105,"breadcrumbs":8,"title":4},"190":{"body":13,"breadcrumbs":9,"title":8},"191":{"body":14,"breadcrumbs":4,"title":3},"192":{"body":13,"breadcrumbs":6,"title":5},"193":{"body":15,"breadcrumbs":8,"title":7},"194":{"body":12,"breadcrumbs":6,"title":5},"195":{"body":0,"breadcrumbs":6,"title":5},"196":{"body":1,"breadcrumbs":8,"title":7},"197":{"body":1,"breadcrumbs":10,"title":9},"198":{"body":1,"breadcrumbs":7,"title":6},"199":{"body":1,"breadcrumbs":6,"title":5},"2":{"body":19,"breadcrumbs":2,"title":1},"20":{"body":43,"breadcrumbs":9,"title":5},"200":{"body":1,"breadcrumbs":7,"title":6},"201":{"body":19,"breadcrumbs":9,"title":4},"202":{"body":19,"breadcrumbs":10,"title":5},"203":{"body":19,"breadcrumbs":10,"title":5},"204":{"body":19,"breadcrumbs":10,"title":5},"205":{"body":23,"breadcrumbs":15,"title":5},"206":{"body":49,"breadcrumbs":11,"title":1},"207":{"body":16,"breadcrumbs":17,"title":7},"208":{"body":77,"breadcrumbs":15,"title":5},"209":{"body":49,"breadcrumbs":14,"title":4},"21":{"body":39,"breadcrumbs":8,"title":4},"210":{"body":19,"breadcrumbs":15,"title":5},"211":{"body":49,"breadcrumbs":11,"title":1},"212":{"body":16,"breadcrumbs":17,"title":7},"213":{"body":41,"breadcrumbs":15,"title":5},"214":{"body":19,"breadcrumbs":15,"title":5},"215":{"body":49,"breadcrumbs":11,"title":1},"216":{"body":16,"breadcrumbs":17,"title":7},"217":{"body":35,"breadcrumbs":15,"title":5},"218":{"body":52,"breadcrumbs":15,"title":7},"219":{"body":7,"breadcrumbs":9,"title":1},"22":{"body":20,"breadcrumbs":8,"title":4},"220":{"body":33,"breadcrumbs":14,"title":6},"221":{"body":67,"breadcrumbs":11,"title":3},"222":{"body":17,"breadcrumbs":11,"title":3},"223":{"body":18,"breadcrumbs":10,"title":2},"224":{"body":49,"breadcrumbs":11,"title":3},"225":{"body":209,"breadcrumbs":12,"title":4},"226":{"body":27,"breadcrumbs":12,"title":4},"227":{"body":21,"breadcrumbs":13,"title":6},"228":{"body":31,"breadcrumbs":8,"title":1},"229":{"body":33,"breadcrumbs":14,"title":7},"23":{"body":51,"breadcrumbs":8,"title":4},"230":{"body":141,"breadcrumbs":16,"title":9},"231":{"body":31,"breadcrumbs":7,"title":3},"232":{"body":30,"breadcrumbs":5,"title":1},"233":{"body":43,"breadcrumbs":8,"title":4},"234":{"body":139,"breadcrumbs":7,"title":3},"235":{"body":276,"breadcrumbs":8,"title":4},"236":{"body":178,"breadcrumbs":7,"title":3},"237":{"body":0,"breadcrumbs":8,"title":4},"238":{"body":253,"breadcrumbs":7,"title":3},"239":{"body":309,"breadcrumbs":9,"title":5},"24":{"body":17,"breadcrumbs":8,"title":4},"240":{"body":25,"breadcrumbs":11,"title":5},"241":{"body":14,"breadcrumbs":7,"title":1},"242":{"body":120,"breadcrumbs":9,"title":3},"243":{"body":39,"breadcrumbs":11,"title":5},"244":{"body":95,"breadcrumbs":10,"title":4},"245":{"body":42,"breadcrumbs":11,"title":5},"246":{"body":28,"breadcrumbs":9,"title":3},"247":{"body":27,"breadcrumbs":12,"title":9},"248":{"body":15,"breadcrumbs":8,"title":5},"249":{"body":633,"breadcrumbs":7,"title":4},"25":{"body":6,"breadcrumbs":8,"title":4},"250":{"body":187,"breadcrumbs":7,"title":4},"251":{"body":60,"breadcrumbs":9,"title":4},"252":{"body":406,"breadcrumbs":11,"title":6},"253":{"body":312,"breadcrumbs":13,"title":8},"254":{"body":227,"breadcrumbs":11,"title":6},"255":{"body":21,"breadcrumbs":7,"title":3},"256":{"body":5,"breadcrumbs":5,"title":1},"257":{"body":70,"breadcrumbs":6,"title":2},"258":{"body":129,"breadcrumbs":9,"title":5},"259":{"body":72,"breadcrumbs":8,"title":4},"26":{"body":13,"breadcrumbs":8,"title":4},"260":{"body":52,"breadcrumbs":5,"title":1},"261":{"body":39,"breadcrumbs":8,"title":4},"262":{"body":35,"breadcrumbs":17,"title":8},"263":{"body":51,"breadcrumbs":10,"title":1},"264":{"body":38,"breadcrumbs":17,"title":8},"265":{"body":18,"breadcrumbs":17,"title":8},"266":{"body":11,"breadcrumbs":12,"title":3},"267":{"body":12,"breadcrumbs":12,"title":3},"268":{"body":27,"breadcrumbs":15,"title":6},"269":{"body":57,"breadcrumbs":11,"title":2},"27":{"body":9,"breadcrumbs":8,"title":4},"270":{"body":17,"breadcrumbs":7,"title":3},"271":{"body":16,"breadcrumbs":5,"title":1},"272":{"body":21,"breadcrumbs":10,"title":6},"273":{"body":10,"breadcrumbs":10,"title":6},"274":{"body":13,"breadcrumbs":11,"title":5},"275":{"body":37,"breadcrumbs":7,"title":1},"276":{"body":166,"breadcrumbs":8,"title":2},"277":{"body":32,"breadcrumbs":12,"title":6},"278":{"body":21,"breadcrumbs":15,"title":7},"279":{"body":23,"breadcrumbs":9,"title":1},"28":{"body":38,"breadcrumbs":7,"title":3},"280":{"body":15,"breadcrumbs":12,"title":4},"281":{"body":126,"breadcrumbs":13,"title":5},"282":{"body":11,"breadcrumbs":11,"title":5},"283":{"body":11,"breadcrumbs":7,"title":1},"284":{"body":48,"breadcrumbs":9,"title":3},"285":{"body":11,"breadcrumbs":9,"title":3},"286":{"body":194,"breadcrumbs":4,"title":2},"287":{"body":16,"breadcrumbs":6,"title":4},"288":{"body":13,"breadcrumbs":5,"title":3},"289":{"body":6,"breadcrumbs":4,"title":2},"29":{"body":11,"breadcrumbs":8,"title":4},"290":{"body":4,"breadcrumbs":5,"title":3},"291":{"body":6,"breadcrumbs":5,"title":3},"292":{"body":6,"breadcrumbs":8,"title":6},"293":{"body":7,"breadcrumbs":4,"title":2},"294":{"body":9,"breadcrumbs":6,"title":4},"295":{"body":9,"breadcrumbs":6,"title":4},"296":{"body":7,"breadcrumbs":5,"title":3},"297":{"body":6,"breadcrumbs":7,"title":5},"298":{"body":6,"breadcrumbs":6,"title":4},"299":{"body":6,"breadcrumbs":6,"title":4},"3":{"body":8,"breadcrumbs":5,"title":4},"30":{"body":15,"breadcrumbs":7,"title":3},"300":{"body":6,"breadcrumbs":6,"title":4},"301":{"body":6,"breadcrumbs":5,"title":3},"302":{"body":16,"breadcrumbs":6,"title":4},"303":{"body":12,"breadcrumbs":11,"title":9},"304":{"body":8,"breadcrumbs":6,"title":4},"305":{"body":10,"breadcrumbs":5,"title":3},"306":{"body":10,"breadcrumbs":5,"title":3},"307":{"body":7,"breadcrumbs":6,"title":4},"308":{"body":13,"breadcrumbs":5,"title":3},"309":{"body":16,"breadcrumbs":6,"title":4},"31":{"body":44,"breadcrumbs":9,"title":5},"310":{"body":8,"breadcrumbs":7,"title":5},"311":{"body":17,"breadcrumbs":6,"title":4},"312":{"body":14,"breadcrumbs":6,"title":4},"313":{"body":10,"breadcrumbs":7,"title":5},"314":{"body":5,"breadcrumbs":4,"title":2},"315":{"body":7,"breadcrumbs":5,"title":3},"316":{"body":15,"breadcrumbs":6,"title":4},"317":{"body":8,"breadcrumbs":6,"title":4},"318":{"body":15,"breadcrumbs":5,"title":3},"319":{"body":12,"breadcrumbs":7,"title":5},"32":{"body":81,"breadcrumbs":6,"title":2},"320":{"body":13,"breadcrumbs":8,"title":6},"321":{"body":13,"breadcrumbs":5,"title":3},"322":{"body":9,"breadcrumbs":7,"title":5},"323":{"body":10,"breadcrumbs":6,"title":4},"324":{"body":10,"breadcrumbs":6,"title":4},"325":{"body":10,"breadcrumbs":5,"title":3},"326":{"body":9,"breadcrumbs":6,"title":4},"327":{"body":7,"breadcrumbs":5,"title":3},"328":{"body":7,"breadcrumbs":5,"title":3},"329":{"body":19,"breadcrumbs":7,"title":5},"33":{"body":59,"breadcrumbs":6,"title":3},"330":{"body":95,"breadcrumbs":10,"title":4},"331":{"body":149,"breadcrumbs":8,"title":2},"332":{"body":57,"breadcrumbs":7,"title":1},"333":{"body":149,"breadcrumbs":11,"title":5},"334":{"body":24,"breadcrumbs":7,"title":1},"335":{"body":77,"breadcrumbs":7,"title":1},"336":{"body":38,"breadcrumbs":8,"title":2},"337":{"body":77,"breadcrumbs":7,"title":1},"338":{"body":276,"breadcrumbs":7,"title":1},"339":{"body":144,"breadcrumbs":8,"title":2},"34":{"body":35,"breadcrumbs":7,"title":4},"340":{"body":55,"breadcrumbs":10,"title":4},"341":{"body":12,"breadcrumbs":9,"title":3},"342":{"body":76,"breadcrumbs":8,"title":2},"343":{"body":47,"breadcrumbs":8,"title":2},"344":{"body":92,"breadcrumbs":11,"title":5},"345":{"body":54,"breadcrumbs":8,"title":3},"346":{"body":107,"breadcrumbs":6,"title":1},"347":{"body":0,"breadcrumbs":6,"title":1},"348":{"body":9,"breadcrumbs":6,"title":1},"349":{"body":49,"breadcrumbs":6,"title":1},"35":{"body":5,"breadcrumbs":4,"title":1},"350":{"body":28,"breadcrumbs":6,"title":1},"351":{"body":99,"breadcrumbs":7,"title":2},"352":{"body":52,"breadcrumbs":7,"title":2},"353":{"body":0,"breadcrumbs":7,"title":2},"354":{"body":267,"breadcrumbs":7,"title":2},"355":{"body":80,"breadcrumbs":6,"title":1},"356":{"body":61,"breadcrumbs":6,"title":1},"357":{"body":26,"breadcrumbs":6,"title":1},"358":{"body":22,"breadcrumbs":8,"title":3},"359":{"body":260,"breadcrumbs":6,"title":1},"36":{"body":17,"breadcrumbs":6,"title":3},"360":{"body":66,"breadcrumbs":8,"title":3},"361":{"body":102,"breadcrumbs":17,"title":6},"362":{"body":135,"breadcrumbs":12,"title":4},"363":{"body":167,"breadcrumbs":11,"title":3},"364":{"body":75,"breadcrumbs":7,"title":1},"365":{"body":43,"breadcrumbs":7,"title":1},"366":{"body":104,"breadcrumbs":7,"title":1},"367":{"body":58,"breadcrumbs":6,"title":2},"368":{"body":301,"breadcrumbs":5,"title":1},"369":{"body":174,"breadcrumbs":7,"title":3},"37":{"body":25,"breadcrumbs":8,"title":5},"370":{"body":48,"breadcrumbs":7,"title":3},"371":{"body":79,"breadcrumbs":5,"title":1},"372":{"body":85,"breadcrumbs":5,"title":1},"373":{"body":289,"breadcrumbs":6,"title":2},"374":{"body":123,"breadcrumbs":6,"title":2},"375":{"body":18,"breadcrumbs":6,"title":2},"376":{"body":0,"breadcrumbs":7,"title":3},"377":{"body":28,"breadcrumbs":10,"title":6},"378":{"body":57,"breadcrumbs":8,"title":4},"379":{"body":20,"breadcrumbs":8,"title":3},"38":{"body":6,"breadcrumbs":8,"title":5},"380":{"body":48,"breadcrumbs":6,"title":1},"381":{"body":120,"breadcrumbs":7,"title":2},"382":{"body":44,"breadcrumbs":6,"title":1},"383":{"body":40,"breadcrumbs":8,"title":3},"384":{"body":107,"breadcrumbs":8,"title":3},"385":{"body":137,"breadcrumbs":7,"title":2},"386":{"body":75,"breadcrumbs":8,"title":3},"387":{"body":51,"breadcrumbs":7,"title":2},"388":{"body":26,"breadcrumbs":14,"title":6},"389":{"body":149,"breadcrumbs":9,"title":1},"39":{"body":13,"breadcrumbs":8,"title":5},"390":{"body":133,"breadcrumbs":10,"title":2},"391":{"body":148,"breadcrumbs":12,"title":4},"392":{"body":78,"breadcrumbs":10,"title":2},"393":{"body":46,"breadcrumbs":9,"title":1},"394":{"body":26,"breadcrumbs":6,"title":2},"395":{"body":148,"breadcrumbs":5,"title":1},"396":{"body":12,"breadcrumbs":7,"title":3},"397":{"body":188,"breadcrumbs":5,"title":1},"398":{"body":44,"breadcrumbs":5,"title":1},"399":{"body":13,"breadcrumbs":10,"title":4},"4":{"body":35,"breadcrumbs":4,"title":3},"40":{"body":15,"breadcrumbs":7,"title":4},"400":{"body":0,"breadcrumbs":10,"title":4},"401":{"body":0,"breadcrumbs":10,"title":4},"402":{"body":0,"breadcrumbs":9,"title":3},"403":{"body":0,"breadcrumbs":10,"title":4},"404":{"body":0,"breadcrumbs":10,"title":4},"405":{"body":295,"breadcrumbs":14,"title":4},"406":{"body":106,"breadcrumbs":14,"title":4},"407":{"body":11,"breadcrumbs":12,"title":3},"408":{"body":78,"breadcrumbs":11,"title":2},"409":{"body":78,"breadcrumbs":11,"title":2},"41":{"body":15,"breadcrumbs":6,"title":3},"410":{"body":51,"breadcrumbs":11,"title":2},"411":{"body":9,"breadcrumbs":14,"title":4},"412":{"body":69,"breadcrumbs":12,"title":2},"413":{"body":95,"breadcrumbs":12,"title":2},"414":{"body":19,"breadcrumbs":14,"title":4},"415":{"body":58,"breadcrumbs":15,"title":5},"416":{"body":76,"breadcrumbs":15,"title":5},"417":{"body":0,"breadcrumbs":14,"title":4},"418":{"body":27,"breadcrumbs":10,"title":4},"419":{"body":8,"breadcrumbs":9,"title":3},"42":{"body":14,"breadcrumbs":4,"title":1},"420":{"body":9,"breadcrumbs":8,"title":2},"421":{"body":7,"breadcrumbs":8,"title":2},"422":{"body":10,"breadcrumbs":8,"title":2},"423":{"body":17,"breadcrumbs":7,"title":1},"424":{"body":12,"breadcrumbs":9,"title":3},"425":{"body":28,"breadcrumbs":12,"title":3},"426":{"body":51,"breadcrumbs":11,"title":2},"427":{"body":179,"breadcrumbs":11,"title":2},"428":{"body":115,"breadcrumbs":17,"title":8},"429":{"body":85,"breadcrumbs":11,"title":2},"43":{"body":12,"breadcrumbs":4,"title":1},"430":{"body":62,"breadcrumbs":11,"title":2},"431":{"body":21,"breadcrumbs":10,"title":2},"432":{"body":69,"breadcrumbs":9,"title":1},"433":{"body":36,"breadcrumbs":10,"title":2},"434":{"body":71,"breadcrumbs":10,"title":2},"435":{"body":33,"breadcrumbs":10,"title":2},"436":{"body":94,"breadcrumbs":10,"title":2},"437":{"body":21,"breadcrumbs":10,"title":2},"438":{"body":86,"breadcrumbs":9,"title":1},"439":{"body":37,"breadcrumbs":10,"title":2},"44":{"body":21,"breadcrumbs":6,"title":3},"440":{"body":42,"breadcrumbs":11,"title":3},"441":{"body":38,"breadcrumbs":10,"title":2},"442":{"body":29,"breadcrumbs":10,"title":2},"443":{"body":15,"breadcrumbs":8,"title":1},"444":{"body":66,"breadcrumbs":8,"title":3},"445":{"body":168,"breadcrumbs":10,"title":5},"446":{"body":24,"breadcrumbs":10,"title":5},"447":{"body":136,"breadcrumbs":12,"title":7},"448":{"body":30,"breadcrumbs":8,"title":3},"449":{"body":21,"breadcrumbs":8,"title":3},"45":{"body":30,"breadcrumbs":4,"title":1},"450":{"body":50,"breadcrumbs":10,"title":5},"451":{"body":35,"breadcrumbs":13,"title":6},"452":{"body":146,"breadcrumbs":6,"title":2},"453":{"body":29,"breadcrumbs":10,"title":4},"454":{"body":36,"breadcrumbs":7,"title":1},"455":{"body":17,"breadcrumbs":7,"title":1},"456":{"body":21,"breadcrumbs":7,"title":1},"457":{"body":29,"breadcrumbs":7,"title":1},"458":{"body":52,"breadcrumbs":7,"title":1},"459":{"body":33,"breadcrumbs":7,"title":1},"46":{"body":11,"breadcrumbs":9,"title":6},"460":{"body":27,"breadcrumbs":7,"title":1},"461":{"body":7,"breadcrumbs":7,"title":1},"462":{"body":118,"breadcrumbs":8,"title":2},"463":{"body":38,"breadcrumbs":8,"title":2},"464":{"body":70,"breadcrumbs":12,"title":5},"465":{"body":95,"breadcrumbs":8,"title":1},"466":{"body":212,"breadcrumbs":11,"title":4},"467":{"body":106,"breadcrumbs":9,"title":2},"468":{"body":85,"breadcrumbs":9,"title":2},"469":{"body":159,"breadcrumbs":9,"title":2},"47":{"body":8,"breadcrumbs":8,"title":5},"470":{"body":55,"breadcrumbs":12,"title":5},"471":{"body":14,"breadcrumbs":11,"title":4},"472":{"body":27,"breadcrumbs":10,"title":3},"473":{"body":70,"breadcrumbs":13,"title":6},"474":{"body":348,"breadcrumbs":14,"title":7},"475":{"body":40,"breadcrumbs":12,"title":5},"476":{"body":126,"breadcrumbs":15,"title":8},"477":{"body":11,"breadcrumbs":8,"title":3},"478":{"body":134,"breadcrumbs":6,"title":1},"479":{"body":26,"breadcrumbs":10,"title":4},"48":{"body":17,"breadcrumbs":6,"title":3},"480":{"body":22,"breadcrumbs":7,"title":1},"481":{"body":28,"breadcrumbs":7,"title":1},"482":{"body":11,"breadcrumbs":7,"title":1},"483":{"body":25,"breadcrumbs":7,"title":1},"484":{"body":17,"breadcrumbs":7,"title":1},"485":{"body":25,"breadcrumbs":7,"title":1},"486":{"body":207,"breadcrumbs":7,"title":1},"487":{"body":37,"breadcrumbs":7,"title":1},"488":{"body":17,"breadcrumbs":7,"title":1},"489":{"body":15,"breadcrumbs":10,"title":4},"49":{"body":79,"breadcrumbs":5,"title":2},"490":{"body":97,"breadcrumbs":7,"title":1},"491":{"body":64,"breadcrumbs":7,"title":1},"492":{"body":7,"breadcrumbs":8,"title":3},"493":{"body":34,"breadcrumbs":6,"title":1},"494":{"body":10,"breadcrumbs":6,"title":1},"495":{"body":6,"breadcrumbs":10,"title":4},"496":{"body":112,"breadcrumbs":7,"title":1},"497":{"body":20,"breadcrumbs":22,"title":10},"498":{"body":26,"breadcrumbs":13,"title":1},"499":{"body":32,"breadcrumbs":15,"title":3},"5":{"body":14,"breadcrumbs":4,"title":3},"50":{"body":6,"breadcrumbs":5,"title":2},"500":{"body":28,"breadcrumbs":16,"title":4},"501":{"body":28,"breadcrumbs":15,"title":3},"502":{"body":92,"breadcrumbs":16,"title":4},"503":{"body":7,"breadcrumbs":14,"title":6},"504":{"body":30,"breadcrumbs":9,"title":1},"505":{"body":68,"breadcrumbs":9,"title":1},"506":{"body":20,"breadcrumbs":8,"title":3},"507":{"body":155,"breadcrumbs":6,"title":1},"508":{"body":541,"breadcrumbs":6,"title":1},"509":{"body":12,"breadcrumbs":8,"title":3},"51":{"body":7,"breadcrumbs":5,"title":2},"510":{"body":157,"breadcrumbs":6,"title":1},"511":{"body":379,"breadcrumbs":6,"title":1},"512":{"body":27,"breadcrumbs":10,"title":4},"513":{"body":130,"breadcrumbs":7,"title":1},"514":{"body":143,"breadcrumbs":7,"title":1},"515":{"body":1,"breadcrumbs":8,"title":2},"516":{"body":2,"breadcrumbs":11,"title":5},"517":{"body":102,"breadcrumbs":11,"title":5},"518":{"body":72,"breadcrumbs":8,"title":2},"519":{"body":85,"breadcrumbs":9,"title":3},"52":{"body":63,"breadcrumbs":11,"title":4},"520":{"body":94,"breadcrumbs":9,"title":3},"521":{"body":11,"breadcrumbs":8,"title":3},"522":{"body":90,"breadcrumbs":6,"title":1},"523":{"body":0,"breadcrumbs":6,"title":1},"524":{"body":43,"breadcrumbs":7,"title":2},"525":{"body":138,"breadcrumbs":7,"title":2},"526":{"body":7,"breadcrumbs":10,"title":4},"527":{"body":57,"breadcrumbs":7,"title":1},"528":{"body":17,"breadcrumbs":7,"title":1},"529":{"body":38,"breadcrumbs":12,"title":5},"53":{"body":70,"breadcrumbs":8,"title":1},"530":{"body":61,"breadcrumbs":8,"title":1},"531":{"body":0,"breadcrumbs":8,"title":1},"532":{"body":56,"breadcrumbs":11,"title":4},"533":{"body":43,"breadcrumbs":12,"title":5},"534":{"body":18,"breadcrumbs":10,"title":3},"535":{"body":4,"breadcrumbs":9,"title":2},"536":{"body":57,"breadcrumbs":9,"title":2},"537":{"body":0,"breadcrumbs":9,"title":2},"538":{"body":33,"breadcrumbs":12,"title":5},"539":{"body":16,"breadcrumbs":9,"title":2},"54":{"body":14,"breadcrumbs":8,"title":1},"540":{"body":16,"breadcrumbs":10,"title":3},"541":{"body":63,"breadcrumbs":10,"title":3},"542":{"body":7,"breadcrumbs":10,"title":4},"543":{"body":40,"breadcrumbs":7,"title":1},"544":{"body":70,"breadcrumbs":7,"title":1},"545":{"body":7,"breadcrumbs":10,"title":4},"546":{"body":64,"breadcrumbs":7,"title":1},"547":{"body":160,"breadcrumbs":7,"title":1},"548":{"body":6,"breadcrumbs":12,"title":5},"549":{"body":47,"breadcrumbs":8,"title":1},"55":{"body":80,"breadcrumbs":8,"title":1},"550":{"body":7,"breadcrumbs":6,"title":2},"551":{"body":38,"breadcrumbs":5,"title":1},"552":{"body":26,"breadcrumbs":5,"title":1},"553":{"body":7,"breadcrumbs":8,"title":3},"554":{"body":19,"breadcrumbs":6,"title":1},"555":{"body":42,"breadcrumbs":6,"title":1},"556":{"body":12,"breadcrumbs":10,"title":4},"557":{"body":91,"breadcrumbs":7,"title":1},"558":{"body":14,"breadcrumbs":10,"title":4},"559":{"body":44,"breadcrumbs":7,"title":1},"56":{"body":15,"breadcrumbs":8,"title":1},"560":{"body":30,"breadcrumbs":7,"title":1},"561":{"body":21,"breadcrumbs":8,"title":3},"562":{"body":76,"breadcrumbs":6,"title":1},"563":{"body":0,"breadcrumbs":6,"title":1},"564":{"body":4,"breadcrumbs":6,"title":1},"565":{"body":4,"breadcrumbs":8,"title":3},"566":{"body":12,"breadcrumbs":8,"title":3},"567":{"body":12,"breadcrumbs":12,"title":5},"568":{"body":40,"breadcrumbs":8,"title":1},"569":{"body":83,"breadcrumbs":8,"title":1},"57":{"body":19,"breadcrumbs":8,"title":1},"570":{"body":7,"breadcrumbs":14,"title":6},"571":{"body":26,"breadcrumbs":9,"title":1},"572":{"body":24,"breadcrumbs":9,"title":1},"573":{"body":13,"breadcrumbs":8,"title":3},"574":{"body":45,"breadcrumbs":6,"title":1},"575":{"body":98,"breadcrumbs":6,"title":1},"576":{"body":7,"breadcrumbs":12,"title":5},"577":{"body":25,"breadcrumbs":8,"title":1},"578":{"body":18,"breadcrumbs":8,"title":1},"579":{"body":19,"breadcrumbs":10,"title":4},"58":{"body":25,"breadcrumbs":8,"title":1},"580":{"body":51,"breadcrumbs":7,"title":1},"581":{"body":7,"breadcrumbs":10,"title":4},"582":{"body":53,"breadcrumbs":7,"title":1},"583":{"body":111,"breadcrumbs":7,"title":1},"584":{"body":10,"breadcrumbs":8,"title":3},"585":{"body":66,"breadcrumbs":6,"title":1},"586":{"body":0,"breadcrumbs":6,"title":1},"587":{"body":40,"breadcrumbs":8,"title":3},"588":{"body":6,"breadcrumbs":10,"title":4},"589":{"body":71,"breadcrumbs":7,"title":1},"59":{"body":243,"breadcrumbs":10,"title":3},"590":{"body":13,"breadcrumbs":12,"title":5},"591":{"body":49,"breadcrumbs":8,"title":1},"592":{"body":25,"breadcrumbs":12,"title":5},"593":{"body":41,"breadcrumbs":8,"title":1},"594":{"body":6,"breadcrumbs":13,"title":6},"595":{"body":12,"breadcrumbs":8,"title":1},"596":{"body":47,"breadcrumbs":8,"title":1},"597":{"body":9,"breadcrumbs":10,"title":3},"598":{"body":7,"breadcrumbs":8,"title":3},"599":{"body":30,"breadcrumbs":6,"title":1},"6":{"body":68,"breadcrumbs":3,"title":2},"60":{"body":22,"breadcrumbs":10,"title":3},"600":{"body":11,"breadcrumbs":6,"title":1},"601":{"body":19,"breadcrumbs":12,"title":5},"602":{"body":26,"breadcrumbs":8,"title":1},"603":{"body":2,"breadcrumbs":4,"title":2},"604":{"body":91,"breadcrumbs":3,"title":1},"605":{"body":4,"breadcrumbs":8,"title":3},"606":{"body":258,"breadcrumbs":8,"title":3},"607":{"body":4,"breadcrumbs":8,"title":3},"608":{"body":285,"breadcrumbs":8,"title":3},"609":{"body":4,"breadcrumbs":8,"title":3},"61":{"body":12,"breadcrumbs":10,"title":3},"610":{"body":113,"breadcrumbs":8,"title":3},"611":{"body":4,"breadcrumbs":8,"title":3},"612":{"body":0,"breadcrumbs":8,"title":3},"613":{"body":239,"breadcrumbs":7,"title":2},"614":{"body":4,"breadcrumbs":8,"title":3},"615":{"body":304,"breadcrumbs":8,"title":3},"616":{"body":4,"breadcrumbs":8,"title":3},"617":{"body":198,"breadcrumbs":8,"title":3},"618":{"body":4,"breadcrumbs":8,"title":3},"619":{"body":203,"breadcrumbs":8,"title":3},"62":{"body":21,"breadcrumbs":8,"title":1},"620":{"body":4,"breadcrumbs":8,"title":3},"621":{"body":311,"breadcrumbs":8,"title":3},"622":{"body":4,"breadcrumbs":8,"title":3},"623":{"body":134,"breadcrumbs":8,"title":3},"624":{"body":4,"breadcrumbs":8,"title":3},"625":{"body":268,"breadcrumbs":8,"title":3},"626":{"body":4,"breadcrumbs":8,"title":3},"627":{"body":123,"breadcrumbs":8,"title":3},"628":{"body":4,"breadcrumbs":8,"title":3},"629":{"body":61,"breadcrumbs":8,"title":3},"63":{"body":18,"breadcrumbs":8,"title":1},"630":{"body":4,"breadcrumbs":8,"title":3},"631":{"body":190,"breadcrumbs":8,"title":3},"632":{"body":4,"breadcrumbs":8,"title":3},"633":{"body":101,"breadcrumbs":8,"title":3},"634":{"body":4,"breadcrumbs":8,"title":3},"635":{"body":71,"breadcrumbs":8,"title":3},"636":{"body":4,"breadcrumbs":8,"title":3},"637":{"body":105,"breadcrumbs":8,"title":3},"638":{"body":4,"breadcrumbs":8,"title":3},"639":{"body":151,"breadcrumbs":8,"title":3},"64":{"body":15,"breadcrumbs":10,"title":3},"640":{"body":4,"breadcrumbs":8,"title":3},"641":{"body":177,"breadcrumbs":8,"title":3},"642":{"body":4,"breadcrumbs":8,"title":3},"643":{"body":144,"breadcrumbs":8,"title":3},"644":{"body":4,"breadcrumbs":8,"title":3},"645":{"body":122,"breadcrumbs":8,"title":3},"646":{"body":4,"breadcrumbs":8,"title":3},"647":{"body":121,"breadcrumbs":8,"title":3},"648":{"body":4,"breadcrumbs":8,"title":3},"649":{"body":145,"breadcrumbs":8,"title":3},"65":{"body":22,"breadcrumbs":11,"title":4},"650":{"body":4,"breadcrumbs":8,"title":3},"651":{"body":114,"breadcrumbs":8,"title":3},"652":{"body":4,"breadcrumbs":8,"title":3},"653":{"body":146,"breadcrumbs":8,"title":3},"654":{"body":4,"breadcrumbs":8,"title":3},"655":{"body":180,"breadcrumbs":8,"title":3},"656":{"body":4,"breadcrumbs":8,"title":3},"657":{"body":22,"breadcrumbs":8,"title":3},"658":{"body":4,"breadcrumbs":8,"title":3},"659":{"body":91,"breadcrumbs":8,"title":3},"66":{"body":11,"breadcrumbs":10,"title":3},"660":{"body":4,"breadcrumbs":8,"title":3},"661":{"body":5,"breadcrumbs":8,"title":3},"662":{"body":36,"breadcrumbs":6,"title":3},"663":{"body":47,"breadcrumbs":5,"title":1},"664":{"body":91,"breadcrumbs":10,"title":6},"665":{"body":7,"breadcrumbs":11,"title":7},"666":{"body":45,"breadcrumbs":12,"title":8},"667":{"body":39,"breadcrumbs":11,"title":7},"668":{"body":79,"breadcrumbs":9,"title":5},"669":{"body":75,"breadcrumbs":13,"title":9},"67":{"body":11,"breadcrumbs":9,"title":2},"670":{"body":110,"breadcrumbs":5,"title":1},"671":{"body":182,"breadcrumbs":9,"title":5},"672":{"body":61,"breadcrumbs":12,"title":8},"673":{"body":9,"breadcrumbs":10,"title":6},"674":{"body":14,"breadcrumbs":12,"title":8},"675":{"body":6,"breadcrumbs":7,"title":3},"676":{"body":6,"breadcrumbs":10,"title":6},"677":{"body":6,"breadcrumbs":11,"title":7},"678":{"body":6,"breadcrumbs":12,"title":8},"679":{"body":6,"breadcrumbs":13,"title":9},"68":{"body":36,"breadcrumbs":13,"title":5},"680":{"body":9,"breadcrumbs":8,"title":4},"681":{"body":24,"breadcrumbs":10,"title":6},"682":{"body":6,"breadcrumbs":10,"title":6},"683":{"body":27,"breadcrumbs":10,"title":6},"684":{"body":19,"breadcrumbs":10,"title":6},"685":{"body":31,"breadcrumbs":9,"title":5},"686":{"body":50,"breadcrumbs":11,"title":7},"687":{"body":53,"breadcrumbs":9,"title":5},"688":{"body":11,"breadcrumbs":7,"title":2},"689":{"body":13,"breadcrumbs":11,"title":6},"69":{"body":47,"breadcrumbs":9,"title":1},"690":{"body":86,"breadcrumbs":13,"title":5},"691":{"body":155,"breadcrumbs":23,"title":15},"692":{"body":94,"breadcrumbs":16,"title":8},"693":{"body":34,"breadcrumbs":29,"title":21},"694":{"body":19,"breadcrumbs":20,"title":12},"695":{"body":9,"breadcrumbs":18,"title":10},"696":{"body":14,"breadcrumbs":18,"title":10},"697":{"body":40,"breadcrumbs":13,"title":5},"698":{"body":14,"breadcrumbs":5,"title":1},"699":{"body":57,"breadcrumbs":7,"title":3},"7":{"body":75,"breadcrumbs":2,"title":1},"70":{"body":83,"breadcrumbs":9,"title":1},"700":{"body":35,"breadcrumbs":10,"title":6},"701":{"body":86,"breadcrumbs":5,"title":1},"702":{"body":7,"breadcrumbs":13,"title":9},"703":{"body":55,"breadcrumbs":8,"title":4},"704":{"body":29,"breadcrumbs":11,"title":7},"705":{"body":77,"breadcrumbs":9,"title":5},"706":{"body":28,"breadcrumbs":10,"title":6},"707":{"body":23,"breadcrumbs":11,"title":7},"708":{"body":11,"breadcrumbs":13,"title":9},"709":{"body":23,"breadcrumbs":11,"title":7},"71":{"body":0,"breadcrumbs":11,"title":3},"710":{"body":40,"breadcrumbs":11,"title":7},"711":{"body":31,"breadcrumbs":7,"title":3},"712":{"body":14,"breadcrumbs":10,"title":6},"713":{"body":53,"breadcrumbs":12,"title":8},"714":{"body":114,"breadcrumbs":7,"title":3},"715":{"body":142,"breadcrumbs":5,"title":1},"716":{"body":35,"breadcrumbs":15,"title":11},"717":{"body":39,"breadcrumbs":13,"title":9},"718":{"body":24,"breadcrumbs":12,"title":8},"719":{"body":48,"breadcrumbs":15,"title":11},"72":{"body":41,"breadcrumbs":10,"title":2},"720":{"body":10,"breadcrumbs":16,"title":12},"721":{"body":37,"breadcrumbs":20,"title":16},"722":{"body":28,"breadcrumbs":17,"title":13},"723":{"body":16,"breadcrumbs":20,"title":16},"724":{"body":124,"breadcrumbs":20,"title":16},"725":{"body":15,"breadcrumbs":17,"title":13},"726":{"body":12,"breadcrumbs":16,"title":12},"727":{"body":214,"breadcrumbs":5,"title":1},"728":{"body":15,"breadcrumbs":11,"title":7},"729":{"body":38,"breadcrumbs":16,"title":12},"73":{"body":37,"breadcrumbs":10,"title":2},"730":{"body":47,"breadcrumbs":12,"title":8},"731":{"body":24,"breadcrumbs":16,"title":12},"732":{"body":25,"breadcrumbs":16,"title":12},"733":{"body":2,"breadcrumbs":16,"title":12},"734":{"body":11,"breadcrumbs":10,"title":6},"735":{"body":3,"breadcrumbs":9,"title":5},"736":{"body":18,"breadcrumbs":25,"title":21},"737":{"body":8,"breadcrumbs":11,"title":7},"738":{"body":23,"breadcrumbs":14,"title":10},"739":{"body":13,"breadcrumbs":17,"title":13},"74":{"body":74,"breadcrumbs":10,"title":2},"740":{"body":18,"breadcrumbs":23,"title":19},"741":{"body":30,"breadcrumbs":17,"title":13},"742":{"body":13,"breadcrumbs":37,"title":33},"743":{"body":21,"breadcrumbs":11,"title":7},"744":{"body":9,"breadcrumbs":17,"title":13},"745":{"body":23,"breadcrumbs":6,"title":3},"746":{"body":11,"breadcrumbs":2,"title":1},"747":{"body":96,"breadcrumbs":6,"title":5},"748":{"body":202,"breadcrumbs":2,"title":1},"75":{"body":25,"breadcrumbs":10,"title":2},"76":{"body":41,"breadcrumbs":10,"title":2},"77":{"body":13,"breadcrumbs":9,"title":1},"78":{"body":92,"breadcrumbs":14,"title":6},"79":{"body":15,"breadcrumbs":10,"title":2},"8":{"body":18,"breadcrumbs":4,"title":3},"80":{"body":42,"breadcrumbs":11,"title":4},"81":{"body":29,"breadcrumbs":8,"title":1},"82":{"body":29,"breadcrumbs":13,"title":6},"83":{"body":37,"breadcrumbs":9,"title":2},"84":{"body":82,"breadcrumbs":10,"title":3},"85":{"body":17,"breadcrumbs":12,"title":5},"86":{"body":76,"breadcrumbs":9,"title":2},"87":{"body":26,"breadcrumbs":9,"title":2},"88":{"body":443,"breadcrumbs":11,"title":4},"89":{"body":126,"breadcrumbs":11,"title":4},"9":{"body":20,"breadcrumbs":3,"title":2},"90":{"body":9,"breadcrumbs":9,"title":3},"91":{"body":30,"breadcrumbs":9,"title":3},"92":{"body":7,"breadcrumbs":7,"title":2},"93":{"body":50,"breadcrumbs":6,"title":1},"94":{"body":7,"breadcrumbs":7,"title":2},"95":{"body":43,"breadcrumbs":6,"title":1},"96":{"body":9,"breadcrumbs":11,"title":4},"97":{"body":31,"breadcrumbs":10,"title":3},"98":{"body":62,"breadcrumbs":15,"title":6},"99":{"body":9,"breadcrumbs":14,"title":5}},"docs":{"0":{"body":"","breadcrumbs":"VST » VST Home","id":"0","title":"VST Home"},"1":{"body":"VST Logo This part of the Steinberg Developer Resource is a portal dedicated to developers of VST 3 plug-ins and VST 3 hosts. Almost everything you need for developing VST 3 plug-ins is explained in the sections below.","breadcrumbs":"VST » Welcome to the world of VST 3","id":"1","title":"Welcome to the world of VST 3"},"10":{"body":"Copyrights and Glossary","breadcrumbs":"VST » Miscellaneous","id":"10","title":"Miscellaneous"},"100":{"body":"Helper Class wrapping a VST 3 plug-in to an AAX plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - AAX Wrapper","id":"100","title":"VST 3 - AAX Wrapper"},"101":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v3 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - Audio Unit v3 Wrapper","id":"101","title":"VST 3 - Audio Unit v3 Wrapper"},"102":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v2 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - Audio Unit Wrapper","id":"102","title":"VST 3 - Audio Unit Wrapper"},"103":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work?","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » VST 3 - VST 2.x Wrapper","id":"103","title":"VST 3 - VST 2.x Wrapper"},"104":{"body":"Helper Class wrapping a VST 3 plug-in to a VST 2.4 plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to a VST 2.x plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » Introduction","id":"104","title":"Introduction"},"105":{"body":"You just need to add public.sdk/source/vst/vst2wrapper/vst2wrapper.sdk.cpp to your project and add the following code somewhere in your sources: //-----------------------------------------------------------------\n#include \"public.sdk/source/vst/vst2wrapper/vst2wrapper.h\" //-----------------------------------------------------------------\n::AudioEffect* createEffectInstance (audioMasterCallback audioMaster)\n{ return Steinberg::Vst::Vst2Wrapper::create (GetPluginFactory(), kAudioProcessorCID, kVst2UniqueID, audioMaster);\n}","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » How does it work?","id":"105","title":"How does it work?"},"106":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work?","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » VST 3 - AAX Wrapper","id":"106","title":"VST 3 - AAX Wrapper"},"107":{"body":"Helper Class wrapping a VST 3 plug-in to an AAX plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to an AAX plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » Introduction","id":"107","title":"Introduction"},"108":{"body":"Check the AGainAAX example AAX SDK 2.3 or higher is expected in folder external.avid.aax (located at the same level as the folder public.sdk) Here is the step based on the AgainAAX example: In the cpp file againaax.cpp, you can define the plug-in properties: IO audio, product ID, ... On Windows, copy built linker output again_aax.aaxplugin to \"c:\\Program Files\\Common Files\\Avid\\Audio\\Plug-Ins\\again_aax.aaxplugin\\Contents\\x64\" (the debug build does this automatically, but needs appropriate access rights (Administrator rights of your visual)) On OSX, copy built bundle build/Debug/again.aaxplugin to \"/Library/Application Support/Avid/Audio/Plug-Ins\" A developer version of Pro Tools is needed to load the plug-in, the release version of Pro Tools requires plug-ins to be Pace-signed (PACE Anti-Piracy Inc.: https://www.ilok.com )","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » How does it work?","id":"108","title":"How does it work?"},"109":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work? Related pages: Audio Unit v3 Plug-Ins | Apple Developer Documentation","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » VST 3 - AudioUnit v3 Wrapper","id":"109","title":"VST 3 - AudioUnit v3 Wrapper"},"11":{"body":"/ VST Home On this page: VST 3: New Standard for Virtual Studio Technology About the VST standard From the technical point of view Related pages: Use cases Main benefits of VST 3 What is the VST 3 SDK?","breadcrumbs":"What is VST? » What is VST?","id":"11","title":"What is VST?"},"110":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v3 plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to an AU v3 plug-in. The wrapped AudioUnit does support MPE when the VST 3 plug-in has Note Expression support. You need to implement Steinberg::Vst::INoteExpressionPhysicalUIMapping to map your Note Expression to the limited three expressions defined by MPE.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » Introduction","id":"110","title":"Introduction"},"111":{"body":"Structure: App (container app which initializes the AU through small Playback Engine) Extension (extension which is loaded by hosts, also initializes the AU) How to use the VST 3 → AU v3 Wrapper with the sample code: make sure you have correct code signing set up build & run targets How to use the VST 3 → AU v3 Wrapper with your own VST plug-in: duplicate either the folder again_auv3 or note_expression_synth_auv3 in public.sdk/samples/vst, rename it and edit CMakelist.txt to add your sources, resources and modified target names etc. open audiounitconfig.h and change the definitions in this file. also change the other files in that folder to your requirements. Code signing is required, but you can build and test with a developer only identity. build & run targets","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » How does it work?","id":"111","title":"How does it work?"},"112":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work? Related pages: Audio Unit v3 Plug-Ins | Apple Developer Documentation","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » VST 3 - AudioUnit v2 Wrapper","id":"112","title":"VST 3 - AudioUnit v2 Wrapper"},"113":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v2 plug-in. The VST 3 SDK comes with an AudioUnit wrapper, which can wrap one VST 3 audio processor and edit controller as an AudioUnit effect/instrument. The wrapper is a small dynamic library which loads the VST 3 plug-in. As AudioUnits store important information in their resource fork, this library must be compiled for every VST 3 plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » Introduction","id":"113","title":"Introduction"},"114":{"body":"You first need to build the SDK ( check here ) and then you should have the xcode project. You may need to download the CoreAudio SDK from Apple and point cmake to it when building the SDK with it ( see here ). Create a copy of the again AU wrapper example project directory (public.sdk/source/vst/auwrapper/again/) Rename the copy to your needs Edit the target settings of the project and change Product Name Library search path so that it points to the directory where libauwrapper.a exists architecture setting so that it only includes architectures that the VST 3 plug-in supports Search in the project for AUWRAPPER_CHANGE and change the settings to your needs, especially in: Edit audiounitconfig.h, see comments there Edit Info.plist, see comments there Edit the \"Make Links Script\" for easier debugging/development Build your project Done ... that is all! For the release version, you must place a copy or an alias of your VST 3 plug-in in the resource folder of the bundle named \"plugin.vst3\"","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » How does it work?","id":"114","title":"How does it work?"},"115":{"body":"/ VST Home / What is the VST 3 SDK? See [3.6.0] iOS Inter-App Audio","breadcrumbs":"What is the VST 3 SDK? » iOS Inter-App Audio Support » iOS Inter-App Audio Support","id":"115","title":"iOS Inter-App Audio Support"},"116":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction VSTGUI Forum VSTGUI on GitHub VSTGUI License Tutorials for VSTGUI Related pages: https://sdk.steinberg.net","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI","id":"116","title":"VSTGUI"},"117":{"body":"This is a user interface toolkit mainly for audio plug-ins (VST, AudioUnit, etc). Based on the XML definition of the plug-in UI, VSTGUI includes an embedded editor (UIDescription Editor) which allows the developer to create a plug-in UI just by drag & drop of the UI element. First developed in-house by Steinberg Media Technologies (around 1998) for their first VST plug-ins. Later added as binary libraries to the official VST SDK . Since May 2003, VSTGUI is open source, and is hosted now at GitHub https://github.com/steinbergmedia/vstgui . The last official release version of VSTGUI is always included in the VST 3 SDK . what_if_35 Example of the VSTGUI UIDescription Editor (embedded editing WYSIWYG) Check the folder vstgui4 of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » Introduction","id":"117","title":"Introduction"},"118":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, submit bug reports, request new features and connect to other VSTGUI developers: what_if_36 https://sdk.steinberg.net","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI Forum","id":"118","title":"VSTGUI Forum"},"119":{"body":"what_if_37 https://github.com/steinbergmedia/vstgui","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI on GitHub","id":"119","title":"VSTGUI on GitHub"},"12":{"body":"With VST (Virtual Studio Technology), Steinberg established the world’s leading and most widely supported standard for plug-ins and virtual instruments in 1996. With VST 3 Steinberg releases the next major revision of Steinberg ’s Virtual Studio Technology to the audio industry. VST 3 marks an important milestone in audio technology with a completely rewritten code base providing not only many new features but also the most stable and reliable VST platform ever. This combination of the latest technology and new features is the result of Steinberg ’s twelve years of development experience as the leading plug-in interface provider. VST 3 has been designed to provide a technological and creative basis for many innovative and exciting new products for the audio industry, offering a new world of creative possibilities for instrument and effect plug-in users. The VST 3 SDK is available as a free technology, open in use for any developer.","breadcrumbs":"What is VST? » VST 3: New Standard for Virtual Studio Technology","id":"12","title":"VST 3: New Standard for Virtual Studio Technology"},"120":{"body":"BSD style VSTGUI LICENSE\n(c) Steinberg Media Technologies, All Rights Reserved Redistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met: * Redistributions of source code must retain the abovecopyright notice,\nthis list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice,\nthis list of conditions and the following disclaimer inthe documentation\nand/or other materials provided with the distribution.\n* Neither the name of the Steinberg Media Technologies northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI License","id":"120","title":"VSTGUI License"},"121":{"body":"Use VSTGUI to design a User Interface This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to createstunning user interfaces for your plug-in.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » Tutorials for VSTGUI","id":"121","title":"Tutorials for VSTGUI"},"122":{"body":"/ VST Home Related pages: Steinberg VST usage guidelines What are the licensing options for VST 3? Which files fall under which license? Developer use cases (FAQs) This developer use case guide will help you to decide which VST 3 licensing model to choose. The VST 3 SDK has new Usage Guidelines to follow for all licensing models, please read them carefully!","breadcrumbs":"VST 3 Licensing » VST 3 Licensing","id":"122","title":"VST 3 Licensing"},"123":{"body":"Whenever VST ® is used or the SDK has been used to create a product or the SDK is included (Open-source GPLv3 case), it is required to add the reference to Steinberg by using the VST compatible logo as supplied by Steinberg . Included in the VST 3 SDK , the VST compatible logo can be found in the folder VST_SDK/VST3_SDK/vst3_doc/artwork .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines","id":"123","title":"Steinberg VST usage guidelines"},"124":{"body":"You can choose between the Proprietary Steinberg VST 3 or the Open-source GPLv3 license ( dual-license ) depending on how you want to distribute your VST 3 plug-in/host. The License Agreement could be found here and in the VST 3 SDK package .","breadcrumbs":"VST 3 Licensing » What are the licensing options for VST 3?","id":"124","title":"What are the licensing options for VST 3?"},"125":{"body":"All files describing the VST 3 interface, except VST 2 files, located in the folder \"pluginterfaces\" of the SDK, fall under the dual-license described previously.","breadcrumbs":"VST 3 Licensing » Which files fall under which license?","id":"125","title":"Which files fall under which license?"},"126":{"body":"The following use cases support you to choose the right license.","breadcrumbs":"VST 3 Licensing » Developer use cases (FAQs)","id":"126","title":"Developer use cases (FAQs)"},"127":{"body":"/ VST Home / VST 3 Licensing On this page: 1. Required use of VST Compatible logo 2. Use of VST unrelated to the VST Compatible logo 3. Use when claiming compatibility 4. Use on website 5. Use on package 6. Use in product name or logo 7. Use in company name 8. Use in social media 9. Use in domain 10. Use in logo 11. Use in video 12. Use in category 13. Use in combination or composition 14. VST Compatible logo 15. General guidelines for using VST trademark 16. Questions and suggestions Related pages: VST 3 Licensing What are the licensing options for VST 3? Developer use cases (FAQs) Whenever VST ® is used or the SDK has been used to create a product or the SDK is included (Open-source GPLv3 case), it is required to add the reference to Steinberg by using the VST compatible logo as supplied by Steinberg . Included in the VST 3 SDK , the VST compatible logo can be found in the folder VST_SDK/VST3_SDK/vst3_doc/artwork . This logo exists in different forms: with and without the trademark text, black on white and white on black. If you choose the logo without the trademark text, you have to include the following statement somewhere: \"VST is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries.\"","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » Steinberg VST usage guidelines","id":"127","title":"Steinberg VST usage guidelines"},"128":{"body":"Whenever “ VST ” is used, or the SDK is used to create a product, or when the SDK is included, it is required to add the reference to Steinberg by using the “ VST Compatible logo ” as supplied by Steinberg on each of the following: on package on website: The VST Compatible logo must be shown on every webpage that relates to such a product or shows VST . Using e.g. only within the imprint is NOT sufficient. all documentation, regardless of the media used, such as PDF manuals, website, printed manuals etc. On each of the following the logo can be omitted only if not enough space is available. However, in such a case be sure to include Steinberg's copyrights notice: on all advertising materials in the \"about box\" or similar (e.g. help menu, startup screen) of the product.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 1. Required use of VST Compatible logo","id":"128","title":"1. Required use of VST Compatible logo"},"129":{"body":"It is allowed for all parties that have entered into the current Steinberg VST Plug-in SDK Licensing Agreement to use “ VST ” in regular letters to refer to compatibility as long as complying with the Agreement. This can be done on the package/website or even within the name of the product as long as the form of use is in line with the Agreement and the VST Compatible logo is always shown in the context of such. The following shall provide more guidance related to common forms of usage.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 2. Use of VST unrelated to the VST Compatible logo","id":"129","title":"2. Use of VST unrelated to the VST Compatible logo"},"13":{"body":"The Virtual Studio Technology ( VST ) interface is nothing short of a revolution in digital audio. Developed by Steinberg and first launched in 1996, VST creates a full, professional studio environment on your computer. VST allows the integration of virtual effect processors and instruments into your digital audio environment. These can be software recreations of hardware effect units and instruments or new creative effect components in your VST system. All are integrated seamlessly into VST compatible host applications like digital audio workstations (DAW). VST also allows easy integration of external equipment, allowing you to put together a system tailor-made to your needs. Being an open standard, the possibilities offered by VST have steadily been growing over the past decade. New virtual effect processors and virtual instruments are constantly being developed by Steinberg and of course dozens of other companies.","breadcrumbs":"What is VST? » About the VST standard","id":"13","title":"About the VST standard"},"130":{"body":"It is allowed to use claims such as “ compatible with 64-bit VST ” if the VST Compatible logo is placed in context of such claim, e.g. not too far away on the same page, and the product uses or has been created using the SDK and is, in fact, compatible.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 3. Use when claiming compatibility","id":"130","title":"3. Use when claiming compatibility"},"131":{"body":"It is not sufficient to include the VST Compatible logo only in the imprint or one other page. All pages that relate to a product using or created using the SDK or showing VST must show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 4. Use on website","id":"131","title":"4. Use on website"},"132":{"body":"The VST Compatible logo must be printed on the package of any product using or created using the SDK or showing VST .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 5. Use on package","id":"132","title":"5. Use on package"},"133":{"body":"Provided that the VST Compatible logo is always displayed in the context of such a product name, “ VST ” may be added to the basic product name, e.g. like “mycoolEngine for VST ”, if set in regular type and not graphically illustrated or integrated into the product name, and if the VST Compatible logo is always shown in direct context to such a product name. It is not allowed to merge the basic product name and VST in any graphical way into one integrated visual. E.g., it is allowed to use like this: licensing_1 while it is unacceptable to use it like this: licensing_2","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 6. Use in product name or logo","id":"133","title":"6. Use in product name or logo"},"134":{"body":"It is not allowed to include VST in the company name.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 7. Use in company name","id":"134","title":"7. Use in company name"},"135":{"body":"It is allowed to use VST in channels and their names/URLs and the like, if a junction is used to denote the compatibility, e.g. in “MycoolEngineForVST”, and if the channels etc. always show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 8. Use in social media","id":"135","title":"8. Use in social media"},"136":{"body":"It is allowed to use VST in domains, e.g. second level domains, if a junction is used to denote the compatibility, e.g. in “MycoolEngineForVST.com” , and if any page under such domain shows the VST Compatible logo and the domain only shows products using or created using the SDK.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 9. Use in domain","id":"136","title":"9. Use in domain"},"137":{"body":"It is not permitted to include VST in a company logo but it is allowed to include VST in a product logo provided that is in conformity with No. 6 (Use in product name or logo).","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 10. Use in logo","id":"137","title":"10. Use in logo"},"138":{"body":"It is allowed to use “ VST ” in the title of a video or in a video, e.g. a tutorial, in a way as named above, e.g. as an addition to a product name or to show the compatibility, if the VST Compatible logo is shown in the video and, if VST is included in the title of the video, on any page that shows the video and/or the title. Provided that a frame of the video is shown as still (e.g. when presenting the video while not playing it) and such frame includes VST , the frame or the direct context of the video needs to show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 11. Use in video","id":"138","title":"11. Use in video"},"139":{"body":"It is allowed to use VST in a category or in a related URL outside of the domain, e.g. in www.myreviews.com/VSTplugins/ , if such category is of generic meaning, and if under such category only forms of use and/or products in line with the SDK agreement are listed.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 12. Use in category","id":"139","title":"12. Use in category"},"14":{"body":"A VST plug-in is an audio processing component that is utilized within a host application. This host application provides the audio or/and event streams that are processed by the plug-in's code. Generally speaking, a VST plug-in can take a stream of audio data, apply a process to the audio, and return the result to the host application. A VST plug-in normally performs its process using the processor of the computer. The audio stream is broken into a series of blocks. The host supplies the blocks in sequence. The host and its current environment control the block-size. The VST plug-in maintains the status of all its own parameters relating to the running process: The host does not maintain any information about what the plug-in did with the last block of data it processed. From the host application's point of view, a VST plug-in is a black box with an arbitrary number of inputs, outputs (Event (MIDI) or Audio), and associated parameters. The host needs no implicit knowledge of the plug-in's process to be able to use it. The plug-in process can use whatever parameters it wants, internally to the process, but depending on the capabilities of the host, it can allow the changes to user parameters to be automated by the host. The source code of a VST plug-in is platform independent, but the delivery system depends on the platform architecture: On Windows , a VST plug-in is a multi-threaded DLL (Dynamic Link Library), recently packaged into a folder structure. On macOS X , a VST plug-in is a Mach-O Bundle. On Linux , a VST plug-in is a package.","breadcrumbs":"What is VST? » From the technical point of view","id":"14","title":"From the technical point of view"},"140":{"body":"It is not allowed to create combinations or compositions like “ VSTi ” or similar.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 13. Use in combination or composition","id":"140","title":"13. Use in combination or composition"},"141":{"body":"The current VST Compatible logos are the following: licensing_3 licensing_4 Minimum printing size = 20 x 18,7 mm licensing_5 licensing_6 Minimum printing size = 15 x 10 mm","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 14. VST Compatible logo","id":"141","title":"14. VST Compatible logo"},"142":{"body":"On product documentation and promotional materials, use the registered trademark symbol (®) the first time the VST trademark appears in the text. Also include an attribution of Steinberg's ownership within the credit notice. Attribution: \"VST® is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries.\"","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 15. General guidelines for using VST trademark","id":"142","title":"15. General guidelines for using VST trademark"},"143":{"body":"Questions and suggestions regarding this guide can be sent to reception@steinberg.de","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 16. Questions and suggestions","id":"143","title":"16. Questions and suggestions"},"144":{"body":"/ VST Home / VST 3 Licensing On this page: Proprietary Steinberg VST 3 license Open-source GPLv3 license Steinberg Dual-License file Related pages: VST 3 Licensing Developer use cases (FAQs) GNU General Public License GPLv3 You can choose between the Proprietary Steinberg VST 3 or the Open-source GPLv3 license ( dual-license ) depending on how you want to distribute your VST 3 plug-in/host. The License Agreement could be found here and in the VST 3 SDK package .","breadcrumbs":"VST 3 Licensing » What are the licensing options » What are the licensing options","id":"144","title":"What are the licensing options"},"145":{"body":"The \" Proprietary Steinberg VST 3 \" license allows you to distribute your VST 3 plug-in/host in a binary form. However, please note the following requirements: You need written permission from Steinberg Media Technologies GmbH in order to distribute your VST 3 plug-in/host (Steinberg will send you the countersigned License agreement included in the SDK that you signed and sent to us). You need to mention Steinberg Media Technologies GmbH in the about box and/or documentation of your VST 3 plug-in/host and follow the Steinberg VST usage guidelines . For more details please read the \" Proprietary Steinberg VST 3 \" license agreement. If you accept it, please enter all required information, sign it and send it back to us, either via land mail (to the Steinberg address mentioned in the license), or via e-mail to reception@steinberg.de or via fax (+49 (0)40 210 35-300). We will countersign the license agreement and send it back to you. ⓘ As PDF The License agreement is part of the VST SDK package, too.","breadcrumbs":"VST 3 Licensing » What are the licensing options » Proprietary Steinberg VST 3 license","id":"145","title":"Proprietary Steinberg VST 3 license"},"146":{"body":"The open-source license lets you share the source code of your VST 3 plug-in/host including the VST 3 SDK's sources which are subject to the GPLv3 . ⓘ Note Note that VST 2 sources are NOT part of the GPLv3 ! For more information about GPLv3 check this link . It also permits you to change and modify the VST 3 SDK 's sources as long as you share your changes and make them available for everyone (e.g. on an Internet hosting service like GitHub). Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"VST 3 Licensing » What are the licensing options » Open-source GPLv3 license","id":"146","title":"Open-source GPLv3 license"},"147":{"body":"//----------------------------------------------------------------------------\n// LICENSE\n// (c) 2022, Steinberg Media Technologies GmbH, All Rights Reserved\n//----------------------------------------------------------------------------\nThis license applies only to files referencing this license,\nfor other files of the Software Development Kit therespective embedded license text\nis applicable. The license can be found at: This Software Development Kit is licensed under the terms ofthe Steinberg VST 3 License,\nor alternatively under the terms of the General PublicLicense (GPL) Version 3.\nYou may use the Software Development Kit according to eitherof these licenses as it is\nmost appropriate for your project on a case-by-case basis(commercial or not). a) Proprietary Steinberg VST 3 License\nThe Software Development Kit may not be distributed in partsor its entirety\nwithout prior written agreement by Steinberg MediaTechnologies GmbH.\nThe SDK must not be used to re-engineer or manipulate anytechnology used\nin any Steinberg or Third-party application or softwaremodule,\nunless permitted by law.\nNeither the name of the Steinberg Media Technologies GmbH northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission.\nBefore publishing a software under the proprietary license, you need to obtain a copy\nof the License Agreement signed by Steinberg MediaTechnologies GmbH.\nThe Steinberg VST SDK License Agreement can be found at:\n THE SDK IS PROVIDED BY STEINBERG MEDIA TECHNOLOGIES GMBH \"ASIS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULARPURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL STEINBERG MEDIA TECHNOLOGIES GMBH BE LIABLEFOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE. b) General Public License (GPL) Version 3\nDetails of these licenses can be found at: \n//---------------------------------------------------------------------------------","breadcrumbs":"VST 3 Licensing » What are the licensing options » Steinberg Dual-License file","id":"147","title":"Steinberg Dual-License file"},"148":{"body":"/ VST Home / VST 3 Licensing On this page: Which files of the VST 3 SDK fall under which license? What about VST 2? Related pages: VST 3 Licensing","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » Which files fall under which license?","id":"148","title":"Which files fall under which license?"},"149":{"body":"All files describing the VST 3 interface, except VST 2 files, located in the folder \"pluginterfaces\" of the SDK, fall under the dual-license described previously. Each of these files includes this text: //----------------------------------------------------------------------------\n// This file is part of a Steinberg SDK. It is subject to thelicense terms\n// in the LICENSE file found in the top-level directory ofthis distribution\n// and at www.steinberg.net/sdklicenses.\n// No part of the SDK, including this file, may be copied, modified, propagated,\n// or distributed except according to the terms contained inthe LICENSE file.\n//---------------------------------------------------------------------------- for all other files of the VST 3 SDK , the respective embedded license text is applicable, for example: all VSTGUI files fall under a BSD style license all Helper files (included in base and public.sdk folders) except VST 2 files fall under a BSD style license all VST 2 files (included in pluginterfaces and public.sdk folders) fall under the \" Proprietary Steinberg VST 2 \" license all mda-vst3 examples ( public.sdk/samples/mda-vst3 folder ) fall under a BSD style license: Copyright (c) 2008 Paul Kellett","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » Which files of the VST 3 SDK fall under which license?","id":"149","title":"Which files of the VST 3 SDK fall under which license?"},"15":{"body":"VST Home / What is VST? On this page: Why use VST 3 SDK? Advantages of using VST 3 SDK Examples of VST 3 host applications (05/10/2023) Related pages: Main benefits of VST 3","breadcrumbs":"What is VST? » Use cases » Use cases","id":"15","title":"Use cases"},"150":{"body":"The \"Proprietary Steinberg VST 2\" license, which is the VST 2 license agreement, allows you to distribute your VST 2 plug-in/host in a binary form. However, please note the following requirements: You need written permission from Steinberg Media Technologies GmbH in order to distribute your VST 2 plug-in/host (which had to be done before October 2018). You need to mention Steinberg Media Technologies GmbH in the about box and/or documentation of your VST 2 plug-in/host and follow the Steinberg VST usage guidelines . Note that the \"Proprietary Steinberg VST 3\" license does not include the \"Proprietary Steinberg VST 2\" license, you have to sign it separately! It was available in the VST 2 SDK and in the VST 3 SDK old version. Note that from the first of October 2018, Steinberg does not accept any more submissions of license agreement for VST 2 plug-in/host! This means: If you do not have a license agreement signed with Steinberg before October 2018, you are not allowed to distribute VST 2 plug-ins or VST 2 hosts!","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » What about VST 2?","id":"150","title":"What about VST 2?"},"151":{"body":"/ VST Home / VST 3 Licensing Related pages: Steinberg VST usage guidelines What are the licensing options for VST 3? See Frequently Asked Questions: Licensing","breadcrumbs":"VST 3 Licensing » Developer use cases (FAQs) » Developer use cases (FAQs)","id":"151","title":"Developer use cases (FAQs)"},"152":{"body":"/ VST Home Related pages: VST 3 Links How to set up my system for VST 3 Preparation on Windows This section provides general information about where to find the VST 3 SDK and how to get it.","breadcrumbs":"Getting Started » Getting Started","id":"152","title":"Getting Started"},"153":{"body":"Important links you will need for working with VST 3 .","breadcrumbs":"Getting Started » VST 3 Links","id":"153","title":"VST 3 Links"},"154":{"body":"In order to build VST 3 plug-ins, you need the source code of the VST 3 (interface definition), an IDE/compiler, cmake and a VST 3 host application.","breadcrumbs":"Getting Started » How to set up my system for VST 3","id":"154","title":"How to set up my system for VST 3"},"155":{"body":"/ VST Home / Getting Started On this page: Getting VST 3 SDK Download the full VST 3 package as zip file Clone VST 3 repository from GitHub Online Documentation VST 3 Forum VSTGUI External Links to VST 3, DSP, Conferences and Plug-ins development Related pages: How to set up my system for VST 3 Important links you will need for working with VST 3 .","breadcrumbs":"Getting Started » VST 3 Links » VST 3 Links","id":"155","title":"VST 3 Links"},"156":{"body":"You have 2 possibilities for getting the VST 3 SDK: Component as zip package as GitHub repository VST 3 API ✔️ ✔️ Helpers classes ✔️ ✔️ AAX, AUv3, AU and VST 2 wrappers ✔️ ✔️ iOS Inter-App Audio support ✔️ ✔️ VST 3 Plug-ins Examples ✔️ ✔️ Validator command line ✔️ ✔️ AudioAudioHost ✔️ ✔️ EditorHost ✔️ ✔️ VST 3 Inspector ✔️ ✔️ VSTGUI ✔️ ✔️ VST 3 Project Generator ✔️(as exe only) ✔️(as source code) VST 3 Plug-in Test Host (exe only) ✔️ ❌ VST 3 Licensing ✔️Proprietary+ GPLv3 ❌only GPLv3","breadcrumbs":"Getting Started » VST 3 Links » Getting VST 3 SDK","id":"156","title":"Getting VST 3 SDK"},"157":{"body":"Download a full VST 3 SDK package which includes everything you need to build a VST 3 plug-in or host. Test your VST 3 plug-in in real-time with the included VST 3 Plug-in Test Host and execute automated tests (See What is the VST 3 SDK? ): https://www.steinberg.net/vst3sdk (direct link to zip file, ~100 MB)","breadcrumbs":"Getting Started » VST 3 Links » Download the full VST 3 package as zip file","id":"157","title":"Download the full VST 3 package as zip file"},"158":{"body":"Clone the VST 3 SDK repository from GitHub for easy integration into your workspace: https://github.com/steinbergmedia/vst3sdk ⓘ Note Independently of the download source of the VST 3 SDK be sure that you follow the license agreement (check What are the licensing options for VST 3? )","breadcrumbs":"Getting Started » VST 3 Links » Clone VST 3 repository from GitHub","id":"158","title":"Clone VST 3 repository from GitHub"},"159":{"body":"Browse the VST 3 SDK 's online documentation including API reference and sample code: https://steinbergmedia.github.io/vst3_doc Browse the VST portal for the whole documentation and tutorials: https://steinbergmedia.github.io/vst3_dev_portal/pages/index.html","breadcrumbs":"Getting Started » VST 3 Links » Online Documentation","id":"159","title":"Online Documentation"},"16":{"body":"There are different use cases you can realize by using the VST 3 SDK : You are a plug-in developer and you want to create audio FX or instrument plug-ins which can be included and used in a VST 3 host application. an audio FX plug-in is an audio processor effect taking audio as input and creating audio as output: such as Delay , Phaser , Compressor , Reverb , … an instrument plug-in is a sound/audio generator, taking as input note events and creating audio as output: such as emulations of well-known hardware synths. There are 2 kinds of instrument plug-ins: virtual sample-based (using audio samples as the basis for sound generation) and virtual synth (using different types of synthesis: physical modelling, additive, subtractive, FM, sample-based, …) You are a host developer and you want to load in your application VST 3 plug-ins: audio FX and/or instruments plug-ins.","breadcrumbs":"What is VST? » Use cases » Why use VST 3 SDK?","id":"16","title":"Why use VST 3 SDK?"},"160":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, submit bug reports, request new features and connect to other VST 3 developers: https://sdk.steinberg.net","breadcrumbs":"Getting Started » VST 3 Links » VST 3 Forum","id":"160","title":"VST 3 Forum"},"161":{"body":"When you download the VST 3 SDK , the last official release version of VSTGUI is included, but you can get it (the release and the development branches) from github: https://github.com/steinbergmedia/vstgui","breadcrumbs":"Getting Started » VST 3 Links » VSTGUI","id":"161","title":"VSTGUI"},"162":{"body":"Here, you can find some links to external resource about VST 3 , DSP and Plug-ins development: Category Links YouTube • ADC 2020 : Support of MIDI2 and MIDI-CI in VST 3 instruments, Arne Scheffler and Janne Roeper getting_started_vid_1 • ADC 2017 : VST 3 history, advantages and best practice, Yvan Grabit getting_started_vid_2 • ADC 2016 : The Golden Rules of Audio Programming, Pete Goodliffe • How to setup the VST 3 SDK's Sample Plug-in Projects Forums / Mailing List • KVRAudio Forum : DSP and Plug-in Development • music-dsp mailing list at columbia.edu • music-dsp Web • Sursound mailing list at Virginia Tech • DSP Stack Overflow : DSP Developer community • Stack Overflow : Developer community Tools / Libraries • MATLAB® : Audio Plug-in Creation and Hosting • Blender : A free and open source 3D creation suite • Armadillo : C++ library for linear algebra & scientific computing • lapack++ : Linear Algebra PACKage in C++ • dlib : Dlib is a modern C++ toolkit • Intel MKL : Intel® Math Kernel Library • CMSIS-DSP : CMSIS-DSP is an optimized compute library for Arm CPU (filtering, mathematics,...) Books • DSP related.com : Articles, news, and blogs about basic and modern DSP topics • Introduction to Signal Processing by Sophocles J. Orfanidis • DSP Guide by Steven W. Smithn (The Scientist and Engineer's Guide to Digital Signal Processing) • Online Books by Julius O. Smith III (Mathematics of the Discrete Fourier Transform (DFT), Introduction to Digital Filters, Physical/Spectral Audio Signal Processing) • Seeing Circles, Sines, and Signals : A visual and interactive introduction to DSP • The ART of VA Filter Design by Vadim Zavalishin (theoretical and practical aspects of the virtual analog filter design in the music DSP context) • Stackoverflow - The Definitive C++ Book Guide and List : Nice list of C++ books (for beginner to advanced levels) Conferences • ADC : Audio Developer Conference by Roli • DAFx : Digital Audio Effects • ICASSP : International Conference on Acoustics, Speech, and Signal Processing • ISMIR : International Society for Music Information Retrieval Other • VST on wikipedia • VST Story Interview • Steinberg Media Technologies getting_started_vid_3","breadcrumbs":"Getting Started » VST 3 Links » External Links to VST 3, DSP, Conferences and Plug-ins development","id":"162","title":"External Links to VST 3, DSP, Conferences and Plug-ins development"},"163":{"body":"/ VST Home / Getting Started On this page: Get the source code From the downloaded vstsdk.zip file From GitHub: Get an IDE for development For Windows For MacOS For Linux Package Requirements Get cmake Get a VST 3 host application Related pages: VST 3 Links Using cmake for building VST 3 plug-ins In order to build VST 3 plug-ins, you need the source code of the VST 3 (interface definition), an IDE/compiler, cmake and a VST 3 host application.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » How to setup up my system for VST 3","id":"163","title":"How to setup up my system for VST 3"},"164":{"body":"","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get the source code","id":"164","title":"Get the source code"},"165":{"body":"Download the VST 3 SDK : check VST 3 SDK Download . Unpack the zip file to a development folder on your computer.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » From the downloaded vstsdk.zip file","id":"165","title":"From the downloaded vstsdk.zip file"},"166":{"body":"git clone --recursive https://github.com/steinbergmedia/vst3sdk.git","breadcrumbs":"Getting Started » How to set up my system for VST 3 » From GitHub:","id":"166","title":"From GitHub:"},"167":{"body":"","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get an IDE for development","id":"167","title":"Get an IDE for development"},"168":{"body":"On Windows , we recommend that you to use Visual Studio C++ or Visual Studio Code . You can get it for free here https://visualstudio.microsoft.com/free .","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For Windows","id":"168","title":"For Windows"},"169":{"body":"On MacOS, a first choice is Xcode (available here https://developer.apple.com/xcode/ ).","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For MacOS","id":"169","title":"For MacOS"},"17":{"body":"By using VST 3 SDK directly: you are sure to be compliant with the VST 3 format. developing your plug-in based on the VST 3 format allows you to support easily new VST 3 features that improve the integration of these plug-ins inside a DAW. Some 3rd party SDKs use only a common layer between all plug-in formats, limiting in this way the possibility for a better integration, for example exclusive VST 3 features: context menu dirty state loading differentially a preset or a project note expression see other benefits of VST 3 you get optimal integration of the VSTGUI tool with VST 3 it includes the major plug-in format wrappers: AAX , AUv3 , AU , VST 2 (deprecated) the included Validator allows you to check your plug-in's conformity to the VST 3 standard","breadcrumbs":"What is VST? » Use cases » Advantages of using VST 3 SDK","id":"17","title":"Advantages of using VST 3 SDK"},"170":{"body":"In order to build the SDK successfully, you need an Ubuntu-based Linux distribution. Other distributions might work as well, but are not tested. Download Linux: http://www.ubuntu.com or https://www.linuxmint.com Install it directly or in a virtual machine like Parallels. We used and tested on Ubuntu 22.04 LTS.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For Linux","id":"170","title":"For Linux"},"171":{"body":"Building the SDK examples requires installation of several packages: Required: sudo apt-get install cmake gcc \"libstdc++6\" libx11-xcb-dev libxcb-util-dev libxcb-cursor-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev libfontconfig1-dev libcairo2-dev libgtkmm-3.0-dev libsqlite3-dev libxcb-keysyms1-dev ⓘ Note On Raspbian/Debian, replace \"libxcb-util-dev\" with \"libxcb-util0-dev\" Optional: sudo apt-get install subversion git ninja-build A recommended IDE (optional): QTCreator sudo apt-get install qtcreator ⓘ Note You can also use the bash file \"setup_linux_packages_for_vst3sdk.sh\" included in the VST3_SDK/tools folder! ⓘ Note Instead of gcc compiler, a recent version of clang compiler will also work! libgtkmm3 is required for VSTGUI and the editorhost example! Jack Audio is required for audiohost example!","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Package Requirements","id":"171","title":"Package Requirements"},"172":{"body":"In order to control the compilation process and create an IDE project, VST 3 SDK uses the open-source and cross-platform tool cmake . You can download cmake here: https://cmake.org/download/ or use a package manager for your OS (Linux). You can use it as a command line tool or use the cmake executable with GUI. cmake-gui is included in the cmake package: getting_started_1 Specific on Windows You have to adapt your Windows right access to allow creation of symbolic links for VST 3 plug-ins: Check HERE!","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get cmake","id":"172","title":"Get cmake"},"173":{"body":"You can use your favorite VST 3 host application, see here for some examples, or you can use the VST 3 Plug-in Test Host application included in the VST 3 SDK .","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get a VST 3 host application","id":"173","title":"Get a VST 3 host application"},"174":{"body":"/ VST Home / Getting Started Generated VST 3 Microsoft Visual Studio Projects using the cmake included in the SDK will create by default symbolic links for each built plug-in in the official VST 3 folder ( C:\\Program Files\\Common Files\\VST3 ). In this folder it is not directly possible to write these symbolic links if you are allowed to do this (not Administrator for example), to solve this problem you have 3 solutions:","breadcrumbs":"Getting Started » Preparation on Windows » Preparation on Windows","id":"174","title":"Preparation on Windows"},"175":{"body":"If you do not want to create these links, call cmake with this parameter: -DSMTG_CREATE_PLUGIN_LINK=0","breadcrumbs":"Getting Started » Preparation on Windows » Solution 1","id":"175","title":"Solution 1"},"176":{"body":"You could choose (which is the default) the new user location for VST 3 plug-ins which should have no right access issue as normal user, call cmake with this parameter: -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1","breadcrumbs":"Getting Started » Preparation on Windows » Solution 2","id":"176","title":"Solution 2"},"177":{"body":"In order to allow create these symbolic links on Windows you have to adapt the Group Policy of Windows which is only available by default in Windows Pro but not in Windows Home . In Windows Home you have to install it before changing the right access to this folder ( C:\\Program Files\\Common Files\\VST3 ). For this there are some internet webpages showing you how to do this, for example this one: https://www.itechtics.com/enable-gpedit-msc-windows-11 . As soon as the group Policy editor is available you have to start it by: Enter run in the Windows search field and start the run App and enter gpedit.msc or Enter Edit group policy in the Windows search field: getting_started_2 Now the Local Group Policy Editor is started: Navigate to: Computer Configuration => Windows Settings => Security Settings =>Local Policies => User Rights Assignment => Create symbolic links Here, you can set which users can create symbolic links, add your user name. getting_started_3","breadcrumbs":"Getting Started » Preparation on Windows » Solution 3","id":"177","title":"Solution 3"},"178":{"body":"/ VST Home On this page: Building the examples included in the SDK Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux Using cmake for building VST 3 plug-ins Generate a new plug-in with the Project Generator App Code your first plug-in Use VSTGUI to design a User Interface Data Exchange Advanced VST 3 techniques How to use the silence flags Guideline for replacing a VST 2 plug-in by a VST 3 plug-in Strings Conversion Helper Creating a cmake plug-in project from scratch Creating a plug-in with VST 3 SDK as an external project Switching to another VSTGUI submodule or branch Tutorials on Youtube from 3rd Party developers How to setup the VST 3 SDK's Sample Plugin Projects VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in Building Your First Audio Plug-in (Windows 10) Building Your First Audio Plug-in (macOS) Building Your First Audio Plug-in (Linux Ubuntu) The tutorials explain common techniques and best practices for building your plug-ins. By following the instruction step by step you will learn how to develop VST 3 plug-ins. ⓘ Note This section is under construction and will be extended inthe future with new tutorials.","breadcrumbs":"Tutorials » Tutorials","id":"178","title":"Tutorials"},"179":{"body":"","breadcrumbs":"Tutorials » Building the examples included in the SDK","id":"179","title":"Building the examples included in the SDK"},"18":{"body":"Name Companies Link ACID Pro MAGIX Software GmbH https://www.magix.com Acoustica Acon Digital https://acondigital.com Audacity Audacity Team https://www.audacityteam.org Audition Adobe https://www.adobe.com Bidule Plogue Art et Technologie, Inc. https://www.plogue.com Bitwig Bitwig GmbH https://www.bitwig.com Camelot Audio Modeling https://audiomodeling.com Cantabile Topten Software https://www.cantabilesoftware.com Catalyst Toneworks https://toneworks.io/ Cross DJ MixVibes https://www.mixvibes.com Cubase Steinberg Media Technologies GmbH https://new.steinberg.net/cubase DaVinci Resolve Blackmagic Design https://www.blackmagicdesign.com/products/davinciresolve Decibel Process Audio https://process.audio deCoda zplane https://products.zplane.de/products/decoda Digital Performer MOTU https://motu.com/en-us/products/software/dp Dime time offaudio https://timeoff.audio Dorico Steinberg Media Technologies GmbH https://new.steinberg.net/dorico Entonal Studio Node Audio https://entonal.studio FL Studio ImageLine https://www.image-line.com Fluid Chords Pitch Innovations https://www.pitchinnovations.com Freestyle Suite New Sonic Arts https://www.newsonicarts.com Gig Performer Deskew Technologies https://gigperformer.com Komplete Kontrol Vienna Symphonic Library GmbH https://www.native-instruments.com KSHMR Chain Excite Audio https://www.excite-audio.com Live Ableton AG https://www.ableton.com/en/live Maschine Native Instruments https://www.native-instruments.com Max Cycling 74 https://cycling74.com Metro Sagan Technology https://sagantech.com Mixcraft Acoustica https://acoustica.com MultitrackStudio Bremmers Audio Design https://www.multitrackstudio.com Music Maker Plus MAGIX Software GmbH https://www.magix.com Nuendo Steinberg Media Technologies GmbH https://new.steinberg.net/nuendo Orb Composer Pro Hexachords https://hexachords.com Overture Sonic Scores https://sonicscores.com OwlPlug OwlPlug https://owlplug.com Qtractor rncbc https://qtractor.org Reaper Reaper https://www.reaper.fm Reason + Reason Studios https://reasonstudios.com Re:Cycle Digital Brain Instruments https://www.digitalbrain-instruments.com RipX DeepAudio Hit’n’Mix Ltd https://hitnmix.com Samplitude MAGIX Software GmbH https://www.magix.com Serato Studio 2 Serato https://serato.com Sonar Bandlab/Cakewalk https://www.bandlab.com/products/cakewalk Sound Forge Audio Studio MAGIX Software GmbH https://www.magix.com Sound Trajectory 2 TripinLab https://www.tripinlab.com Soundop Ivosight Software Inc. https://ivosight.com SpectraLayers Steinberg Media Technologies GmbH https://www.steinberg.net/spectralayers Studio One PreSonus Software Ltd https://www.presonus.com/products/Studio-One Superplugin DDMF https://ddmf.eu TS2 Ircam Lab https://www.ircamlab.com Vienna MIR PRO 3D Vienna Symphonic Library GmbH https://www.vsl.co.at VoxPat Pro Digital Brain Instruments https://www.digitalbrain-instruments.com/ VST Live Steinberg Media Technologies GmbH https://www.steinberg.net/vst-live VST Rack Pro Yamaha Corporation https://europe.yamaha.com/en/products/proaudio/software/vst_rack/index.html Waveform Tracktion Software Corporation https://www.tracktion.com Wavelab Steinberg Media Technologies GmbH https://new.steinberg.net/wavelab Zrythm DAW Zrythm https://www.zrythm.org","breadcrumbs":"What is VST? » Use cases » Examples of VST 3 host applications (05/10/2023)","id":"18","title":"Examples of VST 3 host applications (05/10/2023)"},"180":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on Windows","id":"180","title":"Building the examples included in the SDK on Windows"},"181":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on macOS","id":"181","title":"Building the examples included in the SDK on macOS"},"182":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on Linux","id":"182","title":"Building the examples included in the SDK on Linux"},"183":{"body":"Link This tutorial explains how to use cmake with VST 3 SDK .","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins","id":"183","title":"Using cmake for building VST 3 plug-ins"},"184":{"body":"Link This tutorial explains how to create a new audio plug-in by using the VST 3 Project Generator included in the VST 3 SDK .","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App","id":"184","title":"Generate a new plug-in with the Project Generator App"},"185":{"body":"Link Following the previous tutorial Generate a new plug-in with the Project Generator App , this tutorial explains how to code an audio plug-in and how to add some basic features.","breadcrumbs":"Tutorials » Code your first plug-in","id":"185","title":"Code your first plug-in"},"186":{"body":"Link This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to create stunning user interfaces for your plug-in.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface","id":"186","title":"Use VSTGUI to design a User Interface"},"187":{"body":"Link This tutorial explains how to send data from the realtime process to the edit controller.","breadcrumbs":"Tutorials » Data Exchange","id":"187","title":"Data Exchange"},"188":{"body":"Link In this tutorial, you will learn: How to add nearly sample-accurate parameter changes to an audio effect How to use C++ templates to write one algorithm supporting 32 bit and 64 bit audio processing How to set the state of the audio effect in a thread safe manner","breadcrumbs":"Tutorials » Advanced VST 3 techniques","id":"188","title":"Advanced VST 3 techniques"},"189":{"body":"Link This tutorial explains how to use silence flags.","breadcrumbs":"Tutorials » How to use the silence flags","id":"189","title":"How to use the silence flags"},"19":{"body":"/ VST Home On this page: 1. Improved Performance with the Silence Flag 2. Multiple Dynamic I/Os 3. Sample-accurate Automation 4. Logical Parameter Organization 5. Resizeable UI Editor 6. Mouse Over Support 7. Context Menu Support 8. Channel Context Information 9. Note Expression 10. 3D Audio Support 11. Factory Concept 12. Support Remote control Representation 13. Others Related pages: What is the VST 3 SDK? Here, you can find a non-exhaustive list of VST 3 benefits. VST 3 is a general rework of the long-serving VST plug-in interface (VST 1 & VST 2) . It is not compatible with the older VST (1 & 2) versions, but it includes some new features and possibilities. We have redesigned the API to make it not only far easier and more reliable for developers to work with, but have also provided completely new possibilities for plug-ins. These include:","breadcrumbs":"Main benefits of VST 3 » Main benefits of VST 3","id":"19","title":"Main benefits of VST 3"},"190":{"body":"Link This guideline explains what could be done for creating a VST 3 plug-in replacing an old VST 2 plug-in.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in","id":"190","title":"Guideline for replacing a VST 2 plug-in by a VST 3 plug-in"},"191":{"body":"Link The SDK provides some helpers functions to convert from UTF16 (use in VST 3 interfaces) to UTF8 (used by std::string).","breadcrumbs":"Tutorials » Strings Conversion Helper","id":"191","title":"Strings Conversion Helper"},"192":{"body":"Link This tutorial provides a step-by-step guide for building a VST 3 plug-in's CMakeLists.txt from scratch.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch","id":"192","title":"Creating a cmake plug-in project from scratch"},"193":{"body":"Link This is a simple Hello World VST 3 SDK plug-in to demonstrate how to use the VST 3 SDK as an external project.","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project","id":"193","title":"Creating a plug-in with VST 3 SDK as an external project"},"194":{"body":"Link Sometimes it is necessary to switch to another VSTGUI submodule or branch for testing purpose. This tutorial explains how to do that.","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch","id":"194","title":"Switching to another VSTGUI submodule or branch"},"195":{"body":"","breadcrumbs":"Tutorials » Tutorials on Youtube from 3rd Party developers","id":"195","title":"Tutorials on Youtube from 3rd Party developers"},"196":{"body":"https://www.youtube.com/watch?v=004zcWwgi1A","breadcrumbs":"Tutorials » How to setup the VST 3 SDK's Sample Plugin Projects","id":"196","title":"How to setup the VST 3 SDK's Sample Plugin Projects"},"197":{"body":"https://www.youtube.com/watch?v=zdgytoRLKj0","breadcrumbs":"Tutorials » VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in","id":"197","title":"VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in"},"198":{"body":"https://www.youtube.com/watch?v=4MQZyZKOPPM","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (Windows 10)","id":"198","title":"Building Your First Audio Plug-in (Windows 10)"},"199":{"body":"https://www.youtube.com/watch?v=Twcx6Sd6HBw","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (macOS)","id":"199","title":"Building Your First Audio Plug-in (macOS)"},"2":{"body":"Virtual Studio Technology ( VST ) is an audio plug-in software interface that facilitates the integration of software synthesizers and effects in digital audio workstations (DAW). Use cases","breadcrumbs":"VST » What is VST?","id":"2","title":"What is VST?"},"20":{"body":"Managing large plug-in sets and multiple virtual instruments on typical studio computer systems can often be difficult because of CPU performance limits. VST 3 helps to improve overall performance by applying processing to plug-ins only when audio signals are present on their respective inputs. Instead of always processing input signals, VST 3 plug-ins can apply their processing economically and only when it is needed.","breadcrumbs":"Main benefits of VST 3 » 1. Improved Performance with the Silence Flag","id":"20","title":"1. Improved Performance with the Silence Flag"},"200":{"body":"https://www.youtube.com/watch?v=jXryyxEsFag","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (Linux Ubuntu)","id":"200","title":"Building Your First Audio Plug-in (Linux Ubuntu)"},"201":{"body":"/ VST Home / Tutorials On this page: Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK","id":"201","title":"Building the examples included in the SDK"},"202":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on Windows.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows","id":"202","title":"Building the examples included in the SDK on Windows"},"203":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on macOS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS","id":"203","title":"Building the examples included in the SDK on macOS"},"204":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on Linux.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux","id":"204","title":"Building the examples included in the SDK on Linux"},"205":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on Windows Building using cmake-gui","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Building the examples included in the SDK on Windows","id":"205","title":"Building the examples included in the SDK on Windows"},"206":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Goal","id":"206","title":"Goal"},"207":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Part 1: Getting and installing the VST 3 SDK","id":"207","title":"Part 1: Getting and installing the VST 3 SDK"},"208":{"body":"Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: cmake.exe -G \"Visual Studio 17 2022\" -A x64 ../vst3sdk\nor without symbolic links\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 ../vst3sdk-DSMTG_CREATE_PLUGIN_LINK=0 ⓘ Note You can find the string definition for different Visual Studio Generators in the cmake online documentation ( https://cmake.org/documentation/ ) You have to adapt your Windows right access to allow creation of symbolic links for VST3 plug-ins: Check HERE! Build the plug-in (you can use Visual Studio too): msbuild.exe vstsdk.sln\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Part 2: Building the examples on Windows","id":"208","title":"Part 2: Building the examples on Windows"},"209":{"body":"Start the cmake-gui application which is part of the cmake installation ( https://cmake.org/download/ ) tutorials_1 Browse Source... : select the folder VST3_SDK Browse Build... : select a folder where the outputs (projects/...) will be created. Typically a folder named build You can check the SMTG Options Press Configure and choose the generator in the window that opens: for example \" Visual Studio 17 2022 \" tutorials_2 Press Generate to create the project Open your targeted IDE, and compile the solution/project.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Building using cmake-gui","id":"209","title":"Building using cmake-gui"},"21":{"body":"VST 3 plug-ins are no longer limited to a fixed number of inputs and outputs, and their I/O configuration can dynamically adapt to the channel configuration. Side-chains are also very easily realizable. This includes the possibility to deactivate unused busses after loading and even reactivate those when needed. This cleans up the mixer and further helps to reduce CPU load.","breadcrumbs":"Main benefits of VST 3 » 2. Multiple Dynamic I/Os","id":"21","title":"2. Multiple Dynamic I/Os"},"210":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on macOS","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Building the examples included in the SDK on macOS","id":"210","title":"Building the examples included in the SDK on macOS"},"211":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Goal","id":"211","title":"Goal"},"212":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Part 1: Getting and installing the VST 3 SDK","id":"212","title":"Part 1: Getting and installing the VST 3 SDK"},"213":{"body":"Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: For XCode: cmake -GXcode ../vst3sdk Without XCode (here debug variant): cmake -DCMAKE_BUILD_TYPE=Debug ../ Build the plug-in (you can use XCode too): xcodebuild\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Part 2: Building the examples on macOS","id":"213","title":"Part 2: Building the examples on macOS"},"214":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on Linux","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Building the examples included in the SDK on Linux","id":"214","title":"Building the examples included in the SDK on Linux"},"215":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Goal","id":"215","title":"Goal"},"216":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Part 1: Getting and installing the VST 3 SDK","id":"216","title":"Part 1: Getting and installing the VST 3 SDK"},"217":{"body":"Install the required packages: Required packages Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: cmake ../vst3sdk Build the plug-in: make\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Part 2: Building the examples on Linux","id":"217","title":"Part 2: Building the examples on Linux"},"218":{"body":"/ VST Home / Tutorials On this page: Goal CMake for building VST 3 plug-ins Command line for Windows Command line for macOS On Linux with QtCreator Use of cmake-gui Available SMTG cmake options Using your IDE for compiling the examples Related pages: How to set up my system for VST 3 Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Using cmake for building VST 3 plug-ins","id":"218","title":"Using cmake for building VST 3 plug-ins"},"219":{"body":"This tutorial explains how to use cmake with VST 3 SDK .","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Goal","id":"219","title":"Goal"},"22":{"body":"VST 3 also features vastly improved parameter automation with sample accuracy and support for ramped automation data, allowing completely accurate and rapid parameter automation changes.","breadcrumbs":"Main benefits of VST 3 » 3. Sample-accurate Automation","id":"22","title":"3. Sample-accurate Automation"},"220":{"body":"The SDK provides a set of cmake files allowing you to compile the included samples and to develop new plug-ins. Download cmake from: https://cmake.org or use a package manager for your OS (See How to set up my system for VST 3 ). You can use the command line or the cmake editor ( cmake-gui ).","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » CMake for building VST 3 plug-ins","id":"220","title":"CMake for building VST 3 plug-ins"},"221":{"body":"Example for building Microsoft Studio 17 2022 solution: // go in to the folder where you extracted the VST 3 SDK\nmkdir build\ncd build\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\"\n// or without symbolic links\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\" -DSMTG_CREATE_PLUGIN_LINK=0 // or with symbolic links but using the user location (enable by default), it does not request admin right\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\" -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1 // note: you can find the string definition for different Visual Studio Generators in the cmake online documentation","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Command line for Windows","id":"221","title":"Command line for Windows"},"222":{"body":"Example for building Xcode project: // go in to the folder where you extracted the VST 3 SDK\nmkdir build\ncd build\n/Applications/CMake.app/Content/bin/cmake -G\"Xcode\" \"../vst3sdk\"","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Command line for macOS","id":"222","title":"Command line for macOS"},"223":{"body":"You can use QtCreator 2.3.1 (or higher) start QtCreator 2.3.2 open the CMakeLists.txt located at the top of the VST3_SDK folder click on the menu Build->Run CMake","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » On Linux with QtCreator","id":"223","title":"On Linux with QtCreator"},"224":{"body":"start the CMake (cmake-gui) application set Where is the source code to the location of the VST3_SDK folder set Where to build the binaries to a build folder of yourchoice click on Configure click on Generate for creating project/solution tutorials_3 Example of cmakegui application on Windows Compile with cmake command line cd build\ncmake --build Choose a specific compiler with cmake (command line on Linux) cmake -DCMAKE_C_COMPILER=/usr/bin/clang-DCMAKE_CXX_COMPILER=/usr/bin/clang++ // or cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-DCMAKE_CXX_COMPILER=/usr/bin/g++","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Use of cmake-gui","id":"224","title":"Use of cmake-gui"},"225":{"body":"SMTG_AAX_SDK_PATH : Here, you can define where the AAX SDK is located (if needed) SMTG_ENABLE_VST3_HOSTING_EXAMPLES : Enable VST 3 Hosting Examples (default ON) SMTG_ENABLE_VST3_PLUGIN_EXAMPLES : Enable VST 3 Plug-in Examples (default ON) SMTG_ENABLE_VSTGUI_SUPPORT : Enable VSTGUI Support (default ON) SMTG_BUILD_UNIVERSAL_BINARY : Build universal binary (32 & 64 bit) (Mac only) SMTG_COREAUDIO_SDK_PATH : Here, you can define where the COREAUDIO SDK is located (Mac only, if needed) SMTG_CREATE_BUNDLE_FOR_WINDOWS : Create bundle on Windows for the VST 3 plug-ins (new since 3.6.10! Windows only) (default ON) SMTG_CREATE_MODULE_INFO : Create the moduleinfo.json file (default ON) SMTG_CREATE_PLUGIN_LINK : Create symbolic link for each VST 3 plug-in in ${VST3_FOLDER_NAME} folder (you need to have Administrator rights on Windows or change the Local Group Policy to allow the creation of symbolic links) (default ON) SMTG_CREATE_VST2_AGAIN_SAMPLE_VERSION : Allows you to create the VST 2 version of the Sample Plug-in AGain, be sure that you have copied the VST 2 interfaces into the folder VST_SDK/VST3_SDK/pluginterfaces/vst2.x (default OFF) SMTG_CUSTOM_BINARY_LOCATION : Customize output location for binaries SMTG_CXX_STANDARD : C++ standard version used for plugins: 14, 17, 20 SMTG_ENABLE_ADDRESS_SANITIZER : Enable Address Sanitizer SMTG_ENABLE_TARGET_VARS_LOG : Enables to log target variables for debugging (new since 3.6.11!) (default OFF) SMTG_ENABLE_USE_OF_JACK : Allows you to create the audiohost application using Jack (default OFF) SMTG_MDA_VST3_VST2_COMPATIBLE : Build the MDA examples as a replacement for their VST 2 counterpart (default ON) SMTG_IOS_DEVELOPMENT_TEAM : Needed for building the InterAppAudio and AUv3 examples for iOS (Mac only) SMTG_MYPLUGINS_SRC_PATH : Here, you can add your VST 3 plug-ins folder SMTG_PLUGIN_TARGET_PATH : Here, you can redefine the VST 3 plug-ins folder SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON : use FOLDERID_UserProgramFilesCommon as VST 3 target path (Windows only) (default ON) SMTG_RENAME_ASSERT : Rename ASSERT to SMTG_ASSERT to avoid conflicts with 3rd party libraries (default ON) SMTG_RUN_VST_VALIDATOR : Run the VST validator on VST 3 plug-ins each time they are built (default ON) SMTG_USE_STATIC_CRT : Use static CRuntime on Windows (option /MT) (default OFF: /MD is used) (Windows only)","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Available SMTG cmake options","id":"225","title":"Available SMTG cmake options"},"226":{"body":"Solution/project (vstsdk.sln/vstsdk.xcodeproj) is generated in the \"build\" folder. The created plug-ins are located in the \"build\" folder, in sub-folders /VST3/Release or /VST3/Debug . In order to allow a DAW to find these plug-ins you have to create links from the official VST 3 Locations to them.","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Using your IDE for compiling the examples","id":"226","title":"Using your IDE for compiling the examples"},"227":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Using the VST 3 plug-in Project Generator application","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Generate a new plug-in with the Project Generator App","id":"227","title":"Generate a new plug-in with the Project Generator App"},"228":{"body":"This tutorial explains how to create a new audio plug-in by using the VST 3 Project Generator included in the VST 3 SDK and how to add some basic features. The artifact will be an audio plug-in that can compute a gain to an audio signal and can be loaded into VST 3 hosts like Cubase , WaveLab , ...","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Goal","id":"228","title":"Goal"},"229":{"body":"For downloading the SDK, see the section \" How to set up my system for VST 3 \". You have the following possibilities to start a new project: You can use the helloworld template . Or, which is easier and recommended , you can use the VST 3 Project Generator application included in the VST 3 SDK . The following steps show how to use it.","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Part 1: Getting and installing the VST 3 SDK","id":"229","title":"Part 1: Getting and installing the VST 3 SDK"},"23":{"body":"The VST 3 plug-in parameters are displayed in a tree structure. Parameters are grouped into sections which represent the structure of the plug-in. Plug-ins can communicate their internal structure for the purpose of overview, but also for some associated functionality (e.g. program lists). Parameters like “Cutoff” and “Resonance” could be grouped into a section called “Filter” . This makes searching for a certain parameters easier, such as on an automation track. This also allows for assigning a group of parameters to a specific MIDI Channel input and audio output bus.","breadcrumbs":"Main benefits of VST 3 » 4. Logical Parameter Organization","id":"23","title":"4. Logical Parameter Organization"},"230":{"body":"The VST3 Project Generator application included in the VST 3 SDK is available for Windows and for macOS. Start the application located in the VST3_Project_Generator folder of the VST 3 SDK . Check that the Preferences tab has the required information: see Setting the Preferences . In the Create Plug-in Project tab you have to enter information about the plug-in that you want create: tutorials_4 Check the Create Plug-in Project tab of the VST 3 Project Generator dialog for more detailed documentation. Once you have entered all information, click Create . A script is started which creates a project with updated files in the Output directory. After this step, the IDE ( Visual Studio or XCode ) is launched. Compile the project and test your new plug-in. The plug-in is created in the Output Directory , in order to make it visible to a VST 3 host you may have to copy or symbolic-link it to the official VST 3 Locations / Format . For example, if you chose Audio Effect as Type, a simple Stereo→Stereo plug-in is created. A good way to understand how a VST 3 plug-in works is to add breakpoints in each function in the processor and controller files: tresult PLUGIN_API MyPluginController::initialize (FUnknown*context);\ntresult PLUGIN_API MyPluginController::terminate ();\n//...\ntresult PLUGIN_API MyPluginProcessor::initialize (FUnknown*context);\n//... and start a VST 3 host from the debugger. That´s it, now you could start to code, see next tutorial Code your first plug-in .","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Part 2: Using the VST 3 plug-in Project Generator application","id":"230","title":"Part 2: Using the VST 3 plug-in Project Generator application"},"231":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Coding your plug-in Add a parameter: Gain Add the process applying the gain Add store/restore state Part 2: Advanced Steps Add an Event Input Add a mono audio Side-chain","breadcrumbs":"Tutorials » Code your first plug-in » Code your first Plug-in","id":"231","title":"Code your first Plug-in"},"232":{"body":"Following the previous tutorial Generate a new plug-in with the Project Generator App , this tutorial explains how to code an audio plug-in and how to add some basic features. The artifact will be an audio plug-in that can compute a gain to an audio signal and can be loaded into VST 3 hosts like Cubase , WaveLab , ...","breadcrumbs":"Tutorials » Code your first plug-in » Goal","id":"232","title":"Goal"},"233":{"body":"Now you have an automatically generated frame for your plug-in. The following sections explain how to add a new parameter, its associated processing algorithm, and other specific features like saving/loading project or presets, creating a dedicated user interface, etc. A VST 3 plug-in contains two main classes: its PlugProcessor (performing the processing and persistence) and its PlugController (taking care of communication with the DAW, handling parameters and the UI).","breadcrumbs":"Tutorials » Code your first plug-in » Part 1: Coding your plug-in","id":"233","title":"Part 1: Coding your plug-in"},"234":{"body":"In this basic plug-in example, we will add a Gain parameter which modifies the volume of the audio going through the plug-in. For this, each VST 3 parameter requires a unique identifier (a number). Open the file plugids.h and enter a new id kParamGainId . In this example, assign the unique number 102 for example. plugids.h #include \"pluginterfaces/vst/vsttypes.h\" enum GainParams : Steinberg::Vst::ParamID\n{ kParamGainId = 102, // should be a unique id...\n}; Open the plugcontroller.cpp file, and add the gain parameter with the parameters.addParameter plugcontroller.cpp // Include the file where some ids are defined\n#include \"plugids.h\" //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugController::initialize (FUnknown*context)\n{ tresult result = EditController::initialize (context); if (result != kResultOk) { return result; } //---Create Parameters------------ parameters.addParameter (STR16 (\"Gain\"), STR16 (\"dB\"), 0, .5, Vst::ParameterInfo::kCanAutomate, GainParams::kParamGainId, 0); return kResultTrue;\n} ⓘ Note We add the flag kCanAutomate which informs the DAW/host that this parameter can be automated. A VST 3 parameter is always normalized (its value is a floating point value between [0.0, 1.0] ), here its default value is set to 0.5 . Now adapt the processor part for this new parameter. Open the file plugprocessor.h and add a gain value Vst::ParamValue mGain . This value is used for the processing to apply the gain. plugprocessor.h // ... static FUnknown* createInstance (void*)\n{ return (Steinberg::Vst::IAudioProcessor*)new PlugProcessor ();\n}\nprotected: Steinberg::Vst::ParamValue mGain = 1.;\n// ...","breadcrumbs":"Tutorials » Code your first plug-in » Add a parameter: Gain","id":"234","title":"Add a parameter: Gain"},"235":{"body":"We need to set our internal mGain with its required value from the host. This is the first step of the process method. Parse the parameter change coming from the host in the structure data.inputParameterChanges for the current audio block to process. ⓘ Be sure to add #include \"public.sdk/source/vst/vstaudioprocessoralgo.h at top of the file plugprocessor.cpp ! This includes some helpers to access audio buffer. plugprocessor.cpp #include \"pluginterfaces/vst/ivstparameterchanges.h\"\n#include \"public.sdk/source/vst/vstaudioprocessoralgo.h\" //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (Vst::ProcessData&data)\n{ //--- First: Read inputs parameter changes----------- if (data.inputParameterChanges) { // for each parameter defined by its ID int32 numParamsChanged = data.inputParameterChanges->getParameterCount (); for (int32 index = 0; index < numParamsChanged; index++) { // for this parameter we could iterate the list of value changes (could 1 per audio block or more!) // in this example, we get only the last value (getPointCount - 1) Vst::IParamValueQueue* paramQueue = data.inputParameterChanges->getParameterData (index); if (paramQueue) { Vst::ParamValue value; int32 sampleOffset; int32 numPoints = paramQueue->getPointCount (); switch (paramQueue->getParameterId ()) { case GainParams::kParamGainId: if (paramQueue->getPoint (numPoints - 1, sampleOffset, value) == kResultTrue) mGain = value; break; } } } } // ....\n} ⓘ Note data.inputParameterChanges can include more than 1 change for the same parameter inside a processing audio block. Here we take only the last change in the list and apply it our mGain . The real processing part: plugprocessor.cpp // ... //-- Flush case: we only need to update parameter, noprocessing possible\nif (data.numInputs == 0 || data.numSamples == 0) return kResultOk; //--- Here, you have to implement your processing\nint32 numChannels = data.inputs[0].numChannels; //---get audio buffers using helper-functions(vstaudioprocessoralgo.h)-------------\nuint32 sampleFramesSize = getSampleFramesSizeInBytes(processSetup, data.numSamples);\nvoid** in = getChannelBuffersPointer (processSetup, data.inputs[0]);\nvoid** out = getChannelBuffersPointer (processSetup, data.outputs[0]); // Here could check the silent flags\n// now we will produce the output\n// mark our outputs has not silent\ndata.outputs[0].silenceFlags = 0; float gain = mGain;\n// for each channel (left and right)\nfor (int32 i = 0; i < numChannels; i++)\n{ int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; }\n}\n//... VST 3 includes a way for the host to inform the plug-in that its inputs are silent (using the VST 3 silence flags ): plugprocessor.cpp // Here could check the silent flags\n//---check if silence---------------\n// normally we have to check each channel (simplification)\nif (data.inputs[0].silenceFlags != 0)\n{ // mark output silence too data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; // the plug-in has to be sure that if it sets the flags silence that the output buffer are clear for (int32 i = 0; i < numChannels; i++) { // do not need to be cleared if the buffers are the same (in this case input buffer are // already cleared by the host) if (in[i] != out[i]) { memset (out[i], 0, sampleFramesSize); } } // nothing to do at this point return kResultOk;\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add the process applying the gain","id":"235","title":"Add the process applying the gain"},"236":{"body":"The Processor part represents the state of the plug-in, so it is its job to implement the getState / setState method used by the host to save/load projects and presets. The Controller part gets the Processor state too in its setComponentState method which allows to synchronize its parameters too (used for example by the UI). In the file plugprocessor.cpp , add the mGain value to the state stream given by the host in the getState method which will save it as a project or preset. The helper class IBStreamer could be used for handling the IBStream given by the host. plugprocessor.cpp // add this include at the top of the file\n#include \"base/source/fstreamer.h\" //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::getState (IBStream* state)\n{ // here we need to save the model (preset or project) float toSaveParam1 = mGain; IBStreamer streamer (state, kLittleEndian); streamer.writeFloat (toSaveParam1); return kResultOk;\n} In the setState method, the plug-in receives a new state from the host, it is called after a project or preset is loaded. plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::setState (IBStream* state)\n{ if (!state) return kResultFalse; // called when we load a preset or project, the model has to be reloaded IBStreamer streamer (state, kLittleEndian); float savedParam1 = 0.f; if (streamer.readFloat (savedParam1) == false) return kResultFalse; mGain = savedParam1; return kResultOk;\n} In the setComponentState method, the Controller part of the plug-in receives the same state than the one used in PlugProcessor::setState . PlugController::setComponentState is called just after PlugProcessor::setState . plugcontroller.cpp // add this include at the top of the file\n#include \"base/source/fstreamer.h\" //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugController::setComponentState (IBStream* state)\n{ // Here, you get the state of the component (Processor part) if (!state) return kResultFalse; IBStreamer streamer (state, kLittleEndian); float savedParam1 = 0.f; if (streamer.readFloat (savedParam1) == false) return kResultFalse; // sync with our parameter if (auto param = parameters.getParameter (GainParams::kParamGainId)) param->setNormalized (savedParam1); return kResultOk;\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add store/restore state","id":"236","title":"Add store/restore state"},"237":{"body":"","breadcrumbs":"Tutorials » Code your first plug-in » Part 2: Advanced Steps","id":"237","title":"Part 2: Advanced Steps"},"238":{"body":"In our example we want to modify our current Gain factor with the velocity of a played \"MIDI\" event (noteOn). If you need in your plug-in to receive not only audio but events (like MIDI), you have to add an Event input. For this you just have to add the Event input with addEventInput in the initialize method of the processor: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //.... //---create Event In/Out busses (1 bus with only 1 channel)------ addEventInput (STR16 (\"Event In\"), 1); return kResultOk;\n} ⓘ Note In this example, we add 1 input event bus, receiving only on 1 channel. If you need to receive differentiated events, for example, from different channels, just change it in the following way: addEventInput (STR16 (\"Event In\"), 4); // here 4 channels We create a new internal value mGainReduction (not exported to the host) which is changed by the velocity of a played noteOn , so that the harder you hit the note, the higher is the gain reduction (this is what we want here in this plug-in): plugprocessor.h // ... static FUnknown* createInstance (void*)\n{ return (Steinberg::Vst::IAudioProcessor*)new PlugProcessor ();\n}\nprotected: Steinberg::Vst::ParamValue mGain= 1.; Steinberg::Vst::ParamValue mGainReduction = 0.;\n// ... Now we have to receive the event changes in the process method: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (ProcessData& data)\n{ //--- First: Read inputs parameter changes----------- //... //---Second: Read input events------------- // get the list of all event changes Vst::IEventList* eventList = data.inputEvents; if (eventList) { int32 numEvent = eventList->getEventCount (); for (int32 i = 0; i < numEvent; i++) { Vst::Event event; if (eventList->getEvent (i, event) == kResultOk) { // here we do not take care of the channel info of the event switch (event.type) { //---------------------- case Vst::Event::kNoteOnEvent: // use the velocity as gain modifier: a velocity max (1) will lead to silent audio mGainReduction = event.noteOn.velocity; // value between 0 and 1 break; //---------------------- case Vst::Event::kNoteOffEvent: // noteOff reset the gain modifier mGainReduction = 0.f; break; } } } } Make use of this mGainReduction in our real processing part: plugprocessor.cpp //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (Vst::ProcessData&data)\n{ //.... float gain = mGain - mGainReduction; if (gain < 0.f) // gain should always positive or zero gain = 0.f; // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; } } //...\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add an Event Input","id":"238","title":"Add an Event Input"},"239":{"body":"In our example we want to modulate our main audio input with a Side-chain audio input. First, add a new side-chain audio input (busType: kAux ) in the initialize call of our processor: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::initialize (FUnknown*context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //.... //---create Event In/Out busses (1 bus with only 1 channel)------ addEventInput (STR16 (\"Event In\"), 1); // create a Mono SideChain input bus addAudioInput (STR16 (\"Mono Aux In\"), Steinberg::Vst::SpeakerArr::kMono, Steinberg::Vst::kAux, 0); return kResultOk;\n} We want to be sure that our side-chain is handled as mono input. For this we need to overwrite the AudioEffect::setBusArrangements function: plugprocessor.h //-----------------------------------------------------------------------\nclass PlugProcessor: public AudioEffect\n{\npublic: PlugProcessor (); //... // overwrite this function Steinberg::tresult PLUGIN_API setBusArrangements (Steinberg::Vst::SpeakerArrangement* inputs, Steinberg::int32 numIns, Steinberg::Vst::SpeakerArrangement* outputs, Steinberg::int32 numOuts) SMTG_OVERRIDE; //...\n}; plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::setBusArrangements(Vst::SpeakerArrangement* inputs, int32 numIns, Vst::SpeakerArrangement* outputs, int32 numOuts)\n{ // the first input is the Main Input and the second is the SideChain Input // be sure that we have 2 inputs and 1 output if (numIns == 2 && numOuts == 1) { // we support only when Main input has the same number of channel than the output if (Vst::SpeakerArr::getChannelCount (inputs[0]) != Vst::SpeakerArr::getChannelCount (outputs[0])) return kResultFalse; // we are agree with all arrangement for Main Input and output // then apply them getAudioInput (0)->setArrangement (inputs[0]); getAudioOutput (0)->setArrangement (outputs[0]); // Now check if sidechain is mono (we support in our example only mono Side-chain) if (Vst::SpeakerArr::getChannelCount (inputs[1]) != 1) return kResultFalse; // OK the Side-chain is mono, we accept this by returning kResultTrue return kResultTrue; } // we do not accept what the host wants: return kResultFalse ! return kResultFalse;\n} Adapt our process using the side-chain input as modulation: //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (ProcessData& data)\n{ //--- First: Read inputs parameter changes----------- //... //---Second: Read input events------------- //... float gain = mGain - mGainReduction; if (gain < 0.f) // gain should always positive or zero gain = 0.f; void** auxIn = nullptr; // Check if the Side-chain input is activated bool auxActive = false; if (getAudioInput (1)->isActive ()) { auxIn = getChannelBuffersPointer (processSetup, data.inputs[1]); auxActive = true; } if (auxActive) { // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; // Side-chain is mono, so take auxIn[0]: index 0 Vst::Sample32* ptrAux = (Vst::Sample32*)auxIn[0]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply modulation and gain tmp = (*ptrIn++) * (*ptrAux++) * gain; (*ptrOut++) = tmp; } } } else { // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; } } } That´s it!","breadcrumbs":"Tutorials » Code your first plug-in » Add a mono audio Side-chain","id":"239","title":"Add a mono audio Side-chain"},"24":{"body":"VST 3 introduces a new approach to plug-in GUIs through window resizing, allowing for extremely flexible use of valuable screen space.","breadcrumbs":"Main benefits of VST 3 » 5. Resizeable UI Editor","id":"24","title":"5. Resizeable UI Editor"},"240":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Preparation Part 2: Open the VSTGUI/WYSWYG editor Part 3: Parameter Binding Part 4: Creating Custom Views Part 5: Showcase","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Use VSTGUI to design a User Interface","id":"240","title":"Use VSTGUI to design a User Interface"},"241":{"body":"This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to create stunning user interfaces for your plug-in.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Goal","id":"241","title":"Goal"},"242":{"body":"If you have created your project with the VST 3 Project Generator and check the \" Use VSTGUI \" you can directly jump to Part 2 of this tutorial. Before using the inline UI editor, you must make sure that you use the Steinberg::Vst::EditController class as a base of your own edit controller and that you have used the Steinberg::Vst::Parameter class or any subclass of it for your parameters. Otherwise the inline UI editor won't work properly. Next you have to add vstgui to your project. For cmake users, you can just add the vstgui_support library to your target: target_link_libraries(${target} PRIVATE vstgui_support) If you are not using cmake, you have to manually include the following source files to your project: vstgui/vstgui_[ios/mac/linux/win32].[cpp/mm] vstgui/vstgui_uidescription.cpp vstgui/plugin-bindings/vst3editor.cpp After that you have to alter your project settings to add a preprocessor definition to your debug build: VSTGUI_LIVE_EDITING=1 With cmake , this would look like this: target_compile_definitions(${target} PUBLIC$<$:VSTGUI_LIVE_EDITING=1>) Finally, you have to modify your edit controller class to overwrite the createView() method: #include \"vstgui/plugin-bindings/vst3editor.h\" IPlugView* PLUGIN_API MyEditController::createView (FIDStringname)\n{ if (strcmp (name, ViewType::kEditor) == 0) { return new VSTGUI::VST3Editor (this, \"view\", \"myEditor.uidesc\"); } return 0;\n} Also make sure to include the vst3editor.h header. Now you can build your plug-in and start your preferred VST 3 host to start designing your user interface.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 1: Preparation","id":"242","title":"Part 1: Preparation"},"243":{"body":"If you now open your plug-in UI in your host, you will see a blank editor. To enter the UI editor, right-click on it and choose \" Open UIDescription Editor \". After your first edits, you have to add the uidesc file you have saved to your project (already done if you have used VST 3 Project Generator ). You also have to make sure to always build your project after changes to the uidesc file.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 2: Open the VSTGUI/WYSWYG editor","id":"243","title":"Part 2: Open the VSTGUI/WYSWYG editor"},"244":{"body":"If you've used the Parameter class provided by the VST 3 SDK , you get automatic parameter bindings between the controls of your editor and the parameters in your VST Edit Controller. The only thing you need to do is to declare the IDs of the parameters as tags in the Tags editor (or use the 'Sync Parameter Tags' command in the Edit menu of the toolbar) and set the tags of your controls to these IDs. Your VST Edit Controller now receives the beginEdit(...)/performEdit(...)/endEdit(...) calls when the user changes the controls. If the host automates the parameter, the control also reflects these changes. Additionally, you can modify your VST Edit Controller to return specific parameter objects in the getParameterObject(int32 paramID) method for UI only needs, which are not parameters of your VST audio processor. This way you can store view settings (like the tab which is open when the user closes the editor so that it can be restored when the user opens the editor again). You can look at the sources of the included 'uidescription test' project for more information on how this works.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 3: Parameter Binding","id":"244","title":"Part 3: Parameter Binding"},"245":{"body":"If you need to create custom views, you can implement the VSTGUI::VST3EditorDelegate interface in your edit controller class. The createCustomView method is called if you set the 'custom-view-name' attribute in one of the views. Another way to use your own views is to register them at runtime with the UIViewFactory. This method requires more work but has the advantage that the view is listed like the built-in views and changing attributes works on the fly. See VSTGUI::IViewCreator.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 4: Creating Custom Views","id":"245","title":"Part 4: Creating Custom Views"},"246":{"body":"Here's an example video recorded while creating the new user interface for the famous Grungelizer plug-in of Cubase after it was ported from VST 2.4 to VST 3 . tutorials_5 Create the VST 3 Grungelizer UI in 15 minutes with the UIDescriptionEditor of VSTGUI tutorial_vid_1","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 5: Showcase","id":"246","title":"Part 5: Showcase"},"247":{"body":"/ VST Home / Tutorials On this page: Tutorial - How to use the Data Exchange API Sending data from the audio processor Receiving data in the edit controller Related pages: Data Exchange You'll find the source for this tutorial in the tutorial repository","breadcrumbs":"Tutorials » Data Exchange » Data Exchange Tutorial - How to send data from the realtime process to the edit controller","id":"247","title":"Data Exchange Tutorial - How to send data from the realtime process to the edit controller"},"248":{"body":"In this tutorial, you learn how to use the Data Exchange API to send data from the realtime audio process method to the edit controller of your plug-in.","breadcrumbs":"Tutorials » Data Exchange » Tutorial - How to use the Data Exchange API","id":"248","title":"Tutorial - How to use the Data Exchange API"},"249":{"body":"Let's send data from the processor to the controller. First, we need to add the required include so that we can use the wrapper class. Add the following include before you define your audio processor: #include \"public.sdk/source/vst/utility/dataexchange.h\" To prepare the AudioEffect class, you need to overwrite the following methods: tresult PLUGIN_API initialize (FUnknown* context) override;\ntresult PLUGIN_API connect (Vst::IConnectionPoint* other) override;\ntresult PLUGIN_API disconnect (Vst::IConnectionPoint* other) override;\ntresult PLUGIN_API setActive (TBool state) override;\ntresult PLUGIN_API canProcessSampleSize (int32 symbolicSampleSize) override;\ntresult PLUGIN_API process (Vst::ProcessData& data) override; And we also have to add the wrapper class as a member of our audio processor class: std::unique_ptr dataExchange; Now we can initialize and configure the dataExchange. We do this in: tresult PLUGIN_API DataExchangeProcessor::connect (Vst::IConnectionPoint* other)\n{ auto result = Vst::AudioEffect::connect (other); if (result == kResultTrue) { auto configCallback = [this] (Vst::DataExchangeHandler::Config& config, const Vst::ProcessSetup& setup) { Vst::SpeakerArrangement arr; getBusArrangement (Vst::BusDirections::kInput, 0, arr); numChannels = static_cast (Vst::SpeakerArr::getChannelCount (arr)); auto sampleSize = sizeof (float); config.blockSize = setup.sampleRate * numChannels * sampleSize + sizeof (DataBlock); config.numBlocks = 2; config.alignment = 32; config.userContextID = 0; return true; }; dataExchange = std::make_unique (this, configCallback); dataExchange->onConnect (other, getHostContext ()); } return result;\n} The configration is done via the configCallback. In this example, we configure the queue to have a block size to store exactly 1 second of audio data of all the channels of the configured speaker arrangement of the input bus. We choose two for numBlocks because we send one block per second, and in this case, two blocks should be enough. If the frequency you need to send the block is higher, you need to increase this value to prevent data drop outs. The configCallback is called when the audio processor is activated. The next thing we have to do is to call the dataExchange object when the edit controller is disconnected and release the memory: tresult PLUGIN_API DataExchangeProcessor::disconnect (Vst::IConnectionPoint* other)\n{ if (dataExchange) { dataExchange->onDisconnect (other); dataExchange.reset (); } return AudioEffect::disconnect (other);\n} And we also have to call the dataExchange object when the processor's state changes: tresult PLUGIN_API DataExchangeProcessor::setActive (TBool state)\n{ if (state) dataExchange->onActivate (processSetup); else dataExchange->onDeactivate (); return AudioEffect::setActive (state);\n} Now we prepare the data that we want to send to the controller. To make this a little bit easier, we define a struct that specifies what should look like and move this into its own header \"dataexchange.h\": // dataexchange.h #pragma once #include \"public.sdk/source/vst/utility/dataexchange.h\"\n#include namespace Steinberg::Tutorial { struct DataBlock\n{ uint32_t sampleRate; uint16_t sampleSize; uint16_t numChannels; uint32_t numSamples; float samples[0];\n}; } // Steinberg::Tutorial So, we want to send the sample rate, size, the number of channels and the number of samples plus the actual samples to the controller. To actually work with this DataBlock struct, we introduce a little helper function that we also add to this header: inline DataBlock* toDataBlock (const Vst::DataExchangeBlock& block)\n{ if (block.blockID != Vst::InvalidDataExchangeBlockID) return reinterpret_cast (block.data); return nullptr;\n} One thing remains to be done before we can start sending the data: We need a member variable of the Vst::DataExchangeBlock struct where we store the actual block we work with while processing the audio. So we add this to our processor defintion: class DataExchangeProcessor : public Vst::AudioEffect\n{\nprivate: Vst::DataExchangeBlock currentExchangeBlock {InvalidDataExchangeBlock};\n} Now let's start to implement the processing: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ if (processData.numSamples <= 0) return kResultTrue; return kResultTrue;\n} When there are no samples in the processData we jump out of the method directly. Now the first thing we need to do is to acquire a new block from the dataExchange object: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ // ... if (currentExchangeBlock.blockID == Vst::InvalidDataExchangeBlockID) acquireNewExchangeBlock (); // ...\n} We only want to acquire a new block if we have not already done so. Therefore, we need to check this before we call the acquireNewExchangeBlock method that does this: void DataExchangeProcessor::acquireNewExchangeBlock ()\n{ currentExchangeBlock = dataExchange->getCurrentOrNewBlock (); if (auto block = toDataBlock (currentExchangeBlock)) { block->sampleRate = static_cast (processSetup.sampleRate); block->numChannels = numChannels; block->sampleSize = sizeof (float); block->numSamples = 0; }\n} We ask the dataExchange object for a new block with getCurrentOrNewBlock (), check if it is valid with a call to the previously defined function toDataBlock and fill it with the sample rate, the sample size and the number of channels. Now back to our process function. We now write the samples from the input buffer into our block until the block is filled with 1 second of audio data: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ // ... auto input = processData.inputs[0]; auto output = processData.outputs[0]; if (auto block = toDataBlock (currentExchangeBlock)) { auto numSamples = static_cast (processData.numSamples); while (numSamples > 0) { uint32 numSamplesFreeInBlock = block->sampleRate - block->numSamples; uint32 numSamplesToCopy = std::min (numSamplesFreeInBlock, numSamples); for (auto channel = 0; channel < input.numChannels; ++channel) { auto blockChannelData = &block->samples[0] + block->numSamples; auto inputChannel = input.channelBuffers32[channel] + (processData.numSamples - numSamples); memcpy (blockChannelData, inputChannel, numSamplesToCopy * sizeof (float)); } block->numSamples += numSamplesToCopy; if (block->numSamples == block->sampleRate) { dataExchange->sendCurrentBlock (); acquireNewExchangeBlock (); block = toDataBlock (currentExchangeBlock); if (block == nullptr) break; } numSamples -= numSamplesToCopy; } } // ...\n} When it is filled with 1 second of audio data we send the block with dataExchange->sendCurrentBlock() and directly acquire a new block afterwards. Finally, we need to copy back the input audio buffers to the output audio buffers. The whole method looks like this then: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ if (processData.numSamples <= 0) return kResultTrue; if (currentExchangeBlock.blockID == Vst::InvalidDataExchangeBlockID) acquireNewExchangeBlock (); auto input = processData.inputs[0]; auto output = processData.outputs[0]; if (auto block = toDataBlock (currentExchangeBlock)) { auto numSamples = static_cast (processData.numSamples); while (numSamples > 0) { uint32 numSamplesFreeInBlock = block->sampleRate - block->numSamples; uint32 numSamplesToCopy = std::min (numSamplesFreeInBlock, numSamples); for (auto channel = 0; channel < input.numChannels; ++channel) { auto blockChannelData = &block->samples[0] + block->numSamples; auto inputChannel = input.channelBuffers32[channel] + (processData.numSamples - numSamples); memcpy (blockChannelData, inputChannel, numSamplesToCopy * sizeof (float)); } block->numSamples += numSamplesToCopy; if (block->numSamples == block->sampleRate) { dataExchange->sendCurrentBlock (); acquireNewExchangeBlock (); block = toDataBlock (currentExchangeBlock); if (block == nullptr) break; } numSamples -= numSamplesToCopy; } } for (auto channel = 0; channel < input.numChannels; ++channel) { if (output.channelBuffers32[channel] != input.channelBuffers32[channel]) { memcpy (output.channelBuffers32[channel], input.channelBuffers32[channel], processData.numSamples * sizeof (float)); } output.silenceFlags = input.silenceFlags; } return kResultOk;\n}","breadcrumbs":"Tutorials » Data Exchange » Sending data from the audio processor","id":"249","title":"Sending data from the audio processor"},"25":{"body":"The host can ask the plug-in which parameter is under the mouse.","breadcrumbs":"Main benefits of VST 3 » 6. Mouse Over Support","id":"25","title":"6. Mouse Over Support"},"250":{"body":"We prepare our edit controller by adding the inheritance of Vst::IDataExchangeReceiver and by providing a few methods and adding a new Vst::DataExchangeReceiverHandler member: class DataExchangeController : public Vst::EditControllerEx1, public Vst::IDataExchangeReceiver\n{\npublic: // ... tresult PLUGIN_API notify (Vst::IMessage* message) override; void PLUGIN_API queueOpened (Vst::DataExchangeUserContextID userContextID, uint32 blockSize, bool& dispatchOnBackgroundThread) override; void PLUGIN_API queueClosed (Vst::DataExchangeUserContextID userContextID) override; void PLUGIN_API onDataExchangeBlocksReceived (Vst::DataExchangeUserContextID userContextID, uint32 numBlocks, Vst::DataExchangeBlock* blocks, bool onBackgroundThread) override; DEFINE_INTERFACES DEF_INTERFACE (Vst::IDataExchangeReceiver) END_DEFINE_INTERFACES (EditController) DELEGATE_REFCOUNT (EditController)\nprivate: Vst::DataExchangeReceiverHandler dataExchange {this};\n} First, we need to forward messages to the DataExchangeReceiverHandler so that it can process the data exchange messages in case the host does not support the native API: tresult PLUGIN_API DataExchangeController::notify (Vst::IMessage* message)\n{ if (dataExchange.onMessage (message)) return kResultTrue; return EditControllerEx1::notify (message);\n} In the next step, we can implement the IDataExchangeReceiver methods: void PLUGIN_API DataExchangeController::queueOpened (Vst::DataExchangeUserContextID userContextID, uint32 blockSize, bool& dispatchOnBackgroundThread)\n{ FDebugPrint (\"Data Exchange Queue opened.\\n\");\n} void PLUGIN_API DataExchangeController::queueClosed (Vst::DataExchangeUserContextID userContextID)\n{ FDebugPrint (\"Data Exchange Queue closed.\\n\");\n} void PLUGIN_API DataExchangeController::onDataExchangeBlocksReceived ( Vst::DataExchangeUserContextID userContextID, uint32 numBlocks, Vst::DataExchangeBlock* blocks, bool onBackgroundThread)\n{ for (auto index = 0u; index < numBlocks; ++index) { auto dataBlock = toDataBlock (blocks[index]); FDebugPrint ( \"Received Data Block: SampleRate: %d, SampleSize: %d, NumChannels: %d, NumSamples: %d\\n\", dataBlock->sampleRate, static_cast (dataBlock->sampleSize), static_cast (dataBlock->numChannels), static_cast (dataBlock->numSamples)); }\n} The onDataExchangeBlocksReceived() method will be called each time the processor has sent a block. You can now do whatever you want with the data. If you want the data to be dispatched on a background thread you need to set the dispatchOnBackgroundThread variable to true in the queueOpened method.","breadcrumbs":"Tutorials » Data Exchange » Receiving data in the edit controller","id":"250","title":"Receiving data in the edit controller"},"251":{"body":"/ VST Home / Tutorials On this page: Part 1: Sample-accurate parameter handling Part 2: Adding 32 and 64 bit audio processing Part 3: Thread safe state changes You'll find the source for this tutorial in the tutorial repository In this tutorial, you will learn: How to add nearly sample-accurate parameter changes to an audio effect How to use C++ templates to write one algorithm supporting 32 bit and 64 bit audio processing How to set the state of the audio effect in a thread safe manner","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Advanced VST 3 techniques","id":"251","title":"Advanced VST 3 techniques"},"252":{"body":"We will start by looking at this process function: void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); // get the gain value for this block ParamValue gain = gainParameter.getValue (); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } }\n} This is straightforward and simple, we handle the parameter changes in the function handleParameterChanges , which we will see in a moment. Then we get the last gain parameter value and iterate over the input buffers and copy the samples from there to the output buffers before applying the gain factor. If we look at the handleParameterChanges function: void MyEffect::handleParameterChanges (IParameterChanges*changes)\n{ if (!changes) return; int32 changeCount = changes->getParameterCount (); for (auto i = 0; i < changeCount; ++i) { if (auto queue = changes->getParameterData (i)) { auto paramID = queue->getParameterId (); if (paramID == ParameterID::Gain) { int32 pointCount = queue->getPointCount (); if (pointCount > 0) { int32 sampleOffset; ParamValue value; if (queue->getPoint (pointCount - 1, sampleOffset, value) == kResultTrue) gainParameter.setValue (value); } } } }\n} We see that the Gain parameter only uses the last point for the gain value. If we now want to use all points of the Gain parameter, we can use two utility classes from the SDK. The first one is the ProcessDataSlicer which slices the audio block into smaller pieces. void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.getValue (); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing);\n} As you see, we have moved the algorithm part into a lambda doProcessing which is passed to slicer.process . This lambda is now called multiple times with a maximum of 8 samples per call until the whole buffer is processed. This doesn't give us yet a better parameter resolution, but we can now use the second utility class to handle this. At first, we now look at the type of the gainParameter variable, as this is our next utility class: SampleAccurate::Parameter gainParameter; We have to change the handleParameterChanges function to: void MyEffect::handleParameterChanges (IParameterChanges*inputParameterChanges)\n{ int32 changeCount = inputParameterChanges->getParameterCount (); for (auto i = 0; i < changeCount; ++i) { if (auto queue = changes->getParameterData (i)) { auto paramID = queue->getParameterId (); if (paramID == ParameterID::Gain) { gainParameter.beginChanges (queue); } } } } in order to delegate the handling of the parameter changes to the gainParameter object. Now we just need another small change in the process lambda to use the nearly sample-accurate gain value. We have to call the gainParameter object to advance the parameter value: auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } }\n} Finally, we have to do some cleanup of the gainParameter at the end of the process function by calling gainParameter.endChanges . void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing); gainParameter.endChanges ();\n} Now, we have nearly sample-accurate parameter changes support in this example. At intervals of eight samples, the gain parameter will be updated to the correct value. It's very simple to make this 100% sample-accurate, check out the AGain Sample Accurate example in the SDK.","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 1: Sample-accurate parameter handling","id":"252","title":"Part 1: Sample-accurate parameter handling"},"253":{"body":"The example currently only supports 32 bit processing. Now we will add 64 bit processing. As you may have noticed above, the ProcessDataSlicer uses a template parameter for its process function. This template parameter SampleSize defines the bit depth of the audio buffers in the ProcessData structure. This is currently hard-coded to be SymbolicSampleSizes::kSample32 . In order to support SymbolicSampleSizes::kSample64 we only have to make a few changes to the code. First, we adopt the algorithm part by introducing a new templated method to our effect: template \nvoid MyEffect::process (ProcessData& data)\n{\n} We mostly just move the code from the original process method to this one, except the code for handling parameter changes: template \nvoid MyEffect::process (ProcessData& data)\n{ ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing);\n} We just change the template parameter SampleSize of the process method of the ProcessDataSlicer to use the same template parameter as in our own process function. This will not work correctly yet, as we still work with the 32 bit audio buffers in our doProcessing lambda. In order to fix this, we have to introduce two more templated functions getChannelBuffers that will choose the correct audio buffers depending on the SampleSize template parameter, which can either be SymbolicSampleSizes::kSample32 or SymbolicSampleSizes::kSample64 : template ::type* = nullptr>\ninline Sample32** getChannelBuffers (AudioBusBuffers& buffer)\n{ return buffer.channelBuffers32;\n} template ::type* = nullptr>\ninline Sample64** getChannelBuffers (AudioBusBuffers& buffer)\n{ return buffer.channelBuffers64;\n} Now we can change our doProcessing algorithm to use these functions: template \nvoid MyEffect::process (ProcessData& data)\n{ ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { auto inputBuffers = getChannelBuffers (inputs[0])[channelIndex]; auto outputBuffers = getChannelBuffers (outputs[0])[channelIndex]; for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputBuffers[sampleIndex]; outputBuffers[sampleIndex] = sample * gain; } } }; slicer.process (data, doProcessing);\n} As a final step, we now need to call the templated process<...> function from the normal process function: void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); if (processSetup.symbolicSampleSize == SymbolicSampleSizes::kSample32) process (data); else process (data); gainParameter.endChanges ();\n} Depending on the processSetup.symbolicSampleSize we either call the 32 bit process function or the 64 bit process function. We just have to inform the host that we can process 64 bit: tresult PLUGIN_API MyEffect::canProcessSampleSize (int32symbolicSampleSize)\n{ return (symbolicSampleSize == SymbolicSampleSizes::kSample32 || symbolicSampleSize == SymbolicSampleSizes::kSample64) ? kResultTrue : kResultFalse;\n} Now we have sample-accurate parameter changes and 32 and 64 bit audio processing.","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 2: Adding 32 and 64 bit audio processing","id":"253","title":"Part 2: Adding 32 and 64 bit audio processing"},"254":{"body":"One common issue in this domain is that the plug-in state coming from a preset or a DAW project is set by the host from a non realtime thread. If we want to change our internal data model to use this state, we have to transfer this state to the realtime thread. This should be done in a realtime thread safe manner. Otherwise the model may not reflect the correct state, as parameter changes dispatched in the realtime thread and the state data set on another thread will end in an undefined state. For this case, we have another utility class: RTTransferT This class expects to have a template parameter StateModel describing the state data. We create a simple struct as a data model: struct StateModel\n{ double gain;\n}; using RTTransfer = RTTransferT; We use RTTransfer now as a member for our MyEffect class: class MyEffect : ....\n{ RTTransfer stateTransfer;\n}; If we now get a new state from the host, we create a newStateModel and write the stateGain value into model->gain and pass it to the utility class stateTransfer : tresult PLUGIN_API MyEffect::setState (IBStream* state)\n{ double stateGain = ... // read this out of the state stream StateModel model = std::make_unique (); model->gain = stateGain; stateTransfer.transferObject_ui (std::move (model)); return kResultTrue;\n} To get the stateModel into our realtime thread, we have to change the process function in the following way: void MyEffect::process (ProcessData& data)\n{ stateTransfer.accessTransferObject_rt ([this] (const auto& stateModel) { gainParameter.setValue (stateModel.gain); }); handleParameterChanges (data.inputParameterChanges); if (processSetup.symbolicSampleSize == SymbolicSampleSizes::kSample32) process (data); else process (data); gainParameter.endChanges (); return kResultTrue;\n} The accessTransferObject_rt function will check if there is a new model state. If this is the case, it will call the lambda, and then we can set our gainParameter to the value of stateModel.gain . To free up the memory in the stateTransfer object, we have to call the clear_ui method of it. In this case, where we only have one double as state model, it is OK to hold onto it until the next state is set or the effect is terminated. So we just add it to the terminate method of the plug-in: tresult PLUGIN_API MyEffect::terminate ()\n{ stateTransfer.clear_ui (); return AudioEffect::terminate ();\n} If the model data uses more memory and you want to get rid of it in advance, use a timer or something similar to call the clear_ui method a little bit after the setState method was called. But this is not the scope of this tutorial. If you want to use the utility classes, you will find them in the sdk at: public.sdk/source/vst/utility/processdataslicer.h public.sdk/source/vst/utility/sampleaccurate.h public.sdk/source/vst/utility/rttransfer.h That´s it!","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 3: Thread safe state changes","id":"254","title":"Part 3: Thread safe state changes"},"255":{"body":"/ VST Home / Tutorials On this page: Goal What about Silence flags? Plug-in receives a silent audio input Plug-in generates silent output In bypass Plug-in generates audio output","breadcrumbs":"Tutorials » How to use the silence flags » How to use the silence flags","id":"255","title":"How to use the silence flags"},"256":{"body":"This tutorial explains how to use silence flags.","breadcrumbs":"Tutorials » How to use the silence flags » Goal","id":"256","title":"Goal"},"257":{"body":"It is sometime useful for plug-ins processing to know if the audio inputs really contain audio or only silence (buffer filled with 0!), it is useful too for the host to know if the plug-in will produce silence audio outputs, for example in case of an instrument plug-in which has nothing to play (no input events are coming), then the host will be able to inform following plug-ins in the processing chain this information. This helps to reduce the amount of computing and improve overall performance. But how does it works? The following part will show you how to get this information in the process call and how to propagate it to the audio outputs of the plug-in. The silence flags is part of the AudioBusBuffers ( silenceFlags ) passed from the host to the plug-in and back to the host in the process call.","breadcrumbs":"Tutorials » How to use the silence flags » What about Silence flags?","id":"257","title":"What about Silence flags?"},"258":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // silence flags are a bitmask where each bit corresponds to one channel of a bus // (for example L and R for stereo bus). // Here we check only if the whole first input is silent (in case of Stereo: the L and R are silent) if (data.inputs[0].silenceFlags != 0) // if flags is not zero => then it means that we have silent! { // in the example we are applying a gain to the input signal // As we know that the input is only filled with zero, the output will be then filled with zero too! for (int32 i = 0; i < numChannels; i++) { // do not need to clear the output buffer if they are the same than input buffer, // as we know that the input are filled with zero, else we need to clear the output buffers if (in[i] != out[i]) { memset (out[i], 0, sampleFramesSize); // this is faster than applying a gain to each sample! } } // now we have to inform the host that our output is silent too // this is done simply by setting the silenceFlags of the output bus: data.outputs[0].silenceFlags = ((uint64)1 << numChannels) - 1; // which is 3 (in binary 0011) for stereo // here we are finish we could return return kResultTrue; } ⓘ Note The host has the responsibility to clear the input buffers (set to something near zero, like 10e-7, to prevent de-normalization issue) when it enables the silence flags (the output silence flags will be set by the host to no silence (=0)).","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in receives a silent audio input","id":"258","title":"Plug-in receives a silent audio input"},"259":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above // under certain condition our output buffer could be silent: // for example here our gain could be set to 0 or smaller than a threshold. // We have to inform the host that our output is silent too // this is done simply by setting the silenceFlags of the output bus: if (gain < 0.0000001) { for (int32 i = 0; i < numChannels; i++) { // be sure to set to zero our outputs memset (out[i], 0, sampleFramesSize); } // this will set to 1 all channels data.outputs[0].silenceFlags = ((uint64)1 << numChannels) - 1; // which is 3 (in binary 0011) for stereo } else { //... } ⓘ Note The plug-in, if it produces silence output, has the responsibility to clear (set to zero) its output buffers and to correctly set the output silence flags.","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in generates silent output","id":"259","title":"Plug-in generates silent output"},"26":{"body":"VST 3 defines a way to allow the host to add its own entries in the plug-in context menu of a specific parameter.","breadcrumbs":"Main benefits of VST 3 » 7. Context Menu Support","id":"26","title":"7. Context Menu Support"},"260":{"body":"In Bypass mode the plug-in has to be sure that its outputs have the same stand than its inputs: //-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above //---in bypass mode outputs should be like inputs----- if (bBypass) { for (int32 i = 0; i < numChannels; i++) { // do not need to be copied if the buffers are the same if (in[i] != out[i]) { memcpy (out[i], in[i], sampleFramesSize); } } // the input silence flags has to be forward to the output here! // very important for the host in order to inform next plug-in in the processing chain data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; } else { //... }","breadcrumbs":"Tutorials » How to use the silence flags » In bypass","id":"260","title":"In bypass"},"261":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above //---in bypass mode outputs should be like inputs----- if (bBypass) { //... see above data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; } else { // here we will generate an audio output from the input which contains not only zero // which is the main use case of a plug-in //... // then we have to inform the host that our output is not silent // simply by setting the silenceFlags to zero data.outputs[0].silenceFlags = 0; } //...","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in generates audio output","id":"261","title":"Plug-in generates audio output"},"262":{"body":"/ VST Home / Tutorials On this page: Goal VST 2 and VST 3 version of your Plug-in have the same UID VST 2 and VST 3 version of your Plug-in have not the same UID Using the moduleinfo.json file Using the IPluginCompatibility interface Preset/Project compatibility VST 2 <-> VST 3 Parameters compatibility","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in","id":"262","title":"Guideline for replacing a VST 2 plug-in by a VST 3 plug-in"},"263":{"body":"Here, you can find some informations about how to write a VST 3 version of a plug-in which already exists as VST 2 version. How to guaranty that a Host will correctly replace the old VST 2 by the new VST 3 version of your plug-in. For a VST 3 Host the important information is the UID of your (processor) plug-in, with this information it will find the correct VST 3 version to use. 2 scenarios are possible: The VST 3 and the VST 2 version of your plug-in have the same UID or not.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Goal","id":"263","title":"Goal"},"264":{"body":"It is possible to reuse for a VST 3 plug-in the same generated UID of a VST 2 version (based on 4 characters + its name), this should work with most VST 3 Hosts. Check the function which generates a VST 3 UID from a VST 2 UID here and reuse this value as UID for the VST 3 plug-in (processor component UID)","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » VST 2 and VST 3 version of your Plug-in have the same UID","id":"264","title":"VST 2 and VST 3 version of your Plug-in have the same UID"},"265":{"body":"For this use case since VST 3 SDK version 3.7.5 we have 2 possibilities for a VST 3 plug-in to inform the Host about which VST 2 plug-in it could replace:","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » VST 2 and VST 3 version of your Plug-in have not the same UID","id":"265","title":"VST 2 and VST 3 version of your Plug-in have not the same UID"},"266":{"body":"The Compatibility json array in the moduleinfo.json allows to list the UIDs which could be replaced by the VST 3 plug-in.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Using the moduleinfo.json file","id":"266","title":"Using the moduleinfo.json file"},"267":{"body":"The plug-in should implement this interface ( pluginterfaces/base/iplugincompatibility.h ) when a moduleinfo.json file cannot be used (when no bundle is available for example). Check here .","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Using the IPluginCompatibility interface","id":"267","title":"Using the IPluginCompatibility interface"},"268":{"body":"Check the FAQ here which shows how to use the helper function VST3::tryVst2StateLoad and read a VST 2 state into a VST 3 plug-in. It is possible to write back for VST 2 backward compatibility by using the helper function VST3::writeVst2State ( public.sdk/source/vst/utility/vst2persistence.h ).","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Preset/Project compatibility VST 2 <-> VST 3","id":"268","title":"Preset/Project compatibility VST 2 <-> VST 3"},"269":{"body":"VST 2 was using index to identify parameter, VST 3 uses an ID. It means that to be compatible the VST 3 parameter ID should be kept to same index value as the VST 2 one (starting from 0). If the parameter range or behavior is not changed, previously parameter automation in host should be played back correctly. If you change the meaning of a parameter (range, conversion normalized to plain value), it is recommanded to create a new ID for this parameter. You could add in the VST 3 plug-in a structure to your parameters by using Unit .","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Parameters compatibility","id":"269","title":"Parameters compatibility"},"27":{"body":"A VST 3 plug-in can access channel information where it is instantiated: name, color, ...","breadcrumbs":"Main benefits of VST 3 » 8. Channel Context Information","id":"27","title":"8. Channel Context Information"},"270":{"body":"/ VST Home / Tutorials On this page: Goal Convert a String128 string to an UTF-8 string Convert an UTF-8 string to a String128 string","breadcrumbs":"Tutorials » Strings Conversion Helper » Strings Conversion Helper","id":"270","title":"Strings Conversion Helper"},"271":{"body":"The SDK provides some helpers functions to convert from UTF16 (use in VST 3 interfaces) to UTF8 (used by std::string). Here some code examples:","breadcrumbs":"Tutorials » Strings Conversion Helper » Goal","id":"271","title":"Goal"},"272":{"body":"#include \"public.sdk/source/vst/utility/stringconvert.h\" //...\nFUnknownPtr hostApp (hostContext);\nif (hostApp)\n{ Vst::String128 name; if (hostApp->getName (name) == kResultTrue) { // Here we convert a Vst::String128 to a std::string (UTF8) std::string str = VST3::StringConvert::convert (name); //... }\n}","breadcrumbs":"Tutorials » Strings Conversion Helper » Convert a String128 string to an UTF-8 string","id":"272","title":"Convert a String128 string to an UTF-8 string"},"273":{"body":"#include \"public.sdk/source/vst/utility/stringconvert.h\" //...\nstd::string str (\"My Title\");\nVst::String128 vstStr;\nVST3::StringConvert::convert (str, vstStr);","breadcrumbs":"Tutorials » Strings Conversion Helper » Convert an UTF-8 string to a String128 string","id":"273","title":"Convert an UTF-8 string to a String128 string"},"274":{"body":"/ VST Home / Tutorials On this page: Goal Building the CMakeLists.txt Add plug-in GUI editor by using VSTGUI","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Creating a cmake plug-in project from scratch","id":"274","title":"Creating a cmake plug-in project from scratch"},"275":{"body":"This tutorial provides a step-by-step guide for building a VST 3 plug-in's CMakeLists.txt from scratch. It covers the necessary steps, like defining a plug-in version number, adding C++ source files, linking to the sdk target, and setting platform-specific options. You can also use the VST 3 project generator which generates the CMakeLists.txt.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Goal","id":"275","title":"Goal"},"276":{"body":"Make a new directory, and name it like your new plug-in, e.g. MyPlugin. Afterwards, create a CMakeLists.txt file inside the new directory, and open it in a text editor. Add the following lines to it. Set the minimum required version of cmake. In this example, 3.15.0 is sufficient. cmake_minimum_required(VERSION 3.15.0) See also: https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html Name the project MyPlugin, add a VERSION and an optional DESCRIPTION. project(MyPlugin VERSION 1.0.0 DESCRIPTION \"MyPlugin Effect\"\n) See also: https://cmake.org/cmake/help/latest/command/project.html Set the variable vst3sdk_SOURCE_DIR to the VST 3 SDK's directory. The directory must contain the root CMakeLists.txt of the SDK. Add the SDK as a subdirectory, and call smtg_enable_vst3_sdk right after this. set(vst3sdk_SOURCE_DIR /path/to/vst3sdk) add_subdirectory(${vst3sdk_SOURCE_DIR} ${PROJECT_BINARY_DIR}/vst3sdk)\nsmtg_enable_vst3_sdk() Add a plug-in library and its source files by using the smtg_add_vst3plugin function. smtg_add_vst3plugin(MyPlugin source/version.h source/myplugin_cids.h source/myplugin_processor.h source/myplugin_processor.cpp source/myplugin_controller.h source/myplugin_controller.cpp source/myplugin_entry.cpp\n) Link the VST 3 SDK sdk to the plug-in library. target_link_libraries(MyPlugin PRIVATE sdk\n) Configure the plug-in version by calling smtg_target_configure_version_file. This generates a temporary projectversion.h header, which is automatically included in your project. smtg_target_configure_version_file(MyPlugin) Define platform-specific settings. For macOS, this includes setting the BUNDLE_IDENTIFIER to org.mycompany.myplugin, setting a proper COMPANY_NAME to My Company and an executable .../VST3PluginTestHost.app to start the plug-in with in debug For Windows, it needs a resource file resource/win32resource.rc, setting the VS_STARTUP_PROJECT to MyPlugin and an executable .../VST3PluginTestHost.exe to start the plug-in with in debug if(SMTG_MAC) smtg_target_set_bundle(MyPlugin BUNDLE_IDENTIFIER org.mycompany.MyPlugin COMPANY_NAME My Company ) smtg_target_set_debug_executable(MyPlugin \"/Applications/VST3PluginTestHost.app\" \"--pluginfolder;$(BUILT_PRODUCTS_DIR)\" )\nelseif(SMTG_WIN) target_sources(MyPlugin PRIVATE resource/win32resource.rc ) if(MSVC) set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT MyPlugin) smtg_target_set_debug_executable(MyPlugin \"$(ProgramW6432)/Steinberg/VST3PluginTestHost/VST3PluginTestHost.exe\" \"--pluginfolder \\\"$(OutDir)/\\\"\" ) endif()\nendif()","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Building the CMakeLists.txt","id":"276","title":"Building the CMakeLists.txt"},"277":{"body":"In order to add a VSTGUI editor to the plug-in, link to the vstgui_support target. target_link_libraries(MyPlugin PRIVATE vstgui_support ) Add a myplugin_editor.uisdesc file as a resource. This file needs to be created manually. smtg_target_add_plugin_resources(MyPlugin RESOURCES \"resource/myplugin_editor.uidesc\" ) A plug-in with a basic *.uidesc file can be created by using the VST 3 project generator.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Add plug-in GUI editor by using VSTGUI","id":"277","title":"Add plug-in GUI editor by using VSTGUI"},"278":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: How to clone and build Part 2: Adapting the helloworld example Related pages: Generate a new plug-in with Project Generator","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Creating a plug-in with VST 3 SDK as an external project","id":"278","title":"Creating a plug-in with VST 3 SDK as an external project"},"279":{"body":"This is a simple Hello World VST 3 FX plug-in to demonstrate how to use the VST 3 SDK as an external project. This plug-in was generated with the VST 3 Project Generator and it is available here https://github.com/steinbergmedia/vst3_example_plugin_hello_world","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Goal","id":"279","title":"Goal"},"28":{"body":"VST 3 defines with Note Expression a new way of event controller editing. The plug-in is able to break free from the limitations of MIDI controller events by providing access to new VST 3 controller events that circumvent the laws of MIDI and provide articulation information for each individual note (event) in a polyphonic arrangement according to its noteId.","breadcrumbs":"Main benefits of VST 3 » 9. Note Expression","id":"28","title":"9. Note Expression"},"280":{"body":"Open a command prompt and do the following: git clone https://github.com/steinbergmedia/vst3_example_plugin_hello_world.git\nmkdir build\ncd build\ncmake ../vst3_example_plugin_hello_world\ncmake --build .","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Part 1: How to clone and build","id":"280","title":"Part 1: How to clone and build"},"281":{"body":"This example is there mainly to demonstrate how to use VST 3 SDK as an external project, we highly recommand to use the Project Generator to start from scratch. In the following explaination we try to show you how to modify the source code to build your plug-in on the helloworld example. Now you have to adapt some uids and naming to make your plug-in unique (and not a duplicate of helloworld!) Rename all strings for your plug-in from HelloWorld to MyDelay (for example): HelloWorldProcessor::HelloWorldProcessor to MyDelayProcessor::MyDelayProcessor Open the file vst3_example_plugin_hello_world/include/helloworldcids.h and create new uids for processor and for controller: you can use GUID creator tools like https://www.guidgenerator.com : static const FUID kHelloWorldProcessorUID (0x2A0CC26C, 0xBF88964C, 0xB0BFFCB0, 0x554AF523);\nstatic const FUID kHelloWorldControllerUID (0xB9DBBD64, 0xF7C40A4C, 0x9C8BFB33, 0x8761E244); Open the file version.h and adapt the strings in the following way: #define stringOriginalFilename \"MyDelay.vst3\" #define stringFileDescription\t\"MyDelay VST3\" Open the file helloworldentry.cpp and adapt string: #define stringPluginName \"My First Delay\" Now you can start to code for your effect/instrument (see Code your first plug-in for a step-by-step explanation) Add parameters in helloworldcontroller.cpp Adapt your process algorithm in helloworldprocessor.cpp Add persistence in helloworldprocessor.cpp Add UI (check SDK examples using VSTGUI ) Happy coding!","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Part 2: Adapting the helloworld example","id":"281","title":"Part 2: Adapting the helloworld example"},"282":{"body":"/ VST Home / Tutorials On this page: Goal Switching to another submodule Switching to another branch","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another VSTGUI submodule or branch","id":"282","title":"Switching to another VSTGUI submodule or branch"},"283":{"body":"Sometimes it is necessary to switch to another VSTGUI submodule or branch for testing purposes. This tutorial explains how to do that.","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Goal","id":"283","title":"Goal"},"284":{"body":"Navigate to your local VST 3 SDK checkout, and execute the following command on the command line to switch the submodule: git submodule set-url vstgui4 /path/to/vstgui/\ngit submodule sync\ngit submodule update --init --recursive --remote vstgui4 The path /path/to/vstgui/ should point to a valid VSTGUI repository. Be aware that the set-urlcommand changes the .gitmodules file. Also use / as a delimiter on Windows for local paths, e.g. C:/path/to/vstgui/","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another submodule","id":"284","title":"Switching to another submodule"},"285":{"body":"Switch to any other branch by navigating to the VSTGUI submodule, and execute git checkout. git checkout my_branch","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another branch","id":"285","title":"Switching to another branch"},"286":{"body":"/ VST Home Browse the VST 3 SDK 's technical documentation. The full VST 3 API reference is only available in the VST 3 Package that you can download or find online here: getting_started_vid_2 https://steinbergmedia.github.io/vst3_doc VST 3 API Documentation VST Module Architecture Parameters and Automation VST 3 Units Presets & Program Lists Complex Plug-in Structures / Multi-timbral Instruments VST 3 Workflow Diagrams VST 3 Locations / Format About MIDI in VST 3 Provide A Runloop On Linux [3.0.0] Interfaces supported by the plug-in [3.0.0] Multiple Dynamic I/O Support [3.0.0] Silence flags [3.0.0] Interfaces supported by the host [3.0.1] Parameter MIDI Mapping [3.0.2] Parameter Finder [3.1.0] Audio Presentation Latency [3.1.0] UI Group Editing, Dirty State & Open Editor Request [3.1.0] KnobMode, Open Help & Open Aboutbox [3.5.0] Note Expression [3.5.0] Key Switch [3.5.0] Remote Presentation of Parameters [3.5.0] Context Menu [3.5.0] Enhanced Linked Parameters [3.6.0] iOS Inter-App Audio [3.6.0] Preset Meta-Information [3.6.5] Channel Context Info [3.6.5] Unit-Bus Assignment Change [3.6.5] Prefetchable [3.6.5] Automation State [3.6.6] PlugView Content Scaling [3.6.8] Request Bus Activation [3.6.10] UI Snapshots [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MIDI Learn [3.6.12] Host Query Interface Support [3.6.12] MPE support for Wrappers [3.7.0] Parameter Function Name [3.7.0] Progress Display [3.7.0] Process Context Requirements [3.7.0] Control Voltage Bus Flag [3.7.5] Module Info","breadcrumbs":"Technical Documentation » Technical Documentation","id":"286","title":"Technical Documentation"},"287":{"body":"The VST 3 API is an interface collection designed for realtime audio processing components. Such a component can be an audio effect or an audio instrument.","breadcrumbs":"Technical Documentation » VST 3 API Documentation","id":"287","title":"VST 3 API Documentation"},"288":{"body":"VST-MA is a component model system which is used in all Steinberg host applications as the basic layer for plug-in support.","breadcrumbs":"Technical Documentation » VST Module Architecture","id":"288","title":"VST Module Architecture"},"289":{"body":"Description of how parameters are defined and used in VST 3","breadcrumbs":"Technical Documentation » Parameters and Automation","id":"289","title":"Parameters and Automation"},"29":{"body":"VST 3 supports new speaker configurations like Ambisonic, Atmos, Auro 3D or 22.2.","breadcrumbs":"Main benefits of VST 3 » 10. 3D Audio Support","id":"29","title":"10. 3D Audio Support"},"290":{"body":"A unit is a logical section of the plug-in.","breadcrumbs":"Technical Documentation » VST 3 Units","id":"290","title":"VST 3 Units"},"291":{"body":"How presets and program lists are handled in VST 3 .","breadcrumbs":"Technical Documentation » Presets & Program Lists","id":"291","title":"Presets & Program Lists"},"292":{"body":"How to handle complex plug-in structures and multi-timbrality.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments","id":"292","title":"Complex Plug-in Structures / Multi-timbral Instruments"},"293":{"body":"How to transfer data from the realtime process function to the edit controller.","breadcrumbs":"Technical Documentation » Data Exchange","id":"293","title":"Data Exchange"},"294":{"body":"Some useful graphical call sequences a VST 3 compliant host should follow.","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams","id":"294","title":"VST 3 Workflow Diagrams"},"295":{"body":"Formats definition of a VST 3 plug-in and its preset and where they are located on different platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format","id":"295","title":"VST 3 Locations / Format"},"296":{"body":"Unlike in VST 2 , MIDI is not included in VST 3 .","breadcrumbs":"Technical Documentation » About MIDI in VST 3","id":"296","title":"About MIDI in VST 3"},"297":{"body":"Minimum Host requirements for VST 3 support.","breadcrumbs":"Technical Documentation » Host Requirements for VST 3 Support","id":"297","title":"Host Requirements for VST 3 Support"},"298":{"body":"List of interfaces supported/implemented by the plug-in in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in","id":"298","title":"[3.0.0] Interfaces supported by the plug-in"},"299":{"body":"List of interfaces supported/implemented by the host in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host","id":"299","title":"[3.0.0] Interfaces supported by the host"},"3":{"body":"Here, you can find a non-exhaustive list of VST 3 benefits.","breadcrumbs":"VST » Main benefits of VST 3","id":"3","title":"Main benefits of VST 3"},"30":{"body":"VST 3 plug-in library could export multiple plug-ins and in this way replaces the shell concept of VST 2 (kPlugCategShell).","breadcrumbs":"Main benefits of VST 3 » 11. Factory Concept","id":"30","title":"11. Factory Concept"},"300":{"body":"How the mapping works between MIDI CCs and parameters.","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping","id":"300","title":"[3.0.1] Parameter MIDI Mapping"},"301":{"body":"How the host can retrieve the parameter where the mouse cursor is located.","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder","id":"301","title":"[3.0.2] Parameter Finder"},"302":{"body":"Inform the plug-in about how long from the moment of generation/acquiring (from file or from Input) it will take for its input to arrive, and how long it will take for its output to be presented (to output or to speaker).","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency","id":"302","title":"[3.1.0] Audio Presentation Latency"},"303":{"body":"Improvement of the plug-in's integration in the host (dirty state, request Open Editor, group editing).","breadcrumbs":"Technical Documentation » [3.1.0] UI Group Editing, Dirty State & Open Editor Request","id":"303","title":"[3.1.0] UI Group Editing, Dirty State & Open Editor Request"},"304":{"body":"Extension to allow the host to inform the plug-in about the host knob mode.","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, openHelp & openAboutBox","id":"304","title":"[3.1.0] KnobMode, openHelp & openAboutBox"},"305":{"body":"A new way to control / modify / change a specific played note during playback.","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression","id":"305","title":"[3.5.0] Note Expression"},"306":{"body":"Allows information exchange between the plug-in and the host about which key switches are currently used.","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch","id":"306","title":"[3.5.0] Key Switch"},"307":{"body":"How to better support remote devices/controllers (UI and hardware) for parameters.","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters","id":"307","title":"[3.5.0] Remote Presentation of Parameters"},"308":{"body":"A plug-in can ask the host to create a context menu for a given exported parameter ID or a generic context menu.","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu","id":"308","title":"[3.5.0] Context Menu"},"309":{"body":"This allows the host to start a parameter editing action which can generate other parameter changes (like linked parameters) and this in one session (between a beginEdit and endEdit).","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters","id":"309","title":"[3.5.0] Enhanced Linked Parameters"},"31":{"body":"Remote controllers for audio and MIDI software applications have become increasingly popular. VST 3 offers far more flexible control of VST plug-ins by remote controllers. Using the knobs and faders on the control surface, parameters can be recorded, renamed and edited in many ways. Parameters that cannot be edited can be routed for display purposes to the control surface, for example, to show Gain Reduction on a compressor.","breadcrumbs":"Main benefits of VST 3 » 12. Support Remote control Representation","id":"31","title":"12. Support Remote control Representation"},"310":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio","id":"310","title":"[3.6.0] iOS Inter-App Audio"},"311":{"body":"Interface to access preset meta information from stream, used, for example, in setState in order to inform the plug-in about the current context in which the preset loading occurs.","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information","id":"311","title":"[3.6.0] Preset Meta-Information"},"312":{"body":"Allows the host to inform the plug-in about the context in which the plug-in is instantiated, mainly channel based info (color, name, index, ...).","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info","id":"312","title":"[3.6.5] Channel Context Info"},"313":{"body":"The plug-in has the possibility to inform the host with notifyUnitByBusChange that something has changed in the bus - unit assignment.","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change","id":"313","title":"[3.6.5] Unit-Bus Assignment Change"},"314":{"body":"Indicates if the plug-in supports prefetch (dynamically).","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable","id":"314","title":"[3.6.5] Prefetchable"},"315":{"body":"Hosts can inform the plug-in about its current automation state (Read/Write/Nothing).","breadcrumbs":"Technical Documentation » [3.6.5] Automation State","id":"315","title":"[3.6.5] Automation State"},"316":{"body":"This interface communicates the content scale factor from the host to the plug-in view on systems where plug-ins cannot get this information directly like Microsoft Windows.","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling","id":"316","title":"[3.6.6] PlugView Content Scaling"},"317":{"body":"Allows the plug-in to request the host to activate or deactivate a specific bus.","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation","id":"317","title":"[3.6.8] Request Bus Activation"},"318":{"body":"A VST 3 bundle can contain pre-rendered snapshot images for a VST 3 host as a visual representation of the plug-in UI.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots","id":"318","title":"[3.6.10] UI Snapshots"},"319":{"body":"With this plug-in interface, the host can retrieve the preferred physical mapping associated to note expression supported by the plug-in.","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping","id":"319","title":"[3.6.11] NoteExpression Physical UI Mapping"},"32":{"body":"While designing VST 3 , we performed a careful analysis of the existing functionality of VST and rewrote the interfaces from scratch. In doing so, we focused a lot on providing clear interfaces and their documentation in order to avoid usage errors from the deepest possible layer. Some more features implemented specifically for developers include: More stable technical host/plug-in environment Advanced technical definition of the standard Modular approach Separation of UI and processing UTF16 for localized parameter naming Advanced preset system Multiple plug-ins per library VST 3 SDK package : Test Host included Automated testing environment Validator (small command line Test Host) Plug-in and host examples code included Project Generator ...","breadcrumbs":"Main benefits of VST 3 » 13. Others","id":"32","title":"13. Others"},"320":{"body":"This kind of event is reserved for generating MIDI CC as output event for kEvent Bus during the process call.","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event","id":"320","title":"[3.6.12] Legacy MIDI CC Out Event"},"321":{"body":"If this interface is implemented by the edit controller, the host will call this method whenever there is live MIDI-CC input for the plug-in.","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn","id":"321","title":"[3.6.12] MIDI Learn"},"322":{"body":"Allows a plug-in to ask the host if a given plug-in interface is supported/used by the host.","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface Support","id":"322","title":"[3.6.12] Host Query Interface Support"},"323":{"body":"Implemented on wrappers that support MPE ( MIDI Polyphonic Expression ) to Note Expression translation.","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers","id":"323","title":"[3.6.12] MPE support for Wrappers"},"324":{"body":"This interface allows the host to get a parameter associated to a specific meaning (a functionName) for a given unit","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name","id":"324","title":"[3.7.0] Parameter Function Name"},"325":{"body":"Allows the plug-in to ask the host to create a progress for specific tasks which take some time.","breadcrumbs":"Technical Documentation » [3.7.0] Progress Display","id":"325","title":"[3.7.0] Progress Display"},"326":{"body":"To get accurate process context information ( Vst::ProcessContext ), it is now required to implement this interface.","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements","id":"326","title":"[3.7.0] Process Context Requirements"},"327":{"body":"The moduleinfo.json describes the contents of the plug-in in a JSON5 compatible format.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info","id":"327","title":"[3.7.5] Module Info"},"328":{"body":"Allows a plug-in to ask the host for the current system time.","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime","id":"328","title":"[3.7.9] Get Current SystemTime"},"329":{"body":"These interfaces allow you to send data with a direct and thread-safe connection from the realtime audio context of the audio processor to the non-realtime audio context of the edit controller.","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller","id":"329","title":"[3.7.9] Data Transfert Between Processor/Controller"},"33":{"body":"/ VST Home On this page: VST 3 SDK explained What is included The VST 3 API VST 3 Implementation Helper Classes VST 3 Plug-ins Examples VST 3 Plug-in Test Host VST 3 Project Generator Validator command line AudioHost EditorHost VST 3 Inspector VSTGUI AAX, AUv3, AU and VST 2 wrappers iOS Inter-App Audio support VST 3 Licensing System requirements Download link Change history","breadcrumbs":"What is the VST 3 SDK? » What is the VST 3 SDK?","id":"33","title":"What is the VST 3 SDK?"},"330":{"body":"/ VST Home / Technical Documentation On this page: Basic Concept Initialization Creation and initialization from Host point of view Extensions Persistence The Processing Part IComponent IAudioProcessor The Editing Part VST 3 threading model Communication between the components Standard communication Private communication Initialization of communication from Host point of view Related pages: VST Module Architecture The VST 3 API is an interface collection designed for realtime audio processing components. Such a component can be an audio effect or an audio instrument. VST 3 is based on a technology called VST Module Architecture ( VST-MA ). Please read the VST-MA documentation to find out more about how the plug-in system works in general. The API files belonging to VST 3 are located in the folder \"pluginterfaces/vst\" . ⓘ If you are looking for the C API of VST 3 see https://github.com/steinbergmedia/vst3_c_api .","breadcrumbs":"Technical Documentation » VST 3 API Documentation » VST 3 API Documentation","id":"330","title":"VST 3 API Documentation"},"331":{"body":"A VST 3 audio effect or instrument basically consists of two parts: a processing part and an edit controller part. The corresponding interfaces are: Processor: Steinberg::Vst::IAudioProcessor + Steinberg::Vst::IComponent Controller: Steinberg::Vst::IEditController Tech_doc_1 Tech_doc_2 The design of VST 3 suggests a complete separation of processor and edit controller by implementing two components. Splitting up an effect into these two parts requires some extra implementation efforts. However, this separation enables the host to run each component in a different context, even on different computers. Another benefit is that parameter changes can be separated when it comes to automation. While for processing these changes need to be transmitted in a sample-accurate way, the GUI part can be updated with a much lower frequency and it can be shifted by the amount that results from any delay compensation or other processing offset. A plug-in that supports this separation has to set the Steinberg::Vst::kDistributable flag in the class info of the processor component ( Steinberg::PClassInfo2::classFlags ). Of course not every plug-in can support this, for example if it depends deeply on resources that cannot be moved easily to another computer. So when this flag is not set, the host must not try to separate the components in any way. Although it is not recommended, it is possible to implement both the processing part and the controller part in one component class. The host tries to query the Steinberg::Vst::IEditController interface after creating an Steinberg::Vst::IAudioProcessor and on success uses it as the controller. ⓘ Note A host does not need to instantiate the controller part of a plug-in for processing it. The plug-in should be prepared for processing without having the controller part instantiated.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Basic Concept","id":"331","title":"Basic Concept"},"332":{"body":"Both Steinberg::Vst::IComponent and Steinberg::Vst::IEditController derive from Steinberg::IPluginBase . The purpose of this basic interface is to initialize the component and to terminate it before it is destroyed. The context parameter passed to Steinberg::IPluginBase::initialize should implement the interface Steinberg::Vst::IHostApplication . Hosts should not call other functions before initialize is called, with the sole exception of Steinberg::Vst::IComponent::setIoMode which must be called before initialize. Steinberg::Vst::IComponent::getControllerClassId can also be called before ( See VST 3 Workflow Diagrams ). How can the plug-in access IHostApplication? //-----------------------------------------------------------------------\ntresult PLUGIN_API MyPluginProcessor::initialize (FUnknown*context)\n{ FUnknownPtr hostApp (hostContext); if (hostApp) { String128 name; if (hostApp->getName (name) == kResultTrue) { //... } } //...\n}\n//-----------------------------------------------------------------------","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Initialization","id":"332","title":"Initialization"},"333":{"body":"Here an example of a host implementation creating the component and its associated controller of a plug-in with a given classID: //-----------------------------------------------------------------------\nVst::IComponent* processorComponent;\nVst::IEditController* editController;\nIPluginFactory* factory;\n// ...\n// factory already initialized (after the library is loaded,see validator for example)\n// ...\n// create its component part\ntresult result = factory->createInstance (classID,Vst::IComponent::iid, (void**)&processorComponent);\nif (processorComponent && (result == kResultOk))\n{ // initialize the component with our host context (note: initialize called just after creatInstance) res = (processorComponent->initialize (gStandardPluginContext) == kResultOk); // try to create the controller part from the component // for Plug-ins which did not succeed in separating component from controller :-( if (processorComponent->queryInterface (Vst::IEditController::iid, (void**)&editController) != kResultTrue) { // This is the normal case, where the controller is separated from the component. // ask for the associated controller class ID (could be called before processorComponent->initialize ()) FUID controllerCID; if (processorComponent->getControllerClassId (controllerCID) == kResultTrue && controllerCID.isValid ()) { // create its controller part created from the factory result = factory->createInstance (controllerCID, Vst::IEditController::iid, (void**)&editController); if (editController && (result == kResultOk)) { // editController is now created, we have the ownership, // which means that we have to release it when not used anymore. // initialize the component with our context res = (editController->initialize (gStandardPluginContext) == kResultOk); // now processorComponent and editController are initialized... :-) } } } else { // editController is now created, we have the ownership, // which means that we have to release it when not used anymore. }\n}\n//----------------------------------------------------------------------- ⓘ Note Please be aware that IPluginBase::initialize and IPluginBase::terminate must only be called once per object instance. So if an object implements both IAudioProcessor and IEditController, take care to only call them once, as in the example above.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Creation and initialization from Host point of view","id":"333","title":"Creation and initialization from Host point of view"},"334":{"body":"The functionality of the components implementing these basic interfaces can be extended by a number of optional interfaces that only need to be implemented if this extension is required. Processor Extensions: Steinberg::Vst::IConnectionPoint Steinberg::Vst::IUnitData Steinberg::Vst::IProgramListData Edit Controller Extensions: Steinberg::Vst::IConnectionPoint Steinberg::Vst::IMidiMapping Steinberg::Vst::IUnitInfo","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Extensions","id":"334","title":"Extensions"},"335":{"body":"The host stores and restores the complete state of the processor and of the controller in project files and in preset files: Steinberg::Vst::IComponent::getState + Steinberg::Vst::IComponent::setState store and restore the DSP model. Steinberg::Vst::IEditController::getState + Steinberg::Vst::IEditController::setState store and restore any GUI settings that are not related to the processor (like scroll positions etc). Restore : When the states are restored, the host passes the processor state to both the processor and the controller ( Steinberg::Vst::IEditController::setComponentState ). A host must always pass that state to the processor first. The controller then has to synchronize its parameters to this state (but must not perform any IComponentHandler callbacks). After restoring a state, the host rescans the parameters (asking the controller) in order to update its internal representation. Tech_doc_3 Tech_doc_4 See also Steinberg::IBStream VST 3 Interfaces to be implemented by the Plug-in VST 3 Interfaces to be implemented by the Host","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Persistence","id":"335","title":"Persistence"},"336":{"body":"Tech_doc_5 The processing part consists of two related interfaces: Steinberg::Vst::IComponent and Steinberg::Vst::IAudioProcessor . The reason for splitting the two is to use the basic interfaces Steinberg::Vst::IComponent not only for audio plug-ins but also for other kinds of media (e.g. video processing in the future). Hence the Steinberg::Vst::IAudioProcessor interface represents the audio-specific part of a processing component. Let's have a closer look at the concepts.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » The Processing Part","id":"336","title":"The Processing Part"},"337":{"body":"The Steinberg::Vst::IComponent interface allows the host to get information about the plug-in: Edit controller association : In order to enable the host to create the associated edit controller part, the processing component has to provide the matching class-ID. The host uses the module's class factory to create the controller component. See Steinberg::Vst::IComponent::getControllerClassId The host can ask for bus configurations ( Steinberg::Vst::BusInfo ). See Steinberg::Vst::IComponent::getBusInfo The host can ask for routing information ( Steinberg::Vst::RoutingInfo ). The host can activate or deactivate a specific bus like side-chain . A deactivated bus should be not processed by the plug-in. See Steinberg::Vst::IComponent::activateBus The host can activate or deactivate the plug-in (On/Off button). See Steinberg::Vst::IComponent::setActive The host can store and restore the state of the plug-in (preset and project persistence). See Steinberg::Vst::IComponent::getState , Steinberg::Vst::IComponent::setState","breadcrumbs":"Technical Documentation » VST 3 API Documentation » IComponent","id":"337","title":"IComponent"},"338":{"body":"The Steinberg::Vst::IAudioProcessor interface extends Steinberg::Vst::IComponent by providing a state machine for processing and the process method: Setup : The processor must be configured before processing can start. Configurations are only allowed when the processor is inactive ( Steinberg::Vst::IComponent::setActive ). Process setup : The processor is informed about the parameters that cannot be changed while processing is active. ( Steinberg::Vst::ProcessSetup ). Dynamic Speaker Arrangements : The host can try to change the number of channels of an audio bus. By default the speaker arrangement is defined by the plug-in. In order to adjust the plug-in to a context where a different speaker arrangement is used, the host can try to change it using Steinberg::Vst::IAudioProcessor::setBusArrangements When the processor is configured, it has to be activated ( Steinberg::Vst::IComponent::setActive ). The activation call signals that all configurations have been finished. In addition to that, the processor has a 'processing state'. Before a host begins to perform processing calls, it has to signal this by calling IAudioProcessor::setProcessing (true). When the host stops processing, it must call IAudioProcessor::setProcessing (false) after the last processing call. Please see also: VST 3 Workflow Diagrams Process : Steinberg::Vst::IAudioProcessor::process is the method that implements the actual processing. Any data needed for processing is passed to it as a parameter Steinberg::Vst::ProcessData . This is necessary because processing is often performed in a separate thread and this is a simple way to avoid thread synchronization problems. Block Size : Processing is done in blocks. The maximum number of samples to be processed in one block is set in Steinberg::Vst::IAudioProcessor::setupProcessing . The actual number of samples in a processing block is transmitted in the process call and can be different from call to call, but it must be a value between 1 and maxSamplesPerBlock . Audio Buffers : For any audio bus defined by the plug-in, the host must provide buffer data - even for inactive busses. Busses are addressed by index, so leaving out inactive busses will mix up these indices. The actual data buffer can be null though (see Steinberg::Vst::AudioBusBuffers ). Note : The channelBuffers32 (or channelBuffers64 ) buffer pointers can be the same or different for input and output: this has to be taken into account in the process function (for example not resetting the output before processing if input and output buffers are the same!). It can be the same for multiple inputs or multiple outputs (in the case of instrument plug-ins) all outputs (or inputs) can share the same buffer! Important : The host can call Steinberg::Vst::IAudioProcessor::process without buffers ( numInputs and numOutputs of Steinberg::Vst::AudioBusBuffers are zeroed, numSamples too), in order to flush parameters (from host to plug-in). Parameters can only be flushed when the host needs to send parameter changes and no processing is called. Parameters & Automation : Any parameter changes are transmitted in the process call through the interfaces Steinberg::Vst::IParameterChanges and Steinberg::Vst::IParamValueQueue . Simple parameter changes as a result of GUI interaction are transmitted exactly in the same way as automation. (see Parameters and Automation ). Context : For each processing block the host should provide information about its state. See Steinberg::Vst::ProcessContext Events : Steinberg::Vst::IEventList Tech_doc_6","breadcrumbs":"Technical Documentation » VST 3 API Documentation » IAudioProcessor","id":"338","title":"IAudioProcessor"},"339":{"body":"Tech_doc_7 The edit controller is responsible for the GUI aspects ofthe plug-in. Its standard interface is Steinberg::Vst::IEditController . The host has to provide acallback interface for the edit controller named Steinberg::Vst::IComponentHandler . The handler is essentialfor the communication with both the host and the processor. GUI : Optionally, the controller can define an editor view. The method Steinberg::Vst::IEditController::createView allows the host to specify the type of the view by passing an id-string. Currently the only type defined is \"editor\" ( Steinberg::Vst::ViewType::kEditor ), but there might be variations in future versions (e.g. \"setup\"). See also Steinberg::IPlugView . Parameters : The controller is responsible for the management of parameters. Any change to a parameter that is caused by user interaction in the plug-in GUI must be properly reported to the Steinberg::Vst::IComponentHandler . The host is responsible for transmitting the change to the processor. In order to make recording of automation work, it is necessary to call beginEdit , performEdit and endEdit in the expected order! And from the UI-Thread ! With the new interface IComponentHandler2 (since VST 3.1), the plug-in (from UI) can group parameters which should use the same time-stamp in host when writing automation, by wrapping a set of beginEdit / performEdit / endEdit functions (see IComponentHandler ) with startGroupEdit and finishGroupEdit . More details can be found on the page about Parameters . Plug-in structure : If the plug-in is composed of discrete functional parts, the edit controller should publish this structure and the parameters belonging to each part by implementing the Steinberg::Vst::IUnitInfo interface. More details can be found on the page about VST 3 Units . Tech_doc_8","breadcrumbs":"Technical Documentation » VST 3 API Documentation » The Editing Part","id":"339","title":"The Editing Part"},"34":{"body":"The VST 3 SDK (Virtual Studio Technology Software Development Kit) is a collection of software development tools included in one package. This allows plug-in developers to create plug-ins in VST 3 format and host developers to load VST 3 plug-ins into a DAW or audio editor.","breadcrumbs":"What is the VST 3 SDK? » VST 3 SDK explained","id":"34","title":"VST 3 SDK explained"},"340":{"body":"The threading model used by VST 3 is quite simple and requires that: All initialisation/de-initialisation are done in the UI Thread All function exported by the plug-in are called by the host in the UI Thread with the exception of: IAudioProcessor→process: which could be called in a Audio Thread (realtime thread), avoid any memory allocation! IAudioProcessor→setProcessing: which could be called in a Audio Thread (realtime thread), avoid any memory allocation! All function exported by the host are called by the plug-in in the UI Thread Check the Audio Processor Call Sequence and the Edit Controller Call Sequence .","breadcrumbs":"Technical Documentation » VST 3 API Documentation » VST 3 threading model","id":"340","title":"VST 3 threading model"},"341":{"body":"The two VST 3 components (processor and controller) need a way to communicate. It is the task of the host to handle this.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Communication between the components","id":"341","title":"Communication between the components"},"342":{"body":"All standard data (like parameter changes) are transmitted between processor and controller using the basic interfaces listed above. After creation of processor and controller, the host sets the controller component state from the processors state. This is a change from the previous SDK, where it was assumed that after creation the controller and the processor are in sync. When the host sets a new processor state ( Steinberg::Vst::IComponent::setState ), this state is always transmitted to the controller as well ( Steinberg::Vst::IEditController::setComponentState ). The controller then has to synchronize to this state and adjust its parameters. When the controller transmits a parameter change to the host, the host synchronizes the processor by passing the new values as Steinberg::Vst::IParameterChanges to the process call. The processor can transmit outgoing parameter changes to the host as well. ( Steinberg::Vst::ProcessData::outputParameterChanges ). These are transmitted to the edit controller by the call of Steinberg::Vst::IEditController::setParamNormalized . Tech_doc_9","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Standard communication","id":"342","title":"Standard communication"},"343":{"body":"Data that is unknown to the host can be transmitted by means of messages. The communication interfaces are Steinberg::Vst::IConnectionPoint : The host establishes a connection between processor and controller. Steinberg::Vst::IMessage : Represents a message to send to the counterpart. Steinberg::Vst::IAttributeList : A list of attributes belonging to a message. Please note that messages from the processor to the controller must not be sent during the process call, as this would not be fast enough and would break the real time processing. Such tasks should be handled in a separate timer thread. Tech_doc_10","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Private communication","id":"343","title":"Private communication"},"344":{"body":"Here an example of host implementation where the component and controller parts are connected and synchronized: //-----------------------------------------------------------------------\n// the component and the controller parts are previously becreated and initialized (see above)\n// ...\nif (editController)\n{ // set the host handler // the host set its handler to the controller editController->setComponentHandler (myHostComponentHandler); // connect the 2 components Vst::IConnectionPoint* iConnectionPointComponent = nullPtr; Vst::IConnectionPoint* iConnectionPointController = nullPtr; processorComponent->queryInterface (Vst::IConnectionPoint::iid, (void**)&iConnectionPointComponent); editController->queryInterface (Vst::IConnectionPoint::iid, (void**)&iConnectionPointController); if (iConnectionPointComponent && iConnectionPointController) { iConnectionPointComponent->connect (iConnectionPointController); iConnectionPointController->connect (iConnectionPointComponent); } // synchronize controller to component by using setComponentState MemoryStream stream; // defined in \"public.sdk/source/common/memorystream.h\" stream.setByteOrder (kLittleEndian); if (processorComponent->getState (&stream) == kResultTrue) { stream.rewind (); editController->setComponentState (&stream); } // now processorComponent and editController parts are connected and synchronized...:-)\n} ⓘ Note Please note that you CANNOT rely on the implementation detail that the connection is done directly between the processor component and the edit controller!","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Initialization of communication from Host point of view","id":"344","title":"Initialization of communication from Host point of view"},"345":{"body":"/ VST Home / Technical Documentation On this page: Introduction Interfaces FUnknown IID/CID Direction Versioning and inheritance COM Compatibility Plug-ins Module Factory Locations Categories IPluginBase Purpose-specific interfaces Unicode Plug-ins for Unicode hosts Migrating from non-Unicode to Unicode SDK backward compatibility Related pages: How the host will load a VST-MA based Plug-in How to derive a class from an interface Interface Versions and Inheritance VST 3 API Documentation","breadcrumbs":"Technical Documentation » VST Module Architecture » VST Module Architecture","id":"345","title":"VST Module Architecture"},"346":{"body":"VST-MA is a component model system which is used in all Steinberg host applications as the basic layer for plug-in support. It is object-oriented, cross-platform and (almost) compiler-independent. The basics are very much like Microsoft® COM , so if you are familiar with this technology, understanding VST-MA should be quite easy. VST-MA is provided in C++ only. Interfaces in C++ are expressed as pure virtual class (which is a class with nothing but abstract methods). Unlike COM there is no support for C or other languages yet - simply because there has been no need for this so far. But all VST-MA interfaces can be transformed into different representations in case this should be inevitable some day. It is currently available for Windows, macOS X and Linux. The C++ files belonging to VST-MA are located in the following folders: pluginterfaces/base pluginterfaces/gui Note : The name ' VST Module Architecture ' has only little relation to the 'Virtual Studio Technology' itself. It describes the basic layer for any plug-in category supported in Steinberg hosts. VST-MA existed long before it was used as a base for VST 3 itself.","breadcrumbs":"Technical Documentation » VST Module Architecture » Introduction","id":"346","title":"Introduction"},"347":{"body":"","breadcrumbs":"Technical Documentation » VST Module Architecture » Interfaces","id":"347","title":"Interfaces"},"348":{"body":"Steinberg::FUnknown is the basic interface of VST-MA . All other interfaces are directly or indirectly derived from it.","breadcrumbs":"Technical Documentation » VST Module Architecture » FUnknown","id":"348","title":"FUnknown"},"349":{"body":"Each interface has a unique identifier (IID) of type Steinberg::FUID . It is used to retrieve a new interface from another one ( Steinberg::FUnknown::queryInterface ). It is important to understand the difference between interface identifier and component identifier. A component-ID or class-ID (CID) is used to identify a concrete implementation class and is usually passed to a class factory in order to create the corresponding component. So a lot of different classes (with different class identifiers) can implement the same interfaces.","breadcrumbs":"Technical Documentation » VST Module Architecture » IID/CID","id":"349","title":"IID/CID"},"35":{"body":"The VST 3 SDK package contains:","breadcrumbs":"What is the VST 3 SDK? » What is included","id":"35","title":"What is included"},"350":{"body":"An interface may have a direction , meaning that the interface is expected to be implemented either in the plug-in or in the host. The nature of an interface is documented in the following way: [host imp] : the host implements the interface [plug imp] : the plug-in implements the interface When neither of these is specified, the interface can be used in both ways.","breadcrumbs":"Technical Documentation » VST Module Architecture » Direction","id":"350","title":"Direction"},"351":{"body":"Unlike C++ classes, interfaces do not use inheritance to express specializations of objects. Inheritance is used for versioning only. One of the strict rules is that once an interface has been released, it must never change again. Adding new functionality to an interface requires a new version (usually an ordinal number is added to its name in this case, for example IPluginFactory3 adds new features to IPluginFactory2 ). A new version inherits the old version(s) of the interface, so the old and the new methods are combined in one interface. This is why specializations need to be modeled as separate interfaces! If a specialized interface were to inherit from the basic interface as well, an implementation class that needs to implement all of these interfaces would inherit the base interface twice, causing the compiler to run into ambiguities. So the specialization relation to a basic interface can only be expressed in the documentation. ISpecialInterface [ extends IBaseInterface] => means IBaseInterface::queryInterface (ISpecialInterface::iid, ...) can be used to retrieve the derived interface. You can find some example code here: Interface Versions and Inheritance .","breadcrumbs":"Technical Documentation » VST Module Architecture » Versioning and inheritance","id":"351","title":"Versioning and inheritance"},"352":{"body":"The first layer of VST-MA is binary-compatible to COM . The Vtable and interface identifier of Steinberg::FUnknown match with the corresponding COM interface IUnknown . The main difference is the organization and creation of components/plug-ins by a host application. VST-MA does not require any Microsoft® COM source file. You can find information about COM on pages like: https://docs.microsoft.com/en-us/windows/win32/learnwin32/what-is-a-com-interface- Basic Interfaces Steinberg::FUnknown Steinberg::IPluginBase Steinberg::IPluginFactory Helper Classes Steinberg::FUID Steinberg::FUnknownPtr See also \" How to derive a class from an interface \".","breadcrumbs":"Technical Documentation » VST Module Architecture » COM Compatibility","id":"352","title":"COM Compatibility"},"353":{"body":"","breadcrumbs":"Technical Documentation » VST Module Architecture » Plug-ins","id":"353","title":"Plug-ins"},"354":{"body":"A module (Windows: Dynamic Link Library, macOS: Mach-O Bundle, Linux: package) contains the implementation of one or more components (e.g. VST 3 effects). A VST-MA module must contain a class factory where meta-data and create-methods for the components are registered. The host has access to this factory through the Steinberg::IPluginFactory interface. This is the anchor point for the module and it is realized as a C-style export function named GetPluginFactory . You can find an export definition file in the SDK - public.sdk/source/main/winexport.def ( public.sdk/source/main/macexport.exp ) which can be used to export this function or you could use the macro SMTG_EXPORT_SYMBOL directly in cpp file (check public.sdk/source/main/dllmain.cpp for example). GetPluginFactory is declared as follows: SMTG_EXPORT_SYMBOL IPluginFactory* PLUGIN_API GetPluginFactory (); In addition to the GetPluginFactory function the plug-in may has to export additional entry/exit functions depending on the platform: On Windows On Windows the entry/exit functions are named InitDll / ExitDll and are optional! A Plug-In can export these functions and a host has to call the InitDll function directly after loading the plug-in via LoadLibrary and before calling GetPluginFactory . The ExitDll function must be called before the plug-in is unloaded via FreeLibrary or on program termination without FreeLibrary . As Windows already has this feature (see DllMain in Microsofts documentation) the above functions are optional. On macOS On macOS the entry/exit functions are named bundleEntry / bundleExit and are required! A plug-in must export these functions and a host has to call the bundleEntry function directly after loading the plug-in via CFBundleLoadExecutable and before calling GetPluginFactory . The bundleExit function must be called before the plug-in is unloaded or on program termination. As macOS does not have a standard entry function when loading a bundle the above functions are required and a host has to reject plug-ins not exporting these functions. On Linux On Linux the entry/exit functions are named ModuleEntry / ModuleExit and are required! A plug-in must export these functions and a host has to call the ModuleEntry function directly after loading the plug-In via dlopen and before calling GetPluginFactory . The ModuleExit function must be called before the plug-in is unloaded via dlclose or on program termination. As Linux does not have a standard entry function when loading a dynamic library, the above functions are required and a host has to reject plug-ins not exporting these functions. The entry function is intended for providing the plug-in with the platform specific instance handle which are needed for many platform APIs. Plug-in developers should use these functions instead of using platform functions to get the instance handle. Here an example when using def/exp files instead of SMTG_EXPORT_SYMBOL: winexport.def file on Windows EXPORTS\nGetPluginFactory\nInitDll\nExitDll macexport.exp file on mac _GetPluginFactory\n_bundleEntry\n_bundleExit","breadcrumbs":"Technical Documentation » VST Module Architecture » Module Factory","id":"354","title":"Module Factory"},"355":{"body":"Component modules do not require registration like DirectX . The host application expects component modules to be located in predefined folders of the file system. These folders and their subfolders are scanned for VST-MA modules during application startup. Each folder serves a special purpose: The application's Components subfolder (e.g. \"C:\\Program Files\\Steinberg\\Cubase 12\\Components\" ) is used for components tightly bound to the application. No other application should use it. Components that are shared between all Steinberg hosts are located at: Win: \"/Program Files/Common Files/Steinberg/Shared Components\" Mac: \"/Library/Application Support/Steinberg/Components/\" For special purpose plug-in types, additional locations are defined. Please refer to the corresponding documentation to find out if additional folders are used and where to find them. For VST 3 , see VST 3 Locations/Format .","breadcrumbs":"Technical Documentation » VST Module Architecture » Locations","id":"355","title":"Locations"},"356":{"body":"Any class that the factory can create is assigned to a category. It is this category that tells the host the purpose of the class (and gives a hint of which interfaces it might implement). A class is also described with a name and it has a unique id. For example, the category for import/export filters is \" Project Filter \" and for VST 3 audio plug-ins it is \" Audio Module Class \". \"Service\" is a special category. The purpose of a class of this category is completely unknown to the host. It is loaded automatically during program start (provided that the user did not deactivate it). Since the factory can create any number of classes, one component library can contain multiple components of any type.","breadcrumbs":"Technical Documentation » VST Module Architecture » Categories","id":"356","title":"Categories"},"357":{"body":"The entry-point interface for any component class is Steinberg::IPluginBase . The host uses this interface to initialize and to terminate the plug-in component. When the host initializes the plug-in, it has to pass a so called context. This context contains any interface to the host that the plug-in will need to work.","breadcrumbs":"Technical Documentation » VST Module Architecture » IPluginBase","id":"357","title":"IPluginBase"},"358":{"body":"Each plug-in category (VST 3 Effects, Project import/export Filters, Audio Codecs, etc...) defines its own set of purpose-specific interfaces. These are not part of the basic VST-MA layer.","breadcrumbs":"Technical Documentation » VST Module Architecture » Purpose-specific interfaces","id":"358","title":"Purpose-specific interfaces"},"359":{"body":"Beginning with version 5 of Cubase and Nuendo, the internal structure of the host was modified for better support of internationalization. Therefore, string handling was changed to utilize Unicode strings whenever strings are passed around. As a consequence, all the interfaces to plug-ins have changed from using ASCI to Unicode strings for call and return parameters. So in turn, all plug-ins must be adapted to support Unicode. This has major consequences in that: Unicode hosts (Cubase 5 or later) will only work with Unicode plug-ins. When loading a plug-in, a Unicode host checks the plug-in's type and will not load any non-Unicode plug-ins. Unicode plug-ins will not load in non-Unicode hosts. When loading, a Unicode plug-in requests information from the host and will not load if no Unicode host is detected. Therefore, if a plug-in is supposed to work with both older and newer hosts, it is best to provide two versions of the plug-in. Plug-ins for Unicode hosts Writing plug-ins that are supposed to work only with Unicode hosts is easy. Use a current version of this SDK and develop a plug-in as usual. Make sure that you only ever pass Unicode UTF-16 strings to interfaces that have strings as call parameters and also be prepared that strings returned by these interfaces are always UTF-16 . Therefore, to make things easier, it is recommended that Unicode strings are used throughout the plug-in's implementation, in order to avoid back and forth conversions. Also, use the Steinberg::String and Steinberg::ConstString classes from the Base module, as they have been designed to work universally on both Mac and Win. Migrating from non-Unicode to Unicode In Steinberg SDKs released before Cubase 5, the interface functions were using pointers of type char for passing strings to and from the host. These have been changed now to using Steinberg's defined type tchar which is equivalent to char16 , i.e. 16 bit character. In theory, there are many ways for representing 16 bit characters, but we chose to use the industry standard Unicode , so strings are expected to be encoded in UTF-16 . Accordingly, also the implementation of a plug-in needs to be adapted to deal correctly with Unicode-encoded strings, as well as only ever passing Unicode strings to the host. ⓘ Note Changing a function from using 8 bit to 16 bit character pointers may seem as only a minor modification, but in interface design this is a major intrusion, because an interface is a contract to the outside world that is never to be changed. Therefore, classes that are changed to use Unicode strings are distinguished and also receive a new unique class ID.","breadcrumbs":"Technical Documentation » VST Module Architecture » Unicode","id":"359","title":"Unicode"},"36":{"body":"This is a C++ interface defining how a VST 3 plug-in communicates with a host and vice versa. The heart of VST 3 . Check the folder \"pluginterfaces/vst\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » The VST 3 API","id":"36","title":"The VST 3 API"},"360":{"body":"Even with the current SDK it is still possible to develop non-Unicode plug-ins. In the file pluginterfaces/base/ftypes.h , the line \"#define UNICODE_OFF\" is commented out, but by uncommenting it you can revert all interfaces to using single byte ASCII strings. Alternatively, you can also specify UNICODE_OFF as a preprocessor definition in your project file. Also, the plug-in's factory info now does not define the Unicode flag anymore, so a Unicode host sees the compiled plug-in as non-Unicode. Also, when reverting to single byte strings the plug-in's implementation also has to be changed to behave correctly. ⓘ Note When undefining Unicode, the class IDs also revert to the old ones.","breadcrumbs":"Technical Documentation » VST Module Architecture » SDK backward compatibility","id":"360","title":"SDK backward compatibility"},"361":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture Check the included cpp files showing how to load such Component/plug-in: public.sdk/source/vst/hosting/module.h and for each platform public.sdk/source/vst/hosting/module_win32.cpp, ... Here below you could found a basic implementation on Windows showing how to load the library and get pointer to the wanted exported functions: HMODULE hModule = LoadLibrary (\"SomePlugin.dll\");\nif (hModule)\n{ InitModuleProc initProc = (InitModuleProc)GetProcAddress (hModule, \"InitDll\"); if (initProc) // this entry function is optional on Windows, not on MacOS and Linux! { if (initProc () == false) { FreeLibrary (module); return false; } } GetFactoryProc proc = (GetFactoryProc)GetProcAddress (hModule, \"GetPluginFactory\"); IPluginFactory* factory = proc ? proc () : nullptr; if (factory) { for (int32 i = 0; i < factory->countClasses (); i++) { PClassInfo ci; factory->getClassInfo (i, &ci); FUnknown* obj; factory->createInstance (ci.cid, FUnknown::iid, (void**)&obj); ... obj->release (); } factory->release (); } ExitModuleProc exitProc = (ExitModuleProc)GetProcAddress (hModule, \"ExitDll\"); if (exitProc) // This exit function is optional on Windows, not on MacOS and Linux! exitProc (); FreeLibrary (hModule);\n}","breadcrumbs":"Technical Documentation » VST Module Architecture » How the host will load a VST-MA based Plug-in » How the host will load a VST-MA based Plug-in","id":"361","title":"How the host will load a VST-MA based Plug-in"},"362":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture Interface Versions and Inheritance In the first example we derive a class directly from FUnknown, using some of the helper macros provided by the SDK. class CMyClass: public FUnknown\n{\npublic: CMyClass (); virtual ~CMyClass (); DECLARE_FUNKNOWN_METHODS // declares queryInterface, addRef and release\n}; CMyClass::CMyClass ()\n{ FUNKNOWN_CTOR // init reference counter, increment global object counter\n} CMyClass::~CMyClass ()\n{ FUNKNOWN_DTOR // decrement global object counter\n} IMPLEMENT_REFCOUNT (CMyClass) // implements reference counting tresult CMyClass::queryInterface (const char* iid, void** obj)\n{ QUERY_INTERFACE (iid, obj, ::FUnknown::iid, CMyClass) return kNoInterface;\n} Developing a class with more than one interface is done by multiple inheritance. Additionally you have to provide an appropriate cast for each interface in the queryInterface method. class CMyMultiClass : public Steinberg::IPluginBase, public Steinberg::IPlugController, public Steinberg::IEditorFactory\n{\npublic: DECLARE_FUNKNOWN_METHODS // declare the methods of all inherited interfaces here...\n}; IMPLEMENT_REFCOUNT (CMyMultiClass) // implements referencecounting tresult CMyMultiClass::queryInterface (const char* iid, void** obj)\n{ QUERY_INTERFACE (iid, obj, Steinberg::FUnknown::iid, IPluginBase) QUERY_INTERFACE (iid, obj, Steinberg::IPluginBase::iid, IPluginBase) QUERY_INTERFACE (iid, obj, Steinberg::IPlugController::iid, IPlugController) QUERY_INTERFACE (iid, obj, Steinberg::IEditorFactory::iid, IEditorFactory) *obj = 0; return kNoInterface;\n}","breadcrumbs":"Technical Documentation » VST Module Architecture » How to derive a class from an interface » Hot to derive a class from an interface","id":"362","title":"Hot to derive a class from an interface"},"363":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture How to derive a class from an interface Unlike C++ classes, VST-MA interfaces do not use inheritance to express specializations of objects. Usually all interfaces are derived from FUnknown. This is because interfaces must never change after they have been released. The VST Module Architecture Interfaces use inheritance only for versioning! All specializations will be modeled as separate interfaces! For example the C++ classes: class Shape\n{\npublic: void setPosition (long x, long y);\nprotected: long x; long y;\n};\nclass Rect : public Shape\n{\npublic: void setDimension (long width, long height);\nprotected: long width; long height;\n}; expressed in VST-MA , define an interface for each inheritance level: class IShape : public FUnknown\n{\npublic: virtual void setPosition (long x, long y) = 0;\n};\nclass IRect : public FUnknown\n{\npublic: virtual void setDimension (long width, long height) = 0;\n}; In the next program version there need to be changes to the Shape class that look like this: class Shape\n{\npublic: void setPosition (long x, long y); void setColor (Color color);\nprotected: long x; long y; Color color;\n}; The VST-MA representation now reflect the changes to Shape by adding a new interface that inherits from IShape and looks like the following code, while the former interface definitions remain the same: class IShape2 : public IShape\n{\npublic: virtual void setColor (Color color) = 0;\n};","breadcrumbs":"Technical Documentation » VST Module Architecture » Interface Versions and Inheritance » Interface Versions and Inheritance","id":"363","title":"Interface Versions and Inheritance"},"364":{"body":"/ VST Home / Technical Documentation An optional moduleinfo.json file can be part of the module file package , located in the Resources folder. The file contains the same information as the Module Factory , plus an optional list of compatible classes. The file is encoded in json5 format. The Compatibility json array is used to declare a class to be treated as a replacement for another class or classes. When used this way, the host does not need to load the component to know which classes the module provides. This optional moduleinfo.json file was added in the VST 3 SDK version 3.7.5 and was located in the Contents folder of the bundle. In order to be compliant with code signing on macOS, this file is now (since version 3.7.8) located in the Contents/Resources folder.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » Moduleinfo","id":"364","title":"Moduleinfo"},"365":{"body":"The VST 3 SDK contains a command-line utility called moduleinfotool that is used to create and validate the moduleinfo.json file from a VST plug-in. See public.sdk/vst-utilities/moduleinfotool . The moduleinfotool uses the ModuleInfoLib which can be used by hosts to read and parse the moduleinfo.json file. See public.sdk/source/vst/moduleinfo For plug-ins built with the VST 3 SDK , the moduleinfo.json file will be automatically created during the build process.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » SDK","id":"365","title":"SDK"},"366":{"body":"An example moduleinfo.json looks like this: { \"Name\": \"helloworld\", \"Version\": \"3.7.5.0\", \"Factory Info\": { \"Vendor\": \"Steinberg Media Technologies\", \"URL\": \"http://www.steinberg.net\", \"E-Mail\": \"mailto:info@steinberg.de\", \"Flags\": { \"Unicode\": true, \"Classes Discardable\": false, \"Component Non Discardable\": false, }, }, \"Classes\": [ { \"CID\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Category\": \"Audio Module Class\", \"Name\": \"Hello World\", \"Vendor\": \"Steinberg Media Technologies\", \"Version\": \"1.0.0.1\", \"SDKVersion\": \"VST 3.7.5\", \"Sub Categories\": [ \"Fx\", ], \"Class Flags\": 1, \"Cardinality\": 2147483647, \"Snapshots\": [ { \"Scale Factor\": 1, \"Path\": \"Contents/Resources/Snapshots/BD58B550F9E5634E9D2EFF39EA0927B1_snapshot.png\", }, { \"Scale Factor\": 2, \"Path\": \"Contents/Resources/Snapshots/BD58B550F9E5634E9D2EFF39EA0927B1_snapshot_2.0x.png\", }, ], }, { \"CID\": \"A0B1A6F4005D9B47967177E37A671891\", \"Category\": \"Component Controller Class\", \"Name\": \"Hello WorldController\", \"Vendor\": \"Steinberg Media Technologies\", \"Version\": \"1.0.0.1\", \"SDKVersion\": \"VST 3.7.5\", \"Class Flags\": 0, \"Cardinality\": 2147483647, \"Snapshots\": [ ], }, ], \"Compatibility\": [ { \"New\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Old\": [ \"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\", \"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\", ], }, ],\n} Check here to learn how to create UID for old VST 2 plug-in.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » Example","id":"366","title":"Example"},"367":{"body":"/ VST Home / Technical Documentation On this page: Parameters Representation of parameter values Parameter styles / 'Step Count' Conversion of normalized values Automation Problems Automation Recording Sliders & Knobs Buttons / Radio Groups / Pop-up Menus Text Input Automation Playback GUI playback Informing the host about changes Parameter titles, default values or flags have changed Multiple parameter values have changed Related pages: VST 3 Units Description of how parameters are defined and used in VST 3 .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameters and Automation","id":"367","title":"Parameters and Automation"},"368":{"body":"A plug-in requires parameters in order to control its DSP algorithm, for example, a Frequency parameter for a filter. The plug-in can export these parameters in order to make them visible to the host and allow the host to control/change/automate/remote/visualize them. Some parameters can be defined for private use only (not visible to the user) or as read-only, such as parameters associated to VU Meters. Steinberg::Vst::IEditController::getParameterCount allows the host to identify the number of parameters that are exported by the plug-in. The plug-in must assign a unique 32-bit identifier (ID) to each exported parameter. ⓘ Note Up to 2^31 parameters can be exported with ID range [0, 2.147.483.648] (the range [2.147.483.649, 4.294.967.296] is reserved for host application). Please note that it is not allowed to change this assignment at any time. In particular, a plug-in must not perform any reconfigurations that lead to a different set of automatable parameters. The only allowed variation is the adding or removing of parameters in a future plug-in version. However, keep in mind that automation data can get lost when parameters are removed. Usually, the host is unaware of a parameter's semantics. However, there are a few important exceptions that the controller must announce using the Steinberg::Vst::ParameterInfo::flags : kCanAutomate : This means that this parameter can be automated by the host using its automation track. [SDK 3.0.0] kIsBypass : If the plug-in performs bypass processing itself, it must export the corresponding parameter and flag it with kIsBypass. It is highly recommended that this bypass parameter is provided by the effect plug-in. If the plug-in does not export a bypass parameter, the host can perform bypass processing and the plug-in process call will be discontinued. Only one bypass parameter is allowed. The plug-in should save the state of this bypass parameter like other parameters (when getState and setState are used). If the plug-in does not need a bypass (like Instrument) this flag should be not used. Check this FAQ in order to understand how bypass processing works. [SDK 3.0.0] kIsReadOnly : This means that this parameter cannot be changed from outside the plug-in, this requires that kCanAutomate is NOT set. [SDK 3.0.0] kIsWrapAround : When a UI control created by the host for this parameter attempts to set its value out of the limits, this UI control will make a wrap around (useful for parameters like 360 degree rotation). [SDK 3.0.2] kIsList : This means that the host will display this parameter as list in a generic editor or automation editing. [SDK 3.1.0] kIsHidden : This means that this parameter will NOT be displayed and cannot be changed from outside the plug-in. This requires that kCanAutomate is NOT set and kIsReadOnly is set. [SDK 3.7.0] kIsProgramChange : If the plug-in supports program lists (see VST 3 Units , Program Lists ), each 'unit' of the plug-in needs to export a program selector parameter. Such a parameter is not allowed to be automated when the affected parameters are flagged as automatable as well. A host can display program parameters at dedicated locations of its GUI. [SDK 3.0.0] The controller must support the conversion to a string for any exported parameter. The conversion method Steinberg::Vst::IEditController::getParamStringByValue must provide a result for any possible normalized parameter value. ⚠️ Warning Parameter values are always transmitted in a normalized floating point (64bit double) representation [0.0, 1.0] .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameters","id":"368","title":"Parameters"},"369":{"body":"A plug-in parameter usually has more than one representation. The GUI of a plug-in can display something that appears to be a single parameter, but might control multiple processing parameters at the same time. Or the GUI representation displays a scale-transformed representation of a DSP-Parameter. Somewhere on the way from the GUI to the DSP algorithm, this transformation has to be performed. The host does not need information about DSP parameters, but it is responsible for reporting parameter changes to the processor. According to this, the processor is the only place where a transformation can happen and all parameters always have to match the GUI representation. Does this fit into the idea of separating GUI and processing? No problem so far it is a separation of duties, nothing more. The processor component and the controller component have to work on the same internal plug-in model. The controller knows how this model has to be presented in the GUI. The processor knows how the model has to be translated into DSP parameters. The VST 3 interfaces suggest a normalized value representation for a part of this model (the part that is exported as parameters). This means every value has to be inside the range from 0.0 to 1.0. Parameter styles / 'Step Count' Although values are transmitted in a normalized format, the host needs to know some details of the parameter's displayed GUI representation. When editing automation data, for example, the host must know the nature of a parameter expressed in its 'step count' (see Steinberg::Vst::ParameterInfo::stepCount ). Step count semantics: 0 : A continuous parameter. Any normalized value has an exact mapping (0 = there are no steps between the values) 1 : A discrete parameter with 2 states like (on/off) (yes/no) etc. (1 = there is one step between these states) 2 : A discrete parameter with 3 states (0,1,2) or (3,5,7) (2 = there are two steps between these states) 3 : etc...","breadcrumbs":"Technical Documentation » Parameters and Automation » Representation of parameter values","id":"369","title":"Representation of parameter values"},"37":{"body":"Some helper classes are provided, implementing some VST 3 interfaces for hosting and for creating VST 3 plug-ins. Simply derived your plug-in C++ classes from these helper classes. what_if_1 Check the folder \"public.sdk\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Implementation Helper Classes","id":"37","title":"VST 3 Implementation Helper Classes"},"370":{"body":"The controller and the processor have to work with normalized parameter values. Step count 0: Continuous parameters simply need to be mapped accordingly Step count n: Discrete parameters need a little bit more care Discrete Value => Normalize double normalized = discreteValue / (double)stepCount; Normalize => Discrete Value (Denormalize) int discreteValue = min (stepCount, normalized *(stepCount + 1)); Example : Step Count 3 Tech_doc_11","breadcrumbs":"Technical Documentation » Parameters and Automation » Conversion of normalized values","id":"370","title":"Conversion of normalized values"},"371":{"body":"A host that supports parameter automation is dependent on a proper cooperation of the component owning these parameters. One intention in the design of the VST 3 interfaces was to reduce the amount of possible mistakes for an implementation. The separation of processor and controller enforces that all parameter changes have to be handled by the host in a defined way. Additionally, this allows the host to store the changes as automation data. Nevertheless, there are some more things to consider: No automated parameter must influence another automated parameter! The prime example for this is the automation of preset changes. A preset change can lead to the change of all 'normal' parameters. So if automation data already has been recorded for these parameters and the preset change is recorded as well: who wins? This question cannot be answered and the problem can only be resolved by avoiding it. This is why automation of preset changes is not allowed by default.","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation","id":"371","title":"Automation"},"372":{"body":"A fix value range from 0.0 to 1.0 simplifies the handling of parameters in some ways, but there are problems: Non-linear scaling If the DSP representation of a value does not scale in a linear way to the exported normalized representation (which can happen when a decibel scale is used, for example), the edit controller must provide a conversion to a plain representation. This allows the host to move automation data (being in GUI representation) and keep the original value relations intact. ( Steinberg::Vst::IEditController::normalizedParamToPlain / Steinberg::Vst::IEditController::plainParamToNormalized ). Changes in future plug-in versions Take a discrete parameter, for example, that controls an option of three choices. If the host stores normalized values as automation data and a new version of a plug-in invented a fourth choice, the automation data will be invalid now. So either the host has to store denormalized values as automation or it must recalculate the automation data accordingly.","breadcrumbs":"Technical Documentation » Parameters and Automation » Problems","id":"372","title":"Problems"},"373":{"body":"Automation recording is performed by the host. In doing so, it is essential for the host to know the start and the end of a manipulation. Therefore, the plug-in must operate the Steinberg::Vst::IComponentHandler interface in the following way and in the UI Thread !: The begin of a manipulation must be signaled via Steinberg::Vst::IComponentHandler::beginEdit Changes of parameters are reported via Steinberg::Vst::IComponentHandler::performEdit The end of a manipulation must be signaled via Steinberg::Vst::IComponentHandler::endEdit The plug-in must stick to the order of these callbacks. Otherwise, automation recording cannot work correctly. However, the implementation can bring up difficulties. Each type of GUI control and the way it is operated along with the nature of the controlled parameter requires specific considerations. To address the most common cases: Sliders & Knobs This kind of controls usually control continuous parameters and they are usually operated with the mouse. This common case is the most simple to handle: On mouse-click-down call beginEdit (followed by performEdit when the control allows a jump), on mouse-drag call performEdit and on mouse-click-up call endEdit. Trouble starts with the mouse wheel : There simply is nothing like a defined start or end when the wheel is operated - each wheel event arrives 'out of the blue'. The only way to enable proper automation recording in this case is the usage of a timer. A plug-in implementation should call beginEdit when the first wheel event is handled and start a timer (followed by the first call to performEdit). Further wheel events that arrive inside of the timeout interval are reported with performEdit and the timer is restarted. When the timeout period has passed without further events, endEdit should be called and the timer can be removed. But since it is the host's task to record automation data, one could argue that it should be the host's task to take care of the timer in this case. This is the reason for the following exception to the rule: Mouse wheel events can be reported without beginEdit and endEdit to the host. The host must be prepared to receive a performEdit without a previous call of beginEdit for a parameter and handle the timeout itself. Buttons / Radio Groups / Pop-up Menus This kind of controls usually control discrete parameters and simply switch the state of something. A proper handling is to call beginEdit, performEdit and endEdit in a row. The affected parameter has to be exported to the host with the correct step count because discrete parameters are handled differently than continuous parameters in regard to automation. Mouse wheel handling usually is not supported for buttons, but sometimes for pop-up menus. Discrete parameters do not require the usage of a timer in order to be recorded correctly. So the plug-in should call the 3 functions in a row for each wheel event - again, the other option is to omit beginEdit and endEdit, but in this case, be sure to report the discrete nature of the parameter to the host correctly. Text Input For reporting the results of a text input value change for a continuous or a discrete parameter, always call beginEdit, performEdit and endEdit in a row.","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation Recording","id":"373","title":"Automation Recording"},"374":{"body":"In VST 3 , automation playback is the task of the plug-in and it is the host's task to provide the automation data. The only way for a parameter change to arrive in the processor is the processing call. Receiving parameter changes from the edit controller and playing back automation data is one and the same thing. The need to perform all transformations, from the normalized GUI representation to the DSP representation, produces some overhead. Performing sample-accurate automation requires even more overhead, because the DSP value must be calculated for each single sample. While this cannot be avoided entirely, it is the choice of the plug-in implementation how much processing time to spend on automation accuracy. The host always transmits value changes in a way that allows a sample-accurate reconstruction of the underlying automation curve. The plug-in is responsible for the realization. Tech_doc_12 The processor gets the automation data in the processing call by using queue of parameter changes for each parameter having automation data: A IParameterChanges has some IParamValueQueues (for a specific parameter ID) which has some Automation Points. ⚠️ Warning A parameter (ID) is present only one time in the IParameterChanges list! Automation Points inside a IParamValueQueues are sorted per offset (position inside the audio block)!","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation Playback","id":"374","title":"Automation Playback"},"375":{"body":"The host is responsible for updating the plug-in GUI when automation data is transmitted to the processor. This is realized by frequent calls of Steinberg::Vst::IEditController::setParamNormalized in the UI Thread . See also Steinberg::Vst::IParameterChanges , Steinberg::Vst::IParamValueQueue .","breadcrumbs":"Technical Documentation » Parameters and Automation » GUI playback","id":"375","title":"GUI playback"},"376":{"body":"","breadcrumbs":"Technical Documentation » Parameters and Automation » Informing the host about changes","id":"376","title":"Informing the host about changes"},"377":{"body":"If something happens, user interaction for example, which change the parameter styles ( ParameterFlags ) or title or default value of one or multiple parameters, the plug-in must call IComponentHandler::restartComponent (kParamTitlesChanged); to inform the host about this change (in the UI Thread ). The host rescans the ParameterInfos with getParameterInfo .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameter titles, default values or flags have changed","id":"377","title":"Parameter titles, default values or flags have changed"},"378":{"body":"As result of a program change for example, the plug-in must call: IComponentHandler::restartComponent (kParamValuesChanged); to inform the host about this change (in the UI Thread ). The host invalidates all caches of parameter values and asks the edit controller for the current values. If only some values have changed (less than 10) the plug-in should use the Steinberg::Vst::IComponentHandler::performEdit interface (Show the right use when automation are used: Automation Recording ) ⓘ Note If the plug-in needs to inform the host about changes containing parameter title, default or flags and values (of multiple parameters), it could combine the restartComponent flags: IComponentHandler::restartComponent (kParamValuesChanged|kParamTitlesChanged);","breadcrumbs":"Technical Documentation » Parameters and Automation » Multiple parameter values have changed","id":"378","title":"Multiple parameter values have changed"},"379":{"body":"/ VST Home / Technical Documentation On this page: Introduction Unit details Examples Related pages: Presets & Program Lists Complex Plug-in Structures / Multi-timbral Instruments","breadcrumbs":"Technical Documentation » VST 3 Units » VST 3 Units","id":"379","title":"VST 3 Units"},"38":{"body":"The SDK includes some Plug-ins implementation examples.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-ins Examples","id":"38","title":"VST 3 Plug-ins Examples"},"380":{"body":"A unit is a logical section of the plug-in. For example, an EQ section can be a unit. The purposes of units are: To reveal the internal logical structure of the plug-in To organize parameters by associating them with units To Support program lists To support handling of Complex Plug-in Structures / Multi-timbral Instruments Multiple program lists (associated with a unit) Access to program list data Associations of MIDI tracks and units Synchronization of plug-in GUI and host GUI","breadcrumbs":"Technical Documentation » VST 3 Units » Introduction","id":"380","title":"Introduction"},"381":{"body":"The plug-in can define any number and any kind of units. The semantics of a unit is not important. Units are organized in a hierarchical way. Each unit can contain sub-units. The root unit of this hierarchy is always present (explicit or implicit) and has ID ' 0 '. A plug-in that does not define any further units simply consist of unit ' 0 '. The plug-in has to assign a unique ID to each further unit it defines and must provide a suitable name for it to be shown in the GUI ( Steinberg::Vst::UnitInfo ). Each unit can 'contain' parameters. All parameters of the plug-in are managed and published by the Steinberg::Vst::IEditController , but each parameter can be associated with a unit. ( Steinberg::Vst::ParameterInfo::unitId ). A host can organize the list of parameters in a tree view reflecting the unit hierarchy as nodes. Each unit can be associated with a program list. (See Complex Plug-in Structures / Multi-timbral Instruments ) A unit can be associated with specific busses. There can be any kind of combination, but the VST 3 interfaces only define queries for special situations. (See Units and Tracks ) Tech_doc_13 Most things of interest in regard to units are GUI related, so the access interface Steinberg::Vst::IUnitInfo needs to be implemented as extension of the edit controller. See also Steinberg::Vst::IUnitInfo , Presets & Program Lists .","breadcrumbs":"Technical Documentation » VST 3 Units » Unit details","id":"381","title":"Unit details"},"382":{"body":"Example of a plug-in (MultibandCompressor from Cubase pluginset) with structured parameters list that can be used by the host, here in Cubase for selecting a parameter to automate: Tech_doc_14 Example of a plug-in (VST Amp Rack from Cubase pluginset) with structured parameters list visualized in the Parameters tab of the PluginTestHost application: Tech_doc_15 Example of using the unit structure of HALion Sonic SE inside Cakewalk for automation selection: Tech_doc_16","breadcrumbs":"Technical Documentation » VST 3 Units » Examples","id":"382","title":"Examples"},"383":{"body":"/ VST Home / Technical Documentation On this page: Simple Plug-ins Program Lists Structure of Program Lists Pitch Names Related pages: VST 3 Units Complex Plug-in Structures / Multi-timbral Instruments How presets and program lists are handled in VST 3 . See VST 3 Locations / Format for preset format definition.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Presets & Program Lists","id":"383","title":"Presets & Program Lists"},"384":{"body":"Tech_doc_17 For a simple plug-in, the data of a preset is nothing more than its state. In this case: It is the job of the host to manage the preset handling for the plug-in. The plug-in itself does not need to provide any means in its GUI for loading presets at all and it does not need to define any program lists. Factory presets must be installed as files at the required location (See Preset Locations ). The host has to provide the GUI for loading and saving preset files. These files contain data that the plug-in has filled into the stream in Steinberg::Vst::IComponent::getState . VST 3 defines dedicated locations in the OS file system (see Preset Locations ), so the host does not need to display a file selector dialog. It knows where to search for preset files of a specific plug-in and where to create them. So it can create a pop-up list for selecting a preset or any other GUI of its choice. After loading a preset, the host is responsible to rescan the parameters values (from the controller part). Therefore, the controller must be sure that it gets the correct parameter states when loading a preset (which is done with Steinberg::Vst::IEditController::setComponentState ). See also Communication between the components and Persistence .","breadcrumbs":"Technical Documentation » Presets & Program Lists » Simple Plug-ins","id":"384","title":"Simple Plug-ins"},"385":{"body":"If a plug-in uses a large pool of programs that require some kind of caching or that need to be preloaded, using preset files may not be a sufficient choice. In this case, the plug-in can define a program list. For this purpose, the edit controller has to be extended by the interface Steinberg::Vst::IUnitInfo . If the plug-in defines a program list to be used as pool of factory presets, it must not allow the user to change these presets by the means of parameter editing. Instead, it should load the corresponding data into a kind of working memory and store possible modifications as component state. In addition, the user can be allowed to store the modifications as preset file. If the plug-in defines a program list to be used as a pool of user presets that are initially in an 'empty' state, modifications can be applied to the list items directly. This way of using program lists should only be chosen if programs do require a lot of resources that need to be cached in order to achieve fast program changes (good examples for this are sample-based plug-ins). Tech_doc_18 The plug-in can provide GUI for the selection of programs, but it must enable the host to display the list and the selected program as well. The index of the selected program in the list must be exported as program selection parameter. ( Steinberg::Vst::ParameterInfo::kIsProgramChange ) The plug-in can allow the host to read and write the program data of a list item. To support this, the plug-in must implement the Steinberg::Vst::IProgramListData interface as an extension of the component part.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Program Lists","id":"385","title":"Program Lists"},"386":{"body":"All programs are always transmitted as a flat list to the host. But the plug-in can assign a number of attributes to each program of the list. This enables the host to organize and filter them in a very flexible way. Attribute values are queried via Steinberg::Vst::IUnitInfo::getProgramInfo . The possible attribute identifiers are defined in namespace Steinberg::Vst::PresetAttributes . The attribute identifier specifying a program category, for example, is Steinberg::Vst::PresetAttributes::kInstrument . Although the name suggests that it should be used for instruments only, it can be used for any kind of audio plug-in. The value for an instrument category of a program is \"Piano\" for example. But it is possible to specify a subcategory like \"Acoustic Piano\" as well. In this case, the strings need to be chained in the following way: \"Piano|Acoustic Piano\". This allows the host to organize presets in a category tree view, for example.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Structure of Program Lists","id":"386","title":"Structure of Program Lists"},"387":{"body":"Pitch names are intended to be used with drum kit programs where the different drum sounds are addressed by note pitches. In order to display the name of the drum instrument assigned to a pitch in a drum editor, for example, the host calls Steinberg::Vst::IUnitInfo::hasProgramPitchNames to determine if pitch names are supported and Steinberg::Vst::IUnitInfo::getProgramPitchName to query the pitch name of a single note. See also VST 3 Units Multi-timbral Program Lists and check out the pitchnames VST 3 plug-in example .","breadcrumbs":"Technical Documentation » Presets & Program Lists » Pitch Names","id":"387","title":"Pitch Names"},"388":{"body":"/ VST Home / Technical Documentation On this page: The Problem The Simple Mode Multi-timbral Program Lists Units and Tracks Routing Related pages: VST 3 Units How to handle complex plug-in structures and multi-timbrality.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Complex Plug-in Structures / Multi-timbral Instruments","id":"388","title":"Complex Plug-in Structures / Multi-timbral Instruments"},"389":{"body":"A simple VST effect plug-in usually does not cause the host too many problems. It has only one audio input and output bus and a defined set of parameters that control aspects of its sound. But a VST plug-in can be a lot more complex than this. When the plug-in implements a multi-timbral musical instrument, the host is confronted with a range of problems regarding the integration of this plug-in in its GUI. To mention a few of them: The plug-in can define multiple event input and multiple audio outputs. How can the host know on which output a sound will emerge when a note-event is transmitted to the plug-in? This may be of interest for the host in order to link a MIDI track to the corresponding audio channel. The plug-in can define a list of programs that the user can load from the plug-in GUI. In a multi-timbral instrument, a program only affects a certain part of the plug-in (we call this part a 'unit'). How can the host know about these parts and about the plug-in defined programs that can be loaded? This may be of interest for a host in order to provide shortcuts for this functionality in its own GUI. Since a VST plug-in unlike a hardware MIDI instrument is more than only a black box, a complex plug-in should help its host to provide a more convenient GUI integration than it is possible with hardware instruments. VST 3 uses the concept of units to describe the internal structure of the plug-in (see VST 3 Units ) and a multi-timbral instrument is supposed to support the respective interfaces. But the preferred solution in VST 3 is a reduction of this complexity with the 'simple mode'.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » The Problem","id":"389","title":"The Problem"},"39":{"body":"The SDK provides a test application called VST3PluginTestHost for Apple macOS X (x86_64/M1) and Microsoft Windows (64bits).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host","id":"39","title":"VST 3 Plug-in Test Host"},"390":{"body":"The 'VST 3 simple mode' has the (selfish) background to support the so-called \"simple instrument tracks\" of Cubase. These tracks combine a MIDI track and VST audio channel (without the need to make any further assignments such as the choice of a MIDI output port or a MIDI channel). This mode is defined as 'only one input and only one output'. In 'simple mode', only MIDI channel 0 is used. Therefore, an instrument has to be mono-timbral. The host will now work with multiple instances of the plug-in rather than using the same instance in a way that it contains multiple internal sections of the same kind. The VST-MA component model supports shared resources between multiple instances of a plug-in because usually the same module instance (dll/bundle) is used for each plug-in instance. Yet, a plug-in has the option to support both the simple and the advanced mode with the same implementation. The host tests the general ability to support the 'simple mode' by checking the processor's class flags ( Steinberg::PClassInfo2::classFlags ) for the Steinberg::Vst::kSimpleModeSupported flag. If the plug-in is to be used in an instrument track (or whenever a host regards it more suitable) the Steinberg::Vst::IComponent::setIoMode method is called (before any other call!) to configure the plug-in. A mono-timbral plug-in should set this flag as well and does not need to take into account the setIoMode call.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » The Simple Mode","id":"390","title":"The Simple Mode"},"391":{"body":"For a multi-timbral instrument plug-in, preset handling can be a lot more complex. In this case: The plug-in can define any number of program lists. Each unit can reference one program list (this reference must not change). Each unit that uses a program list references one list item. For each unit referencing a program list, a program selection parameter has to be exported ( Steinberg::Vst::ParameterInfo::kIsProgramChange ). The plug-in can provide GUI for the selection of programs, but it must synchronize the corresponding program selection parameter. A host may want to show the program list of the active unit in the same way as it shows the presets of a simple plug-in (usually in a separate control area at the top or the bottom of the window). The host must be able to display the correct list and the correct program name for the unit that has got the focus in the plug-in GUI. To make this all work correctly, the plug-in must supply a valid implementation of Steinberg::Vst::IUnitInfo and it must operate the callback interface Steinberg::Vst::IUnitHandler accordingly. Similar to the simple case, the host may want to save and load preset files. The component state of the plug-in is not useful here. A preset of a complex plug-in can be: The state of a plug-in unit To support this, the plug-in must implement the Steinberg::Vst::IUnitData interface in its component part. The contents of an item in the program list To support this, the plug-in must implement the Steinberg::Vst::IProgramListData interface in its component part. A plug-in can support unit presets and program list presets. Tech_doc_19 See also Presets & Program Lists , Steinberg::Vst::IProgramListData , Steinberg::Vst::IUnitData .","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Multi-timbral Program Lists","id":"391","title":"Multi-timbral Program Lists"},"392":{"body":"A unit can be associated with busses (or channels of busses). In particular, a unit can have a fixed and unique connection to an input MIDI channel. For a host, it might be useful to know about this connection and which unit can be associated with a specific MIDI track as a result of this. Often, the GUI of a multi-timbral plug-in does not show the settings of all similar units at the same time. Instead, there is some kind of unit selection. The idea is to be able to synchronize the selection of units in a plug-in to the selection of tracks in the host (in both ways). When a plug-in GUI is organized in the described way, it should support the described behavior by implementing Steinberg::Vst::IUnitInfo::getUnitByBus : find out the track - unit relations Steinberg::Vst::IUnitInfo::getSelectedUnit : let the host know which track to select Steinberg::Vst::IUnitInfo::selectUnit : cause the plug-in to select its unit and by calling Steinberg::Vst::IUnitHandler::notifyUnitSelection : trigger the host to synchronize its GUI","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Units and Tracks","id":"392","title":"Units and Tracks"},"393":{"body":"For a host, it may be interesting to know which VSTi channel in the mixer is the output of a specific MIDI track if the plug-in defines multiple audio output busses (represented as VSTi mixer channels in the host). In general, the host needs to know about any input to output routing of the plug-in. So if an unambiguous relation exists between a plug-in input and an output, the following method should be implemented: Steinberg::Vst::IComponent::getRoutingInfo : find out the output of a given input Tech_doc_20","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Routing","id":"393","title":"Routing"},"394":{"body":"/ VST Home / Technical Documentation On this page: Introduction The Data Exchange API IDataExchangeHandler Opening a queue Sending data Closing a queue What to do when the queue is full and no block can be locked? IDataExchangeReceiver Related pages: Data Exchange Tutorial","breadcrumbs":"Technical Documentation » Data Exchange » Data Exchange","id":"394","title":"Data Exchange"},"395":{"body":"In a modern plug-in, the UI representation and the audio processing do not share any data directly. This eliminates undefined behavior, as they run in different threads and any directly shared data would need to be protected by a mutex. But a mutex has no defined running time and may block the audio thread for too long, creating an audible glitch, which must be prevented. The other issue with sharing data between the UI and the audio processing is that the audio is processed before the audio is streamed through the monitor boxes or headphones. Without synchronization, the visual representation is displayed earlier than the sound it represents. To synchronize the visual representation and the processing of the audio signal, the UI has to queue the visual data until the time is reached when the audio is heard. This problem has already been solved for parameters which are automated by the host. The host delays sending the parameter change to the edit controller so that it is in sync with the audible audio. But parameters are limited in how much data they can transfer, this may be enough for a simple peak VU meter display, but presenting an FFT curve with it is a nightmare. Version 3.7.9 of the SDK contains the new Data Exchange API to send data from the realtime processing function to the controller in a safe and efficient way. As this API needs support from the host and not all hosts provide this API right from the start, the SDK contains a backwards compatibility layer that either uses the API directly, if available, or an alternative method based on the IMessage API to emulate the API. See the tutorial on how to use it.","breadcrumbs":"Technical Documentation » Data Exchange » Introduction","id":"395","title":"Introduction"},"396":{"body":"The API consists of two interfaces, the IDataExchangeHandler which needs to be implemented by the host and the IDataExchangeReceiver which needs to be implemented by the plug-in.","breadcrumbs":"Technical Documentation » Data Exchange » The Data Exchange API","id":"396","title":"The Data Exchange API"},"397":{"body":"The IDataExchangeHandler implements a direct and thread-safe connection from the realtime audio context of the audio processor to the non-realtime audio context of the edit controller. This should be used when the edit controller needs continuous data from the audio process for visualization or other \"use-cases\". To circumvent the bottleneck on the main thread, it is possible to configure the connection in a way that the calls to the edit controller happen on a background thread, see IDataExchangeReceiver below. Opening a queue The main operation for a plug-in is to open a queue via the handler before the plug-in is activated (but it must be connected to the edit controller via the IConnectionPoint when the plug-in is using the recommended separation of edit controller and audio processor). The best place to do this is in the IAudioProcessor::setupProcessing method, as this is also the place where the plug-in identifies the sample rate and maximum block size which the plug-in may need to calculate the queue block size. When a queue is opened, the edit controller is notified of this, and the controller can decide if it wishes to receive the data on the main thread or the background thread. Sending data In the IAudioProcessor::process call, the plug-in can now lock a block from the handler and fill it. When done, it can free the block via the handler, which then sends the block to the edit controller. The edit controller then receives the block either on the main thread or on a background thread depending on the setup of the queue. The host guarantees that all blocks are sent before the plug-in is deactivated. Closing a queue The audio processor must close an open queue. This need to be done after deactivating the processor and prior to disconnecting it from the edit controller (see IConnectionPoint ). What to do when the queue is full and no block can be locked? The plug-in needs to be prepared for this situation, as constraints in the overall system may cause the queue to fill up excessively. If you need to transfer the information to the controller, you can declare a hidden parameter, which you can set to a special value and send this parameter change in your audio process method.","breadcrumbs":"Technical Documentation » Data Exchange » IDataExchangeHandler","id":"397","title":"IDataExchangeHandler"},"398":{"body":"The IDataExchangeReceiver interface must be implemented by the edit controller of the plug-in. The host will call the queueOpened method when an exchange queue is opened by the processor. Later when the processor closes the queue, the host will call the queueClosed method. While the queue is open, the host will call the onDataExchangeBlocksReceived method whenever the processor has sent data. The edit controller can decide in the call to queueOpened if the host should deliver the data on a background thread or on the UI thread.","breadcrumbs":"Technical Documentation » Data Exchange » IDataExchangeReceiver","id":"398","title":"IDataExchangeReceiver"},"399":{"body":"/ VST Home / Technical Documentation Some useful graphical call sequences a VST 3 compliant host should follow.","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » VST 3 Workflow Diagrams","id":"399","title":"VST 3 Workflow Diagrams"},"4":{"body":"The VST 3 SDK (Virtual Studio Technology Software Development Kit) is a collection of software development tools included in one package. This allows plug-in developers to create plug-ins in VST 3 format and host developers to load VST 3 plug-ins into a DAW or audio editor.","breadcrumbs":"VST » What is the VST 3 SDK?","id":"4","title":"What is the VST 3 SDK?"},"40":{"body":"This open source application (Win/macOS) allows you to generate easily a new VST 3 plug-in project by just entering in a GUI some parameters.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator","id":"40","title":"VST 3 Project Generator"},"400":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Audio Processor Call Sequence","id":"400","title":"Audio Processor Call Sequence"},"401":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Edit Controller Call Sequence","id":"401","title":"Edit Controller Call Sequence"},"402":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence","id":"402","title":"Get Latency Call Sequence"},"403":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence","id":"403","title":"Resize View Call Sequence"},"404":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence","id":"404","title":"Bus Arrangement Setting Sequence"},"405":{"body":"/ ... / VST 3 Workflow Diagrams Related pages: Edit Controller Call Sequence stateDiagram State0: Factory\nState1: Created\nState2: Initialized\nState25: Connected (optional)\nState3: Setup Done\nState4: Activated\nState5: Processing State1: IComponent->setIoMode\nState1: IComponent->getControllerClassID   State2: IComponent->setState\nState2: IComponent->getState\nState2: ----------------------------------------------\nState2: IConnectionPoint->connect\nState2: ----------------------------------------------\nState2: IAudioProcessor->setBusArrangement\nState2: IAudioProcessor->getBusArrangement\nState2: IAudioProcessor->canProcessSampleSize State25: IComponent->setState\nState25: IComponent->getState\nState25: ----------------------------------------------\nState25: IConnectionPoint->disconnect\nState25: IConnectionPoint->notify\nState25: ----------------------------------------------\nState25: IAudioProcessor->setBusArrangement\nState25: IAudioProcessor->getBusArrangement\nState25: IAudioProcessor->canProcessSampleSize State3: IComponent->getBusCount\nState3: IComponent->getBusInfo\nState3: IComponent->getRoutingInfo\nState3: IComponent->activateBus\nState3: IComponent->setState\nState3: IComponent->getState\nState3: ----------------------------------------------\nState3: IConnectionPoint->connect\nState3: IConnectionPoint->disconnect\nState3: IConnectionPoint->notify\nState3: ----------------------------------------------\nState3: IAudioProcessor->getLatencySamples\nState3: IAudioProcessor->getTailSamples\nState3: IAudioProcessor->setBusArrangement\nState3: IAudioProcessor->getBusArrangement\nState3: IAudioProcessor->canProcessSampleSize\nState3: IAudioProcessor->setupProcessing\nState3: ----------------------------------------------\nState3: IProcessContextRequirements->getProcessContextRequirements State4: IComponent->getBusCount\nState4: IComponent->getBusInfo\nState4: IComponent->getRoutingInfo\nState4: IComponent->setState\nState4: IComponent->getState\nState4: ----------------------------------------------\nState4: IConnectionPoint->notify\nState4: ----------------------------------------------\nState4: IAudioProcessor->getLatencySamples\nState4: IAudioProcessor->getTailSamples\nState4: IAudioProcessor->getBusArrangement\nState4: IAudioProcessor->canProcessSampleSize\nState4: ----------------------------------------------\nState4: IAudioPresentationLatency->setAudioPresentationLatency State5: ---[Processing Thread]-------------------------------\nState5: IAudioProcessor->process\nState5: ---[UI Thread]---------------------------------------\nState5: IComponent->getBusCount\nState5: IComponent->getBusInfo\nState5: IComponent->getRoutingInfo\nState5: IComponent->setState\nState5: IComponent->getState\nState5: ---[UI Thread]---------------------------------------\nState5: IConnectionPoint->notify\nState5: ---[UI Thread]---------------------------------------\nState5: IAudioProcessor->getLatencySamples\nState5: IAudioProcessor->getTailSamples\nState5: IAudioProcessor->getBusArrangement\nState5: IAudioProcessor->canProcessSampleSize State0 --> State1: createInstance\nState1 --> State0: release\nState1 --> State2: initialize\nState2 --> State25: connect\nState25 --> State2: disconnect\nState2 --> State1: terminate\nState2 --> State3: setupProcessing\nState25 --> State3: setupProcessing\nState3 --> State1: terminate\nState3 --> State4: setActive(true)\nState4 --> State3: setActive(false)\nState4 --> State5: setProcessing(true)\nState5 --> State4: setProcessing(false) ⚠️ Warning Note about IAudioProcessor->setProcessing transition between Activated and Processing state may be called from real-time Processing Thread (must be lock-free and without memory allocation!) plug-in has to reset its inner processing state (for example to clean its delay buffers in order to have a defined state when the processing starts again).","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Audio Processor Call Sequence » Audio Processor Call Sequence","id":"405","title":"Audio Processor Call Sequence"},"406":{"body":"/ ... / VST 3 Workflow Diagrams Related pages: Audio Processor Call Sequence stateDiagram State0: Factory\nState1: Created\nState2: Initialized\nState3: Connected State2: IEditController->setComponentHandler\nState3: IConnectionPoint->notify\nState3: ----------------------------------------------\nState3: IEditController->setComponentState\nState3: IEditController->getTailSamples\nState3: IEditController->getParameterCount\nState3: IEditController->getParameterInfo\nState3: IEditController->getParamValueByString\nState3: IEditController->normalizedParamToPlain\nState3: IEditController->plainParamToNormalized\nState3: IEditController->getParamNormalized\nState3: IEditController->setParamNormalized\nState3: IEditController->createView\nState3: ----------------------------------------------\nState3: IEditController2 ...\nState3: ----------------------------------------------\nState3: IMidiMapping ...\nState3: ----------------------------------------------\nState3: IEditControllerHostEditing ...\nState3: ----------------------------------------------\nState3: INoteExpressionController ...\nState3: ----------------------------------------------\nState3: IKeyswitchController ...\nState3: ----------------------------------------------\nState3: IXmlRepresentationController ... State0 --> State1: createInstance\nState1 --> State0: release\nState1 --> State2: initialize\nState2 --> State1: terminate\nState2 --> State3: IConnectionPoint->connect\nState3 --> State1: terminate ⓘ Note All Edit Controller methods must be called from the UI Thread","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Edit Controller Call Sequence » Edit Controller Call Sequence","id":"406","title":"Edit Controller Call Sequence"},"407":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Initiated from AudioProcessor Initiated from EditController/UI without EditController","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Get Latency Call Sequence","id":"407","title":"Get Latency Call Sequence"},"408":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host\nparticipant EC as EditController autonumber AP->>+H: sendMessage/latency changed\nH-->>-AP: return\nH->>+EC: notify EC->>+H: restatComponent H-->>-EC: return\nEC-->>-H: return H->>+AP: setProcessing (false) AP-->>-H: return\nH->>+AP: setActive (false)\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Initiated from AudioProcessor","id":"408","title":"Initiated from AudioProcessor"},"409":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host\nparticipant EC as EditController autonumber EC->>+H: sendMessage/latency changed H->>+AP: notify AP-->>-H: return\nH-->>-EC: return EC->>+H: restatComponent\nH-->>-EC: return\nH->>+AP: setProcessing (false)\nAP-->>-H: return\nH->>+AP: setActive (false)\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Initiated from EditController/UI","id":"409","title":"Initiated from EditController/UI"},"41":{"body":"The validator is a small command line host application (source code included) which can be used to check your plug-in for VST 3 conformity.","breadcrumbs":"What is the VST 3 SDK? » Validator command line","id":"41","title":"Validator command line"},"410":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host autonumber H->>+AP: setupProcessing\nAP-->>-H: return H->>+AP: setState\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » without EditController","id":"410","title":"without EditController"},"411":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Initiated from Plug-In Initiated from Host","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Resize View Call Sequence","id":"411","title":"Resize View Call Sequence"},"412":{"body":"sequenceDiagram participant P as PlugView participant H as Host resp. IPlugFrame autonumber Note left of P: Press e.g. \"Large\" button on plug-in GUI P->>+H: resizeView(size) H->>+P: getSize P-->>-H: return Note right of H: Still returns the \"old\" size H->>H: resize frame H->>+P: onSize P->>P: resize view P-->>-H: return H->>+P: getSize P-->>-H: return Note right of H: Now returns the \"new\" size H-->>-P: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Initiated from Plug-In","id":"412","title":"Initiated from Plug-In"},"413":{"body":"User drags window frame in order to resize sequenceDiagram participant P as PlugView participant H as Host resp. IPlugFrame autonumber Note right of H: User drags window frame Note right of H: in order to resize H->>+P: checkSizeContraints(size) P-->>-H: return H->>+H: resize frame to [size] H->>+P: onSize(size) P->>P: resize view P-->>-H: return Moving window to other screen sequenceDiagram participant P as IPlugViewContentScaleSupport participant H as Host resp. IPlugFrame autonumber Note right of H: Move window to other screen H->>+P: setContentScaleFactor(factor) P-->>-H: return Note right of H: From here, same sequence Note right of H: than \"Initiated from Plug-In\" P->>+H: resizeView(size) H-->>-P: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Initiated from Host","id":"413","title":"Initiated from Host"},"414":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Plug-In does accepts what the host wants as Bus Arrangements Plug-In does not accept what the host wants as Bus Arrangements Check FAQ for some use case!","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Bus Arrangement Setting Sequence","id":"414","title":"Bus Arrangement Setting Sequence"},"415":{"body":"sequenceDiagram participant H as Host participant P as Plug-in: IAudioProcessor autonumber H->>+P: setProcessing (false) P-->>-H: return H->>+P: setActive (false) P-->>-H: return H->>+P: setBusArrangements (req. Ins, req. Outs) P-->>P: adapt its arrangements if needed P-->>-H: return kResultTrue H->>+P: setActive (true) P-->>-H: return H->>+P: setProcessing (true) P-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Plug-In does accepts what the host wants as Bus Arrangements","id":"415","title":"Plug-In does accepts what the host wants as Bus Arrangements"},"416":{"body":"sequenceDiagram participant H as Host participant P as Plug-in: IAudioProcessor autonumber H->>+P: setProcessing (false) P-->>-H: return H->>+P: setActive (false) P-->>-H: return H->>+P: setBusArrangements (req. Ins, req. Outs) P-->>P: Adapt its buses according to the requested ones if possible P-->>P: return kResultFalse if not match. P-->>-H: return kResultFalse H->>+P: for each Bus: getBusArrangement () P-->>-H: return kResultTrue H->>+P: setActive (true) P-->>-H: return H->>+P: setProcessing (true) P-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Plug-In does not accept what the host wants as Bus Arrangements","id":"416","title":"Plug-In does not accept what the host wants as Bus Arrangements"},"417":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Check FAQ for some use case!","id":"417","title":"Check FAQ for some use case!"},"418":{"body":"/ VST Home / Technical Documentation On this page: Plug-in Format Structure Plug-in Locations Preset Format Preset Locations Snapshots Remote Representation Locations Formats definition of a VST 3 plug-in and its preset and where they are located on different platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » VST 3 Locations / Format","id":"418","title":"VST 3 Locations / Format"},"419":{"body":"This section explains how a VST 3 plug-in is structured as files and folders.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure","id":"419","title":"Plug-in Format Structure"},"42":{"body":"Simple cross-platform (only tested on Linux) host application allowing you to register a VST 3 plug-in with Jack Server.","breadcrumbs":"What is the VST 3 SDK? » AudioHost","id":"42","title":"AudioHost"},"420":{"body":"This section explains where VST 3 plug-in are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations","id":"420","title":"Plug-in Locations"},"421":{"body":"This section explains the VST 3 format for preset file.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Format","id":"421","title":"Preset Format"},"422":{"body":"This section explains where VST 3 preset files are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations","id":"422","title":"Preset Locations"},"423":{"body":"Since VST 3.6.10, a VST 3 bundle can contain pre-rendered snapshot images for VST 3 host as visual representation of the plug-in UI.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Snapshots","id":"423","title":"Snapshots"},"424":{"body":"This section explains where VST XMLs files (Remote Presentation of Parameters) are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Remote Representation Locations","id":"424","title":"Remote Representation Locations"},"425":{"body":"/ ... / VST 3 Locations / Format On this page: For the macOS platform For the Windows platform Limitation for loading Plug-in DLL in a Host (inside the same process) For the Linux platform Merged Bundle Related pages: VST 3 Locations / Format Snapshots","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Plug-in Format Structure","id":"425","title":"Plug-in Format Structure"},"426":{"body":"On the macOS platform, VST 3 plug-in is a standard macOS bundle, its file extension is \" .vst3 \" and has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/MacOS/ folder contains the plug-in’s macOS universal binary (Mach-O) MyPlugin.vst3/Contents/Info.plist the plug-in’s property list MyPlugin.vst3/Contents/PkgInfo specifies the type and creator codes of the bundle (optional)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the macOS platform","id":"426","title":"For the macOS platform"},"427":{"body":"On the Windows platform, a VST 3 plug-in is organized as a bundle-like package (simple folder), its file extension is \" .vst3 \" and has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/ x86-win /MyPlugin.vst3 folder contains the plug-in binary (32 bit dll for i386 architecture) MyPlugin.vst3/Contents/ x86_64-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for x86_64 architecture) MyPlugin.vst3/Contents/ arm64ec-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for Arm64EC architecture). Recommended archi for Windows on Arm64! MyPlugin.vst3/Contents/ arm-win /MyPlugin.vst3 folder contains the plug-in binary (32 bit dll for Arm classic architecture) MyPlugin.vst3/Contents/ arm64-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for Arm64 classic architecture) MyPlugin.vst3/Contents/ arm64x-win /MyPlugin.vst3 folder contains the plug-in binary for both Arm64 code and Arm64EC code together (64 bit dll for Arm64 classic architecture) MyPlugin.vst3/desktop.ini used to set custom icon in Windows Explorer MyPlugin.vst3/Plugin.ico customized plug-in icon ⓘ Note In previous SDKs, the VST 3 plug-in was defined as a single dll file with the .vst3 extension. This has been deprecated since VST 3.6.10 . The file desktop.ini should contain: desktop.ini [.ShellClassInfo]\nIconResource=Plugin.ico,0 and you should then change their attributes with this command line (s for system to make sure that Windows will use it for the folder/bundle, r for read-only and h for hidden (optional)): attrib +s +r +h desktop.ini\nattrib +r +h Plugin.ico","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the Windows platform","id":"427","title":"For the Windows platform"},"428":{"body":"See Microsoft Blogs about this : OS PC Architecture Host Process App Compatible Plug-in Architectures Windows 10 Intel x86 Intel x86 Intel x86 Windows 10/11 Intel x64 Intel x64 Intel x64* Windows 10/11 Intel x64 Intel x86 Intel x86 Windows 11 Arm64 Arm64 Classic Arm64 Classic, Arm64X Windows 11 Arm64 Arm64EC Arm64X, Arm64EC, Intel x64 Windows 11 Arm64 Intel x64 Arm64EC, Intel x64, Arm64X \"TLDR: Please offer both Arm64EC and x64 versions of your DAWs and plug-ins, and please stay up to date with the latest developer tooling and SDKs.\" ( Pete Brown - Microsoft ) ⓘ Note With out-of-process/inter-process communication a host can overriden these limitations, by allowing, for example, an Arm64 Classic host to handle an Arm64EC plug-in. ⓘ Note To learn more about Arm64X (new type of binary that can contain both the classic Arm64 code and Arm64EC code together), click here .","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Limitation for loading Plug-in DLL in a Host (inside the same process)","id":"428","title":"Limitation for loading Plug-in DLL in a Host (inside the same process)"},"429":{"body":"On Linux, a VST 3 plug-in is organized as a bundle-like package, its file extension is \" .vst3 \", and it has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/i386-linux folder contains the plug-in binary (32 bit shared library .so for Kernel Architecture i386) MyPlugin.vst3/Contents/x86_64-linux folder contains the plug-in binary (64 bit shared library .so for Kernel Architecture x86_64) MyPlugin.vst3/Contents/XXX-linux with XXX the architecture name based on the output of command-line \"uname -m\" (machine hardware) + \"-linux\" for example: • armv3l-linux • armv4b-linux • armv4l-linux • armv5tel-linux • armv5tejl-linux • armv6l-linux • armv7l-linux • armv8l-linux","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the Linux platform","id":"429","title":"For the Linux platform"},"43":{"body":"Simple cross-platform (Win/macOS/Linux) host application allowing you to open the editor of a VST 3 plug-in.","breadcrumbs":"What is the VST 3 SDK? » EditorHost","id":"43","title":"EditorHost"},"430":{"body":"Note that all the bundles can be merged to one, which allows to have a cross-platform bundle/folder. For example: ./MyPlugin.vst3 ├── Contents │ ├── Resources │ │ ├── Documentation │ │ │ ├── Manual.pdf │ │ │ └── WhatsNew.pdf │ │ ├── Help │ │ │ └── helpdoc.xml │ │ ├── Snapshots │ │ │ ├── 84E8DE5F92554F5396FAE4133C935A18_snapshot.png │ │ │ └── 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png │ │ ├── VST XMLs │ │ │ └── AGain │ │ │ └── 84E8DE5F92554F5396FAE4133C935A18 │ │ │ ├── Generic 8 Cells.xml │ │ │ └── WK-Audio ID 8 Cells.xml │ │ ├── moduleinfo.json │ │ └── MyPlugin.srf │ │ │ ├── armv7l-linux │ │ └── MyPlugin.so │ │ │ ├── i686-linux │ │ └── MyPlugin.so │ │ │ ├── i386-linux │ │ └── MyPlugin.so │ │ │ ├── x86_64-linux │ │ └── MyPlugin.so │ │ │ ├── MacOS │ │ └── MyPlugin │ │ │ ├── x86_64-win │ │ └── MyPlugin.vst3 │ │ │ ├── arm64ec-win │ │ └── MyPlugin.vst3 │ │ │ ├── Info.plist (macOS Only) │ └── PkgInfo (macOS Only) │ ├── desktop.ini (Windows only) └── Plugin.ico (Windows only)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Merged Bundle","id":"430","title":"Merged Bundle"},"431":{"body":"/ ... / VST 3 Locations / Format On this page: Introduction On macOS platform On Windows platform On Linux platform Related pages: VST 3 Locations / Format Plug-in Format Structure","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » Plug-in Locations","id":"431","title":"Plug-in Locations"},"432":{"body":"A VST 3 plug-in should be installed at specific folder location, the following tables specify these predefined locations for different operating system. ⓘ Note VST 3 doesn't require a plug-in registration like it is used with DirectX. ⚠️ Warning Links, Symbolic links or Shortcuts could be used from these predefined folders. 3 levels of folder location are defined: User : available only for the current logged user Global : available for all users of the system Application : available only inside a specific Audio Application (local plug-ins) ⓘ Note The host should scan, at first, higher level of priority. First found plug-in (for a given Processor UID) has to be used.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » Introduction","id":"432","title":"Introduction"},"433":{"body":"On the macOS platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path 1 User /Users/$USERNAME/Library/Audio/Plug-ins/VST3/ 2 Global /Library/Audio/Plug-ins/VST3/ 3 Global /Network/Library/Audio/Plug-ins/VST3/ 4 Application $APPFOLDER/Contents/VST3/ ⓘ Note The host recursively scans these folders at startup in this order (Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On macOS platform","id":"433","title":"On macOS platform"},"434":{"body":"On the Windows platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path Comment 1 User %LOCALAPPDATA%/Programs/Common/VST3/ FOLDERID_UserProgramFilesCommon native bitdepth: • 32bit Plug-in on 32bit OS, • 64bit on 64bit OS Mainly used for development use case. example: C:\\Users\\MyUserName\\AppData\\Local\\Programs\\Common\\VST3 2 Global /Program Files/Common Files/VST3/ FOLDERID_ProgramFilesCommon native bitdepth: • 32bit Plug-in on 32bit OS, • 64bit on 64bit OS 2 Global /Program Files (x86)/Common Files/VST3/ 32bit Plug-ins on 64bit Windows 3 Application $APPFOLDER/VST3/ ⓘ Note The host recursively scans these folders at startup in this order (Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On Windows platform","id":"434","title":"On Windows platform"},"435":{"body":"On the Linux platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path 1 User $HOME/.vst3/ 2 Global /usr/lib/vst3/ 3 Global /usr/local/lib/vst3/ 4 Application $APPFOLDER/vst3/ ⓘ Note The host recursively scans these folders at startup in this order (User/Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On Linux platform","id":"435","title":"On Linux platform"},"436":{"body":"/ ... / VST 3 Locations / Format Related pages: Preset Locations Presets & Program Lists The file extension has to be .vstpreset , for example: myBestDefault.vstpreset Specification of a VST 3 Preset file : VST 3 Preset File Format Definition =================================== 0 +---------------------------+ | HEADER | | header id ('VST3') | 4 Bytes | version | 4 Bytes (int32) | ASCII-encoded class id | 32 Bytes +--| offset to chunk list | 8 Bytes (int64) | +---------------------------+ | | DATA AREA |<-+ | | data of chunks 1..n | | | ... ... | | | | | +->+---------------------------+ | | CHUNK LIST | | | list id ('List') | | 4 Bytes | entry count | | 4 Bytes (int32) +---------------------------+ | | 1..n | | | +----------------------+ | | | | chunk id | | | 4 Bytes | | offset to chunk data |----+ 8 Bytes (int64) | | size of chunk data | | 8 Bytes (int64) | +----------------------+ |\nEOF +---------------------------+ Check the Steinberg::Vst::PresetFile source code which allows to read and write such presets.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Format » Preset Format","id":"436","title":"Preset Format"},"437":{"body":"/ ... / VST 3 Locations / Format On this page: Introduction For Mac platform For Windows XP/2000 platform For Windows Vista/7/8/10 For Linux platform Related pages: VST 3 Locations / Format","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » Preset Locations","id":"437","title":"Preset Locations"},"438":{"body":"VST 3 presets are located at predefined locations on the computer, depending on the operating system. 3 levels of preset scope are defined: User : available only for the current logged user Public : available for all users of the system Apps : available only inside a specific audio application 4 types of preset are defined: User : presets created by the user User_Factory : like User type, but more hidden Shared_Factory : factory presets installed by the plug-in installer App_Factory : presets installed by an audio application installer, only visible for this specific audio application ⚠️ Warning $COMPANY and $PLUGIN-NAME folder names contain only allowed characters for file naming (replace characters \"\\*?/:<>|\"by \"_\"). ⓘ Note Each path defined below should be scanned in the given priority, presets extracted and added to the preset list.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » Introduction","id":"438","title":"Introduction"},"439":{"body":"Prio Type Scope Write Path Comment 1 User User X Users/$USERNAME/Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ 2 Shared_Factory Public - Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ Computer shared FactoryROM 3 Shared_Factory Public - Network/Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ Network shared FactoryROM 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Mac platform","id":"439","title":"For Mac platform"},"44":{"body":"Simple cross-platform (Win/macOS/Linux) host application, built with VSTGUI, which scans the VST 3 Folder, collects information from the factory about each VST 3 plug-in and display it in its UI.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector","id":"44","title":"VST 3 Inspector"},"440":{"body":"Prio Type Scope Write Path Comment 1 User User X [My Documents]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_personal 2 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_appdata 3 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_common_appdata 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Windows XP/2000 platform","id":"440","title":"For Windows XP/2000 platform"},"441":{"body":"Prio Type Scope Write Path Comment 1 User User X [Users/$USERNAME/Documents]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_Documents 2 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_RoamingAppData 3 Shared_Factory Public - [ProgramData]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_ProgramData 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Windows Vista/7/8/10","id":"441","title":"For Windows Vista/7/8/10"},"442":{"body":"Prio Type Scope Write Path Comment 1 User User X $HOME/.vst3/presets/$COMPANY/$PLUGIN-NAME/ 2 Shared_Factory Public - /usr/share/vst3/presets/$COMPANY/$PLUGIN-NAME/ 3 Shared_Factory Public - /usr/local/share/vst3/presets/$COMPANY/$PLUGIN-NAME/ 4 App_Factory Apps - [$APPFOLDER]/vst3/presets/$COMPANY/$PLUGIN-NAME/ Host Application","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Linux platform","id":"442","title":"For Linux platform"},"443":{"body":"/ ... / VST 3 Locations / Format On this page: Related pages: VST 3 Locations / Format See [3.6.10] UI Snapshots","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Snapshots » Snapshots","id":"443","title":"Snapshots"},"444":{"body":"/ VST Home / Technical Documentation On this page: Related Concepts in MIDI and VST 3 MIDI 2.0 Per-Note Controllers MIDI 2.0 Increased Resolution, compared to MIDI 1.0 Related pages: [3.0.1] Parameter MIDI Mapping [3.5.0] Note Expression [3.5.0] Key Switch [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MPE support for Wrappers Unlike in VST 2, MIDI is not included in VST 3 . But VST 3 offers suitable concepts that can be translated to and from MIDI using Event : Tech_doc_27","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » About MIDI in VST 3","id":"444","title":"About MIDI in VST 3"},"445":{"body":"Relationship of concepts in MIDI 1.0 to VST 3 MIDI 1.0 VST 3 Defined in Port Bus of Steinberg::Vst::MediaType , Steinberg::Vst::MediaTypes::kEvent ivstcomponent.h Channel Channel of a Bus, Unit by Bus and Channel ivstcomponent.h , ivstunits.h Note-On Steinberg::Vst::NoteOnEvent ivstevents.h Note-Off Steinberg::Vst::NoteOffEvent ivstevents.h Poly Key Pressure Steinberg::Vst::PolyPressureEvent ivstevents.h Control Change Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Channel Pressure Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Pitch Bend Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Program Change Parameter , kIsProgramChange , Steinberg::Vst::ProgramListInfo ivstcomponent.h , ivstunits.h MPE (MIDI Polyphonic Expression) NoteExpression , PhysicalUI ivstnoteexpression.h , ivstphysicalui.h System Exclusive Steinberg::Vst::DataEvent of Type Steinberg::Vst::DataEvent::kMidiSysEx ivstevents.h Additional relationships of concepts introduced in MIDI 2.0 ( https://www.midi.org/ ) to VST 3 MIDI 2.0 VST 3 Defined in/Comments Group (of Channels) Bus of Steinberg::Vst::MediaType , Steinberg::Vst::MediaTypes::kEvent ivstcomponent.h Registered Per-Note Controller NoteExpression , PhysicalUI ivstnoteexpression.h , ivstphysicalui.h Assignable Per-Note Controller NoteExpression ivstnoteexpression.h System Exclusive 8-Bit indirect support The host can translate to 7-Bit, Steinberg::Vst::DataEventof Type Steinberg::Vst::DataEvent::kMidiSysEx Registered Controller not supported The host can do detailed tuning via NoteExpression Assignable Controller not supported The host should offer mapping to parameters Relative Registered Controller not supported The host is free to translate this to parameters Relative Assignable Controller not supported The host is free to translate this to parameters Per-Note Pitch Bend not supported The host can do detailed tuning via NoteExpression Mixed Data Set not supported not supported","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » Related Concepts in MIDI and VST 3","id":"445","title":"Related Concepts in MIDI and VST 3"},"446":{"body":"There are many subtle differences between MIDI 2.0 Per-Note Controllers and VST 3 NoteExpression . The good thing is that plug-in developers do not have to do anything about it. It is the host's duty to translate from MIDI 2.0 to VST 3 .","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » MIDI 2.0 Per-Note Controllers","id":"446","title":"MIDI 2.0 Per-Note Controllers"},"447":{"body":"MIDI 2.0 achieved a significant increase in resolution of many important values, like Velocity, Pressure, and Controllers compared to MIDI 1.0 . Nevertheless, VST 3 still has superior resolution than MIDI 2.0 . Plug-ins and hosts supporting VST 3 should make use of these capabilities and should not stick to a 0-127 mindset. See the following tables to compare the resolution of specific values in MIDI 1.0 , MIDI 2.0 , and VST 3 . Value MIDI 1.0 MIDI 2.0 VST 3 Velocity (On & Off) 7 Bit integer 16 Bit integer 32 Bit float Poly Pressure 7 Bit integer 32 Bit integer 32 Bit float Channel Pressure / Parameters 7 Bit integer 32 Bit integer 64 Bit float Controllers / Parameters 7-14 Bit integer 32 Bit integer 64 Bit float Pitch Bend / Parameters 14 Bit integer 32 Bit integer 64 Bit float Note Attribute Tuning not available 16 Bit fixed point (7.9) 32 Bit float Per-Note Controllers / NoteExpression not available 32 Bit integer 64 Bit float","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » MIDI 2.0 Increased Resolution, compared to MIDI 1.0","id":"447","title":"MIDI 2.0 Increased Resolution, compared to MIDI 1.0"},"448":{"body":"/ VST Home / Technical Documentation On this page: Query IRunLoop from IPlugFrame Query IRunLoop from the host context of IPlugFactory3 On Linux , there is no global event run loop like on Windows and macOS . For this reason, the plug-in can query for an Linux::IRunLoop which must be provided by the host application in two different ways.","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Provide a RunLoop on Linux","id":"448","title":"Provide a RunLoop on Linux"},"449":{"body":"The host application must provide the Linux::IRunLoop via IPlugFrame (by calling IPlugView::setFrame ). // Plug-in implementation\ntresult PLUGIN_API MyPlugView::setFrame (Steinberg::IPlugFrame* frame)\n{ ... Steinberg::FUnknownPtr runLoop (plugFrame); if (runLoop) { runLoop->registerEventHandler (...); } ...\n}","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Query IRunLoop from IPlugFrame","id":"449","title":"Query IRunLoop from IPlugFrame"},"45":{"body":"This is a user interface toolkit mainly for audio plug-ins (VST, AudioUnit, etc). Based on the XML definition of the plug-in UI, VSTGUI includes an embedded editor (UIDescription Editor) which allows the developer to create a plug-in UI just by drag & drop of the UI element.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI","id":"45","title":"VSTGUI"},"450":{"body":"A plug-in also needs a way to query for an Linux::IRunLoop without IPlugFrame . This allows to register timers in case the editor is closed or unavailable. These timers can be used inside Vst::IAudioProcessor for extra computations or sending messages within the UI thread. The host application must call Vst::IPlugFactory3::setHostContext (context) for this and provide a context. This context can be used to query an Linux::IRunLoop interface. // Plug-in implementation\ntresult PLUGIN_API MyPlugFactory::setHostContext (FUnknown* context)\n{ ... Steinberg::FUnknownPtr runLoop (context); if (runLoop) { runLoop->registerTimer (...); } ...\n}","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Query IRunLoop from the host context of IPlugFactory3","id":"450","title":"Query IRunLoop from the host context of IPlugFactory3"},"451":{"body":"/ VST Home / Technical Documentation VST 3 Interfaces to be implemented by a VST 3 host: [3.0.0] Interfaces supported by the host . If MIDI is supported: [3.6.12] MIDI Learn . [3.6.12] Host Query Interface support . If a plug-in implements IPluginViewContentScaleSupport , the host should follow the [3.6.6] PlugView Content Scaling requirements.","breadcrumbs":"Technical Documentation » Host Requirements for VST 3 Support » Minimum Host requirements for VST 3 support","id":"451","title":"Minimum Host requirements for VST 3 support"},"452":{"body":"[3.0.0] Interfaces supported by the plug-in [3.0.0] Multiple Dynamic I/O Support [3.0.0] Silence flags [3.0.0] Interfaces supported by the host [3.0.1] Parameter MIDI Mapping [3.0.2] Parameter Finder [3.1.0] Audio Presentation Latency [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support [3.1.0] KnobMode, Open Help & Open Aboutbox [3.5.0] Note Expression [3.5.0] Key Switch [3.5.0] Remote Presentation of Parameters [3.5.0] Context Menu [3.5.0] Enhanced Linked Parameters [3.6.0] iOS Inter-App Audio [3.6.0] Preset Meta-Information [3.6.5] Channel Context Info [3.6.5] Unit-Bus Assignment Change [3.6.5] Prefetchable [3.6.5] Automation State [3.6.6] PlugView Content Scaling [3.6.8] Request Bus Activation [3.6.10] UI Snapshots [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MIDI Learn [3.6.12] Host Query Interface support [3.6.12] MPE support for Wrappers [3.7.0] Parameter Function Name [3.7.0] Progress display [3.7.0] Process Context Requirements [3.7.0] Control Voltage Bus Flag [3.7.5] Module Info and Plug-in Compatibility [3.7.9] Get Current SystemTime [3.7.9] Data Transfert Between Processor/Controller","breadcrumbs":"Technical Documentation » <<<<<<<< Features History >>>>>>>> » Features History","id":"452","title":"Features History"},"453":{"body":"/ VST Home / Technical Documentation On this page: IComponent IAudioProcessor IEditController IConnectionPoint IUnitInfo IProgramListData IUnitData IPlugView Sizing of a view Keyboard handling Related pages [3.0.0] Interfaces supported by the host List of interfaces supported/implemented by the plug-in in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » [3.0.0] Interfaces supported by the plug-in","id":"453","title":"[3.0.0] Interfaces supported by the plug-in"},"454":{"body":"Component base interface. [plug imp] [released: 3.0.0] [mandatory] This is the basic interface for a VST component and must always be supported. It contains the common parts of any kind of processing class. The parts that are specific to a media type are defined in a separate interface. An implementation component must provide both the specific interface and IComponent . See also IPluginBase .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IComponent","id":"454","title":"IComponent"},"455":{"body":"Audio processing interface. [plug imp] [extends IComponent ] [released: 3.0.0] [mandatory] This interface must always be supported by audio processing plug-ins.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IAudioProcessor","id":"455","title":"IAudioProcessor"},"456":{"body":"Edit controller component interface. [plug imp] [released: 3.0.0] [mandatory] The controller part of an effect or instrument with parameter handling (export, definition, conversion...). See also IComponent::getControllerClassId , IMidiMapping .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IEditController","id":"456","title":"IEditController"},"457":{"body":"Connect a component with another one. [plug imp] [host imp] [released: 3.0.0] [mandatory] This interface is used for the communication of separate components. Note that some hosts will place a proxy object between the components so that they are not directly connected. See also Communication between the components .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IConnectionPoint","id":"457","title":"IConnectionPoint"},"458":{"body":"Edit controller extension to describe the plug-in structure. [plug imp] [extends IEditController ] [released: 3.0.0] [optional] IUnitInfo describes the internal structure of the plug-in. The root unit is the component itself, so getUnitCount must return 1 at least. The root unit id has to be 0 (kRootUnitId). Each unit can reference one program list - this reference must not change. Each unit that uses a program list references one program of the list. See also VST 3 Units , IUnitHandler .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IUnitInfo","id":"458","title":"IUnitInfo"},"459":{"body":"Component extension to access program list data. [plug imp] [extends IComponent ] [released: 3.0.0] [optional] A component can support program list data via this interface or/and unit preset data ( IUnitData ). See also IUnitData , Complex Plug-in Structures / Multi-timbral Instruments .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IProgramListData","id":"459","title":"IProgramListData"},"46":{"body":"These wrappers allow you to create versions of your VST 3 plug-in in other plug-in formats with minimum effort.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 wrappers","id":"46","title":"AAX, AUv3, AU and VST 2 wrappers"},"460":{"body":"Component extension to access unit data. [plug imp] [extends IComponent ] [released: 3.0.0] [optional] A component can support unit preset data via this interface or program list data ( IProgramListData ). See also Presets & Program Lists .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IUnitData","id":"460","title":"IUnitData"},"461":{"body":"Plug-in definition of a view. [plug imp] [released: 3.0.0]","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IPlugView","id":"461","title":"IPlugView"},"462":{"body":"After the creation of a IPlugView, the plug-in must make sure that it returns the correct size if the host asks for it (IPlugView::getSize ()). Usually, the size of a plug-in view is fixed. But both the host and the plug-in can cause a view to be resized: Host : If IPlugView::canResize () returns kResultTrue , the host will set up the window so that the user can resize it. While the user resizes the window, IPlugView::checkSizeConstraint () is called, allowing the plug-in to change the size to a valid supported rectangle size. The host then resizes the window to this rect and has to call IPlugView::onSize (). Plug-in : The plug-in can call IPlugFrame::resizeView () and cause the host to resize the window. Afterwards, in the same callstack, the host has to call IPlugView::onSize () if a resize is needed (size was changed). ⓘ Note Note that if the host calls IPlugView::getSize () before calling IPlugView::onSize () (if needed), it will get the old size, not the current one! Here the calling sequence: plug-in->host: IPlugFrame::resizeView (newSize) host->plug-in (optional): IPlugView::getSize () returns the currentSize (not the newSize!) host->plug-in: if newSize is different from the current size: IPlugView::onSize (newSize) host->plug-in (optional): IPlugView::getSize () returns the newSize ⓘ Note Please only resize the platform representation of the view when IPlugView::onSize() is called.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » Sizing of a view","id":"462","title":"Sizing of a view"},"463":{"body":"The plug-in view receives keyboard events from the host. A view implementation must not handle keyboard events by the means of platform callbacks, but let the host pass them to the view. The host depends on a proper return value when IPlugView::onKeyDown is called, otherwise the plug-in view may cause a malfunction of the host's key command handling. See also IPlugFrame , Platform UI Types .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » Keyboard handling","id":"463","title":"Keyboard handling"},"464":{"body":"/ VST Home / Technical Documentation On this page: Introduction Multiple Input or Output busses Information about busses Activation of busses What is a Side-Chain? How can I implement a Side-chain path into my plug-in? Audio bus Channel Configuration How are the different Speakers located? My plug-in is capable of processing all possible channel configurations How are speaker arrangement settings handled for FX plug-ins? How report to the host that the plug-in Arrangement has changed? My plug-in has mono input and stereo output. How does VST 3 handle this? Related pages Audio Processor Call Sequence Bus Arrangement Setting Sequence Complex Plug-in Structures / Multi-timbral Instruments","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » [3.0.0] Multiple Dynamic I/O Support","id":"464","title":"[3.0.0] Multiple Dynamic I/O Support"},"465":{"body":"VST 3 plug-ins are no longer limited to a fixed number of inputs and outputs, and their I/O configuration can dynamically adapt to the channel configuration. Side-chains are also very easily realizable. This includes the possibility to deactivate unused busses after loading and even reactivate those when needed. This cleans up the mixer and further helps to reduce CPU load. A bus can be understood as a \"collection of data channels\" belonging together: it describes a data input ( kInput ) or a data output ( kOutput ) of the plug-in. 2 types of bus is supported: kAudio and kEvent a VST component can define any desired number of busses. a bus could be defined a main bus ( kMain ) or auxiliary bus ( kAux ) for sidechaining (The kMain busses have to place before any others kAux busses in the exported busses list) a host that can handle multiple busses, allows the user to activate busses which are initially all inactive.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Introduction","id":"465","title":"Introduction"},"466":{"body":"A plug-in could have different reason to define multiple event input busses, for examples: in case of complex multitimbral instrument supporting more than 16 loaded sub-instruments at the same time by adding a kind of structure in its inputs from host perspective (simulating a kind of number of \"MIDI Port\" having its sub-MIDI channels) in case to different inputs meaning, which are distinctly visible and selectable in the host: one input for playing event one input for modulation event A plug-in could have different reason to define multiple event output busses, for example: in case of a main event output for played event from the UI and one event output for internally generated events from an arpeggiator. A plug-in could decide to export more than one audio input by adding a second audio input ( Side-chains, see below ) or more. A typical use case for multiple audio outputs is instrument plug-ins, for examples: with one main audio output and some auxiliary audio outputs for FX Returns or FX Sends. with one main audio output for each internally loaded instrument. Example //------------------------------------------------------------------------\ntresult PLUGIN_API MyPlugin::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //---create Audio In/Out busses------ // we want a stereo Input and a Stereo Output addAudioInput (STR16 (\"Stereo In\"), SpeakerArr::kStereo, kMain, BusInfo::kDefaultActive); addAudioOutput (STR16 (\"Stereo Out\"), SpeakerArr::kStereo, kMain, BusInfo::kDefaultActive); //---create Main Event In bus (1 bus with only 16 channel)------ addEventInput (STR16 (\"Event In\"), 16, kMain, BusInfo::kDefaultActive); //---create Aux Event In bus (1 bus with only 1 channel)------ addEventInput (STR16 (\"Mod In\"), 1, kAux, 0); // not default activated wanted //---create Event out bus (1 bus with only 1 channel)------ addEventOutput (STR16 (\"Arpeggiator\"), 1, kAux, 0); // not default activated wanted return kResultOk;\n}","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Multiple Input or Output busses","id":"466","title":"Multiple Input or Output busses"},"467":{"body":"In order to get the number and information about busses exported by the plug-in, the host uses this interface IComponent with these functions: /** Called after the plug-in is initialized. */\nvirtual int32 PLUGIN_API getBusCount (MediaType type, BusDirection dir) = 0; /** Called after the plug-in is initialized. */\nvirtual tresult PLUGIN_API getBusInfo (MediaType type, BusDirection dir, int32 index, BusInfo& bus /*out*/) = 0; BusInfo contains information like: name, number of channel, ... and the some flags indicating: kDefaultActive : The bus should be activated by the host per default on instantiation (activateBus call is requested). By default a bus is inactive. Note that if a host offers the possibility to activate/deactivate busses to the user later on, it may not follow this flag kDefaultActive and let some busses deactivated on instantiation. kIsControlVoltage : The bus does not contain ordinary audio data, but data used for control changes at sample rate. The data is in the same format as the audio data [-1.0, 1.0]. A host has to prevent unintended routing to speakers to prevent damage. Only valid for audio media type busses.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Information about busses","id":"467","title":"Information about busses"},"468":{"body":"Dynamic usage of busses is handled in the host by activating and deactivating busses. All busses are initially inactive. The plug-in has to define which of them have to be activated by default after instantiation of the plug-in, this is only a wish, the host is allowed to not follow it, and only activate the first bus for example. // here default activation is wanted (but not guaranteed)\naddAudioInput (STR16 (\"SideChain\"), SpeakerArr::kStereo, kAux, BusInfo::kDefaultActive); In order to be use each Input bus and Output bus have to be activated, this is done by the host by using this interface implemented by the plug-in ( IComponent ): //------------------------------------------------------------------------\ntresult PLUGIN_API Component::activateBus (MediaType type, BusDirection dir, int32 index, TBool state)\n{ // ... Deactivated busses do not need to be processed by the plug-in, which allows to reduce the CPU load. Check the workflow diagrams in order to understand when this is called: Audio Processor Call Sequence Bus Arrangement Setting Sequence","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Activation of busses","id":"468","title":"Activation of busses"},"469":{"body":"In audio applications, some plug-ins allow for a secondary signal to be made available to the plug-in and act as a controller of one or more parameters in the processing. Such a signal is commonly called a Side-chain Signal or Side-chain Input. Examples : If a recorded kick drum is considered well played, but the recording of the bass player's part shows that he regularly plays slightly ahead of the kick drum, a plug-in with a 'Gating' function on the bass part can use the kick drum signal as a side-chain to 'trim' the bass part precisely to that of the kick. Another application is to automatically lower the level of a musical background when another signal, such as a voice, reaches a certain level. In this case a plug-in with a 'Ducking' function would be used - where the main musical signal is reduced while the voice signal is applied to the side-chain input. A delay's mix parameter can be controlled by a side-chain input signal - to make the amount of delay signal proportional to the level of another. The side-chain can be used as an additional modulation source instead of cyclic forms of modulation. From the plug-in's perspective, side-chain inputs and/or outputs are additional inputs and outputs which can be enabled or disabled by the host. The host (if supported) will provide to the user a way to route some signal paths to these side-chain inputs or from side-chain outputs to others signal inputs. getting_started_vid_3 What is Side-Chaining and How to Use It | Music Production For Beginners getting_started_vid_4 Here an example of Side-Chaining for a Instrument in Cubase","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » What is a Side-Chain?","id":"469","title":"What is a Side-Chain?"},"47":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in","breadcrumbs":"What is the VST 3 SDK? » iOS Inter-App Audio support","id":"47","title":"iOS Inter-App Audio support"},"470":{"body":"In AudioEffect::initialize (FUnknown* context) you must add the required bus- and speaker configuration of your plug-in. For example, if your plug-in works on one input and one output bus, both stereo, the appropriate code snippet would look in the following way: addAudioInput (USTRING (\"Stereo In\"), SpeakerArr::kStereo);\naddAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); // In addition, adding a stereo side-chain bus would look in the following way:\naddAudioInput (USTRING (\"Aux In\"), SpeakerArr::kStereo, kAux, 0); // 0 here means not activated by default wanted","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How can I implement a Side-chain path into my plug-in?","id":"470","title":"How can I implement a Side-chain path into my plug-in?"},"471":{"body":"Each audio bus has its channel configuration which is a Speaker Arrangement: Stereo (L+R) const SpeakerArrangement kStereo = kSpeakerL | kSpeakerR;","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Audio bus Channel Configuration","id":"471","title":"Audio bus Channel Configuration"},"472":{"body":"Here's an overview of the main defined speaker locations (Check enum Speakers and namespace SpeakerArr). A SpeakerArrangement is a bitset combination of speakers. For example: const SpeakerArrangement kStereo = kSpeakerL | kSpeakerR; // => representing in hexadecimal 0x03 and in binary 0011. Tech_doc_28","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How are the different Speakers located?","id":"472","title":"How are the different Speakers located?"},"473":{"body":"What type of speaker arrangement should I select when adding busses? Take the configuration your plug-in is most likely to be used with. For a 5.1-surround setup that would be the following: addAudioInput (USTRING (\"Surround In\"), SpeakerArr::k51);\naddAudioOutput (USTRING (\"Surround Out\"), SpeakerArr::k51); But when the host calls Vst::IAudioProcessor::setBusArrangements the host is informing your plug-in of the current speaker arrangement of the track it was selected in. You should return kResultOk , in the case you accept this arrangement, or kResultFalse , in case you do not. ⓘ Note If you reject a Vst::IAudioProcessor::setBusArrangements by returning kResultFalse , the host calls Vst::IAudioProcessor::getBusArrangement where you have the chance to give the parameter 'arrangement' the value of the speaker arrangement your plug-in does accept for this given bus. Afterward the host can recall Vst::IAudioProcessor::setBusArrangements with the plug-in wanted Arrangements then the plug-in should return kResultOk .","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » My plug-in is capable of processing all possible channel configurations","id":"473","title":"My plug-in is capable of processing all possible channel configurations"},"474":{"body":"After instantiation of the plug-in, the host calls Vst::IAudioProcessor::setBusArrangements with a default configuration (depending on the current channel configuration), if the plug-in accepts it (by returning kResultOK ), it will continue with this configuration. If not (by returning kResultFalse ), the host asks the plug-in for its wanted configuration by calling Vst::IAudioProcessor::getBusArrangement (for Input and Output) and then recall Vst::IAudioProcessor::setBusArrangements with the final wanted configuration. Check Bus Arrangement Setting Sequences workflow. // Example of a Plug-in supporting only symmetric Input-Output Arrangements: host -> plug-in: setBusArrangements (monoIN, stereoOUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Stereo;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (stereoIN, stereoOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only asymmetric Input-Output Arrangements (mono->stereo): host -> plug-in: setBusArrangements (stereoIN, stereoOUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (MonoIN, stereoOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only asymmetric Input-Output Arrangements (mono-> stereo to up 5.1): host -> plug-in: setBusArrangements (5.1IN, 5.1OUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return 5.1;\nhost -> plug-in: setBusArrangements (MonoIN, 5.1OUT)\nplug-in return: kResultOk // Host -> Plug-in: setBusArrangements (QuadroIN, QuadroOUT) plug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return Quadro;\nhost -> plug-in: setBusArrangements (MonoIN, QuadroOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only symmetric Input-Output Arrangements and Side-chain Input always mono: host -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:Mono, Output: stereo)\nplug-in return: kResultTrue or\nhost -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:stereo, Output: stereo)\nplug-in return: kResultFalse // because we want mono for Side-chain\nhost -> plug-in: getBusArrangement (IN) => return Input Main:stereo / Input Side-chain:mono;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:mono, Output: stereo)\nplug-in return: kResultOk // Example of a Plug-in supporting only symmetric Input-Output Arrangements and Side-chain Input following the Main Input Arrangement: host -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:Mono, Output: stereo)\nplug-in return: kResultFalse // because we want the same arrangement for Input Main and Side-chain\nhost -> plug-in: getBusArrangement (IN) => return Input Main:stereo / Input Side-chain:stereo;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:stereo, Output: stereo)\nplug-in return: kResultOk","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How are speaker arrangement settings handled for FX plug-ins?","id":"474","title":"How are speaker arrangement settings handled for FX plug-ins?"},"475":{"body":"When loading a preset or with an user interaction, the plug-in wants to change its IO configuration. In this case the plug-in should call from the editController its component handler with flag kIoChanged: componentHandler->restartComponent (kIoChanged); The host will call Vst::IAudioProcessor::getBusArrangement (for Input and Output) in order to check the new requested arrangement and then the host will call Vst::IAudioProcessor::setBusArrangements (called in suspend state: setActive (false)) to confirm the requested arrangement.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How report to the host that the plug-in Arrangement has changed?","id":"475","title":"How report to the host that the plug-in Arrangement has changed?"},"476":{"body":"There are two ways to instantiate a plug-in in the following way: Way 1 In AudioEffect::initialize (FUnknown* context) you add one mono and one stereo bus. //---------------------------------------------------------------\ntresult PLUGIN_API AGain::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } addAudioInput (USTRING (\"Mono In\"), SpeakerArr::kMono); addAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); //... In case of Cubase/Nuendo being the host, the plug-in, afterbeing inserted into a stereo track, gets the left channel ofthe stereo input signal as its mono input. From this signalyou can create a stereo output signal. Way 2 In AudioEffect ::initialize (FUnknown* context) you add one stereo input and one stereo output bus. //---------------------------------------------------------------\ntresult PLUGIN_API AGain::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } addAudioInput (USTRING (\"Stereo In\"), SpeakerArr::kStereo); addAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); //... For processing, the algorithm of your plug-in takes the left channel only, or creates a new mono input signal, by adding the samples of the left and right channels.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » My plug-in has mono input and stereo output. How does VST 3 handle this?","id":"476","title":"My plug-in has mono input and stereo output. How does VST 3 handle this?"},"477":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages How to use the silence flags","breadcrumbs":"Technical Documentation » [3.0.0] Silence flags » [3.0.0] Silence flags","id":"477","title":"[3.0.0] Silence flags"},"478":{"body":"Managing large plug-in sets and multiple virtual instruments on typical studio computer systems can often be difficult because of CPU performance limits. VST 3 helps to improve overall performance by applying processing to plug-ins only when audio signals are present on their respective inputs. Instead of always processing input signals, VST 3 plug-ins can apply their processing economically and only when it is needed. The feature is supported by the IAudioProcessor interface of the plug-in. The silence flags is part of the AudioBusBuffers ( silenceFlags ) passed from the host to the plug-in and back to the host in the process call: MyPluginProcessor::process (ProcessData& data) for the inputs: check this flag: data.inputs[0]silenceFlags for the outputs: set this when the plug-in generates or notsilence: data.outputs[0].silenceFlags The silence flags are a bitmask where each bit corresponds to one channel of a bus (for example L and R for stereo bus). ⓘ Note The host has the responsibility to clear the input buffers (set to something near zero, like 10e-7, to prevent de-normalization issue) when it enables the silence flags (the output silence flags will be set by the host to no silence (=0)), on the other side the plug-in, if it produces silence output, has the responsibility to clear (set to zero) its output buffers and to correctly set the output silence flags. Check tutorial about How to use the silence flags .","breadcrumbs":"Technical Documentation » [3.0.0] Silence flags » Introduction","id":"478","title":"Introduction"},"479":{"body":"/ VST Home / Technical Documentation On this page: IAttributeList IComponentHandler IEventList IUnitHandler IHostApplication IMessage IParamValueQueue IParameterChanges IPlugFrame Related pages [3.0.0] Interfaces supported by the plug-in List of interfaces supported/implemented by the host in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » [3.0.0] Interfaces supported by the host","id":"479","title":"[3.0.0] Interfaces supported by the host"},"48":{"body":"Please sign this Steinberg VST 3 Plug-In SDK Licensing Agreement if you want to develop, release or host VST 3 plug-Ins.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Licensing","id":"48","title":"VST 3 Licensing"},"480":{"body":"Attribute list used in IMessage and IStreamAttributes . [host imp] [released: 3.0.0] [mandatory] An attribute list associates values with a key (id: some predefined keys can be found in Predefined Preset Attributes ).","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IAttributeList","id":"480","title":"IAttributeList"},"481":{"body":"Host callback interface for an edit controller. [host imp] [released: 3.0.0] [mandatory] Allow transfer of parameter editing to component (processor) via host and support automation. Cause the host to react on configuration changes (restartComponent). See also IEditController .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IComponentHandler","id":"481","title":"IComponentHandler"},"482":{"body":"List of events to process. [host imp] [released: 3.0.0] [mandatory] See also ProcessData , Event.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IEventList","id":"482","title":"IEventList"},"483":{"body":"Host callback for unit support. [host imp] [extends IComponentHandler ] [released: 3.0.0] [optional] Host callback interface, used with IUnitInfo . Retrieve via queryInterface from IComponentHandler . See also VST 3 Units , IUnitInfo .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IUnitHandler","id":"483","title":"IUnitHandler"},"484":{"body":"Basic host callback interface. [host imp] [passed as 'context' in to IPluginBase::initialize ] [released: 3.0.0] [mandatory] Basic VST host application interface.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IHostApplication","id":"484","title":"IHostApplication"},"485":{"body":"Private plug-in message. [host imp] [create via IHostApplication::createInstance ] [released: 3.0.0] [mandatory] Messages are sent from the processor component to then controller component and vice versa. See also IAttributeList , IConnectionPoint , Communication between the components .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IMessage","id":"485","title":"IMessage"},"486":{"body":"Queue of changes for a specific parameter. [host imp] [released: 3.0.0] [mandatory] The change queue can be interpreted as segment of an automation curve. For each processing block, a segment with the size of the block is transmitted to the processor. The curve is expressed as sampling points of a linear approximation of the original automation curve. If the original already is a linear curve, it can be transmitted precisely. A non-linear curve has to be converted to a linear approximation by the host. Every point of the value queue defines a linear section of the curve as a straight line from the previous point of a block to the new one. So the plug-in can calculate the value of the curve for any sample position in the block. Implicit Points : In each processing block, the section of the curve for each parameter is transmitted. In order to reduce the amount of points, the point at block position 0 can be omitted. If the curve has a slope of 0 over a period of multiple blocks, only one point is transmitted for the block where the constant curve section starts. The queue for the following blocks will be empty as long as the curve slope is 0. If the curve has a constant slope other than 0 over the period of several blocks, only the value for the last sample of the block is transmitted. In this case, the last valid point is at block position -1. The processor can calculate the value for each sample in the block by using a linear interpolation: double x1 = -1; // position of last point related to current buffer\ndouble y1 = currentParameterValue; // last transmitted value int32 pointTime = 0;\nParamValue pointValue = 0;\nIParamValueQueue::getPoint (0, pointTime, pointValue); double x2 = pointTime;\ndouble y2 = pointValue; double slope = (y2 - y1) / (x2 - x1);\ndouble offset = y1 - (slope * x1); double curveValue = (slope * bufferTime) + offset; // bufferTime is any position in buffer Jumps : A jump in the automation curve has to be transmitted as two points: one with the old value and one with the new value at the next sample position. Tech_doc_29 See also IParameterChanges , ProcessData .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IParamValueQueue","id":"486","title":"IParamValueQueue"},"487":{"body":"All parameter changes of a processing block. [host imp] [released: 3.0.0] [mandatory] This interface is used to transmit any changes to be applied to parameters in the current processing block. A change can be caused by GUI interaction as well as automation. Changes are transmitted as a list of queues ( IParamValueQueue ) containing only queues for parameters that actually did change. See IParamValueQueue , ProcessData .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IParameterChanges","id":"487","title":"IParameterChanges"},"488":{"body":"Callback interface passed to IPlugView . [host imp] [released: 3.0.0] [mandatory] Enables a plug-in to resize the view and causes the host to resize the window.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IPlugFrame","id":"488","title":"IPlugFrame"},"489":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages About MIDI in VST 3 [3.6.12] MIDI Learn","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » [3.0.1] Parameter MIDI Mapping","id":"489","title":"[3.0.1] Parameter MIDI Mapping"},"49":{"body":"Operating System Architecture Compiler Notes Windows 11 x86, x86_64, arm64, arm64EC MSVC 2022 Windows 8.1 -10 x86, x86_64 MSVC 2019, MSVC 2022 macOS 10.13 - 12 x86, x86_64, Apple Silicon Xcode 10 - 13.3 iOS 13 - 15 arm64 Xcode 11 - 13.3 Linux - Raspberry Pi OS (Buster) arm32 GCC 8.3 and higher Visual Studio Code Linux - Ubuntu 22.04 LTS x86, x86_64 GCC 11.2 and higher Visual Studio Code, Qt Creator Linux - Ubuntu 20.04 LTS x86, x86_64 GCC 8.3 and higher Visual Studio Code, Qt Creator","breadcrumbs":"What is the VST 3 SDK? » System requirements","id":"49","title":"System requirements"},"490":{"body":"How the mapping works between MIDI CC s and parameters . MIDI Mapping Interface: Vst::IMidiMapping [plug imp] [extends IEditController ] [released: 3.0.1] [optional] MIDI controllers are not transmitted directly to a VST component. MIDI as hardware protocol has restrictions that can be avoided in software. Controller data in particular come along with unclear and often ignored semantics. On top of this, they can interfere with regular parameter automation and the host is unaware of what happens in the plug-in when passing MIDI controllers directly. So any functionality that is to be controlled by MIDI controllers must be exported as regular parameter. The host will transform incoming MIDI controller data using this interface and transmit them as regular parameter change. This allows the host to automate them in the same way as other parameters. CtrlNumber can be a typical MIDI controller value extended to some others values like pitchbend or aftertouch (see ControllerNumbers ). If the mapping has changed, the plug-in must call IComponentHandler::restartComponent ( kMidiCCAssignmentChanged ) to inform the host about this change.","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » Introduction","id":"490","title":"Introduction"},"491":{"body":"In myeditcontroller.h //--------------------------------------\nclass MyEditController: public EditControllerEx1, public IMidiMapping\n{ //... //---IMidiMapping--------------------------- tresult PLUGIN_API getMidiControllerAssignment (int32 busIndex, int16 channel, CtrlNumber midiControllerNumber, ParamID& id) SMTG_OVERRIDE; //---Interface--------- OBJ_METHODS (MyEditController, EditControllerEx1) DEFINE_INTERFACES DEF_INTERFACE (IMidiMapping) END_DEFINE_INTERFACES (MyEditController) REFCOUNT_METHODS (MyEditController)\n}; In myeditcontroller.cpp //--------------------------------------\ntresult PLUGIN_API MyEditController::getMidiControllerAssignment (int32 busIndex, int16 midiChannel, CtrlNumber midiControllerNumber, ParamID& tag)\n{ // for my first Event bus and for MIDI channel 0 and for MIDI CC Volume only if (busIndex == 0 && midiChannel == 0 && midiControllerNumber == kCtrlVolume) { tag = kGainId; return kResultTrue; } return kResultFalse;\n}","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » Example","id":"491","title":"Example"},"492":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » [3.0.2] Parameter Finder","id":"492","title":"[3.0.2] Parameter Finder"},"493":{"body":"How the host can retrieve the parameter where the mouse cursor is located.Extension for IPlugView to find view parameters (lookup value under mouse support): Vst::IParameterFinder . [plug imp] [extends IPlugView ] [released: 3.0.2] [optional] It is highly recommended to implement this interface. A host can implement important functionality when a plug-in supports this interface.","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » Introduction","id":"493","title":"Introduction"},"494":{"body":"For example, all Steinberg hosts require this interface in order to support the AI Knob . Tech_doc_image_link_1","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » Examples","id":"494","title":"Examples"},"495":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency » [3.0.1] Parameter MIDI Mapping","id":"495","title":"[3.0.1] Parameter MIDI Mapping"},"496":{"body":"Extended IAudioProcessor interface for a component: Vst::IAudioPresentationLatency . [plug imp] [extends IAudioProcessor ] [released: 3.1.0] [optional] Inform the plug-in about how long from the moment of generation/acquiring (from file or from Input) it will take for its input to arrive, and how long it will take for its output to be presented (to output or to speaker).Note for Input Presentation Latency: when reading from file, the first plug-in will have an input presentation latency set to zero. When monitoring audio input from an audio device, the initial input latency is the input latency of the audio device itself. Note for Output Presentation Latency: when writing to a file, the last plug-in will have an output presentation latency set to zero. When the output of this plug-in is connected to an audio device, the initial output latency is the output latency of the audio device itself. A value of zero either means no latency or an unknown latency. Each plug-in adding a latency (returning a none zero value for IAudioProcessor::getLatencySamples ) will modify the input presentation latency of the next plug-ins in the mixer routing graph and will modify the output presentation latency of the previous plug-ins. Tech_doc_31","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency » Introduction","id":"496","title":"Introduction"},"497":{"body":"/ VST Home / Technical Documentation On this page: Introduction Dirty State Support Open Editor Request Support UI Group Editing Examples of different use cases","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support","id":"497","title":"[3.1.0] Dirty State, Open Editor Request and UI Group Editing Support"},"498":{"body":"Improvement of the plug-in's integration in the host (dirty state, request Open Editor, group editing). Extended host callback interface Vst::IComponentHandler2 for an edit controller. [host imp] [extends IComponentHandler ] [released: 3.1.0] [optional]","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Introduction","id":"498","title":"Introduction"},"499":{"body":"This allows the plug-in to tell the host that its internal state is dirty or not. If set to true, it means that after saving, there have been further changes, in addition to the parameter changes. In this case, the host should save before quitting. void MyPluginController::informHostAboutMyDirtyState (bool dirty)\n{ FUnknownPtr componentHandler2 (componentHandler); if (componentHandler2) componentHandler2->setDirty (dirty);\n}","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Dirty State Support","id":"499","title":"Dirty State Support"},"5":{"body":"Steinberg VST usage guidelines What are the licensing options Which files fall under which license? Developer use cases (FAQs)","breadcrumbs":"VST » VST 3 licensing","id":"5","title":"VST 3 licensing"},"50":{"body":"Important links you will need for working with VST 3","breadcrumbs":"What is the VST 3 SDK? » Download link","id":"50","title":"Download link"},"500":{"body":"Requesting the host to open the plug-in´s editor the next time it's possible. You should use this instead of showing an alert and blocking the program flow (especially on loading projects). void MyPluginController::requestHostToOpenEditor()\n{ FUnknownPtr componentHandler2 (componentHandler); if (componentHandler2) componentHandler2->requestOpenEditor ();\n}","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Open Editor Request Support","id":"500","title":"Open Editor Request Support"},"501":{"body":"This part handles parameter group editing from the plug-in UI. It wraps a set of: Steinberg::Vst::IComponentHandler::beginEdit Steinberg::Vst::IComponentHandler::performEdit Steinberg::Vst::IComponentHandler::endEdit functions (see IComponentHandler ) which should use the same timestamp in the host when writing automation. This allows for better synchronizing of multiple parameter changes at once.","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » UI Group Editing","id":"501","title":"UI Group Editing"},"502":{"body":"//--------------------------------------\n// we are in the editcontroller...\n// in case of multiple switch buttons (with associated ParamID 1 and 3)\n// on mouse down:\nhostHandler2->startGroupEdit ();\nhostHandler->beginEdit (1);\nhostHandler->beginEdit (3);\nhostHandler->performEdit (1, 1.0);\nhostHandler->performEdit (3, 0.0); // the opposite of paramID 1 for example\n//....\n// on mouse up:\nhostHandler->endEdit (1);\nhostHandler->endEdit (3);\nhostHandler2->finishGroupEdit ();\n//....\n//....\n//--------------------------------------\n// in case of multiple faders (with associated ParamID 1 and 3)\n// on mouse down:\nhostHandler2->startGroupEdit ();\nhostHandler->beginEdit (1);\nhostHandler->beginEdit (3);\nhostHandler2->finishGroupEdit ();\n//....\n// on mouse move:\nhostHandler2->startGroupEdit ();\nhostHandler->performEdit (1, x); // x the wanted value\nhostHandler->performEdit (3, x);\nhostHandler2->finishGroupEdit ();\n//....\n// on mouse up:\nhostHandler2->startGroupEdit ();\nhostHandler->endEdit (1);\nhostHandler->endEdit (3);\nhostHandler2->finishGroupEdit (); See also IComponentHandler , IEditController .","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Examples of different use cases","id":"502","title":"Examples of different use cases"},"503":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » [3.1.0] KnobMode, Open Help & Open Aboutbox","id":"503","title":"[3.1.0] KnobMode, Open Help & Open Aboutbox"},"504":{"body":"Edit controller component interface extension: Vst::IEditController2 . [plug imp] [extends IEditController ] [released: 3.1.0] [optional] Extension to allow the host to inform the plug-in about the host knob mode ( setKnobMode ), and to open the plug-in's about box ( openAboutBox ) or help documentation ( openHelp ).","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » Introduction","id":"504","title":"Introduction"},"505":{"body":"In mycontroller.h class MyEditController : public ComponentBase, public IEditController, public IEditController2\n{\npublic: //... //---from IEditController2------- tresult PLUGIN_API setKnobMode (KnobMode mode) SMTG_OVERRIDE { hostKnobMode = mode; return kResultTrue; } tresult PLUGIN_API openHelp (TBool /*onlyCheck*/) SMTG_OVERRIDE; tresult PLUGIN_API openAboutBox (TBool /*onlyCheck*/) SMTG_OVERRIDE {return kResultFalse;} //... DEFINE_INTERFACES DEF_INTERFACE (IEditController) DEF_INTERFACE (IEditController2) END_DEFINE_INTERFACES (ComponentBase)\n}; In mycontroller.cpp tresult PLUGIN_API MyEditController::openHelp (TBool onlyCheck)\n{ if (onlyCheck) { // the host just wants to know if i have a help documentation return kResultTrue; } // here i can open my documentation // could in my UI documentation or external pdf file return kResultTrue;\n} See also IEditController , EditController .","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » Example","id":"505","title":"Example"},"506":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Related pages: [3.5.0] Key Switch [3.6.11] NoteExpression Physical UI Mapping About MIDI in VST 3","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » [3.5.0] Note Expression","id":"506","title":"[3.5.0] Note Expression"},"507":{"body":"A new way to control / modify / change a specific played note during playback. Edit controller component interface extension: Vst::INoteExpressionController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] Note Expression is a new way of event controller editing in hosts supporting this VST 3.5 feature (in Cubase since version 6). getting_started_vid_5 getting_started_vid_6 With VST 3 Note Expression, the plug-in is able to break free from the limitations of MIDI controller events by providing access to new VST 3 controller events that provide articulation information for each individual note (event) in a polyphonic arrangement according to its noteId. A major limitation of MIDI is the nature of controller information; controllers are only channel messages (Pitchbend, Modulation, ...) and cannot be assigned to a specific playing note, with the exception of poly pressure (polyphonic aftertouch), which allows change only for a given pitch (not a given note!). Articulating each note in a chord individually creates a much more natural feel, just like multiple players playing the same instrument at the same time but each adding their own personality to the notes played. For example Cubase 6 introduces the first VST 3 Note Expression compatible virtual instrument: HALion Sonic SE . HALion Sonic SE not only supports \"standard\" note expression control for Tuning (Pitch), Volume and Pan, it also offers additional custom pre-assigned note expression types of event ( kCustomStart in Steinberg::Vst::NoteExpressionTypeIDs ).","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » Introduction","id":"507","title":"Introduction"},"508":{"body":"The best way to understand how to support note expression from the plug-in side is to check out the step by step implementation example below. For more details, check out the Note Expression Synth example included in the SDK. Step by Step: We want a mono-timbral (1 channel) instrument plug-in with 1 event bus and support for the detune ( kTuningTypeID ) note expression: The instrument Plug-in must have at least one input event bus: //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); if (result == kResultTrue) { // we want a Stereo Output addAudioOutput (STR16 (\"Stereo Output\"), SpeakerArr::kStereo); // create Event In bus (1 bus with only 1 channel) addEventInput (STR16 (\"Event Input\"), 1); } return result;\n} The controller must provide the Vst::INoteExpressionController interface, like below: //------------------------------------------------------------------\nclass MyExampleController: public EditController, public INoteExpressionController\n{\npublic: // ... //---from INoteExpressionController virtual int32 PLUGIN_API getNoteExpressionCount (int32 busIndex, int16 channel) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionInfo (int32 busIndex, int16 channel, int32 noteExpressionIndex, NoteExpressionTypeInfo& info) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionStringByValue (int32 busIndex, int16 channel, NoteExpressionTypeID id, NoteExpressionValue valueNormalized, String128 string) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionValueByString (int32 busIndex, int16 channel, NoteExpressionTypeID id, const TChar* string, NoteExpressionValue& valueNormalized) SMTG_OVERRIDE; // ... OBJ_METHODS (MyExampleController, EditController) DEFINE_INTERFACES DEF_INTERFACE (INoteExpressionController) END_DEFINE_INTERFACES (EditController) REFCOUNT_METHODS(EditController) //...\n}; Now we have to implement the Steinberg::Vst::INoteExpressionController interface, in our example Steinberg::Vst::INoteExpressionController::getNoteExpressionCount should return 1 as we only want to support tuning: //------------------------------------------------------------------\nint32 PLUGIN_API MyExampleController::getNoteExpressionCount (int32 busIndex, int16 channel)\n{ // we accept only the first bus and 1 channel if (busIndex == 0 && channel == 0) return 1; return 0;\n} Then we have to implement Steinberg::Vst::INoteExpressionController::getNoteExpressionInfo which describes what note expression the plug-in supports: // ------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionInfo (int32 busIndex, int16 channel, int32 noteExpressionIndex, NoteExpressionTypeInfo& info)\n{ // we accept only the first bus and 1 channel and only 1 Note Expression (tuning) if (busIndex == 0 && channel == 0 && noteExpressionIndex == 0) { memset (&info, 0, sizeof (NoteExpressionTypeInfo)); // set the tuning type info.typeId = kTuningTypeID; // set some strings USTRING (\"Tuning\").copyTo (info.title, 128); USTRING (\"Tun\").copyTo (info.shortTitle, 128); USTRING (\"Half Tone\").copyTo (info.units, 128); info.unitID = -1; // no unit wanted info.associatedParameterID = -1; // no associated parameter wanted info.flags = NoteExpressionTypeInfo::kIsBipolar; // event is bipolar (centered) // for Tuning the convert functions are: plain = 240 * (norm - 0.5); norm = plain / 240 + 0.5; // we want to support only +/- one octave double kNormTuningOneOctave = 12.0 / 240.0; info.valueDesc.minimum = 0.5 - kNormTuningOneOctave; info.valueDesc.maximum = 0.5 + kNormTuningOneOctave; info.valueDesc.defaultValue = 0.5; // middle of [0, 1] => no detune (240 * (0.5 - 0.5) = 0) info.valueDesc.stepCount = 0; // we want continuous (no step) return kResultTrue; } return kResultFalse;\n} For displaying note expression values, we have to implement the conversion functions: Steinberg::Vst::INoteExpressionController::getNoteExpressionStringByValue : normalized value -> string //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionStringByValue (int32 busIndex, int16 channel, NoteExpressionTypeID id, NoteExpressionValue valueNormalized, String128 string)\n{ // here we use the id (not the index) if (busIndex == 0 && channel == 0 && id == kTuningTypeID) { // here we have to convert a normalized value to a Tuning string representation UString128 wrapper; valueNormalized = (240 * valueNormalized) - 120; // compute half Tones wrapper.printFloat (valueNormalized, 2); wrapper.copyTo (string, 128); return kResultTrue; } return kResultFalse;\n} - [Steinberg::Vst::INoteExpressionController::getNoteExpressionValueByString](https://steinbergmedia.github.io/vst3_doc/vstinterfaces/classSteinberg_1_1Vst_1_1INoteExpressionController.html#ab79e988315e33b4c30c8f2bd47a0cffc): string -> normalized value //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionValueByString (int32 busIndex, int16 channel, NoteExpressionTypeID id, const TChar* string, NoteExpressionValue& valueNormalized);\n{ // here we use the id (not the index) if (busIndex == 0 && channel == 0 && id == kTuningTypeID) { // here we have to convert a given tuning string (half Tone) to a normalized value String wrapper ((TChar*)string); ParamValue tmp; if (wrapper.scanFloat (tmp)) { valueNormalized = (tmp + 120) / 240; return kResultTrue; } } return kResultFalse;\n} Last step, in the processor component we have to adapt the process call to interpret the note expression event ( Steinberg::Vst::NoteExpressionValueEvent ) sent from the host to the plug-in: //------------------------------------------------------------------\ntresult MyExampleProcessor::process (ProcessData& data)\n{ // .... // get the input event queue IEventList* inputEvents = data.inputEvents; if (inputEvents) { Event e; int32 numEvents = inputEvents->getEventCount (); // for each events check it.. for (int32 i = 0; i < numEvents; i++) { if (inputEvents->getEvent (i, e) == kResultTrue) { switch (e.type) { //----------------------- case Event::kNoteOnEvent: { // here a note On, we may need to play something a keep a trace of the e.noteOn. noteId break; } //----------------------- case Event::kNoteOffEvent: { // here we have to release the voice associated to this id: e.noteOff.noteId // Note that kNoteExpressionValueEvent event could be sent after the note is in released break; } //----------------------- case Event::kNoteExpressionValueEvent: { // here are the Note Expression interpretation // we check and use only tuning expression if (e.noteExpressionValue.typeId == kTuningTypeID) { // we have to find the voice which be changed (the note could be in released state) VoiceClass* voice = findVoice (e. noteExpressionValue.noteId); if (voice) { // we apply to it the wanted value (for a given type of note expression (detune, volume....) voice->setNoteExpressionValue (e. noteExpressionValue.typeId, e. noteExpressionValue.value); } // if the associated id is not anymore marked as playing voice (end of release reached) we ignore the Note Expression Event } break; } } } } } // ...\n} That is it!","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » How does it work?","id":"508","title":"How does it work?"},"509":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Related pages: [3.5.0] Note Expression","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » [3.5.0] Key Switch","id":"509","title":"[3.5.0] Key Switch"},"51":{"body":"All released versions of the VST 3 SDK with changes and dates.","breadcrumbs":"What is the VST 3 SDK? » Change history","id":"51","title":"Change history"},"510":{"body":"Allows information exchange between the plug-in and the host about which key switches are currently used. Extended plug-in interface IEditController for key switches support: Vst::IKeyswitchController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] Some instrument plug-ins support key switching functionality, which allows the users to switch between different layered sounds while playing notes. To achieve this, the users have to press a specific key associated to the wanted layer before playing new notes. A typical example is a sample-based player plug-in with a violin sound, which can include different layers or articulations: pizzicato, legato, tremolo, etc. By pressing and/or holding a specific key, for example C-1, before playing new notes, the plug-in will choose to play pizzicato, by using D-1, it will play legato, and so on. With VST Expression Map (introduced by Steinberg in Cubase 5), these key switches can be used in the Score Editor, to associate a symbol (articulation) to a note. Each time this note is played, the corresponding key switch will be used (sent to the plug-in as noteOn event). getting_started_vid_7 In order to help the creation of such a map, VST 3.5 defines a new interface Steinberg::Vst::IKeyswitchController . If an (instrument) plug-in supports such an interface, the host can get the current set of used key switches from the plug-in (megatrigg / articulation: Steinberg::Vst::KeyswitchInfo ) for a given channel of an event bus, and then automatically use them (like in Cubase 6 ) to create a VST Expression Map .","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » Introduction","id":"510","title":"Introduction"},"511":{"body":"Here the step by step example. We want a plug-in with 1 event bus, which is mono-timbral (1 channel), and which supports 2 key switches: The instrument plug-in should have one input event bus (could be more): //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); if (result == kResultTrue) { // we want a Stereo Output addAudioOutput (STR16 (\"Stereo Output\"), SpeakerArr::kStereo); // create Event In bus (1 bus with only 1 channel) addEventInput (STR16 (\"Event Input\"), 1); } return result;\n} The controller should have the interface Steinberg::Vst::IKeyswitchController , here in the class declaration: //------------------------------------------------------------------\nclass MyExampleController: public EditController, public IKeyswitchController\n{\npublic: //... //---from IKeyswitchController virtual int32 PLUGIN_API getKeyswitchCount (int32 busIndex, int16 channel); virtual tresult PLUGIN_API getKeyswitchInfo (int32 busIndex, int16 channel, int32 keySwitchIndex, KeyswitchInfo& info); //... OBJ_METHODS (MyExampleController, EditController) DEFINE_INTERFACES DEF_INTERFACE (IKeyswitchController) END_DEFINE_INTERFACES (EditController) REFCOUNT_METHODS(EditController) //...\n}; Now we have to implement the interface Steinberg::Vst::IKeyswitchController (only 2 functions), in our example Steinberg::Vst::IKeyswitchController::getKeyswitchCount should return 2 (2 key switches): //------------------------------------------------------------------\nint32 MyExampleController::getKeyswitchCount (int32 busIndex, int16 channel)\n{ // we accept only the first bus and 1 channel if (busIndex == 0 && channel == 0) return 2; return 0;\n} Then, we have to implement Steinberg::Vst::IKeyswitchController::getKeyswitchInfo , which allows to inform the host about what the plug-in supports: //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getKeyswitchInfo (int32 busIndex, int16 channel, int32 keySwitchIndex, KeyswitchInfo& info)\n{ // we accept only the first bus and 1 channel and only 2 keyswitches if (busIndex == 0 && channel == 0 && (keySwitchIndex == 0 || keySwitchIndex == 1) { memset (&info, 0, sizeof (KeyswitchInfo)); // in this case we want that Keyswitch should be maintained pressed for playing info.typeId = kKeyRangeTypeID; // we could use keyRemapped to make easier the use of the keyswitch (near the available instrument key range) // take care that there are no overlap between keyswitches and real key (playing sound) if (keySwitchIndex == 0) { USTRING (\"Accentuation\").copyTo (info.title, 128); USTRING (\"Acc\").copyTo (info.shortTitle, 128); // if the user keeps pressed C-1 or C#-1 or C-0 then the Accentuation sound should be played info.keyswitchMin = 12; // C-1 info.keyswitchMax = 13; // C#-1 info.keyRemapped = 24; // C-0 } else { USTRING (\"Softly\").copyTo (info.title, 128); USTRING (\"Soft\").copyTo (info.shortTitle, 128); // if the user keeps pressed D-1 or D#-1 or D-0 then the Softly sound should be played info.keyswitchMin = 14; // D-1 info.keyswitchMax = 15; // D#-1 info.keyRemapped = 26; // D-0 } info.unitID = -1; // not used info.flags = 0; // not used return kResultTrue; } return kResultFalse;\n} Last step, in the processor component, we have to adapt the process call to switch to the wanted articulation: //------------------------------------------------------------------\ntresult MyExampleProcessor::process (ProcessData& data)\n{ // .... // get the input event queue IEventList* inputEvents = data.inputEvents; if (inputEvents) { Event e; int32 numEvents = inputEvents->getEventCount (); // for each events check it.. for (int32 i = 0; i < numEvents; i++) { if (inputEvents->getEvent (i, e) == kResultTrue) { switch (e.type) { //----------------------- case Event::kNoteOnEvent: { // here a note On // check if this is a Keyswitch switch (e.noteOn.pitch) { // Accentuation Keyswitch case 12: case 13: case 24: currentLayer = kAccentuationLayer; break; // Softly Keyswitch case 14: case 15: case 26: currentLayer = kSoftlyLayer; break; default: // play the note in the currentLayer // ... } } break; //----------------------- case Event::kNoteOffEvent: { // check if keyswitch is released switch (e.noteOff.pitch) { // Accentuation Keyswitch case 12: case 13: case 24: case 14: case 15: case 26: currentLayer = kDefaultLayer; break; default: // released note... //... } } break; //.... } } } } //...\n} That is it!","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » How does it work?","id":"511","title":"How does it work?"},"512":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Graphical overview Example of implementation using helper class Location table for VST XMLs representation For Mac platform For Windows Vista/7/8/10/11 platform For Windows XP/2000 platform","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » [3.5.0] Remote Presentation of Parameters","id":"512","title":"[3.5.0] Remote Presentation of Parameters"},"513":{"body":"How to better support remote devices/controllers (UI and hardware) for parameters. Since VST 3.5, a new interface is available: Vst::IXmlRepresentationController Extended plug-in interface IEditController for a component: Vst::IXmlRepresentationController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] A representation based on XML is a way to export, structure, and group plug-in parameters for a specific remote (hardware or software rack (such as quick controls)). It allows to describe each parameter more precisely (what is the best matching to a knob, different title lengths matching limited remote display, ...). A representation is composed of pages (this means that to see all exported parameters, the user has to navigate through the pages). A page is composed of cells (for example, 8 cells per page). A cell is composed of layers (for example, a cell can have a knob, a display, and a button, which means 3 layers). A layer is associated to a plug-in parameter using the ParameterID as identifier: it could be a knob with a display for title and/or value, this display uses the same ParameterID, but it could be another one. switch link which allows to jump directly to a subpage (on another page) more... See Vst::LayerType This representation is implemented as XML text following the Document Type Definition (DTD): http://dtd.steinberg.net/VST-Remote-1.1.dtd","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Introduction","id":"513","title":"Introduction"},"514":{"body":"Here an example of what should be passed in the stream of getXmlRepresentationStream: \n\n My name 2010-12-31 This is an example for 4 Cells per Page for the Remote named ProductRemote from company HardwareCompany. Mix dry/wet Mix Delay Dly Spatial Spat Width + Widt Sync Note + Note Rate \n","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Example","id":"514","title":"Example"},"515":{"body":"ech_doc_32","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Graphical overview","id":"515","title":"Graphical overview"},"516":{"body":"See Steinberg::Vst::XmlRepresentationHelper .","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Example of implementation using helper class","id":"516","title":"Example of implementation using helper class"},"517":{"body":"When a host needs to use a VST XMLs representation (for internal use, like quick control assignments, to get the most important parameters sorted per page of a plug-in), the host will check the presence in a specific location for a given remote and for this given plug-in a representation XML file with the remote name as filename (check below about how the path is defined). If this is not found, the host will ask the plug-in by using Steinberg::Vst::IXmlRepresentationController (if implemented). Explanation: priority column: specifies the scan order by the host. Path #1 will be checked first, #8 will be checked last. The first XML found will be used and overrides the others. type of column: user: specific to the currently logged in user shared: for all users of this machine factory: installed by plug-in or application installer with the plug-in $COMPANY and $PLUGIN-NAME folder names contain only allowed characters for file naming replace characters \"\\*?/:.<>|\\\"\\t\\n\\r\" by \"_\" $UID is the Unique ID of the processor in its string representation for example: \"57F704D1FA974D668083E4B9AF581D23\" len=32)","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Location table for VST XMLs representation","id":"517","title":"Location table for VST XMLs representation"},"518":{"body":"Prio Type Scope Write Path Comment 1 User User X Users/$USERNAME/Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID 2 User User X Users/$USERNAME/Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME 3 Shared_Factory Public - Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Computer shared FactoryROM 4 Shared_Factory Public - Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME Computer shared FactoryROM 5 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Host Application 6 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 7 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 8 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Mac platform","id":"518","title":"For Mac platform"},"519":{"body":"Prio Type Scope Write Path Comment 1 User User X [Users/$USERNAME/Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_Documents 2 User User X [Users/$USERNAME/Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_Documents 3 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_RoamingAppData 4 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_RoamingAppData 5 Shared_Factory Public - [ProgramData]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_ProgramData 6 Shared_Factory Public - [ProgramData]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_ProgramData 7 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/ Host Application 8 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 9 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 10 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Windows Vista/7/8/10/11 platform","id":"519","title":"For Windows Vista/7/8/10/11 platform"},"52":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction ADelay AGain TestChannelContext HostChecker TestLegacyMIDICCOut mda plug-ins Note Expression Synth Note Expression Text Panner PitchNames Test Prefetchable Support Test Multiple Program Changes Test Program Change Sync Delay Related pages: VST 3 Plug-in Test Host AAX, AUv3, AU and VST 2 Wrappers Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » VST 3 Plug-in Examples","id":"52","title":"VST 3 Plug-in Examples"},"520":{"body":"Prio Type Scope Write Path Comment 1 User User X [My Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_PERSONAL 2 User User X [My Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_PERSONAL 3 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_APPDATA 4 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_APPDATA 5 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_COMMON_APPDATA 6 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_COMMON_APPDATA 7 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Host Application 8 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 9 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 10 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Windows XP/2000 platform","id":"520","title":"For Windows XP/2000 platform"},"521":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples From the host perspective From the plug-in perspective","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » [3.5.0] Context Menu","id":"521","title":"[3.5.0] Context Menu"},"522":{"body":"Extended host callback interface for an edit controller: Vst::IComponentHandler3 [host imp] [extends IComponentHandler ] [released: 3.5.0] [optional] A plug-in can ask the host to create a context menu for a given exported parameter ID or a generic context menu. The host may pre-fill this context menu with specific items regarding the parameter ID like \"Show automation for parameter\", \"MIDI learn\" etc... The plug-in can use the context menu in two ways: add its own items to the menu via the IContextMenu interface and call IContextMenu::popup(...) to create the pop-up. See below for an example of how to use it. extract the host menu items and add them to a context menu created by the plug-in. ⓘ Note It is recommended to use this context menu interface, even if you do not add your own items to the menu as this is considered to be a big user value. See also IContextMenu , IContextMenuTarget .","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » Introduction","id":"522","title":"Introduction"},"523":{"body":"","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » Examples","id":"523","title":"Examples"},"524":{"body":"For example, Cubase adds its owned entries in the context menu opened with right-click on an exported parameter when the plug-in uses createContextMenu . The plug-in itself, in this example, only adds the \"Open UIDescription Editor\" entry. ⓘ Note Plug-ins using VSTGUI automatically have this context menu feature. Tech_doc_33 Context menu with Cubase Tech_doc_34 Here an example of what Bitwig is doing with context menus.","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » From the host perspective","id":"524","title":"From the host perspective"},"525":{"body":"Adding plug-in specific items to the context menu: //------------------------------------------------------------------------\nclass PluginContextMenuTarget : public IContextMenuTarget, public FObject\n{\npublic: PluginContextMenuTarget () {} virtual tresult PLUGIN_API executeMenuItem (int32 tag) { // this will be called if the user has executed one of the menu items of the plug-in. // It won't be called for items of the host. switch (tag) { case 1: break; case 2: break; } return kResultTrue; } OBJ_METHODS(PluginContextMenuTarget, FObject) DEFINE_INTERFACES DEF_INTERFACE (IContextMenuTarget) END_DEFINE_INTERFACES (FObject) REFCOUNT_METHODS(FObject)\n}; // The following is the code to create the context menu\nvoid popupContextMenu (IComponentHandler* componentHandler, IPlugView* view, const ParamID* paramID, UCoord x, UCoord y)\n{ if (componentHandler == 0 || view == 0) return; FUnknownPtr handler (componentHandler); if (handler == 0) return; IContextMenu* menu = handler->createContextMenu (view, paramID); if (menu) { // here, you can add your entries (optional) PluginContextMenuTarget* target = new PluginContextMenuTarget (); IContextMenu::Item item = {0}; UString128 (\"My Item 1\").copyTo (item.name, 128); item.tag = 1; menu->addItem (item, target); UString128 (\"My Item 2\").copyTo (item.name, 128); item.tag = 2; menu->addItem (item, target); target->release (); //--end of adding new entries // here the the context menu will be pop-up (and it waits a user interaction) menu->popup (x, y); menu->release (); }\n}","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » From the plug-in perspective","id":"525","title":"From the plug-in perspective"},"526":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » [3.5.0] Enhanced Linked Parameters","id":"526","title":"[3.5.0] Enhanced Linked Parameters"},"527":{"body":"Parameter editing from host: Vst::IEditControllerHostEditing . [plug imp] [extends IEditController ] [released: 3.5.0] [optional] This allows the host to start a parameter editing action which can generate other parameter changes (like linked parameters) and this in one session (between a beginEdit and endEdit). If this interface is implemented by the edit controller, and when performing edits from outside the plug-in (host / remote) of a not automatable, not read-only, and not hidden flagged parameter (kind of helper parameter), the host will start with a beginEditFromHost before calling setParamNormalized and end with an endEditFromHost . Here the sequence that the host will call:","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » Introduction","id":"527","title":"Introduction"},"528":{"body":"//------------------------------------------------------------------------\nplugEditController->beginEditFromHost (id);\nplugEditController->setParamNormalized (id, value);\nplugEditController->setParamNormalized (id, value + 0.1);\n// ...\nplugEditController->endEditFromHost (id); See also IEditController .","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » Example","id":"528","title":"Example"},"529":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Create and Setup the Xcode Project Add your Audio Component description to the Info.plist Add files to the project If using VSTGUI Code changes UI Handling Creating a different UI when running on iOS Using VSTGUI Using a native UIView Host UI Integration","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » [3.6.0] iOS Inter-App Audio","id":"529","title":"[3.6.0] iOS Inter-App Audio"},"53":{"body":"The SDK includes some Plug-ins implementation examples. The Legendary AGain and ADelay , thanks Paul Kellet the Open-source mda Plug-ins, a basic \"Note Expression Synth\" supporting \" Note Expression Event \", an example of pitchnames support Plug-in, a VST 3 Host Checker which checks if a host is VST 3 compliant and more... what_if_2 what_if_3 what_if_4 what_if_5 Check the folder \"public.sdk/samples/vst\" of the SDK! ⓘ Note They use cmake as project generator: Using cmake for building VST 3 plug-ins In order to add your own Plug-ins check: Generate a new plug-in with the Project Generator App","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Introduction","id":"53","title":"Introduction"},"530":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in. The VST 3 SDK provides an easy way to create an iOS InterApp-Audio application out of your VST 3 plug-in. The SDK comes with an iOS VST 3 host application that can run standalone or as an Inter-App Audio slave. If your plug-in does not use any specific Windows or macOS X API's, it should be reasonably easy to get your plug-in running on iOS. If you use VSTGUI4 with the VST3Editor class as your UI, you mainly only have to create a new UI description for the different device sizes.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Introduction","id":"530","title":"Introduction"},"531":{"body":"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » How does it work?","id":"531","title":"How does it work?"},"532":{"body":"Create a new iOS Application in Xcode. Use the \"Empty Application\" template. Use \"C++11\" as \"C++ Language Dialect\". Activate \"Objective-C Automatic Reference Counting\". Change the Bundle Identifier according to your registered AppID at Apple (see the Apple Documentation). Activate the \"Inter-App Audio\" capability for the project. Activate the \"Background Modes\" capability for the project and check the \"Audio and Airplay\" mode. Change the \"Header Search Path\" configuration to add a path to the root of the VST 3 SDK.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Create and Setup the Xcode Project","id":"532","title":"Create and Setup the Xcode Project"},"533":{"body":"Add a new Array with the name \"AudioComponents\". Add a new Dictionary to the array. Add the following keys to the dictionary: manufacturer, name, type, subtype, version. Set the values of these keys: The manufacturer value must be the one registered with Apple (the one you use for AudioUnits). The type value must be either 'aurx' (Effect), 'aurm' (Effect with MIDI), 'aurg' (Generator) or 'auri' (Instrument). The version value must be 1.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Add your Audio Component description to the Info.plist","id":"533","title":"Add your Audio Component description to the Info.plist"},"534":{"body":"all the sources from your VST 3 plug-in project all files from public.sdk/source/vst/interappaudio/ all files from public.sdk/source/vst/hosting all files from base/source/ (if not already done previously) public.sdk/source/vst/auwrapper/NSDataIBStream.mm (if not already done previously)","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Add files to the project","id":"534","title":"Add files to the project"},"535":{"body":"add vstgui_ios.mm add vstgui_uidescription_ios.mm","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » If using VSTGUI","id":"535","title":"If using VSTGUI"},"536":{"body":"Xcode created some files for you when you created the project. One of it is the App Delegate. You need to change the base class from NSResponder to VSTInterAppAudioAppDelegateBase (you need to import its header file which is here: public.sdk/source/vst/interappaudio/VSTInterAppAudioAppDelegateBase.h) and then remove all methods from it. If you want to add some custom behavior to your app, you should do it in your App Delegate class implementation. For example, if you want to only allow landscape mode, you have to add this method: //-----------------------------------------------------------------\n- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window\n{ return UIInterfaceOrientationMaskLandscapeLeft|UIInterfaceOrientationMaskLandscapeRight;\n} Make sure to call the super method if you override one of themethods implemented by VSTInterAppAudioAppDelegateBase (theheader shows which methods are implemented).","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Code changes","id":"536","title":"Code changes"},"537":{"body":"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » UI Handling","id":"537","title":"UI Handling"},"538":{"body":"To create a different view for iOS, you can check the host context for the IInterAppAudioWrapper interface: //-----------------------------------------------------------------\nIPlugView* PLUGIN_API MyEditController::createView (FIDString _name)\n{ ConstString name (_name); if (name == ViewType::kEditor) { FUnknownPtr interAudioApp (getHostContext ()); if (interAudioApp) { // create and return the view for iOS } else { // create and return the view for Windows/macOSX } } return 0;\n}","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Creating a different UI when running on iOS","id":"538","title":"Creating a different UI when running on iOS"},"539":{"body":"VSTGUI 4.3 or higher includes support for iOS. You can use it the same like you use it for Windows or macOS X. See the VSTGUI documentation for some limitations.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Using VSTGUI","id":"539","title":"Using VSTGUI"},"54":{"body":"Very simple delay plug-in: only one parameter (a delay) Check the folder \"public.sdk/samples/vst/adelay\" of the SDK! Classes: ADelayProcessor ADelayController","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » ADelay","id":"54","title":"ADelay"},"540":{"body":"If you want to create a native UIView as your plug-in editor, you have to create your own IPlugView derivate and attach the UIView in the IPlugView::attached method. An example of this can be seen in \"public.sdk/samples/vst/adelay/interappaudio/iosEditor.mm\"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Using a native UIView","id":"540","title":"Using a native UIView"},"541":{"body":"The example project in \"public.sdk/samples/vst/InterAppAudio\" uses a custom solution to show the UI for controlling and switching to the host application. You should take this as an example if you want to add it this way. You can also use the UI Apple provides with its example source for Inter-App Audio. But you can also implement the host UI integration into your plug-in view. Your edit controller will get an interface to IInterAppAudioHost via its initialize method which you can use to get the host icon and send commands or switch to the host. If you use this method to show the host controls you should implement the IInterAppAudioConnectionNotification interface in your edit controller to conditionally show or hide the controls depending on the connection state.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Host UI Integration","id":"541","title":"Host UI Integration"},"542":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » [3.6.0] Preset Meta-Information","id":"542","title":"[3.6.0] Preset Meta-Information"},"543":{"body":"Meta attributes of a stream: Vst::IStreamAttributes . [host imp] [extends IBStream ] [released: 3.6.0] [optional] Interface to access preset meta information from stream, used, for example, in setState in order to inform the plug-in about the current context in which the preset loading occurs(Project context or Preset load (see StateType )) or used to get the full file path of the loaded preset (if available).","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » Introduction","id":"543","title":"Introduction"},"544":{"body":"#include \"pluginterfaces/base/ustring.h\"\n#include \"pluginterfaces/vst/vstpresetkeys.h\"\n// ... tresult PLUGIN_API MyPluginProcessor::setState (IBStream* state)\n{ FUnknownPtr stream (state); if (stream) { IAttributeList* list = stream->getAttributes (); if (list) { // get the current type (project/Default..) of this state String128 string; if (list->getString (PresetAttributes::kStateType, string, 128 * sizeof (TChar)) == kResultTrue) { UString128 tmp (string); char ascii[128]; tmp.toAscii (ascii, 128); if (!strncmp (ascii, StateType::kProject, strlen (StateType::kProject))) { // we are in project loading context... } } // get the full file path of this state TChar fullPath[1024]; if (list->getString (PresetAttributes::kFilePathStringType, fullPath, 1024 * sizeof (TChar)) == kResultTrue) { // here we have the full path ... } } } //...read the state here..... return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » Example","id":"544","title":"Example"},"545":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » [3.6.5] Channel Context Info","id":"545","title":"[3.6.5] Channel Context Info"},"546":{"body":"Channel context interface: Vst::IInfoListener . [plug imp] [extends IEditController ] [released: 3.6.5] [optional] Allows the host to inform the plug-in about the context in which the plug-in is instantiated, mainly channel based info (color, name, index, ...). Index can be defined inside a namespace (for example, index start from 1 to N for Type Input/Output Channel (Index namespace) and index start from 1 to M for Type Audio Channel). As soon as the plug-in provides this Vst::IInfoListener interface, the host will call setChannelContextInfos for each change occurring to this channel (new name, new color, new indexation, ...).","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » Introduction","id":"546","title":"Introduction"},"547":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API MyPlugin::setChannelContextInfos (IAttributeList* list)\n{ if (list) { // optional we can ask for the Channel Name Length int64 length; if (list->getInt (ChannelContext::kChannelNameLengthKey, length) == kResultTrue) { ... } // get the Channel Name where we, as Plug-in, are instantiated String128 name; if (list->getString (ChannelContext::kChannelNameKey, name, sizeof (name)) == kResultTrue) { ... } // get the Channel UID if (list->getString (ChannelContext::kChannelUIDKey, name, sizeof (name)) == kResultTrue) { ... } // get Channel Index int64 index; if (list->getInt (ChannelContext::kChannelIndexKey, index) == kResultTrue) { ... } // get the Channel Color int64 color; if (list->getInt (ChannelContext::kChannelColorKey, color) == kResultTrue) { uint32 channelColor = (uint32)color; String str; str.printf (\"%x%x%x%x\", ChannelContext::GetAlpha (channelColor), ChannelContext::GetRed (channelColor), ChannelContext::GetGreen (channelColor), ChannelContext::GetBlue (channelColor)); String128 string128; Steinberg::UString (string128, 128).fromAscii (str); ... } // get Channel Index Namespace Order of the current used index namespace if (list->getInt (ChannelContext::kChannelIndexNamespaceOrderKey, index) == kResultTrue) { ... } // get the channel Index Namespace Length if (list->getInt (ChannelContext::kChannelIndexNamespaceLengthKey, length) == kResultTrue) { ... } // get the channel Index Namespace String128 namespaceName; if (list->getString (ChannelContext::kChannelIndexNamespaceKey, namespaceName, sizeof (namespaceName)) == kResultTrue) { ... } // get Plug-in Channel Location int64 location; if (list->getInt (ChannelContext::kChannelPluginLocationKey, location) == kResultTrue) { String128 string128; switch (location) { case ChannelContext::kPreVolumeFader: Steinberg::UString (string128, 128).fromAscii (\"PreVolFader\"); break; case ChannelContext::kPostVolumeFader: Steinberg::UString (string128, 128).fromAscii (\"PostVolFader\"); break; case ChannelContext::kUsedAsPanner: Steinberg::UString (string128, 128).fromAscii (\"UsedAsPanner\"); break; default: Steinberg::UString (string128, 128).fromAscii (\"unknown!\"); break; } } // do not forget to call addRef () if you want to keep this list }\n}","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » Example","id":"547","title":"Example"},"548":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change » [3.6.5] Unit-Bus Assignment Change","id":"548","title":"[3.6.5] Unit-Bus Assignment Change"},"549":{"body":"Host callback for extended unit support: Vst::IUnitHandler2 . [host imp] [extends IUnitHandler ] [released: 3.6.5] [optional] Host callback interface, used with IUnitInfo . Retrieve via queryInterface from IComponentHandler . The plug-in has the possibility to inform the host with notifyUnitByBusChange that something has changed in the bus - unit assignment,the host then has to recall IUnitInfo::getUnitByBus in order to get the new relations between busses and unit. See also VST 3 Units , IUnitHandler , IUnitInfo .","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change » Introduction","id":"549","title":"Introduction"},"55":{"body":"The SDK includes an AGain plug-in which is a very simple VST 3 plug-in. This plug-in: is multichannel compatible supports bypass processing has an automated gain parameter has an Event input bus (allowing to use noteOn velocity to control the gain factor) has a VU peak meter uses the VSTGUI4 library a version of this plug-in with side-chaining is available (showing a plug-in using the same controller and different - components) an AAX version is available a AUv3 version is available what_if_2 Check the folder \"public.sdk/samples/vst/again\" of the SDK! Classes: AGain AGainWithSideChain (used for side-chain version) AGainController AGain Sample Accurate Simple plug-in showing how to achieve sample-accurate processing. Based Check the folder \"public.sdk/samples/vst/again_sampleaccurate\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » AGain","id":"55","title":"AGain"},"550":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » [3.6.5] Prefetchable","id":"550","title":"[3.6.5] Prefetchable"},"551":{"body":"Indicates if the plug-in supports prefetch (dynamically): Vst::IPrefetchableSupport . [plug imp] [extends IComponent ] [released: 3.6.5] [optional] The plug-in should implement this interface if it needs to dynamically change between prefetchable or not. By default (without implementing this interface), the host decides in which mode the plug-in is processed. For more info about the prefetch processing mode check the ProcessModes::kPrefetch documentation","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » Introduction","id":"551","title":"Introduction"},"552":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API myPlug::getPrefetchableSupport (PrefetchableSupport& prefetchable)\n{ prefetchable = kIsNeverPrefetchable; switch (myPrefetchableMode) { case 0: prefetchable = kIsNeverPrefetchable; break; case 1: prefetchable = kIsYetPrefetchable; break; case 2: prefetchable = kIsNotYetPrefetchable; break; } return kResultOk;\n}","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » Example","id":"552","title":"Example"},"553":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » [3.6.5] Automation State","id":"553","title":"[3.6.5] Automation State"},"554":{"body":"Extended plug-in interface IEditController : Vst::IAutomationState . [plug imp] [extends IEditController ] [released: 3.6.5] [optional] Hosts can inform the plug-in about its current automation state (Read/Write/Nothing).","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » Introduction","id":"554","title":"Introduction"},"555":{"body":"in mycontroller.h //------------------------------------------------------------------------\nclass MyController: public EditControllerEx1, public IAutomationState\n{ //... //---IAutomationState--------------------------------- tresult PLUGIN_API setAutomationState (int32 state) SMTG_OVERRIDE; //... DEFINE_INTERFACES //... DEF_INTERFACE (IAutomationState) END_DEFINE_INTERFACES (EditControllerEx1) //...\n}; In mycontroller.cpp //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::setAutomationState (int32 state)\n{ switch (state) { case kNoAutomation: break; case kReadState: break; case kWriteState: break; case kReadWriteState: break; default: } return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » Example","id":"555","title":"Example"},"556":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: Resize View Call Sequence","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling » [3.6.6] PlugView Content Scaling","id":"556","title":"[3.6.6] PlugView Content Scaling"},"557":{"body":"Plug-in view content scale support: Vst::IPlugViewContentScaleSupport . [plug impl] [extends IPlugView ] [released: 3.6.6] [optional] This interface communicates the content scale factor from the host to the plug-in view on systems where plug-ins cannot get this information directly like Microsoft Windows. The host calls setContentScaleFactor directly before or after the plug-in view is attached and when the scale factor changes while the view is attached (system change or window moved to another screen with different scaling settings). The host may call setContentScaleFactor in a different context, for example: scaling the plug-in editor for better readability. When a plug-in handles this (by returning kResultTrue), it needs to scale the width and height of its view by the scale factor and inform the host via a IPlugFrame::resizeView() , the host will then call IPlugView::onSize() . The host will then call IPlugView::onSize(). ⓘ Note Note that the host is allowed to call setContentScaleFactor() at any time the IPlugView is valid.","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling » Introduction","id":"557","title":"Introduction"},"558":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » [3.6.8] Request Bus Activation","id":"558","title":"[3.6.8] Request Bus Activation"},"559":{"body":"Extended host callback interface for an edit controller: Vst::IComponentHandlerBusActivation . [host imp] [extends IComponentHandler ] [released: 3.6.8] [optional] Allows the plug-in to request the host to activate or deactivate a specific bus. If the host accepts this request, it will call later on IComponent::activateBus . This is particularly useful for instruments with more than 1 outputs, where the user could request from the plug-in UI a given output bus activation. See also IComponentHandler .","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » Introduction","id":"559","title":"Introduction"},"56":{"body":"Very simple plug-in: showing how to use the Steinberg::Vst::ChannelContext::IInfoListener interface using a generic UI what_if_10 Check the folder \"public.sdk/samples/vst/channelcontext\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » TestChannelContext","id":"56","title":"TestChannelContext"},"560":{"body":"// somewhere in your code when you need to inform the host to enable a specific Bus.\nFUnknownPtr busActivation (componentHandler);\nif (busActivation)\n{ // here we want to activate our audio input Side-chain (the 2cd input bus: index 1) busActivation->requestBusActivation (kAudio, kInput, 1, true);\n}","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » Example","id":"560","title":"Example"},"561":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples AGain Note Expression Synth How Cubase uses Snapshots Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » [3.6.10] UI Snapshots","id":"561","title":"[3.6.10] UI Snapshots"},"562":{"body":"Since VST 3.6.10, a VST 3 bundle can contain pre-rendered snapshot images for a VST 3 host as a visual representation of the plug-in UI. This snapshot must have a predefined format and file name so that a host can recognize it. The image format must be PNG The image needs to be located inside the bundle directory in the folder Resources/Snapshots/ The file name must start with the unique ID of the audio processor printed in the form 84E8DE5F92554F5396FAE4133C935A18 followed by the string _snapshot and optionally followed by the HiDPI scale factor _2.0x and ending with the file extension .png . For example, again's snapshot must be named: 84E8DE5F92554F5396FAE4133C935A18_snapshot.png 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png for the 2x scaled HiDPI variant. If the HiDPI scale factor is omitted, a scale factor of 1 is used.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Introduction","id":"562","title":"Introduction"},"563":{"body":"","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Examples","id":"563","title":"Examples"},"564":{"body":"Tech_doc_22 84E8DE5F92554F5396FAE4133C935A18_snapshot.png Tech_doc_23 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » AGain","id":"564","title":"AGain"},"565":{"body":"Tech_doc_24 6EE65CD1B83A4AF480AA7929AEA6B8A0_snapshot.png Tech_doc_25 6EE65CD1B83A4AF480AA7929AEA6B8A0_snapshot_2.0x.png","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Note Expression Synth","id":"565","title":"Note Expression Synth"},"566":{"body":"Tech_doc_26 In the Right Zone under the Media Tab, the user can choose FXs and Instruments using the snapshots.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » How Cubase uses Snapshots","id":"566","title":"How Cubase uses Snapshots"},"567":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.5.0] Note Expression","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » [3.6.11] NoteExpression Physical UI Mapping","id":"567","title":"[3.6.11] NoteExpression Physical UI Mapping"},"568":{"body":"Extended plug-in interface IEditController for note expression event support: Vst::INoteExpressionPhysicalUIMapping . [plug imp] [extends IEditController ] [released: 3.6.11] [optional] With this plug-in interface, the host can retrieve the preferred physical mapping associated to note expression supported by the plug-in. When the mapping changes (for example, when switching presets), the plug-in needs to inform the host about it via IComponentHandler::restartComponent ( kNoteExpressionChanged ).","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » Introduction","id":"568","title":"Introduction"},"569":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this INoteExpressionPhysicalUIMapping interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::INoteExpressionPhysicalUIMapping\n{ // ... //--- INoteExpressionPhysicalUIMapping --------------------------------- tresult PLUGIN_API getPhysicalUIMapping (int32 busIndex, int16 channel, PhysicalUIMapList& list) SMTG_OVERRIDE; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::INoteExpressionPhysicalUIMapping) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstnoteexpression.h\" namespace Steinberg { namespace Vst { DEF_CLASS_IID (INoteExpressionPhysicalUIMapping) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::getPhysicalUIMapping (int32 busIndex, int16 channel, PhysicalUIMapList& list)\n{ if (busIndex == 0 && channel == 0) { for (uint32 i = 0; i < list.count; ++i) { NoteExpressionTypeID type = kInvalidTypeID; if (kPUIXMovement == list.map[i].physicalUITypeID) list.map[i].noteExpressionTypeID = kCustomStart + 1; else if (kPUIYMovement == list.map[i].physicalUITypeID) list.map[i].noteExpressionTypeID = kCustomStart + 2; } return kResultTrue; } return kResultFalse;\n}","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » Example","id":"569","title":"Example"},"57":{"body":"Instrument, Panner and Fx plug-in checking the VST 3 support of a host. It uses VSTGUI an AAX version is available what_if_5 Check the folder \"public.sdk/samples/vst/hostchecker\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » HostChecker","id":"57","title":"HostChecker"},"570":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » [3.6.12] Legacy MIDI CC Out Event","id":"570","title":"[3.6.12] Legacy MIDI CC Out Event"},"571":{"body":"Legacy MIDI CC Out event specific data: midiCCOut . Used in Event (union) [released: 3.6.12] This kind of event is reserved for generating MIDI CC as output event for kEvent Bus during the process call.","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » Introduction","id":"571","title":"Introduction"},"572":{"body":"In myprocessor.cpp #include \"public.sdk/source/vst/vsteventshelper.h\" //-----------------------------------------------------------------------------\ntresult PLUGIN_API MyProcessor::process (ProcessData& data)\n{ int16 channel = 10; float value = 0.4f; //... Event evtMIDICC; Helpers::initLegacyMIDICCOutEvent (evtMIDICC, kCtrlModWheel, channel, value); data.outputEvents->addEvent (evtMIDICC); //...\n}","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » Example","id":"572","title":"Example"},"573":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.0.1] Parameter MIDI Mapping","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » [3.6.12] MIDI Learn","id":"573","title":"[3.6.12] MIDI Learn"},"574":{"body":"MIDI Learn Interface: Vst::IMidiLearn . [plug imp] [extends IEditController ] [released: 3.6.12] [mandatory] If this interface is implemented by the edit controller, the host will call this method whenever there is live MIDI-CC input for the plug-in. This way, the plug-in can change its MIDI-CC parameter mapping and inform the host via the IComponentHandler::restartComponent with the kMidiCCAssignmentChanged flag. Use this if you want to implement custom MIDI-Learn functionality in your plug-in.","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » Introduction","id":"574","title":"Introduction"},"575":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this IMidiLearn interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::IMidiLearn\n{ // ... //--- IMidiLearn --------------------------------- tresult PLUGIN_API onLiveMIDIControllerInput (int32 busIndex, int16 channel, CtrlNumber midiCC) SMTG_OVERRIDE; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::IMidiLearn) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstmidilearn.h namespace Steinberg { namespace Vst { DEF_CLASS_IID (IMidiLearn) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::onLiveMIDIControllerInput (int32 busIndex, int16 channel, CtrlNumber midiCC)\n{ // if we are not in doMIDILearn (triggered by a UI button for example) or wrong channel then return if (!doMIDILearn || busIndex != 0 || channel != 0 || midiLearnParamID == InvalidParamID) return kResultFalse; // adapt our internal MIDICC -> parameterID mapping midiCCMapping[midiCC] = midiLearnParamID; // new mapping then inform the host that our MIDI assignment has changed if (auto componentHandler = getComponentHandler ()) { componentHandler->restartComponent (kMidiCCAssignmentChanged); } return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » Example","id":"575","title":"Example"},"576":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » [3.6.12] Host Query Interface support","id":"576","title":"[3.6.12] Host Query Interface support"},"577":{"body":"Host callback interface for an edit controller: Vst::IPlugInterfaceSupport . [host imp] [released: 3.6.12] [mandatory] Allows a plug-in to ask the host if a given plug-in interface is supported/used by the host. It is implemented by the hostContext given when the component is initialized.","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » Introduction","id":"577","title":"Introduction"},"578":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API MyPluginController::initialize (FUnknown* context)\n{ // ... FUnknownPtr plugInterfaceSupport (context); if (plugInterfaceSupport) { if (plugInterfaceSupport->isPlugInterfaceSupported (IMidiMapping::iid) == kResultTrue) // IMidiMapping is used by the host } // ...\n} See also IPluginBase .","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » Example","id":"578","title":"Example"},"579":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: [3.5.0] Note Expression [3.6.11] NoteExpression Physical UI Mapping About MIDI in VST 3","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers » [3.6.12] MPE support for Wrappers","id":"579","title":"[3.6.12] MPE support for Wrappers"},"58":{"body":"Very simple plug-in: showing how to use LegacyMIDICCOutEvent which allow to generate MIDI CC as output event VST parameters change which creates LegacyMIDICCOutEvent Event what_if_11 Check the folder \"public.sdk/samples/vst/legacymidiccout\" of the SDK! Classes: LegacyMIDICCOut::Plug","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » TestLegacyMIDICCOut","id":"58","title":"TestLegacyMIDICCOut"},"580":{"body":"Wrapper MPE Support interface: Vst::IVst3WrapperMPESupport . [host imp] [passed as 'context' to IPluginBase::initialize() ] [released: 3.6.12] [optional] Implemented on wrappers that support MPE ( MIDI Polyphonic Expression ) to Note Expression translation. ⓘ Note By default, MPE input processing is enabled, the masterChannel will be zero, the memberBeginChannel will be one and the memberEndChannel will be 14. ⓘ Note As MPE is a subset of the VST 3 Note Expression feature, mapping from the three MPE expressions is handled via the INoteExpressionPhysicalUIMapping interface.","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers » Introduction","id":"580","title":"Introduction"},"581":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » [3.7.0] Parameter Function Name","id":"581","title":"[3.7.0] Parameter Function Name"},"582":{"body":"Edit controller component interface extension: Vst::IParameterFunctionName . [plug imp] [extends IEditController ] [released: 3.7.0] [optional] This interface allows the host to get a parameter associated to a specific meaning (a functionName) for a given unit. The host can use this information, for example, for drawing a Gain Reduction meter in its own UI. In order to get the plain value of this parameter, the host should use the IEditController::normalizedParamToPlain . The host can automatically map parameters to dedicated UI controls, such as the wet-dry mix knob or the Randomize button.","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » Introduction","id":"582","title":"Introduction"},"583":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this IParameterFunctionName interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::IParameterFunctionName\n{ // ... tresult PLUGIN_API getParameterIDFromFunctionName (UnitID unitID, FIDString functionName, Vst::ParamID& paramID) override; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::IParameterFunctionName) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstparameterfunctionname.h\" namespace Steinberg { namespace Vst { DEF_CLASS_IID (IParameterFunctionName) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::getParameterIDFromFunctionName (UnitID unitID, FIDString functionName, Vst::ParamID& paramID)\n{ using namespace Vst; paramID = kNoParamId; if (unitID == kRootUnitId && FIDStringsEqual (functionName, kCompGainReduction)) paramID = kMyGainReductionId; return (paramID != kNoParamId) ? kResultOk : kResultFalse;\n} Example of host implementation FUnknownPtr functionName (mEditController->getIEditController ());\nif (functionName)\n{ Vst::ParamID paramID; if (functionName->getParameterIDFromFunctionName (Vst::FunctionNameType::kCompGainReduction, paramID) == kResultTrue) { // paramID could be cached for performance issue Vst::ParamValue norm = mEditController->getIEditController ()->getParamNormalized (paramID); Vst::ParamValue plain = mEditController->getIEditController ()->normalizedParamToPlain (paramID, norm); // plain is something like -6 (-6dB) }\n}","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » Example","id":"583","title":"Example"},"584":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples How to call it from the plug-in side","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » [3.7.0] Progress display","id":"584","title":"[3.7.0] Progress display"},"585":{"body":"Extended host callback interface for an edit controller: Vst::IProgress . [host imp] [extends IComponentHandler ] [released: 3.7.0] [optional] Allows the plug-in to ask the host to create a progress for specific tasks which take some time. The host can visualize the progress as read-only UI elements. For example, after loading a project where a plug-in needs to load extra data (e.g. samples) in a background thread, this enables the host to get and visualize the current status of the loading progress and to inform the user when the loading is finished. Note: During the progress, the host can unload the plug-in at any time. Make sure that the plug-in supports this use case.","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » Introduction","id":"585","title":"Introduction"},"586":{"body":"","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » Examples","id":"586","title":"Examples"},"587":{"body":"//--------------------------------------\n// we are in the editcontroller:\n// as member: IProgress::ID mProgressID; FUnknownPtr progress (componentHandler);\nif (progress) progress->start (IProgress::ProgressType::UIBackgroundTask, STR (\"Load Samples...\"), mProgressID); // ...\nmyProgressValue += incProgressStep;\nFUnknownPtr progress (componentHandler);\nif (progress) progress->update (mProgressID, myProgressValue); // ...\nFUnknownPtr progress (componentHandler);\nif (progress) progress->finish (mProgressID); VST 3 Plug-in Test Host integration of Vst::IProgress : Tech_doc_35","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » How to call it from the plug-in side","id":"587","title":"How to call it from the plug-in side"},"588":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements » [3.7.0] Process Context Requirements","id":"588","title":"[3.7.0] Process Context Requirements"},"589":{"body":"Extended IAudioProcessor interface for a component: Vst::IProcessContextRequirements . [plug imp] [extends IAudioProcessor ] [released: 3.7.0] [mandatory] To get accurate process context information ( Vst::ProcessContext ), it is now required to implement this interface and return the desired bit mask of flags which your audio effect needs. If you do not implement this interface, you may not get any information at all in the process function. The host asks for this information once between initialize and setActive. It cannot be changed afterwards. This gives the host the opportunity to better optimize the audio process graph when it knows which plug-ins need which information. ⚠️ Warning Plug-Ins built with an earlier SDK version (< 3.7) will still get the old information, but the information may not be as accurate as when using this interface.","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements » Introduction","id":"589","title":"Introduction"},"59":{"body":"Effects (stereo to stereo plug-ins): Ambience: Reverb Bandisto: Multi-band Distortion BeatBox: Drum Replacer Combo: Amp and Speaker Simulator DeEsser: High frequency Dynamics Processor Degrade: Sample quality reduction Delay: Simple stereo delay with feedback tone control Detune: Simple up/down pitch shifting thickener Dither: Range of dither types including noise shaping DubDelay: Delay with feedback saturation and time/pitch modulation Dynamics: Compressor / Limiter / Gate Image: Stereo image adjustment and M-S matrix Leslie: Rotary speaker simulator Limiter: Opto-electronic style limiter Loudness: Equal loudness contours for bass EQ and mix correction MultiBand: Multi-band compressor with M-S processing modes Overdrive: Soft distortion RePsycho!: Drum loop pitch changer RezFilter: Resonant filter with LFO and envelope follower RingMod: Simple Ring Modulator Round Panner: 3D panner Shepard: Continuously rising/falling tone generator SpecMeter: Stereo 13 Bands spectral Meter Splitter: Frequency / level crossover for setting up dynamic processing Stereo Simulator: Haas delay and comb filtering Sub-Bass Synthesizer: Several low frequency enhancement methods TalkBox: High resolution vocoder TestTone: Signal generator with pink and white noise, impulses and sweeps Thru-Zero Flanger: Classic tape-flanging simulation Tracker: Pitch tracking oscillator, or pitch tracking EQ Instruments (1 Event input, 1 stereo Audio output): DX10: Sounds similar to the later Yamaha DX synths including the heavy bass but with a warmer, cleaner tone. EPiano: Simple EPiano JX10: The plug-in is designed for high quality (lower aliasing than most soft synths) and low processor usage Piano: Not designed to be the best sounding piano in the world, but boasts extremely low CPU and memory usage. Based on the OpenSource mda plug-ins ( http://mda.smartelectronix.com/ ), this set of plug-ins demonstrates how wrap DS- code in a VST 3 plug-in. Check the folder \"public.sdk/samples/vst/mda-vst3\" of the SDK! Classes: BaseProcessor BaseController BaseParameter","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » mda plug-ins","id":"59","title":"mda plug-ins"},"590":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.7.0] Control Voltage Bus Flag » [3.7.0] Control Voltage Bus Flag","id":"590","title":"[3.7.0] Control Voltage Bus Flag"},"591":{"body":"Extended struct BusInfo flags for a component: Vst::IComponent::getBusInfo . [plug imp] [extends IComponent ] [released: 3.7.0] The kIsControlVoltage flag allows the plug-in to inform the host that an audio bus does not contain ordinary audio data, but data used for control changes at sample rate. The data is in the same format as the audio data [-1.0, 1.0]. A host has to prevent unintended routing to speakers to prevent damage. Only valid for audio media type busses.","breadcrumbs":"Technical Documentation » [3.7.0] Control Voltage Bus Flag » Introduction","id":"591","title":"Introduction"},"592":{"body":"/ VST Home / Technical Documentation On this page: Introduction Plug-in’s module info file: moduleinfo.json IPluginCompatibility Example Example of host implementation Related pages: Moduleinfo Compatibility with VST 2.x or VST 1","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » [3.7.5] Module Info and Plug-in Compatibility","id":"592","title":"[3.7.5] Module Info and Plug-in Compatibility"},"593":{"body":"A new moduleinfo.json file added to the plug-in bundle (in the Resources folder) describes the contents of the plug-in in a JSON5 compatible format. This includes a compatibility list which allows, for example, a VST 3 plug-in to replace a given VST 2 plug-in (check here , to learn how to create UID for old VST 2 plug-ins). [plug imp] [released: 3.7.5]","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Introduction","id":"593","title":"Introduction"},"594":{"body":"Check moduleinfo.json for more information about the content of this file.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Plug-in’s module info file: moduleinfo.json","id":"594","title":"Plug-in’s module info file: moduleinfo.json"},"595":{"body":"If the plug-in could not deliver the moduleinfo.json because it does not support bundle, it is possible to add the new interface IPluginCompatibility to the plug-in factory.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » IPluginCompatibility","id":"595","title":"IPluginCompatibility"},"596":{"body":"In plugentry.cpp : //------------------------------------------------------------------------\nclass PluginCompatibility : public FObject, public IPluginCompatibility\n{ public: //... tresult PLUGIN_API getCompatibilityJSON (IBStream* stream) override { /* write the JSON compatibility array into the stream [ { \"New\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Old\": [ \"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\", \"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\", ], } ] */ return kResultTrue; } //... }; //------------------------------------------------------------------------\nstatic FUnknown* createCompatibilityInstance (void* context)\n{ return (IPluginCompatibility*)new PluginCompatibility;\n} //------------------------------------------------------------------------\nBEGIN_FACTORY_DEF (stringCompanyName, stringCompanyWeb, stringCompanyEmail) //... DEF_CLASS2 (INLINE_UID_FROM_FUID(PluginCompatibilityUID), PClassInfo::kManyInstances, kPluginCompatibilityClass, stringPluginName, Vst::kDistributable, \"\", FULL_VERSION_STR, kVstVersionString, createCompatibilityInstance)","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Example","id":"596","title":"Example"},"597":{"body":"Check function void Validator::testModule in public.sdk/samples/vst-hosting/validator/source/validator.cpp. plugCompatibility = factory.createInstance (classInfo.ID ());","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Example of host implementation","id":"597","title":"Example of host implementation"},"598":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » [3.7.9] Get Current SystemTime","id":"598","title":"[3.7.9] Get Current SystemTime"},"599":{"body":"Extended plug-in interface IComponentHandler for an edit controller, IComponentHandlerSystemTime allows the plug-in to ask for the current systemTime (this should be the same kind of time reference than the one used in ProcessContext::systemTime, this one is not compensated like the one of the ProcessContext). [host imp] [extends IComponentHandler ] [released: 3.7.9] [optional]","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » Introduction","id":"599","title":"Introduction"},"6":{"body":"VST 3 Links — Important links you will need for working with VST 3 How to setup up my system for VST 3 — In order to build VST 3 plug-ins, you need the source code of the VST 3 (API: interface definition), an IDE/compiler, cmake and a VST 3 host application. Preparation on Windows — Generated VST 3 Microsoft Visual Studio Projects using the cmake files included in the SDK will create by default symbolic links for each built plug-in in the official VST 3 folder, in order to allow this on Windows you have to adapt the Group Policy of Windows. See Here!","breadcrumbs":"VST » Getting Started","id":"6","title":"Getting Started"},"60":{"body":"Instrument plug-in supporting note expression events It shows how easy it is to use VSTGUI a AUv3 version is available what_if_4 Check the folder \"public.sdk/samples/vst/note_expression_synth\" of the SDK! Classes: NoteExpressionSynth::Processor NoteExpressionSynth::Controller NoteExpressionSynth::Voice","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Note Expression Synth","id":"60","title":"Note Expression Synth"},"600":{"body":"//--------------------------------------\n// we are in the editcontroller: int64 systemTime = 0; FUnknownPtr handlerSystemTime (componentHandler);\nif (handlerSystemTime) handlerSystemTime->getSystemTime (systemTime);","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » Example","id":"600","title":"Example"},"601":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: Data Exchange Data Exchange Tutorial - How to send data from the realtime process to the edit controller","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller » [3.7.9] Data Transfert Between Processor/Controller","id":"601","title":"[3.7.9] Data Transfert Between Processor/Controller"},"602":{"body":"Host Data Exchange handler interface: IDataExchangeHandler . [host imp] [context interface] [released: 3.7.9] [optional] Data Exchange Receiver interface: IDataExchangeReceiver [plug imp] [released: 3.7.9] [optional] Check Data Exchange .","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller » Introduction","id":"602","title":"Introduction"},"603":{"body":"/ VST Home","breadcrumbs":"Change History » Change History","id":"603","title":"Change History"},"604":{"body":"All released versions of the VST 3 SDK with changes and dates: Version 3.7.9 (2023/10/09) Version 3.7.8 (2023/05/15) Version 3.7.7 (2022/12/12) Version 3.7.6 (2022/09/05) Version 3.7.5 (2022/05/16) Version 3.7.4 (2021/12/14) Version 3.7.3 (2021/08/10) Version 3.7.2 (2021/03/30) Version 3.7.1 (2020/11/17) Version 3.7.0 (2020/07/29) Version 3.6.14 (2019/11/29) Version 3.6.13 (2019/04/08) Version 3.6.12 (2018/12/03) Version 3.6.11 (2018/10/22) Version 3.6.10 (2018/06/11) Version 3.6.9 (2018/03/01) Version 3.6.8 (2017/11/08) Version 3.6.7 (2017/03/03) Version 3.6.6 (2016/06/17) Version 3.6.5 (2015/08/28) Version 3.6.0 (2013/11/22) Version 3.5.2 (2012/09/25) Version 3.5.1 (2011/11/11) Version 3.5.0 (2011/02/04) Version 3.1.0 (2010/06/25) Version 3.0.2 (2009/01/15) Version 3.0.1 (2008/03/19) Version 3.0.0 (2008/01/17)","breadcrumbs":"Change History » Versions","id":"604","title":"Versions"},"605":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.9 (2023/10/09) » Version 3.7.9 (2023/10/09)","id":"605","title":"Version 3.7.9 (2023/10/09)"},"606":{"body":"Interface changes: New Vst::IDataExchangeHandler / Vst::IDataExchangeReceiver : API to send data from the realtime processing function to the controller in a safe and efficient way. New Vst::IComponentHandlerSystemTime : API to query the system time from the controller. New on Linux: Query IRunLoop from the host context of IPlugFactory3 . New Flags/Enums: New speakers: kSpeakerLw and kSpeakerRw for Left and Right Wide New predefined 3D speaker arrangements (compatible Dolby Atmos): k90_4_W => L R C Ls Rs Sl Sr Tfl Tfr Trl Trr Lw Rw k91_4_W => L R C Lfe Ls Rs Sl Sr Tfl Tfr Trl Trr Lw Rw k90_6_W => L R C Ls Rs Sl Sr Tfl Tfr Trl Trr Tsl Tsr Lw Rw k91_6_W => L R C Lfe Ls Rs Sl Sr Tfl Tfr Trl Trr Tsl Tsr Lw Rw VSTGUI update 4.13.0 Documentation New tutorial: Data Exchange Tutorial - How to send data from the realtime process to the edit controller . New doc page about Provide a RunLoop on Linux . cmake Change minimal cmake version to 3.5.0. Partially fix for Windows, create destination installation folders if they don't exist (Issue#8) . Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): fix some warnings Audio Unit: AUv3Wrapper: Fix iOS build errors ( PR#47 ) Make AUv3 follow VST3 threading model (PR#62) Fix \"Missing field initializer\" warnings in AUv3Wrapper (Issue#55) Examples : New VST 3 plug-ins example DataExchange showing the use of the VST Data Exchange API: public.sdk/samples/vst/dataexchange . Update Hostchecker plug-in to check new interfaces: Vst::IDataExchangeHandler / Vst::IDataExchangeReceiver / Vst::IComponentHandlerSystemTime . Helpers classes: New helper for system time public.sdk/source/vst/utility/systemtime.cpp . New VST Data Exchange API Helper implementing Vst::IDataExchangeHandler : public.sdk/source/vst/utility/dataexchange.cpp . Fix \"Missing field initializer\" warning in vstparameters.h (PR#60) . Fix buffer overflow/memory corruption ( Issue#15 ). Fix undefined behavior - load of misaligned address ( Issue#64 ). vstgui4 seems incomplete on Linux ( Issue#104 ). Validator : Allow moduleinfo.json and IPluginCompatibility to coexist, not seen as error but warning (not recommanded!) (Issue#63) . VST3 Project Generator v2023.09: Rename SMTG_ADD_VSTGUI to SMTG_ENABLE_VSTGUI_SUPPORT .","breadcrumbs":"Change History » Version 3.7.9 (2023/10/09) » Version 3.7.9 (2023/10/09)","id":"606","title":"Version 3.7.9 (2023/10/09)"},"607":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.8 (2023/05/15) » Version 3.7.8 (2023/05/15)","id":"607","title":"Version 3.7.8 (2023/05/15)"},"608":{"body":"Interface changes: Breaking Change : the moduleinfo.json file, introduced in the VST 3.7.5, is now located in the Contents/Resources folder in order to be compliant with code signing on macOS. Add new Microsoft unified Arm64X binary definition for VST 3 plug-ins. New category: kFxVocals for tools dedicated to vocals. New Flags/Enums: New predefined Ambisonics speaker arrangements: kAmbi4thOrderACN with new speakers: kSpeakerACN16 to kSpeakerACN24 , kAmbi5thOrderACN , kAmbi6thOrderACN , kAmbi7thOrderACN : breaking speaker-bit compability by starting from index 0. Including some helper functions to map speaker index between order 1 to 4 and order 5 to 7 ( convertSpeaker_Ambi_1234Order_to_Ambi567Order and convertSpeaker_Ambi_567Order_to_Ambi1234Order ). VSTGUI update 4.12.3 cmake Fix \"When vst3sdk is a submodule, example plugins are not built - a switch to choose would be very useful\" ( Issue#94 ). Fix CMake fails with bad $-escape ( Issue#100 ). Breaking Change : options renamed to more meaningful words: SMTG_ADD_VST3_HOSTING_SAMPLES => SMTG_ENABLE_VST3_HOSTING_EXAMPLES SMTG_ADD_VST3_PLUGINS_SAMPLES => SMTG_ENABLE_VST3_PLUGIN_EXAMPLES SMTG_ADD_VSTGUI => SMTG_ENABLE_VSTGUI_SUPPORT Plug-in Wrappers : Audio Unit: AUv3Wrapper: Remove duplicate -loadAudioFile: method declaration ( PR#46 ). Fix iOS build errors ( PR#47 ) Fix resets all parameter values when restartComponent (kParamTitlesChanged) is called ( Issue#45 ) AUv2Wrapper: Fix \"AUv2 editor does not always work\" ( Issues#108 ) Fix endless SMTG_AUView setFrame recursion call in AUv2 Wrapper Examples : Improve silence flag handling in some plug-ins examples. Hello World VST 3 plug-in example is moved to github ! Helpers classes: Fix Build error on Linux with gcc 12 (moduleinfoparser.cpp) ( PR#49 ). Fix cannot fully build on linux due to missing Steinberg::SystemClipboard::copyTextToClipboard() implementation ( Issue#102 ). Fix Controller CID output from validator cut on non-Windows platform ( Issue#109 ). Add security check ( PR#51 ). Fix moduleinfotool.exe with UTF8 Normalization issue on Windows. Improve robustness of FStreamer::readString8 ( PR#5 ). Fix warning: loop variable 'flag' binds to a temporary value produced by a range of type 'std::optional JSON::Object ::value_type' Fix warnings that cannot be silenced on MinGW 8.1 ( PR#14 ). Remove warnings that cannot be silenced on Linux ( PR#6 . Fix language standard check in module_linux.cpp ( PR#53 ). Fix Qualify std::move call in module.cpp to silence a -Wunqualified-std-cast-call warning ( PR#53 ). Fix Include in moduleinfo.h to ensure that sized int types are visible ( PR#53 ). Validator : Add info when a unit has too many parameters VST3PluginTestHost v3.5: New Native Arm64EC version for Windows on Arm: allowing to load VST 3 Plug-ins built for Arm64EC. New Windows built-in ASIO Driver for x64 and Arm64EC.","breadcrumbs":"Change History » Version 3.7.8 (2023/05/15) » Version 3.7.8 (2023/05/15)","id":"608","title":"Version 3.7.8 (2023/05/15)"},"609":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.7 (2022/12/12) » Version 3.7.7 (2022/12/12)","id":"609","title":"Version 3.7.7 (2022/12/12)"},"61":{"body":"Plug-in visualizing the NoteExpression as Text It shows how easy it is to use VSTGUI4 Check the folder \"public.sdk/samples/vst/note_expression_text\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Note Expression Text","id":"61","title":"Note Expression Text"},"610":{"body":"Interface changes: Refactor SDK version macros in vsttypes.h so that the C API generator can use it. Better Support of MinGW in fplatform.h . VSTGUI update 4.12 Documentation New tutorial: Creating a cmake plug-in project from scratch New tutorial: Switching to another VSTGUI submodule or branch cmake Adapting cmake for making possible to extract an example from the SDK. Fix folder name for Windows Arm64EC . Remove ${SDK_ROOT} from smtg_target_configure_version_file . Replace SDK_ROOT with vst3sdk_SOURCE_DIR . Better support of MinGW. Improve SMTG_AAXSupport.cmake and SMTG_CoreAudioSupport.cmake Fix initialization of CMAKE_OSX_DEPLOYMENT_TARGET . Plug-in Wrappers : Audio Unit: AUv3Wrapper: fix crash building parameter groups ( PR#43 ). AUv3Wrapper: fix crash for empty parameter groups ( PR#44 ). VST3PluginTestHost v3.4: MIDI 2 support on macOS with higher resolution for Velocity On/Off , Aftertouch , Polypressure , ControlChange and PitchBend . VST3 Project Generator v2022.11: Support of multiple namespaces for generated plug-in source code (XX::YY::ZZ), request C++17 minimum. Fix support of space character in paths.","breadcrumbs":"Change History » Version 3.7.7 (2022/12/12) » Version 3.7.7 (2022/12/12)","id":"610","title":"Version 3.7.7 (2022/12/12)"},"611":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » Version 3.7.6 (2022/09/05)","id":"611","title":"Version 3.7.6 (2022/09/05)"},"612":{"body":"","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » Version 3.7.6 (2022/09/05)","id":"612","title":"Version 3.7.6 (2022/09/05)"},"613":{"body":"The integer types used throughout the SDK are now based on the standard types defined in and the UTF-16 character type is now char16_t from c++11. This is not an ABI change, all types have the same size as before, and old compiled plug-ins will still load without any issue in all hosts on all supported systems. But implementations may have to be adopted especially on Windows where the tchar/char16 type was directly used for Windows API's. There are simple casting functions in pluginterfaces/base/fstrdefs.h (see wscast ) for easy adoption. Interface changes: New architecture folder for Windows Arm64EC and Arm64 Classic New macro SMTG_HIDDEN_SYMBOL in pluginterfaces/base/fplatform.h VSTGUI Bugfix update 4.11.1 New Flags/Enums: Fix ITU 3+7+0 Sound System F k70_3 => L R C Ls Rs Sl Sr Tfl Tfr Trc k72_3 => L R C LFE Ls Rs Sl Sr Tfl Tfr Trc LFE2 Documentation New tutorial: Guideline for replacing a VST 2 plug-in by a VST 3 plug-in cmake New file SMTG_AddVST3AuV2.cmake : Add AUv2 target for a VST 3 plug-in Reworked AU Objective-C Namespace handling Add check if PROJECT_VERSION is set in project() , if not then FATAL_ERROR. Display error text when Spaces in Xcode path which is not supported by cmake. New function smtg_check_language_cxx in SMTG_DetectPlatform.cmake allows checking if C++ compiler is available. Plug-in Wrappers : Audio Unit: Simplify the creation of an AUv2 wrapped plug-in by a simple cmake function (see smtg_target_add_auv2) Reworked AUWrapper Objective-C code Examples : Add more structured Units and parameters to Hostchecker plug-in. Validator : Fix validator output on Windows, cout was not flushed in case of crash Helpers classes: Refactoring by using IPtr in public.sdk/source/vst/vsteditcontroller.h and public.sdk/source/common/pluginview.h Fix crash in module_win32.cpp when loading failed and the error code could not be printed Prevent the pluginfactory_constexpr on Linux to export symbols in debug mode which may be shared between modules. VST3PluginTestHost v3.3.10: Support loading PACE protected plug-ins on macOS by using the required entitlement for the hardened runtime VST3 Project Generator v2022.09: Fix: Prevent crash when PATH contains empty substring PR#3","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » General change","id":"613","title":"General change"},"614":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.5 (2022/05/16) » Version 3.7.5 (2022/05/16)","id":"614","title":"Version 3.7.5 (2022/05/16)"},"615":{"body":"Interface changes: New moduleinfo.json file: The moduleinfo.json describes the contents of the plug-in in a JSON5 compatible format. It contains the factory info (see PFactoryInfo), the contained classes (see PClassInfo), the included snapshots and a list of compatibility of the included classes. This compatibility list allows, for example, that a VST 3 plug-in could replace a given VST 2 plug-in. New interface IPluginCompatibility in pluginterfaces/base/iplugincompatibility.h to use when a moduleinfo.json file cannot be used. Fix issue building with Visual Studio 2022 (https://github.com/steinbergmedia/vst3sdk/issues/90). Fix warnings for Windows ARM64EC target. Fix constexpr issue by using SMTG_CONSTEXPR. VSTGUI 4.11 Using DirectComposition on Windows now with support for CLayeredViewContainer Removed 32-bit Carbon support Reworked Event handling Different fixes New Flags/Enums: New predefined 3D speaker arrangement: k50_5_3 => L R C Ls Rs Tfl Tfc Tfr Trl Trr Bfl Bfc Bfr k51_5_3 => L R C LFE Ls Rs Tfl Tfc Tfr Trl Trr Bfl Bfc Bfr ITU 4+5+1 Sound System E k50_4_1 => L R C Ls Rs Tfl Tfr Trl Trr Bfc k51_4_1 => L R C LFE Ls Rs Tfl Tfr Trl Trr Bfc ITU 3+7+0 Sound System F k70_3 => L R C Ls Rs Sl Sr Tfl Tfr Trc k72_3 => L R C LFE Ls Rs Sl Sr Tfl Tfr Trc LFE2 Documentation New tutorial explaining How to use the silence flags . Move VST 3 documentation to md files. cmake Minimum cmake version is now 3.19. New function smtg_target_setup_as_vst3_example . Change smtg_target_set_bundle for mac. New option: SMTG_CREATE_MODULE_INFO : Create the moduleinfo.json file (default ON). use VERSION and DESCRIPTION with project() for generating automatically with cmake version file. Change default to ON for SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON on Windows. Fix https://github.com/steinbergmedia/vst3sdk/pull/91. Plug-in Wrappers : Audio Unit: Fix AUv3 validation issue (https://github.com/steinbergmedia/vst3_public_sdk/issues/39). Examples : New VST 3 plug-ins example: New multiple_programchanges showing support of multiple program change parameters. Add new Processing Load simulation parameter in HostChecker which allows to create a CPU load. Refactoring the examples cmake for using the new versioning handling and smtg_target_setup_as_vst3_example . Validator : Add test for IPluginCompatibility interface Helpers classes: New file in public.sdk/samples/vst-utilities for moduleinfo support. New files in public.sdk/source/vst/moduleinfo for creating and parsing moduleinfo. Fix https://github.com/steinbergmedia/vst3_public_sdk/issues/37 VST3PluginTestHost v3.3.0: The 32bits version of plugintesthost is not availble anymore. VST3 Project Generator v2022.05: Adapt VST3 Inspector for Compatibility json file support.","breadcrumbs":"Change History » Version 3.7.5 (2022/05/16) » Version 3.7.5 (2022/05/16)","id":"615","title":"Version 3.7.5 (2022/05/16)"},"616":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.4 (2021/12/14) » Version 3.7.4 (2021/12/14)","id":"616","title":"Version 3.7.4 (2021/12/14)"},"617":{"body":"Interface changes: Add support of _M_ARM64EC on Windows New defines: SMTG_CPU_ARM_64EC, SMTG_CPP14 and SMTG_CPP17 New VST 3 plug-in location user local on Windows: %LOCALAPPDATA%/Programs/Common/VST3/ Use SMTG_CONSTEXPR where needed VSTGUI 4.10.3 Different fixes Licensing has changed to version 2.2.2! Please read the new license agreement VST 3 Licensing Issues . (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). cmake: Refactoring : rename function/macro by adding target when target is used: i.e. smtg_run_vst_validator => smtg_target_run_vst_validator Breaking Change : change smtg_add_vst3_resource to smtg_target_add_plugin_resources allowing to add multiple resources in a call Breaking Change : change smtg_add_vst3_snapshot to smtg_target_add_plugin_snapshots allowing to add multiple resources in a call Make Universal Binary on Mac default ON when Xcode12 Add support of new VST 3 Location on Windows: new option SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON Fix some code Signing issue with XCode Plug-in Wrappers : VST 2 Wrapper: Fix termination of objects might still need data destroyed in _DeinitModule() Audio Unit: Update AU SDK as external (version 1.1) Fix offline rendering info for AUWrapper Examples : Add to validator self-tests Add to validator a new function addErrorWarningTextToOutput Helpers classes: New file pluginterfaces/base/funknownimpl.h (C++11 required): it provides classes for working with FUnknown. Add Unitests for all hosting helpers classes Show example const_exp (C++17) in plug-in factory: public.sdk/source/main/pluginfactory_constexpr.h Add documentation to mpeprocessor classes VST3PluginTestHost v3.2.20: Adapted to scan the new VST 3 plug-in location on Windows This is the last version supporting 32bits plug-ins on Windows. The next update will support only 64bits plug-ins. VST3 Project Generator v2021.12: Add platform Architecture setting (cmake) in project generator on Windows","breadcrumbs":"Change History » Version 3.7.4 (2021/12/14) » Version 3.7.4 (2021/12/14)","id":"617","title":"Version 3.7.4 (2021/12/14)"},"618":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.3 (2021/08/10) » Version 3.7.3 (2021/08/10)","id":"618","title":"Version 3.7.3 (2021/08/10)"},"619":{"body":"Interface changes: update documentation of IPlugViewContentScaleSupport VSTGUI 4.10.1 different fixes Licensing has changed to version 2.2.1! Please read the new license agreement VST 3 Licensing Issues . (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). New Flags/Enums: New RestartFlags flag kKeyswitchChanged: informing that Key switches has changed (info, count) New FunctionNameType for Panner: like kPanPosCenterX cmake: Fix wrong link path on Windows arm 64 Add -Werror=return-type to get the same error on mac as on Windows or Linux Fix undefined variable vst3sdk_SOURCE_DIR when using fetchcontent for the SDK Fix wrong symbol visibility when project created via project generator New Tutorial for advanced techniques Plug-in Wrappers : AAX Wrapper: Refactoring of initModule/DeInitModule GetParameterIndex wrong index when read-only parameters used VST 2 Wrapper: Fix issue calling too many InitModule Refactoring of initModule/DeInitModule Audio Unit v3: Support AUv3 in macOS 11 Simplify AUv3Wrapper code Fix Logic/GarageBand not showing editor on macOS 11 Rename folder in zip SDK: VST3_SDK => vst3sdk Examples : Added checks in HostChecker plug-in: Check IParameterChanges for multiple queues with same ID Check IParameterChanges for multiple points at same position Add restartComponent (kKeyswitchChanged) / restartComponent (kNoteExpressionChanged) / restartComponent (kParamValuesChanged) Add support of ivstparameterfunctionname in Panner sample New VST 3 plug-ins example: New \"AGain Sample Accurate\" showing sample-accurate parameter changes processing Fix editorHost when launch without arguments Fix crash in VST3Inspector when no VST 3 plug-ins available Fix warnings for mda plug-ins Fix the build with gcc 11 Helpers classes: New utility files: audiobuffers.h processdataslicer.h rttransfer.h sampleaccurate.h testing.cpp/.h","breadcrumbs":"Change History » Version 3.7.3 (2021/08/10) » Version 3.7.3 (2021/08/10)","id":"619","title":"Version 3.7.3 (2021/08/10)"},"62":{"body":"Simple Panner plug-in showing how to support Panner category (mono to Stereo) It shows how easy it is to use VSTGUI what_if_3 Check the folder \"public.sdk/samples/vst/panner\" of the SDK! Classes: PlugController PlugProcessor","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Panner","id":"62","title":"Panner"},"620":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.2 (2021/03/30) » Version 3.7.2 (2021/03/30)","id":"620","title":"Version 3.7.2 (2021/03/30)"},"621":{"body":"VSTGUI 4.10 minimum requirement C++14. VSTGUI now needs to be initialized and terminated explicitly. See VSTGUI::init() UIDescription files are now written in JSON format and the old XML format is deprecated It's now possible to conditionally remove the XML parser and the expat library from building (set VSTGUI_ENABLE_XML_PARSER to 0) Licensing has changed to version 2.1! Please read the new license agreement /pages/VST+3+Licensing/Index.md). (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). New Flags/Enums: New predefined 3D speaker arrangement: k220 (L R C Ls Rs Lc Rc Cs Sl Sr Tc Tfl Tfc Tfr Trl Trc Trr Tsl Tsr Bfl Bfc Bfr) Some arrangements renamed: \"7.1 Music (Dolby)\"=>\"7.1\" \"7.0 Music (Dolby)\"=>\"7.0\" \"7.1 Cine (SDDS)\"=>\"7.1 SDDS\" \"7.0 Cine (SDDS)\"=>\"7.0 SDDS\" cmake: Code styling changed Each library defined which is the minimal requirementfor C++ version (11 for pluginterfaces) by usingtarget_compile_features New flag: SMTG_CXX_STANDARD in order to overwrite thedefault used version of C++ (11) New flag: SMTG_CUSTOM_BINARY_LOCATION: Customize outputlocation for binaries New flag: SMTG_CXX_STANDARD: C++ standard version usedfor plugins: 14, 17, 20 New flag: SMTG_ENABLE_ADDRESS_SANITIZER: Enable AddressSanitizer Add check for C11 atomic header Add support for enabling Sanitizer Add new file SMTG_SetDebugExecutable.cmake: allows topreconfigure the debug executable to run Fix LOCAL_JACK_LIB in SMTG_FindJack.cmake on Windows Fix link plug-in to common location on Windows Fix: Failing unit test with validator results inplug-in resources/snapshots not being copied Plug-in Wrappers : AAX Wrapper Fix Export Symbols for AAX on macOS Audio Unit v2 Fix AUv2 with Xcode 12 Examples : New VST 3 hosting example: VST 3 Inspector app : example showing how to parse the available VST 3 plug-ins factories, using VSTGUI. C++14 minimum requirements for validator, audiohost, editorhost, Inspector app Helpers classes: New file handling module initialization: public.sdk\\source\\main\\moduleinit.cpp, public.sdk\\source\\main\\moduleinit.h #include instead of #include Fix incorrect string copy regression in HostAttributeList::getString Fix some Validation tests: SliceProcessingTest,ValidStateTransitionTest. Fix module_linux.cpp building in C++20 mode VST3PluginTestHost v3.1.0: New context menu entry for instantiated plug-in: \"Export Presets Parameters as XML\" which allows to load automatically VST 3 presets and export them as XML files. VST 3 Project Generator v2021.03: This project is now open source on https://github.com/steinbergmedia/vst3projectgenerator Universal binary for macOS (Intel/M1) Add another default location to search for cmake on macOS Use cmake for bundle ID setup Make sure keyboard focus navigation is correct","breadcrumbs":"Change History » Version 3.7.2 (2021/03/30) » Version 3.7.2 (2021/03/30)","id":"621","title":"Version 3.7.2 (2021/03/30)"},"622":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.1 (2020/11/17) » Version 3.7.1 (2020/11/17)","id":"622","title":"Version 3.7.1 (2020/11/17)"},"623":{"body":"New Flags/Enums: NoteIDUserRange: Reserved note identifier (noteId) range for a plug-in. Guaranteed not used by the host. cmake: Rename files with SMTG_ prefix Rename functions with smtg_ prefix Reorganize files Make VSTSDK more Mingw32 compatible Support AUv3 building without team ID Fix path handling in smtg_add_plugin_resource Plug-in Wrappers : AAX Wrapper (AAXWrapper): Add support of offline processing Audio Unit v3 (AUv3) (AUv3Wrapper): Add support of offline processing Fix output bus activation Fix when the component is not loaded from UI-Thread Helpers classes: GetPluginFactory() def-file vs. declspec VST3PluginTestHost v3.0: New control voltage bus info column New links in help menu New enable MPE Support Dark-Light scheme Support Fix \"Valid State Transition\" test always fails a 64-bit-only plug-in #50 Fix automation unit test VST3 Project Generator v2020.10: New support of VSTGUI Enable Symbolic link on Windows Add VST3PluginTestHost.exe as Debugging->Command on Windows Improve generate cmake file Fix freeze after having choosing a wrong cmake.exe path","breadcrumbs":"Change History » Version 3.7.1 (2020/11/17) » Version 3.7.1 (2020/11/17)","id":"623","title":"Version 3.7.1 (2020/11/17)"},"624":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.0 (2020/07/29) » Version 3.7.0 (2020/07/29)","id":"624","title":"Version 3.7.0 (2020/07/29)"},"625":{"body":"Interface changes: New IProcessContextRequirements (implemented by plug-in). This is a new required interface a plug-in needs to implement when building with VST SDK 3.7 or newer. New IProgress (implemented by host) New IParameterFunctionName (implemented by plug-in) New Flags/Enums: New kIsHidden flag. With this flag, the parameter should NOT be displayed by the host and cannot be changed from outside the plug-in. New predefined 2D speaker arrangements: k90Cine, k91Cine (L R C Lfe Ls Rs Lc Rc Sl Sr) k100Cine, k101Cine (L R C Lfe Ls Rs Lc Rc Cs Sl Sr) New predefined 3D speaker arrangements: k90_4, k91_4 (L R C Lfe Ls Rs Lc Rc Sl Sr Tfl Tfr Trl Trr) k90_6, k91_6 (L R C Lfe Ls Rs Lc Rc Sl Sr Tfl Tfr Trl Trr Tsl Tsr) New Bus flag: kIsControlVoltage for audio busses Documentation: add documentation about VST 3 and MIDI 2.0 : MIDI 2.0 Increased Resolution, compared to MIDI 1.0 MIDI 2.0 Per-Note Controllers cmake: New cmake files Fix on Windows creation of VST 3 folder using powershell with admin rights Examples : New VST 3 plug-ins examples: SyncDelay using Steinberg::Vst::IProcessContextRequirements Panner using PlugType::kSpatialFx as SubCategory, it shows how to build a Panner plug-in Mono to Stereo Added checks in HostChecker plug-in: support of kIsHidden flag support of IProgress (implemented by host) support of IParameterFunctionName check if Silent flag for Main and Side-chain Inputs are used Plug-in Wrappers : Fix for AAX/VST 2 BaseWrapper setChunk attribute Vst::StateType::kProject was not set for component. Helpers classes: Added functions to load FXB/FXP states and to write FXB states for compatibility with VST 2.x (see public.sdk/source/vst/utility/vst2persistence.h) Fix compilation with MinGW-w64 GCC compiler New helper: openurl.h allowing to open a URL in the default associated application VST3PluginTestHost v2.9.0: VST 3 Plug-in Test Host Added support of: IProgress IProcessContextRequirements IParameterFunctionName Fix crashes when closing 2 or more instances of GUI of same plug-in in particular order Fix support of SingleComponentEffect plug-ins that implement IMidiMapping VST3 Project Generator v1.0.0: New easy to use VST 3 Project Generator.","breadcrumbs":"Change History » Version 3.7.0 (2020/07/29) » Version 3.7.0 (2020/07/29)","id":"625","title":"Version 3.7.0 (2020/07/29)"},"626":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.14 (2019/11/29) » Version 3.6.14 (2019/11/29)","id":"626","title":"Version 3.6.14 (2019/11/29)"},"627":{"body":"VSTGUI 4.9 new control: VSTGUI::CListControl in play with VSTGUI::CStringList custom font support: VSTGUI now supports using fonts embedded in its Bundle/Package at Resources/Fonts. Note that this works on Windows only when building with the Windows 10 SDK and it does also only work on Windows 10. There is no such restriction on macOS or Linux. cmake: minor refactoring add file SMTG_VST3_SDK.cmake better FindJack support better Cross-compiler support for Linux Examples : add more checks and 64 bit processing support in HostChecker plug-in add AAX version of \"HostChecker Plug-in\" add new test in Validator: threaded process, bypass persistence new option to run more tests (optExtensiveTests, \"Run extensive tests (may take a long time)\") improvement to MidiMappingTest performance Plug-in Wrappers : The InterAppAudio Wrapper is deprecated and may be removed in the next SDK update. Please switch to AudioUnit V3 on iOS. AAX Wrapper ( VST 3 - AAX Wrapper ): add SMPTE support Helpers classes: clear programLists, programIndexMap and units in EditControllerEx1 when terminating VST3PluginTestHost v2.8.10 menu change on Windows add new tests","breadcrumbs":"Change History » Version 3.6.14 (2019/11/29) » Version 3.6.14 (2019/11/29)","id":"627","title":"Version 3.6.14 (2019/11/29)"},"628":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.13 (2019/04/08) » Version 3.6.13 (2019/04/08)","id":"628","title":"Version 3.6.13 (2019/04/08)"},"629":{"body":"VSTGUI 4.8 new VSTGUI::CSegmentButton selection mode kSingleToggle and styles kHorizontalInverse and kVerticalInverse Interfaces changes: new PluginType kInstrumentPiano (instrument for piano sounds) cmake: minor refactoring add Visual Studio 2020 support Examples : add some more checks in HostChecker plug-in add some debug output for editorhost Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): loading of preset should not overwrite the current Bypass state VST3PluginTestHost : support of IPlugInterfaceSupport support of MPE possibility to open the same plug-in editor twice","breadcrumbs":"Change History » Version 3.6.13 (2019/04/08) » Version 3.6.13 (2019/04/08)","id":"629","title":"Version 3.6.13 (2019/04/08)"},"63":{"body":"Instrument plug-in showing PitchNames support It shows how easy it is to use VSTGUI what_if_12 Check the folder \"public.sdk/samples/vst/pitchnames\" of the SDK! Classes: PitchNamesController PitchNamesProcessor PitchNamesDataBrowserSource","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » PitchNames","id":"63","title":"PitchNames"},"630":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.12 (2018/12/03) » Version 3.6.12 (2018/12/03)","id":"630","title":"Version 3.6.12 (2018/12/03)"},"631":{"body":"VSTGUI 4.7 redesigned drag and drop (drags with bitmaps are now supported on Windows) standalone library support for Windows 7 new ImageStitcher tool the GDI+ draw backend was removed, the Direct2D backend is the replacement fix crash with splash screen fix compilation for VSTGUI Tools on win32 clean up Interfaces changes: New LegacyMIDICCOutEvent (plug-in): allow a plug-in to generate MIDI CC as output event. New IMidiLearn (plug-in): allow a plug-in to get the currently live playing MIDI CC to implement custom MIDI learning. New IPlugInterfaceSupport (host): allow a plug-in to ask the host if a given plug-in interface is supported/used by the host. New IVst3WrapperMPESupport (wrapper): allow a plug-in to set up MPE support in wrappers. cmake: minor refactoring (like renaming WIN to SMTG_WIN) fix WIN_ARCHITECTURE_NAME for Windows 32bits fix SMTG_PACKAGE_ICON_PATH selection split WIN_PDB into WIN_PDB32 and WIN_PDB64 Examples : New LegacyMIDICCOut VST 3 plug-in showing the use of LegacyMIDICCOutEvent Add IMidiLearn support for NoteExpressionSynth Add Audio Unit v3 NoteExpressionSynth example with MPE support Plug-in Wrappers : Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper): out of the box MPE support. As MPE is a limited subset of the Note Expression feature, the three expressions are simply mapped to the note expressions returned via the INoteExpressionPhysicalUIMapping interface. note that you must have certificates to sign on macOS/iOS for AUv3 complete folder restructuring for easy adaption AAX Wrapper ( VST 3 - AAX Wrapper ): fix automation update after loading a preset VST 2 Wrapper: fix double release of editor Helpers classes: New file with some helpers for event: vsteventshelper.h","breadcrumbs":"Change History » Version 3.6.12 (2018/12/03) » Version 3.6.12 (2018/12/03)","id":"631","title":"Version 3.6.12 (2018/12/03)"},"632":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.11 (2018/10/22) » Version 3.6.11 (2018/10/22)","id":"632","title":"Version 3.6.11 (2018/10/22)"},"633":{"body":"VSTGUI 4.7 update to VSTGUI 4.7 move from GTK++ to XCB for Linux support redesigned drag'n drop drags with bitmaps are now supported on Windows standalone library support for Windows 7 new ImageStitcher tool the GDI+ draw backend was removed, the Direct2D backend is the replacement New icon for VST 3 bundles: VST_Logo_Steinberg.ico and VST_Logo_Steinberg.icns (located in VST_SDK/VST3_SDK/doc/artwork folder) Interface changes: VST 2 interface not available anymore! New Steinberg::Vst::INoteExpressionPhysicalUIMapping (plug-in): allowing the host to retrieve the preferred physical mapping associated to note expression supported by the plug-in. cmake: further improvement for users projects Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): fix UI resizing fix issue for default blocksize VST 2 Wrapper: fix for instruments which were not visible as instrument Helpers classes: make virtual some functions of class parameter (set/getUnitID, getInfo, set/getPrecision)","breadcrumbs":"Change History » Version 3.6.11 (2018/10/22) » Version 3.6.11 (2018/10/22)","id":"633","title":"Version 3.6.11 (2018/10/22)"},"634":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.10 (2018/06/11) » Version 3.6.10 (2018/06/11)","id":"634","title":"Version 3.6.10 (2018/06/11)"},"635":{"body":"New definition of plug-in format for Windows including icon support (VST 3 Bundle: VST 3 Locations / Format ) Support of Snapshots inside the VST 3 Bundle cmake: adapt cmake files for better integration of users projects fix support Universal Binary for AudioUnit Plug-in wrappers : refactoring AAX/VST 2 Wrappers AAX Wrapper ( VST 3 - AAX Wrapper ): fix Bypass behavior fix initial signal latency fix indexing of parameter, conflicting with VST 2 Helpers classes: fix activateBus issue in class SingleComponentEffect fix Ring Buffer class issue","breadcrumbs":"Change History » Version 3.6.10 (2018/06/11) » Version 3.6.10 (2018/06/11)","id":"635","title":"Version 3.6.10 (2018/06/11)"},"636":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.9 (2018/03/01) » Version 3.6.9 (2018/03/01)","id":"636","title":"Version 3.6.9 (2018/03/01)"},"637":{"body":"VSTGUI 4.6 update to VSTGUI 4.6 including a new UI element: KeyboardView supporting Note Expression Interfaces changes: rename some defines: PLATFORM_64 => SMTG_PLATFORM_64 WINDOWS => SMTG_OS_WINDOWS MAC => SMTG_OS_MACOS LINUX => SMTG_OS_LINUX extract Speaker Arrangement from vsttypes.h to vstspeaker.h new kNoParamId constant for uninitialized parameter id cmake: reorganization of cmake files Examples : fix Validator State test NoteExpressionSynth uses the new KeyboardView New HelloWorld VST 3 plug-ins (template). Plug-in wrappers : VST 3 - Audio Unit Wrapper: fix and adaptation for newer XCode versions Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper): some fixes, add cmake AAX Wrapper ( VST 3 - AAX Wrapper ): add bypass and VU parameter support interappaudio: improvements, fixes, add cmake Helpers classes: New Ring Buffer class (ringbuffer.h)","breadcrumbs":"Change History » Version 3.6.9 (2018/03/01) » Version 3.6.9 (2018/03/01)","id":"637","title":"Version 3.6.9 (2018/03/01)"},"638":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.8 (2017/11/08) » Version 3.6.8 (2017/11/08)","id":"638","title":"Version 3.6.8 (2017/11/08)"},"639":{"body":"Changes in the Licensing Agreement! Please check it ( VST 3 Licensing Issues ). New Steinberg VST usage guidelines PDF This SDK version required compilers supporting C++11. It requires on Windows Visual Studio 2015 minimum! Linux support in Beta Interfaces changes: New Steinberg::Vst::IComponentHandlerBusActivation (host): allowing a plug-in to request the host to activate or deactivate a specific bus (useful for instrument with multiple outputs) New Flags/Enums: New predefined Ambisonic Speaker Arrangements: 1st, 2cd and 3rd order (ACN ordering and SN3D normalization): kAmbi1stOrderACN, kAmbi2cdOrderACN, kAmbi3rdOrderACN with their associated speakers: kSpeakerACN0...kSpeakerACN15 New predefined 3D speaker arrangements: k70_4, k71_4 Examples : New VST 3 Host implementation examples: Folder reorganization: hosting examples are in a separate folder: public.sdk/samples/vst-hosting New AudioHost (AudioHost - cross-platform standalone) showing how integrate a VST 3 plug-in in a Jack world! This required Jack Audio ( http://www.jackaudio.org ), only tested under Linux but should work on Windows 32bits and Mac. Plug-in wrappers : New Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper) New AAX wrapper ( VST 3 - AAX Wrapper ): Note that in order to use this AAX wrapper for your plug-in, you have to download the AAX SDK (contact AVID), tested with AAX SDK Version 2.3.0","breadcrumbs":"Change History » Version 3.6.8 (2017/11/08) » Version 3.6.8 (2017/11/08)","id":"639","title":"Version 3.6.8 (2017/11/08)"},"64":{"body":"Very simple plug-in: showing how to use the Steinberg::Vst::IPrefetchableSupport interface using a generic UI what_if_13 Check the folder \"public.sdk/samples/vst/prefetchablesupport\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Prefetchable Support","id":"64","title":"Test Prefetchable Support"},"640":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.7 (2017/03/03) » Version 3.6.7 (2017/03/03)","id":"640","title":"Version 3.6.7 (2017/03/03)"},"641":{"body":"Preview Linux support (check ): Setup Linux for building VST 3 plug-ins Licensing has changed! Please read the new VST 3 Licensing Issues . Use cmake as project generator: How to use cmake for Building VST 3 plug-ins This is the last version of the SDK supporting C++98, future versions will use C++11. Examples : New VST 3 host implementation example: New HostEditor application: Cross-platform (Win/macOS/Linux) standalone which opens the UI of a VST 3 plug-in Updated validator application to support Linux AGain plug-in updated: it uses VSTGUI 4 instead of VSTGUI 3 it supports 64bit processing (template based) All VSTGUI 4 based samples support HiDPI on Windows now Fix Program Change persistence in mda plug-ins example Removed Xcode and Visual Studio projects, please use cmake now! On Windows, we link VST 3 plug-ins with the MultiThreaded DLL runtime libraries (it will use Universal C Runtime Libraries, for older Windows version than Win 8.1 you may have to install these libraries from: https://support.microsoft.com/en-us/kb/2999226 ) VSTGUI 3.x is not supported anymore (removed from the SDK), but you can still download it from github: https://github.com/steinbergmedia/vstgui Plug-in wrappers : VST 3 - Audio Unit Wrapper: fix AU Wrapper MIDI Program Change issue (data1 instead of data2) VST 3 - VST 2.x Wrapper: fix resize issue on macOS fix mapping between VST 3 ParamID and VST 2 paramID when bypass parameter is used","breadcrumbs":"Change History » Version 3.6.7 (2017/03/03) » Version 3.6.7 (2017/03/03)","id":"641","title":"Version 3.6.7 (2017/03/03)"},"642":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.6 (2016/06/17) » Version 3.6.6 (2016/06/17)","id":"642","title":"Version 3.6.6 (2016/06/17)"},"643":{"body":"Interface changes: New Steinberg::IPlugViewContentScaleSupport: plug-in view content scale support New Flags/Enums: New RestartFlags: kRoutingInfoChanged informing the host that the Routing Info (IComponent) has changed Examples : New VST 3 Plug-ins examples: New VST 3 Plug-in Program Change showing how handling its own Program List is working Remove Visual Projects version 8 and 9 Plug-in wrappers : VST 3 - Audio Unit Wrapper: update to last Audio Core update VST 3 - VST 2.x Wrapper: add support of version (VST 3 -> VST 2) Helpers classes: add support for bypass including delay compensation (vstbypassprocessor.h) add helpers for events/parameters iterator (vstaudioprocessoralgo.h) add helpers for SpeakerArr: Speaker getSpeaker (const SpeakerArrangement& arr, int32 index) bool isSubsetOf (const SpeakerArrangement& arrSubSet, const SpeakerArrangement& arr) VSTGUI 4.3 update to VSTGUI 4.3.1 (available here too: http://sourceforge.net/projects/vstgui/files/vstgui/VSTGUI%204.3/) the VSTGUI repository was moved to github: https://github.com/steinbergmedia/vstgui Please use github if you want to contribute to VSTGUI. VST3PluginTestHost : fix support of SingleComponent new Developer Forum: finally, we get our VST forum at start, please check https://sdk.steinberg.net and use it as new communication platform, the VST mailing list will be kept as archive mailing list","breadcrumbs":"Change History » Version 3.6.6 (2016/06/17) » Version 3.6.6 (2016/06/17)","id":"643","title":"Version 3.6.6 (2016/06/17)"},"644":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.5 (2015/08/28) » Version 3.6.5 (2015/08/28)","id":"644","title":"Version 3.6.5 (2015/08/28)"},"645":{"body":"Interface changes: New Steinberg::Vst::ChannelContext::IInfoListener interface: informing the plug-in about the channel in which it is instantiated (name, color...) New Steinberg::Vst::IPrefetchableSupport interface: allowing a plug-in to inform the host that it does not support prefetch/ASIO Guard (could be dynamically) New Steinberg::Vst::IUnitHandler2 interface: allowing a plug-in to inform the host that an assignment Unit-Bus defined by IUnitInfo::getUnitByBus has changed New Steinberg::Vst::IAutomationState interface: informing the plug-in about its current automation state use \"#pragma once\" instead of \"#ifndef\" Examples : New VST 3 Plug-ins examples: New VST 3 Plug-in ChannelContext showing how Steinberg::Vst::ChannelContext::IInfoListener interface is working New VST 3 Plug-in PrefetchableSupport showing how Steinberg::Vst::IPrefetchableSupport interface is working \"VST 3 Host Checker\" plug-in updated with new checks Plug-in wrappers : VST 3 - Audio Unit Wrapper: support MIDI output fix crash with namespace conflict with macOS X 10.10 add PresetAttributes::StateType support in AUWrapper::restoreState New Flags/Enums: New predefined 3D Speaker Arrangements: k91Atmos VST3PluginTestHost : add some new unit tests: Bypass parameter support is mandatory for FX Plug-in (not Instrument)!","breadcrumbs":"Change History » Version 3.6.5 (2015/08/28) » Version 3.6.5 (2015/08/28)","id":"645","title":"Version 3.6.5 (2015/08/28)"},"646":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.0 (2013/11/22) » Version 3.6.0 (2013/11/22)","id":"646","title":"Version 3.6.0 (2013/11/22)"},"647":{"body":"Interface Changes: Preset meta information via Steinberg::Vst::IStreamAttributes New Event Types: Steinberg::Vst::ChordEvent, Steinberg::Vst::ScaleEvent Plug-in Wrappers : [3.6.0] iOS Inter-App Audio support VST 3 - VST 2.x Wrapper: fix when changing from host between single and double precision processing fix setProgram and processMidiEvent for kProgramChangeStatus where the wrong idx was used for programChange Parameter VST 3 - Audio Unit Wrapper: update to new AUPlugIn API in macOS X 10.7 virtual destructor for NSDataIBStream New Flags/Enums: New predefined 3D Speaker Arrangements: k81MPEG3D, k222 Helpers Classes: fix compilation for UNICODE_OFF enable Examples : New VST 3 HostChecker Plug-in VSTGUI 4.2 Update to the final 4.2 release including iOS support VST3PluginTestHost : New feature: Overwrite plug-in Name in VST 3 Presets Licensing has changed! Please read the new license agreement VST 3 Licensing Issues . Xcode 5 note: To successfully build the examples for macOS X you need to change the SDKROOT variable in base/mac/config/settings/sdk_deployment_10_6.xcconfig to macosx10.8.","breadcrumbs":"Change History » Version 3.6.0 (2013/11/22) » Version 3.6.0 (2013/11/22)","id":"647","title":"Version 3.6.0 (2013/11/22)"},"648":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.2 (2012/09/25) » Version 3.5.2 (2012/09/25)","id":"648","title":"Version 3.5.2 (2012/09/25)"},"649":{"body":"Interface Changes: Note Expression supports a new event type: NoteExpressionTextEvent Examples : Fix Visual Studio 2010 projects (filters added) Adaptation for XCode4 (The again sample project uses VSTGUI 3.6 which needs the 10.6 SDK for the 32 bit build, in later Xcode tools this SDK is not available. If you use VSTGUI 3.6 you need to use a Xcode version which has the 10.6 SDK or earlier included.) Plug-in Wrappers : VST 3 - Audio Unit Wrapper: fix noteOn and noteOff offset fix RestoreState with IO bus changes MIDI PolyPressure support added non-automatable parameters have now FlagAudioUnitParameterFlag_NonRealTime AU flag fix under Logic where sample rate was not set for mono track VST 3 - VST 2.x Wrapper: fix getMidiProgramCategory New Flags/Enums: New predefined Speaker Arrangements: 9.0/9.1/10.0/10.1/11.0/11.1/13.0/13.1 based on Auro 3D definition ( https://www.auro-3d.com/ ). Helpers Classes: New in Base: class Steinberg::Region class Steinberg::IStreamWrapper Helper Steinberg::HexBinary: HexBinary encoding and decoding Some documentation changes Steinberg::Vst::IParameterFinder : To enable important functionalities (like AI Knob) a recommendation to implement this interface was added. The VST 3 plug-in locations priority has been changed: Application level should be scanned from host after Global level. Licensing change for example source code files","breadcrumbs":"Change History » Version 3.5.2 (2012/09/25) » Version 3.5.2 (2012/09/25)","id":"649","title":"Version 3.5.2 (2012/09/25)"},"65":{"body":"Very simple plug-in: showing how to support multiple ProgramChange parameters: 16 slots with one associated program change parameter and a program list for each slot. using a generic UI","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Multiple Program Changes","id":"65","title":"Test Multiple Program Changes"},"650":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.1 (2011/11/11) » Version 3.5.1 (2011/11/11)","id":"650","title":"Version 3.5.1 (2011/11/11)"},"651":{"body":"Interface Changes: due to a missing calling convention in IContextMenu interfaces, we had to generate new iids for this set of interfaces, Steinberg hosts will be updated (from 6.0.5) in order to support correctly this interface set. The old interfaces when already used will continue to be supported in Steinberg hosts. Sorry for this issue... Helpers Classes: EditController is now one of the base classes of SingleComponentEffect If you have used the SingleComponentEffect before, make sure that you must exclude vsteditcontroller.cpp now if it was in your project EditControllerEx1 has a new function: setProgramName ProgramList has a new function: setProgramName Examples : Add Visual Studio 2010 projects Remove Visual Studio 2003 projects Fix AGain Single Component Effect VSTGUI 4.0 Update to the final 4.0 release Plug-in Wrappers : VST 3 - VST 2.x Wrapper: fix an issue with destroying the editor VST 3 - Audio Unit Wrapper: fix initial editor size issue optimization for GetParameterInfo VST3PluginTestHost : New feature: Convert VST 3 Preset to VST 2 preset (fxp or fxb)","breadcrumbs":"Change History » Version 3.5.1 (2011/11/11) » Version 3.5.1 (2011/11/11)","id":"651","title":"Version 3.5.1 (2011/11/11)"},"652":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.0 (2011/02/04) » Version 3.5.0 (2011/02/04)","id":"652","title":"Version 3.5.0 (2011/02/04)"},"653":{"body":"Interface Changes: Steinberg::Vst::INoteExpressionController: [3.5.0] Note Expression Support. Steinberg::Vst::IKeyswitchController: [3.5.0] Key Switch Support (used for building VST Expression Map in Cubase 6 for example). Steinberg::Vst::IXmlRepresentationController: [3.5.0] Remote Representation of Parameters Support (allows to define different parameter mappings for different remotes device). Steinberg::Vst::IEditControllerHostEditing: Parameter editing from host/remote control (better support of linked parameters when editing from remote control) Steinberg::Vst::IComponentHandler3 / Steinberg::Vst::IContextMenu / Steinberg::Vst::IContextMenuTarget: [3.5.0] Context Menu Support (allows the plug-in to create a context menu for a given parameter, partially filled by the host). New Flags/Enums: Add new restart flag: Steinberg::Vst::kIoTitlesChanged: informing the host about titles changes of busses. Helpers Classes: New Steinberg::Vst::XmlRepresentationHelper: helper for constructing a remote representation (xml based). See [3.5.0] Remote Representation of Parameters Support . Steinberg::Vst::EditControllerEx1: support of ProgramPitchNames added. Examples : New VST 3 instrument examples: Instrument \"Note Expression Synth\" supporting Note Expression Events Effect showing support of pitchnames (ProgramPitchNames) Validator : More command line options Possibility to add custom tests by the plug-in VSTGUI 4.0 preview version of VSTGUI with optimal VST 3 support Plug-in Wrappers : VST 3 - Audio Unit Wrapper fixes and support of Program changes Some documentation changes","breadcrumbs":"Change History » Version 3.5.0 (2011/02/04) » Version 3.5.0 (2011/02/04)","id":"653","title":"Version 3.5.0 (2011/02/04)"},"654":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.1.0 (2010/06/25) » Version 3.1.0 (2010/06/25)","id":"654","title":"Version 3.1.0 (2010/06/25)"},"655":{"body":"Restructuring of the SDK: new Base Module (many useful classes, such as templates and containers) Renamed the file public.sdk/source/main/pluginfactory.cpp to public.sdk/source/main/pluginfactoryvst3.cpp Renamed the file public.sdk/source/main/pluginfactory.h to public.sdk/source/main/pluginfactoryvst3.h Renaming Microsoft Visual Projects New Interfaces: Steinberg::Vst::IEditController2: support for setKnobMode/openHelp/openAboutBox Steinberg::Vst::IComponentHandler2: support for parameter group editing from plug-in UI, dirty state and request host to open the plug-in editor Steinberg::Vst::IAudioPresentationLatency: informs the plug-in about the Audio Presentation Latencies (in/out) New Event Structure: Steinberg::Vst::PolyPressureEvent: Polypressure event support New Flags/Enums: New plug-in Types used for subCategories: PlugType::kMono, PlugType::kStereo, PlugType::kSurround New parameter flag ParameterInfo::kIsList: flags the parameter as a list of discrete string values New IoModes enum: Steinberg::Vst::IoModes::kOfflineProcessing used with setIoMode when the plug-in is used in an offline processing context Plug-in wrappers : New VST 3 - VST 2.x Wrapper: by just adding small initializing code, you can provide a VST 2.x version of your VST 3 plug-in New VST 3 - Audio Unit Wrapper with just a few build settings, you can provide AU support with your VST 3 plug-in Examples : New VST 3 Plug-ins examples: ADelay plug-in, mda VST 3 Plug-ins (thanks Paul Kellet and Arne Scheffler) Remove Visual Studio 2003 projects Clean up AGain and add separate version supporting side-chain New features of the VST 3 Plug-in Test Host: MIDI Input support better ASIO support Mac 64 bit support (Cocoa view support also in 32 bit) Fixes in Validator Some documentation changes","breadcrumbs":"Change History » Version 3.1.0 (2010/06/25) » Version 3.1.0 (2010/06/25)","id":"655","title":"Version 3.1.0 (2010/06/25)"},"656":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.2 (2009/01/15) » Version 3.0.2 (2009/01/15)","id":"656","title":"Version 3.0.2 (2009/01/15)"},"657":{"body":"Interface Changes: Steinberg::Vst::IParameterFinder : Extension for IPlugView to find view parameters (lookup value under mouse support) Examples : Adaptation of AGain example for support of interface IParameterFinder Some documentation changes","breadcrumbs":"Change History » Version 3.0.2 (2009/01/15) » Version 3.0.2 (2009/01/15)","id":"657","title":"Version 3.0.2 (2009/01/15)"},"658":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.1 (2008/03/19) » Version 3.0.1 (2008/03/19)","id":"658","title":"Version 3.0.1 (2008/03/19)"},"659":{"body":"Interface Changes: Steinberg::Vst::IMidiMapping : allowing to support MIDI Controllers and Pitchbend New Flags/Enums: Add new restart flag: Steinberg::Vst::kMidiCCAssignmentChanged Restructuring of the SDK: Move RestartFlags from vstTypes.h to ivsteditcontroller.h Restructured helper classes by adding new files vstbus.cpp and vstparameters.cpp Change the default refcount implementation of Steinberg::FUnknown (IMPLEMENT_REFCOUNT) to use atomic operations Change InitModule/ExitModule to be called from host and not in DllMain (Cubase 4.2 needed) Rename Steinberg::Vst::IUnitData to Steinberg::Vst::IProgramListData and introduce new interface Steinberg::Vst::IUnitData Helpers Classes: Add new helper class EditControllerEx1: extend of EditController with Unit support Add new helper class Steinberg::Vst::SingleComponentEffect for single component effects Examples : AGain example has been extended: supports IMidiMapping, Side-chain and Unit Add Visual Studio 2008 solution Documentation Rework Add some new FAQs","breadcrumbs":"Change History » Version 3.0.1 (2008/03/19) » Version 3.0.1 (2008/03/19)","id":"659","title":"Version 3.0.1 (2008/03/19)"},"66":{"body":"Very simple plug-in: showing how to support Program List using a generic UI what_if_14","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Program Change","id":"66","title":"Test Program Change"},"660":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.0 (2008/01/17) » Version 3.0.0 (2008/01/17)","id":"660","title":"Version 3.0.0 (2008/01/17)"},"661":{"body":"Public Release of VST SDK 3.0","breadcrumbs":"Change History » Version 3.0.0 (2008/01/17) » Version 3.0.0 (2008/01/17)","id":"661","title":"Version 3.0.0 (2008/01/17)"},"662":{"body":"/ VST Home The FAQ provides answers to some common questions. Kindly note that we do not provide individual SDK support. If you have any questions the FAQ below cannot answer, please refer to the VST 3 SDK Forum . Communication Processing GUI-Editor Compatibility with VST 2.x or VST 1 Persistence Miscellaneous Licensing Hosting","breadcrumbs":"Frequently Asked Questions » Frequently Asked Questions","id":"662","title":"Frequently Asked Questions"},"663":{"body":"/ VST Home / Frequently Asked Questions Q: How should I communicate between the 'Processing' and the 'User Interface'? Q: I want to implement an audio meter in my user interface. How do I do this? Q: How does the host send automation data to my VST 3 plug-in? Q: How report to the host that the plug-in has new parameter titles? Q: How receive MIDI Controllers from the host? Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?","breadcrumbs":"Frequently Asked Questions » Communication » Communication","id":"663","title":"Communication"},"664":{"body":"With the term 'Processing' we mean the code implementing the Steinberg::Vst::IAudioProcessor interface, and with 'User Interface' the editor component implementing the Steinberg::Vst::IEditController interface. If you need to communicate the changes of parameters to the user interface, such as metering changes and peaks, you need to define the parameter as an exported type. The parameter then is associated with an ID. In the process function you can inform the host of changes by using the outputParameterChanges (from ProcessData ). You add the parameter (ID) to a list that will be used by the host to send them back to the user interface at the correct time. If you should need to exchange more data than just parameter changes, such as tempo , sample rate , FFT , Pitch Analysis , or any other data resulting from your processing, you can use the IMessage interface (see AGain example). However, you need to be careful and send the data from a 'timer' thread and not directly from the process function, for example, when sending from a 'process' call. See Communication between the components .","breadcrumbs":"Frequently Asked Questions » Communication » Q: How should I communicate between the 'Processing' and the 'User Interface'?","id":"664","title":"Q: How should I communicate between the 'Processing' and the 'User Interface'?"},"665":{"body":"See Q: How should I communicate between the 'Processing' and the 'User Interface'?","breadcrumbs":"Frequently Asked Questions » Communication » Q: I want to implement an audio meter in my user interface. How do I do this?","id":"665","title":"Q: I want to implement an audio meter in my user interface. How do I do this?"},"666":{"body":"Automation data is sent to the audio processing method as part of the data passed as a parameter to the IAudioProcessor::process (processData) method. IAudioProcessor::process (processData)\n{ IParameterChanges* paramChanges = processData.inputParameterChanges; //...\n} Automation data is transmitted as a list of parameter changes. This list always contains enough information to transmit the original automation curve from the host in a sample-accurate way. Check the AGain example to see how it can be implemented. See also Parameters and Automation .","breadcrumbs":"Frequently Asked Questions » Communication » Q: How does the host send automation data to my VST 3 plug-in?","id":"666","title":"Q: How does the host send automation data to my VST 3 plug-in?"},"667":{"body":"Due to preset loading or user interaction the plug-in may change its parameters names (title) (but not the number of them or their IDs). To inform the host about this change, the plug-in should call from the editController its component handler function restartComponent with flag kParamTitlesChanged : componentHandler->restartComponent (kParamTitlesChanged); The host will rescan the parameter list and update the titles. ⓘ Note With the flag kParamValuesChanged only the parameters values will be updated.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How report to the host that the plug-in has new parameter titles?","id":"667","title":"Q: How report to the host that the plug-in has new parameter titles?"},"668":{"body":"MIDI controllers are not transmitted directly to a VST component. MIDI as a hardware protocol has restrictions that can be avoided in software. Controller data in particular come along with unclear and often ignored semantics. On top of this, they can interfere with regular parameter automation, and the host is unaware of what happens in the plug-in when passing MIDI controllers directly. So any functionality that is to be controlled by MIDI controllers must be exported as a regular parameter. The host will transform incoming MIDI controller data using this interface and transmit them as a normal parameter change. This allows the host to automate them in the same way as other parameters. To inform the host about this MIDI CC s to plug-in parameters mapping, the plug-in should implement the IMidiMapping interface. If the mapping has changed, the plug-in should call IComponentHandler::restartComponent (kMidiCCAssignmentChanged) to inform the host about this change.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How receive MIDI Controllers from the host?","id":"668","title":"Q: How receive MIDI Controllers from the host?"},"669":{"body":"When a parameter is changed in the plug-in UI by user action, the plug sends this change to the host with performEdit (do not forget to call beginEdit and endEdit ), then the host has the responsibility to transfer this parameter change to the processor part: if the audio engine is running (playing), this will be done in the next available process call. if the audio engine is not running and the plug-in is activated (enabled), the host has to flush parameter changes from time to time by sending them to the processor by calling process (with audio buffer set to nullptr), in this case the plug-in should only update the parameters changes without processing any audio. It is very important that the host supports this flush mechanism; otherwise, when saving plug-ins state (project/preset) the host will not get the correct updated one.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?","id":"669","title":"Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?"},"67":{"body":"Very simple delay plug-in: showing how to support IProcessContextRequirements Check the folder \"public.sdk/samples/vst/syncdelay\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Sync Delay","id":"67","title":"Sync Delay"},"670":{"body":"/ VST Home / Frequently Asked Questions Q: How does Audio Processing Bypass work? Q: Can the maximum sample block size change while the plug-in is processing? Q: Can the sample rate change while the plug-in is processing? Q: Can the host call the process function without Audio buffers? Q: What is a Side-Chain? Q: How can I implement a Side-chain path into my plug-in? Q: My plug-in is capable of processing all possible channel configurations. Q: How are speaker arrangement settings handled for FX plug-ins? Q: My plug-in has mono input and stereo output. How does VST 3 handle this? Q: How does it work with silence flags? Q: How report to the host that the plug-in latency has changed? Q: How report to the host that the plug-in arrangement has changed? Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call? Q: How to make sure that a plug-in is always processed? Q: Can IComponent::getState()/setState() be called during processing? Q: How can a plug-in be informed that it is currently processed in offline processing? Q: What should I NOT call in the realtime process function?","breadcrumbs":"Frequently Asked Questions » Processing » Processing","id":"670","title":"Processing"},"671":{"body":"In order to implement audio process bypassing, the plug-in can export a parameter which is additionally and exclusively flagged as having the attribute kIsBypass. When the user activates the plug-in bypass in the host, like all parameter changes, this is sent as part of the parameter data passed to the IAudioProcessor::process method. The implementation of the bypass feature is entirely the responsibility of the plug-in: The IIAudioProcessor::process method will continue to be called. The plug-in must take care of artifact-free switching (ramping/fade-in/fade-out, parallel processing or algorithm changes) and must also provide a delayed action if the plug-in has a latency and be sure that the output buffers are providing a copy of the input buffers (eventually delayed). No need to copy the input buffers to the output buffers when the pointers are the same and the plug-in has no latency! This is the choice of the plug-in to handle/process the bypass (like any other parameters) sample-accurate (by using the sampleOffset of the parameter change) or audio block based (not recommended when the audio block length is too large > 1024). During bypass the process is still called, but if not, for some reason, the host may call a flush (using process call with null audio buffer). ⓘ Note The plug-in needs to save in its state the bypass parameter like any other parameters. Q: Must the host deliver valid initialized Audio buffers if the associated bus is deactivated? In a correctly implemented host, if an input or output bus exists in the host, and it has become disconnected from the plug-in, the plug-in will receive disconnection information (bus activation). Additionally, a plug-in with a disconnected input bus will continue to receive default silence buffers, just as a plug-in with a disconnected output bus will continue to receive default nirvana buffers. When these deactivated busses are the last busses (for input or output), the host could not provide associated AudioBusBuffers , in this case the plug-in should check numInputs and numOutputs and doesn't process these busses.","breadcrumbs":"Frequently Asked Questions » Processing » Q: How does Audio Processing Bypass work?","id":"671","title":"Q: How does Audio Processing Bypass work?"},"672":{"body":"The max. sample block size ( maxSamplesPerBlock ) can change during the lifetime of a plug-in, but NOT while the audio component is active. Therefore max. sample block size ( maxSamplesPerBlock ) can never change during or between processing calls while the plug-in is active. If the host changes the maximum sample block size it specifically calls the following: Vst::IAudioProcessor::process (...);\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setActive (false); Vst::IAudioProcessor::setupProcessing (...); Vst::IAudioProcessor::setActive (true);\nVst::IAudioProcessor::setProcessing (true);\nVst::IAudioProcessor::process (...); Note that the ProcessData -> numSamples which indicates how many samples are used in a process call can change from call to call, but never bigger than the maxSamplesPerBlock .","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the maximum sample block size change while the plug-in is processing?","id":"672","title":"Q: Can the maximum sample block size change while the plug-in is processing?"},"673":{"body":"No. Same as Q: Can the maximum sample block size change while the plug-in is processing?","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the sample rate change while the plug-in is processing?","id":"673","title":"Q: Can the sample rate change while the plug-in is processing?"},"674":{"body":"Yes, the host can call IAudioProcessor::process without buffers (numInputs and numOutputs are zeroed), in order to flush parameters (from host to plug-in).","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the host call the process function without Audio buffers?","id":"674","title":"Q: Can the host call the process function without Audio buffers?"},"675":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: What is a Side-Chain?","id":"675","title":"Q: What is a Side-Chain?"},"676":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How can I implement a Side-chain path into my plug-in?","id":"676","title":"Q: How can I implement a Side-chain path into my plug-in?"},"677":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: My plug-in is capable of processing all possible channel configurations.","id":"677","title":"Q: My plug-in is capable of processing all possible channel configurations."},"678":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How are speaker arrangement settings handled for FX plug-ins?","id":"678","title":"Q: How are speaker arrangement settings handled for FX plug-ins?"},"679":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: My plug-in has mono input and stereo output. How does VST 3 handle this?","id":"679","title":"Q: My plug-in has mono input and stereo output. How does VST 3 handle this?"},"68":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction How to use it? VST Player Window Audio Input Event Input VST Rack Info Window Context Menu Transport VST 3 Plug-ins Tests Window Preset Editor Related pages: VST 3 Plug-in Examples","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST 3 Plug-in Test Host","id":"68","title":"VST 3 Plug-in Test Host"},"680":{"body":"See [3.0.0] Silence flags Support and tutorial about how to use Silence flags .","breadcrumbs":"Frequently Asked Questions » Processing » Q: How does it work with silence flags?","id":"680","title":"Q: How does it work with silence flags?"},"681":{"body":"The plug-in should call from the editController its component handler restartComponent function with flag kLatencyChanged: componentHandler->restartComponent (kLatencyChanged); The host will call Vst::IAudioProcessor->getLatencySamples() in order to check the new latency and adapt its latency compensation if supported.","breadcrumbs":"Frequently Asked Questions » Processing » Q: How report to the host that the plug-in latency has changed?","id":"681","title":"Q: How report to the host that the plug-in latency has changed?"},"682":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How report to the host that the plug-in arrangement has changed?","id":"682","title":"Q: How report to the host that the plug-in arrangement has changed?"},"683":{"body":"Yes, it depends how the DAW is supporting its processing, the following call sequence is legal: Vst::IAudioProcessor::process (...);\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setProcessing (true);\n// here no call to process, maybe something happen in between in the DAW\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setProcessing (true);\nVst::IAudioProcessor::process (...);","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call?","id":"683","title":"Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call?"},"684":{"body":"If your plug-in always generates sound without need of any audio input, you can add the category \"Generator\" as subCategories (for example use kFxGenerator ) or you can return kInfiniteTail in the function IAudioProcessor::getTailSamples","breadcrumbs":"Frequently Asked Questions » Processing » Q: How to make sure that a plug-in is always processed?","id":"684","title":"Q: How to make sure that a plug-in is always processed?"},"685":{"body":"Yes, setState and getState are called normally from the UI Thread when the plug-in is used in a realtime context, in an offline context set/getState can be called in the same thread as the process call. Check the workflow diagram Audio Processor Call Sequence for more info about in which state which interfaces are called.","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can IComponent::getState()/setState() be called during processing?","id":"685","title":"Q: Can IComponent::getState()/setState() be called during processing?"},"686":{"body":"When a plug-in is used in an offline processing context (which is the case with Cubase 9.5/Nuendo 8 feature: Direct Offline Processing), its component will be initialized with IComponent::setIoMode (Vst::kOfflineProcessing) (see The Simple Mode). The offline processing mode (passed in the process call) is used when: the user exports audio (downmix) direct offline processing feature With IComponent::setIoMode (Vst::kOfflineProcessing) you are able to differentiate between export and DOP (Direct Offline Processing). getting_started_vid_1 Direct Offline Processing since Cubase 9.5","breadcrumbs":"Frequently Asked Questions » Processing » Q: How can a plug-in be informed that it is currently processed in offline processing?","id":"686","title":"Q: How can a plug-in be informed that it is currently processed in offline processing?"},"687":{"body":"A good practice is to avoid any library calls from this critical realtime process. If you have to use them, check if they are designed for realtime operation and do not contain any locking mechanism. Avoid any filesystem access, networks and UI calls, memory allocation and deallocation, be careful when using STL containers which can allocate memory behind the scene, prefer patterns like non-blocking memory pools, and delegate tasks to UI/Timer thread for doing memory/file-network access jobs. Check Audio Processor Call Sequence too.","breadcrumbs":"Frequently Asked Questions » Processing » Q: What should I NOT call in the realtime process function?","id":"687","title":"Q: What should I NOT call in the realtime process function?"},"688":{"body":"/ VST Home / Frequently Asked Questions Q: The host doesn't open my plug-in UI, why?","breadcrumbs":"Frequently Asked Questions » GUI-Editor » GUI-Editor","id":"688","title":"GUI-Editor"},"689":{"body":"If you are not using VSTGUI , please check that you provide the correct object derived from EditorView or CPlugInView and that you overwrite the function isPlatformTypeSupported() .","breadcrumbs":"Frequently Asked Questions » GUI-Editor » Q: The host doesn't open my plug-in UI, why?","id":"689","title":"Q: The host doesn't open my plug-in UI, why?"},"69":{"body":"The SDK provides a test application called VST3PluginTestHost for Apple macOS X (x86_64/Apple M1) and Microsoft Windows (64bits). This application allows you to load a plug-in, simulates some inputs (Audio and Event) and acts like a small VST 3 host application based on an ASIO driver. Included in this application is a test module which allows you to check your plug-in in regard to the VST 3 standard. what_if_15 Check the folder \"bin\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Introduction","id":"69","title":"Introduction"},"690":{"body":"/ VST Home / Frequently Asked Questions Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one? Q: How can I support projects which were saved with the VST 2 version of my plug-in? Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart? Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3? Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2? Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2? Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Compatibility with VST 2.x or VST 1","id":"690","title":"Compatibility with VST 2.x or VST 1"},"691":{"body":"You have to provide a special UID for your kVstAudioEffectClass and kVstComponentControllerClass components, based on its VST 2 UniqueID (4 characters) and its plug-in name in the following way: static void convertVST2UID_To_FUID (FUID& newOne, int32 myVST2UID_4Chars, const char* pluginName, bool forControllerUID = false)\n{ char uidString[33]; int32 vstfxid; if (forControllerUID) vstfxid = (('V' << 16) | ('S' << 8) | 'E'); else vstfxid = (('V' << 16) | ('S' << 8) | 'T'); char vstfxidStr[7] = {0}; sprintf (vstfxidStr, \"%06X\", vstfxid); char uidStr[9] = {0}; sprintf (uidStr, \"%08X\", myVST2UID_4Chars); strcpy (uidString, vstfxidStr); strcat (uidString, uidStr); char nameidStr[3] = {0}; size_t len = strlen (pluginName); // !!!the pluginName has to be lower case!!!! for (uint16 i = 0; i <= 8; i++) { uint8 c = i < len ? pluginName[i] : 0; sprintf (nameidStr, \"%02X\", c); strcat (uidString, nameidStr); } newOne.fromString (uidString);\n} Note that if you are developing a new plug-in and if you are using the VST 2 wrapper included in the SDK you do not need to use convertVST2UID_To_FUID, a VST 2 specific vendor call allows the host ( Steinberg hosts since Cubase 4.0) to get from a VST 2 version a VST 3 UID. // extracted code from vst2wrapper.cpp\n//-----------------------------------------------------------------------------\nVstIntPtr Vst2Wrapper::vendorSpecific (VstInt32 lArg, VstIntPtr lArg2, void* ptrArg, float floatArg)\n{ switch (lArg) { case 'stCA': case 'stCa': switch (lArg2) { case 'FUID': if (ptrArg) { if (vst3EffectClassID.isValid ()) { memcpy ((char*)ptrArg, vst3EffectClassID, 16); return 1; } } break; // ....","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one?","id":"691","title":"Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one?"},"692":{"body":"The host will call IComponent::setState() and IEditController::setComponentState() with the complete FXB/FXP stream. You have to extract your old state from that, for this the SDK provides a helper function VST3::tryVst2StateLoad . Here the code to add in the VST 3 version when a VST 3 plug-in replaces a VST 2 plug-in in a Steinberg sequencer project: #include \"public.sdk/source/vst/utility/vst2persistence.h\" //------------------------------------------------------------------------\ntresult PLUGIN_API MyVST3Effect::setState (IBStream* state)\n{ if (auto vst2State = VST3::tryVst2StateLoad (*state)) { if ((vst2State->programs.empty ()) || (static_cast (vst2State->programs.size ()) <= vst2State->currentProgram)) return kResultFalse; //.... } return kResultFalse;\n} For complete example source code you could check the function: tresult PLUGIN_API Processor::setState (IBStream state)* in the file public.sdk/samples/vst/mda-vst3/source/mdaBaseProcessor.cpp For Automation compatibility, you have to ensure that VST 3 parameter IDs have the same value than the indexes of their associated parameters in VST 2 . Only with this condition the host can play back the automation. The parameter value has the same meaning in VST 2 and VST 3 .","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: How can I support projects which were saved with the VST 2 version of my plug-in?","id":"692","title":"Q: How can I support projects which were saved with the VST 2 version of my plug-in?"},"693":{"body":"You can use the compatibility array of the moduleinfo.json file. There, you use the UID of your VST 3 audio effect class as the \"New\" UID and put the UID of your VST 2 plug-in in the \"Old\" array. If you cannot use the moduleinfo.json file, you can create a class that implements the IPluginCompatibility interface which you must provide to the host via your plug-in factory.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart?","id":"693","title":"Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart?"},"694":{"body":"You cannot and more importantly must not do this. The processing part and user interface part communicate via a messaging system. See Q: How should I communicate between the 'Processing' and the 'User Interface'? for details.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3?","id":"694","title":"Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3?"},"695":{"body":"Yes and it is essential to support this for automation. For details, please see Parameters and Automation","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2?","id":"695","title":"Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2?"},"696":{"body":"Not in version 3.1.0, we plan something in this direction later. (Note: this variableIO processing was for example for time stretching plug-ins).","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2?","id":"696","title":"Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2?"},"697":{"body":"VST 3 doesn't support offline processing like it did in VST 2 (this interface was exclusively used by WaveLab ). But it is possible to use VST 3 plug-ins in an offline context (this means that the process function can be called faster than real time: for example, during an export or a batch processing). If the plug-in doesn't support faster than realtime, it should add kOnlyRealTime to its category.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?","id":"697","title":"Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?"},"698":{"body":"/ VST Home / Frequently Asked Questions Q: How does persistence work? Q: What's the difference between IEditController::setComponentState and IEditController::setState?","breadcrumbs":"Frequently Asked Questions » Persistence » Persistence","id":"698","title":"Persistence"},"699":{"body":"An instantiated plug-in often has state information that must be saved in order to properly re-instantiate that plug-in at a later time. A VST 3 plug-in has two states which are saved and reloaded: its component state and its controller state. The sequence of actions for saving is: component->getState (compState) controller->getState (ctrlState) The sequence of actions for loading is: component->setState (compState) controller->setComponentState (compState) controller->setState (ctrlState) In the latter sequence you can see that the controller part will receive the component state. This allows the 2 parts to synchronize their states.","breadcrumbs":"Frequently Asked Questions » Persistence » Q: How does persistence work?","id":"699","title":"Q: How does persistence work?"},"7":{"body":"Building the examples included in the SDK Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux Using cmake for building VST 3 plug-ins Generate a new plug-in with the Project Generator App Code your first plug-in Use VSTGUI to design a User Interface Advanced VST 3 techniques How to use the silence flags Guideline for replacing a VST 2 plug-in by a VST 3 plug-in Strings Conversion Helper Creating a cmake plug-in project from scratch Creating a plug-in with VST 3 SDK as an external project Switching to another VSTGUI submodule or branch","breadcrumbs":"VST » Tutorials","id":"7","title":"Tutorials"},"70":{"body":"what_if_15 View -> Open Plug-in Information Window : opens a window showing all registered component and controller VST 3 plug-ins. View -> Open Plug-in Unit Tests Window : opens a window where you can test your plug-in with a series of unit tests. View -> Open Preset Editor : allows you to open, check and modify VST 3 presets (adding meta attributes like in Instrument/- Style/Character) File -> Convert VST 3 Preset to VST 2 preset (fxp or fxb) : allow to convert VST 3 Presets to compatible VST 2 Presets. File -> Overwrite Plug-in Name in VST 3 Presets : allow to rename the plug-in name in a set of VST 3 Presets. what_if_16 Dark Mode version","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » How to use it?","id":"70","title":"How to use it?"},"700":{"body":"After a preset is loaded, the host calls Vst::IEditController::setComponentState and Vst::IComponent::setState . Both delivering the same information. Vst::IEditController::setState is called by the host so that the plug-in is able to update its controller dependent parameters, e.g. position of scroll bars. Prior to this, there should have been a call by the host to Vst::IEditController::getState , where the plug-in writes these various parameters into the stream. See also Q: How does persistence work? .","breadcrumbs":"Frequently Asked Questions » Persistence » Q: What's the difference between IEditController::setComponentState and IEditController::setState?","id":"700","title":"Q: What's the difference between IEditController::setComponentState and IEditController::setState?"},"701":{"body":"/ VST Home / Frequently Asked Questions Q: How is a normalized value converted to a discrete integer value in VST 3? Q: What is the return value tresult? Q: Which version of Steinberg Sequencers support VST 3? Q: Why do plug-ins need subcategories? Q: Is it possible to define a plug-in as Fx and Instrument? Q: Is it possible to ask a plug-in about which speaker arrangements are supported? Q: Which version of Steinberg Sequencers support VST 3 Note Expression? Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do? Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner? Q: How can I validate my plug-in? Q: How can I allow to create Symbolic Link on Windows? Q: My generated VST 3 plug-in is not visible in my preferred host? Q: What is a GUID and how can I create it?","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Miscellaneous","id":"701","title":"Miscellaneous"},"702":{"body":"A detailed description of parameter handling is provided here: Parameters .","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How is a normalized value converted to a discrete integer value in VST 3?","id":"702","title":"Q: How is a normalized value converted to a discrete integer value in VST 3?"},"703":{"body":"Almost all VST 3 interfaces return a tresult value. This integer value allows to return to the caller more differentiated error/success information than just a boolean value with its true and false. The various possible values are defined in funknown.h . They are the same values as used in COM. Be careful when checking a tresult return value, because on success kResultOk is returned which has the integer value 0 : // this is WRONG!!!!!\nif (component->setActive (true))\n{\n} // this is CORRECT!!!!!\nif (component->setActive (true) == kResultOK)\n{\n}\n// or\n// this is CORRECT too!!!!!\nif (component->setActive (true) != kResultOK)\n{ // error message....\n}","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: What is the return value tresult ?","id":"703","title":"Q: What is the return value tresult ?"},"704":{"body":"In order to load VST 3 plug-ins you need at least: For VST 3.0.0 Cubase / Nuendo 4.1.2 is needed. For VST 3.0.1 features Cubase 4.2 is needed. For VST 3.5.0 features Cubase 6.0 is needed. see other VST 3 Hosts","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Which version of Steinberg Sequencers support VST 3?","id":"704","title":"Q: Which version of Steinberg Sequencers support VST 3?"},"705":{"body":"When you export your plug-in in the factory instance (check againentry.cpp : DEF_CLASS2), you have to define a subcategory string (can be a combination of more than one string: like \" Fx|Dynamics|EQ \" for example). Currently the subcategory string is used by Cubase / Nuendo to organize the plug-ins menu in the following way: // Computation of Folder Name (SubCategories => folder in menu)\n\"Fx\" => \"Other\"\n\"Fx|Delay\" => \"Delay\"\n\"Fx|Mastering|Delay\" => \"Mastering\"\n\"Spatial|Fx\" => \"Spatial\"\n\"Fx|Spatial\" => \"Spatial\"\n\"Instrument|Fx\" => if used as VSTi \"\" else if used as Insert \"Other\"\n\"Instrument|Sampler\" => \"Sampler\"\n\"Fx|Mastering|Surround\" => \"Mastering\\Surround\"\n\"Fx|Mastering|Delay|Stereo\" => \"Mastering\\Stereo\"\n\"Fx|Mastering|Mono\" => \"Mastering\\Mono\" This string should only be a hint what type of plug-in it is. It's not possible to define all types. If you have wishes for new categories, please discuss them in the VST Developer Forum ( https://sdk.steinberg.net ) and we can add them to future versions of the SDK.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Why do plug-ins need subcategories?","id":"705","title":"Q: Why do plug-ins need subcategories?"},"706":{"body":"Yes it is possible, you can use the CString kFxInstrument (\"Fx|Instrument\") as subcategories (check DEF_CLASS2). In this case Steinberg Sequencers will allow the user to load it as an effect and as an instrument. The plug-in as instrument (in case of current Steinberg Sequencers <= 5.5) will not enable the Audio Input busses.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Is it possible to define a plug-in as Fx and Instrument?","id":"706","title":"Q: Is it possible to define a plug-in as Fx and Instrument?"},"707":{"body":"No, not before the plug-in is instantiated, there is no way to ask the factory about which arrangements are supported for a given plug-in. The host can instantiate the plug-in and before start processing then set some different speaker Arrangements and check if the plug-in supports them.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Is it possible to ask a plug-in about which speaker arrangements are supported?","id":"707","title":"Q: Is it possible to ask a plug-in about which speaker arrangements are supported?"},"708":{"body":"In order to use Note Expression with VST 3 plug-ins you need at least Cubase/Nuendo 6.0.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Which version of Steinberg Sequencers support VST 3 Note Expression ?","id":"708","title":"Q: Which version of Steinberg Sequencers support VST 3 Note Expression ?"},"709":{"body":"Due to an issue in the Mac CoreAudio SDK, not yet fixed by Apple, you have to apply a small patch to the file AUCarbonViewBase.cpp (located in CoreAudio/AudioUnits/AUPublic/AUCarbonViewBase): => Change: HISize originalSize = { mBottomRight.h, mBottomRight.v };\n// to\nHISize originalSize = { static_cast(mBottomRight.h), static_cast(mBottomRight.v) };","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do?","id":"709","title":"Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do?"},"71":{"body":"","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST Player Window","id":"71","title":"VST Player Window"},"710":{"body":"In order to make a surroundPanner plug-in selectable as panner (Post-fader) in Nuendo, this plug-in should have as subCategories: kSpatial or kSpatialFx (in order to use it as insert too). For example: DEF_CLASS2 (INLINE_UID_FROM_FUID(Steinberg::Vst::SPannerProcessor::cid), PClassInfo::kManyInstances, kVstAudioEffectClass, stringPluginName, Vst::kDistributable, Vst::PlugType::kSpatial , FULL_VERSION_STR, // plug-in version (to be changed) kVstVersionString, Steinberg::Vst::SPannerProcessor::createInstance) Be sure that you overwrite the function \"tresult PLUGIN_API setBusArrangements ...\" which allows you to get the current bus arrangements.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner?","id":"710","title":"Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner?"},"711":{"body":"You have the Validator command line which can be automatically called after you compile your plug-in (when you use the cmake defined by the SDK). This will apply some standard validations. The 2cd validation tool is the VST 3 plug-in Test Host : check its menu entry: View => Open plug-in Unit Tests Window","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I validate my plug-in?","id":"711","title":"Q: How can I validate my plug-in?"},"712":{"body":"You have to adapt your Windows right access to allow creation of symbolic links for VST 3 plug-ins: Check HERE!","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I allow to create Symbolic Link on Windows?","id":"712","title":"Q: How can I allow to create Symbolic Link on Windows?"},"713":{"body":"If your plug-in is visible in the VST 3 plug-in Test Host but not in your DAW, this is maybe due to the fact: this host is not supporting VST 3 ! Check the vendor ( known list of VST 3 host ) this host does not scan on Windows the new user location . You can try to use the main VST3 folder by setting the cmake variable when you generate the project: -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=0 this host could not resolve symbolic link! You could try to copy your plug-in directly in the main VST3 folder (C:\\Program Files\\Common Files\\VST3)","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: My generated VST 3 plug-in is not visible in my preferred host?","id":"713","title":"Q: My generated VST 3 plug-in is not visible in my preferred host?"},"714":{"body":"GUID is a 32 hexadecimal digits. VST 3 uses GUID (aka UUID) to identify a plug-in (one for the processor and one for the controller). These Globally Unique IDentifiers have to be generated when you create new plug-in and they should be unique. Here an example of GUID: (0x84E8DE5F, 0x92554F53, 0x96FAE413, 0x3C935A18) This has to be used in the declaration of your processor part like here in the AGain example ( againentry.cpp ): static const FUID AGainProcessorUID (0x84E8DE5F, 0x92554F53, 0x96FAE413, 0x3C935A18); BEGIN_FACTORY_DEF (stringCompanyName, stringCompanyWeb, stringCompanyEmail) //---First plug-in included in this factory------- // its kVstAudioEffectClass component DEF_CLASS2 (INLINE_UID_FROM_FUID(AGainProcessorUID), PClassInfo::kManyInstances,\t// cardinality kVstAudioEffectClass,\t// the component category stringPluginName, // here the plug-in name Vst::kDistributable, AGainVST3Category, // Subcategory FULL_VERSION_STR, // Plug-in version kVstVersionString, // the VST 3 SDK version Steinberg::Vst::AGain::createInstance) //... If you use the VST 3 Project Generator , new GUIDs will be generated automatically for you. You could use your IDE (like Visual Studio) to create GUID or use some online generators (for example: https://guidgenerator.com/ ). GUIDs are also used as interface identifier in VST 3 (check in the VST SDK source code where the macro DECLARE_CLASS_IID is used).","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: What is a GUID and how can I create it?","id":"714","title":"Q: What is a GUID and how can I create it?"},"715":{"body":"/ VST Home / Frequently Asked Questions Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform. Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only. Q: I would like to sell my VST 3 plug-in/host in binary form only. Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs. Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host. Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3. Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE. Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license. Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK? Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform. Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form.","breadcrumbs":"Frequently Asked Questions » Licensing » Licensing","id":"715","title":"Licensing"},"716":{"body":"You can choose the GPLv3 license and feel free to share your plug-ins/host's source code including or referencing the VST 3 SDK 's sources on GitHub. You are allowed to provide a binary form of your plug-ins/host too, provided that you provide its source code as GPLv3 too. Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform.","id":"716","title":"Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform."},"717":{"body":"You can distribute your VST 3 plug-in/host in a binary form. This always requires that you to choose the \"Proprietary Steinberg VST 3\" license. Even though you distribute your VST 3 plug-in/host as freeware/shareware you need to adhere to the requirements of the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only.","id":"717","title":"Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only."},"718":{"body":"If you work for-profit and distribute your VST 3 plug-in/host in binary form, you need to choose the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to sell my VST 3 plug-in/host in binary form only.","id":"718","title":"Q: I would like to sell my VST 3 plug-in/host in binary form only."},"719":{"body":"You can adapt and modify the VST 3 SDK 's source for your needs, but if you want to distribute these sources under GPLv3 you have to distribute your VST 3 plug-in/host's sources under GPLv3 too. It is allowed to modify the VST 3 SDK 's when you distribute your VST 3 plug-in/host in binary form and choose the \"Proprietary Steinberg VST 3\" license. If you are of the opinion that we should include your changes in the SDK, please contact us (use the sdk.steinberg.net ).","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs.","id":"719","title":"Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs."},"72":{"body":"In this section you can select the audio source of your plug-in for the Main Input Audio Bus and for the Aux Input Audio Bus ( Side-chain : if available) between: A sine wave Noise Silence ASIO Input (first stereo) An Audio File (in this case use the browser (... button) to choose the file (wave, aiff)) A Volume slider allows you to control the level of the source.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Audio Input","id":"72","title":"Audio Input"},"720":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too!","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host.","id":"720","title":"Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host."},"721":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too! Note that you have to follow the Steinberg VST usage guidelines . If you do not want to be GPLv3 , you have to build your VST 3 plug-in/host based on the original or any private modified version of the VST 3 SDK and choose the \"Proprietary Steinberg VST 3\" license.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3 .","id":"721","title":"Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3 ."},"722":{"body":"If you work for-profit and distribute your plug-in/host in binary form, you need to choose the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg. Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE.","id":"722","title":"Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE."},"723":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too! Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license.","id":"723","title":"Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license."},"724":{"body":"No, the license agreement has its own versioning, you just have to be sure that you have already signed the correct version of it. As of SDK version 3.6.8 , the license has the version 2.0 (only some minor change/formatting of the text of the license agreement were done in the last SDK versions [3.6.9 up to 3.7.1]) If you use a VST 3 SDK version >= 3.6.8 , you have to be sure that you sent Steinberg a signed license agreement ( version 2.x ) from one of the last VST 3 SDK s (>= 3.6.8). If you use a VST 3 SDK version < 3.6.8 , you have to be sure that you sent Steinberg a signed license agreement ( version 1 ) included in the VST 3 SDK that you use. If you do not know if you already sent it, it is recommended to send it again and in this case it is possible to use the license agreement of the last VST 3 SDK , too! If you have signed a license agreement ( version 2.x ) and a new released VST 3 SDK uses a new license agreement ( version 3.x ), then you have to signed it again. The previous explanation also applies to used 3rd parties SDK like JUCE/iPlug/SynthEdit... just check which VST 3 SDK version is used by the 3rd party SDK you work with and sign the correct license agreement or the last available one.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK?","id":"724","title":"Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK?"},"725":{"body":"It is allowed but be sure that you do NOT include the Steinberg VST 2 files: like aeffect.h and aeffectx.h . These files are under a different license which does not allow redistribution!","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform.","id":"725","title":"Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform."},"726":{"body":"If you have signed the VST 2 license agreement (before October 2018), you can. If not, you are not allowed to distribute it! See here !","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form.","id":"726","title":"Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form."},"727":{"body":"/ VST Home / Frequently Asked Questions Q: What is the purpose of restartComponent? Is it generally OK to return kNotImplemented? Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs? Q: Do all version updates for a certain plug-in require a new classID? Q: Should the host support plug-ins that don't have EditController (IComponent::getControllerClassId() fails or subsequent IPluginFactory::createInstance() fails)? Q: Should the host support plug-ins that don't have IPlugView (IEditController::createView() fails or IPlugView::isPlatformTypeSupported() returns false)? Q: What is allowed to change for a given parameter (ParamID)? Name, number of steps, automatable or not, which unit it is part of? Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged? Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent? Q: Some plug-ins have parameters that are not automatable (kCanAutomate). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor? Q: Can the host get away with returning kNotImplemented for restartComponent(kReloadComponent)? Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage? Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.? Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)? Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS? Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release(), which actually control the lifetime of the object? Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread? Q: Some plug-ins return kResultFalse when the host calls setComponentState. Should the host just ignore the returned result code?","breadcrumbs":"Frequently Asked Questions » Hosting » Hosting","id":"727","title":"Hosting"},"728":{"body":"By default the host could return kNotImplemented if it does not implement a specific flag. But it is highly recommended to implement these flags: kLatencyChanged kParamValuesChanged kParamTitlesChanged kIoChanged","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What is the purpose of restartComponent ? Is it generally OK to return kNotImplemented ?","id":"728","title":"Q: What is the purpose of restartComponent ? Is it generally OK to return kNotImplemented ?"},"729":{"body":"You must treat the Class ID as globally unique. If it happens that the same classID is already registered by the host then the host could ignore it or try to compare the version (string based) and keep the newest version (done by Cubase for example). It should be only one VST 3 plug-in registered in the host at a time. The host could decide to show the duplicate classID to the user if wanted.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs?","id":"729","title":"Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs?"},"73":{"body":"This section simulates note events sent to the plug-in. A pattern could be defined and initialized with randomized, chromatic or manual events. (for Chromatic choose the start note in the pattern and select Chromatic in the pop-up menu). Active check box: enable/disable the playback of this pattern. You can choose different loop stepping for this pattern (1, 1/2, ...1/32)","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Event Input","id":"73","title":"Event Input"},"730":{"body":"No, normally a new version should and could replace directly an older version by using the same classID, see previous question. This is the correct way to do it. It may happen that some plug-ins will use new classIDs. If these plug-ins are done to replace older versions, the new Moduleinfo or IPluginCompatibility interface, if used by the plug-in, allows the host to select the new plug-in as replacement for an older one (if not present or not) when loading a project using an old version.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Do all version updates for a certain plug-in require a new classID?","id":"730","title":"Q: Do all version updates for a certain plug-in require a new classID?"},"731":{"body":"The host have to check that the IAudioProcessor implements the IEditController interface too. A plug-in can implement both interfaces in the same object (Single Component Effect) See Here for more info. The Host should be able to handle the case when no IEditController is available.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Should the host support plug-ins that don't have EditController ( IComponent::getControllerClassId () fails or subsequent IPluginFactory::createInstance () fails)?","id":"731","title":"Q: Should the host support plug-ins that don't have EditController ( IComponent::getControllerClassId () fails or subsequent IPluginFactory::createInstance () fails)?"},"732":{"body":"A plug-in don't need to have a custom editor. See the examples in the SDK. Many of them don't have a custom editor. This was true for VST 2 too. So the host have to support these plug-ins without dedicated UI, but it could provide a generic UI.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Should the host support plug-ins that don't have IPlugView ( IEditController::createView () fails or IPlugView::isPlatformTypeSupported () returns false)?","id":"732","title":"Q: Should the host support plug-ins that don't have IPlugView ( IEditController::createView () fails or IPlugView::isPlatformTypeSupported () returns false)?"},"733":{"body":"See Here .","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What is allowed to change for a given parameter ( ParamID )? Name, number of steps, automatable or not, which unit it is part of?","id":"733","title":"Q: What is allowed to change for a given parameter ( ParamID )? Name, number of steps, automatable or not, which unit it is part of?"},"734":{"body":"Yes, this is the way it should be done: kParamTitlesChanged => recheck title-unit, stepcount, default value and flags.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged ?","id":"734","title":"Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged ?"},"735":{"body":"No, see previous question.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent ?","id":"735","title":"Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent ?"},"736":{"body":"Yes, the host must transfer the parameter change from the controller to the processor. The information automatable ( kCanAutomate ) is only there to allow the host and users to create an associated automation track for this parameter.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Some plug-ins have parameters that are not automatable ( kCanAutomate ). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor?","id":"736","title":"Q: Some plug-ins have parameters that are not automatable ( kCanAutomate ). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor?"},"737":{"body":"A host is permitted to return kNotImplemented if it does not support it! The plug-in then has to react accordingly.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Can the host get away with returning kNotImplemented for restartComponent ( kReloadComponent )?","id":"737","title":"Q: Can the host get away with returning kNotImplemented for restartComponent ( kReloadComponent )?"},"738":{"body":"No, this is not the typical use case. However, it could be used by plug-ins changing its internal-external representation (change of parameter´s count, number of IO...). For an initial host implementation, you can postpone it until a future version is released.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage?","id":"738","title":"Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage?"},"739":{"body":"Plug-in Unit names can change when restartComponent is called with kParamTitlesChanged . When restartComponent is called with kReloadComponent then the whole structure should be regenerated.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.?","id":"739","title":"Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.?"},"74":{"body":"This section allows you to load serialized multiple plug-ins. Each plug-in will be loaded in a slot. To load a plug-in (Audio or Instrument) click on the associated pop-up menu and select one plug-in. To unload a plug-in, click on its associated X button on its slot. For each loaded plug-in in a slot you can: Enable/disable the plug-in with the On button. Bypass/process the plug-in with the Byp button (if available as parameter). Enable/disable the Side-chain bus with the Aux button (available only if the plug-in has input Side-chain ). Open its editor with the Edit button. Save a Preset with the Store button. Load a Preset with the Load button. Open the information page of this plug-in with the Info button (see below).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST Rack","id":"74","title":"VST Rack"},"740":{"body":"Theoretically it is possible to use this for individual zoom levels, but most plug-ins won't work like this and on macOS many plug-ins don't implement this interface at all (or ignore it).","breadcrumbs":"Frequently Asked Questions » Hosting » Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)?","id":"740","title":"Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)?"},"741":{"body":"The design of this interface was done before it was possible on Windows for a plug-in to access the OS-scale. But this interface could be used by the host to try to rescale a given plug-in or all plug-ins. This is what is used in Cubase by changing the overall App scaling in the preference up to 50% to the system scale.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS?","id":"741","title":"Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS?"},"742":{"body":"You can only use these reference count no-ops for objects that are alive during the entire lifetime of the host and that will outlive the plug-ins.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release() , which actually control the lifetime of the object?","id":"742","title":"Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release() , which actually control the lifetime of the object?"},"743":{"body":"You can report the wrong behavior of the plug-in to the developer. restartComponent has to be called from UI Thread. As a security fallback, the host could postpone this call in the UI Thread and handle it in the next UI idle phase.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread?","id":"743","title":"Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread?"},"744":{"body":"Yes, just ignore the result in this case. However, we recommend to inform the plug-in developer about this issue.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Some plug-ins return kResultFalse when the host calls setComponentState . Should the host just ignore the returned result code?","id":"744","title":"Q: Some plug-ins return kResultFalse when the host calls setComponentState . Should the host just ignore the returned result code?"},"745":{"body":"/ VST Home Visit Steinberg's VST Developer Forum in order to get help with development, to submit bug reports, to request new features and to connect to other VST 3 developers: getting_started_vid_2 https://sdk.steinberg.net ( https://forums.steinberg.net/c/developer )","breadcrumbs":"VST 3 Forum » VST 3 Forum","id":"745","title":"VST 3 Forum"},"746":{"body":"/ VST Home / Getting Started On this page: Some Copyrights/Trademarks referred to in the VST 3 SDK Glossary","breadcrumbs":"Miscellaneous » Miscellaneous","id":"746","title":"Miscellaneous"},"747":{"body":"AAX by Avid Technology, Inc. Apple and macOS are either registered trademarks or trademarks of Apple Computer, Inc. registered in the U.S. and other countries. ASIO is a trademark and software of Steinberg Media Technologies GmbH . AU and AUv3 by Apple Inc. Dolby™ is a registered trademark of Dolby Laboratories, Inc. GITHUB is exclusive trademark registered in the United States by GitHub, Inc. JUCE library - Copyright (c) 2022 - ROLI Ltd. Microsoft , Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Pro Tools is a trademark or registered trademark of Avid Technology, Inc. or its subsidiaries in the United States and/or other countries. VST , Dorico , Cubase , Nuendo , VST Live and WaveLab are trademarks of Steinberg Media Technologies GmbH , registered in Europe and other countries. Other company names, product names and logos are the trademarks or registered trademarks of their respective owners.","breadcrumbs":"Miscellaneous » Some Copyrights/Trademarks referred to in the VST 3 SDK","id":"747","title":"Some Copyrights/Trademarks referred to in the VST 3 SDK"},"748":{"body":"External Glossary: AES - PAR - Pro Audio Reference: http://www.aes.org/par/ Abbr. Meaning Comment AAX Avid Audio Extension https://www.avid.com/alliance-partner-program/aax-connectivity-toolkit ADC Audio Developer Conference https://juce.com/adc AES Audio Engineering Society https://www.aes.org AMBI Ambisonics https://en.wikipedia.org/wiki/Ambisonics ASIO Audio Stream Input/Output ASIO™ is a protocol for communication between a software application and a computer's sound card (trademark of Steinberg ) AU Audio Unit https://developer.apple.com/documentation/audiounit COM Component Object Model https://en.wikipedia.org/wiki/Component_Object_Model DAFX Digital Audio Effects https://dafx.org DAW Digital Audio Workstation https://en.wikipedia.org/wiki/Digital_audio_workstation DLL Dynamic-Link Library https://en.wikipedia.org/wiki/Dynamic-link_library DSP Digital Signal Processing https://en.wikipedia.org/wiki/Digital_signal_processing e.g. exempli gratia for example FAQ Frequently Asked Questions VST 3 Frequently Asked Questions FFT Fast Fourier Transformation https://en.wikipedia.org/wiki/Fast_Fourier_transform GPL General Public License https://www.gnu.org/licenses/gpl-3.0.en.html ICASSP International Conference on Acoustics, Speech and Signal Processing https://en.wikipedia.org/wiki/International_Conference_on_Acoustics,_Speech,_and_Signal_Processing ISMIR International Society for Music Information Retrieval https://ismir.net LFE Low Frequency Effects https://en.wikipedia.org/wiki/Low-frequency_effects MIDI Musical Instrument Digital Interface https://www.midi.org MPE MIDI Polyphonic Expression https://www.midi.org SDK Software Development Kit https://en.wikipedia.org/wiki/Software_development_kit STL Standard Library Containers https://www.cplusplus.com/reference/stl/ URL Uniform Resource Locator https://en.wikipedia.org/wiki/URL UTF-16 Unicode Transformation Format 16bit String representation used by VST 3 for exchanging with the host. https://en.wikipedia.org/wiki/UTF-16 VST Virtual Studio Technology™ A trademark of Steinberg for their interface standard for integrating software plug-ins with DAWs. VST-MA Virtual Studio Technology - Module Architecture This is the base architecture for VST 3 VSTGUI Virtual Studio Technology - Graphical User Interface https://github.com/steinbergmedia/vstgui Vtable Virtual method table https://en.wikipedia.org/wiki/Virtual_method_table WYSIWYG What You See Is What You Get","breadcrumbs":"Miscellaneous » Glossary","id":"748","title":"Glossary"},"75":{"body":"Information window of AGain plug-in showing the Parameters panel: what_if_17 Information window of NoteExpressionSynth plug-in showing the Note Expression panel: what_if_18 Information window of AGain plug-in showing the Properties panel: what_if_19","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Info Window","id":"75","title":"Info Window"},"76":{"body":"Right click on the opened plug-in opens a context menu which allows to trigger some actions: what_if_20 Switch to Generic Editor : open the generic editor instead of the one provided by the plug-in. Export Presets Parameters as XML : load automatically all available VST 3 Presets for this plug-in and create a readable XML file for each preset including the parameter states.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Context Menu","id":"76","title":"Context Menu"},"77":{"body":"In this section you can: • set the gain of the output audio • control the transport state (Loop/Start/Stop/Rewind) • change the tempo and signature what_if_21","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Transport","id":"77","title":"Transport"},"78":{"body":"what_if_22 In this window you can select a specific test branch for a specific plug-in. You can navigate in the test tree (left part), then click on the button Run Selected to process only the selected tests. There are 2 kinds of tests concerning the way the plug-in is instantiated: Global Instance: only one instance of the plug-in will be instantiated for all tests. Local Instances: for each test a new instance of the plug-in will be instantiated. We define currently 2 sets of test: VST 3 Conformity Special Features You can run all available tests with Run All . It is possible also to disable some tests with the check box in the left view. Error reports will be displayed in the Errors view . In the Messages View some warnings (or some plug-in limitations), test results and progress are displayed. In this version of this Plug-in Test Host , the tests are limited to the main VST 3 features, in future version the test coverage will be extended.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST 3 Plug-ins Tests Window","id":"78","title":"VST 3 Plug-ins Tests Window"},"79":{"body":"what_if_23 With this editor you can load and modify VST 3 presets created with the Store button of the VST Rack by adding some meta-attributes.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Preset Editor","id":"79","title":"Preset Editor"},"8":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, to submit bug reports, to request new features and to connect to other VST 3 developers:","breadcrumbs":"VST » VST 3 Forum","id":"8","title":"VST 3 Forum"},"80":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction Start the VST 3 Project Generator Application Locate CMake Locate VST SDK VST SDK and cmake successfully located Setting the Preferences Path Preferences Setting and creating a plug-in project VST3 Project Generator License Related pages: Generate a new plug-in with Project Generator","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST 3 Project Generator","id":"80","title":"VST 3 Project Generator"},"81":{"body":"This open source application (Win/macOS) allows you to generate easily a new VST 3 plug-in project by just entering in a GUI some parameters. what_if_24 Check the folder \"VST3_Project_Generator\" of the SDK! The source code is available at GitHub - steinbergmedia/vst3projectgenerator: VST 3 Project Generator .","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Introduction","id":"81","title":"Introduction"},"82":{"body":"what_if_25 The first time you start the application, you will ask to define 2 folders where are located the VST SDK and the CMake tool. It still possible to change these folders afterward in the Preferences Tab, see Setting the Preferences . The Visit us menu includes some useful links.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Start the VST 3 Project Generator Application","id":"82","title":"Start the VST 3 Project Generator Application"},"83":{"body":"If you have already downloaded the CMake tool, you just have to indicate the Project Generator where it is located, for this click on Locate CMake and choose with the file selector the cmake.exe file: what_if_26 If you do not have previously installed the CMake tool, you could download it, just click on Download CMake , an internet browser will open the dedicated CMake webpage, check the Download section and install CMake . what_if_27","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Locate CMake","id":"83","title":"Locate CMake"},"84":{"body":"If you have already downloaded the VST 3 SDK , you just have to indicate the Project Generator where it is located, for this click on Locate VST SDK and choose with the folder selector the VST3_SDK folder: what_if_28 If you do not have previously installed the VST 3 SDK , you could download it, just click on Download VST SDK , a dialog appears: what_if_29 You have 2 possibilities to download the VST 3 SDK : Commercial : by clicking on it you will be redirected to the latest available SDK version to download, including all tools (check What is the VST 3 SDK? ), with this variant of the SDK you are able to create and commercialize your plug-ins (See What are the licensing options for VST 3? ). Open Source : by clicking on it you will be redirected to Steinberg Github where you will be able to clone the VST 3 SDK , this variant does not include all available tools (See What are the licensing options for VST 3? ).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Locate VST SDK","id":"84","title":"Locate VST SDK"},"85":{"body":"As soon as the requested 2 locations are founded, the user interface of the application should like this: what_if_30 The next time you start the Project Generator application you will not asked to relocate them!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST SDK and cmake successfully located","id":"85","title":"VST SDK and cmake successfully located"},"86":{"body":"Before creating any plug-in project, you have to define some global preferences which will be automatically saved when closing the application. Company Information The information included in this subsection will be used for generating Factory information associated to all plug-ins you will generate. This will be read by the host application loading your plug-ins and the host may display it to an user. Vendor : this is your Company name: e.g. \"Steinberg Media Technologies GmbH\" E-Mail : your email, which could be used by the host to redirect an user to your support for example: e.g. \" mailto:support@steinberg.net \" URL : the URL of your Company: e.g. \" https://www.steinberg.net \" C++ Namespace : this allows you to predefine a namespace which will be used to surround your plug-in source code: e.g. \"MyWantedNamespace\" : //...\nnamespace MyWantedNamespace { //-----------------------------------------------------------------------\nMyPluginController::MyPluginController ()\n{\n//...\n}\n} // end namespace\n//...\nnamespace MyWantedNamespace {","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Setting the Preferences","id":"86","title":"Setting the Preferences"},"87":{"body":"Like mentioned above in the subsection Path Preferences you could change several locations: VST 3 SDK Path : the current used VST 3 SDK you have previously downloaded. CMake Executable Path : the current used CMake tool","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Path Preferences","id":"87","title":"Path Preferences"},"88":{"body":"In this tab you are defining some information for the creation of a new plug-in: what_if_31 Name : the name of the plug-in which is displayed in a host: e.g. \"AGain\" Type : this specifies the main VST 3 Sub-Category ( PlugType ) of your plug-in: Audio Effect : ( kFx ) a simple audio effect Stereo→Stereo Instrument : ( kInstrument ) a simple instrument with 1 Event input and 1 stereo Audio output Use VSTGUI : check this if you want to use VSTGUI as UI framework macOS Deployment Target : enter here the minimum requested macOS version targeted C++ Class Name : this specifies the basename of your plug-in classes: e.g. \"AGain\" class AGainProcessor : public AudioEffect\n{ //...\n}; class AGainController : public EditControllerEx1\n{ //...\n}; Bundle ID : this is the ID needed for example for the Info.plist of macOS: e.g. \"com.steinberg.again\" Filename Prefix : (optional) this will be added as file prefix to the created files: e.g. \"AGain\" => AGainProcessor.cpp / AGainController.h / ... Output Directory : you define here in which folder your project will be created CMake Generator : CMake tool required to define a generator in order to create configuration files for a specific build system: there are 2 kinds of generators: Command-Line and IDE. Choose the one you need for example: on Windows: Visual Studio 17 2022 on macOS: Xcode CMake Platform : you could here define which target platform should be used, i.e x64 or ARM64EC (on Windows) Once all information is set up, you could click on Create , a script will create and CMake will be used and the chosen IDE will be opened. In the bottom area the script output is displayed, you have the possibility to copy it by using the dedicated button: Copy Script Output To Clipboard . Example of script Output C:\\Program Files\\CMake\\bin\\CMake.exe C:\\Users\\YGrabit\\Desktop\\SDKs\\VST3_SDKs\\3.7.7\\VST_SDK\\VST3_Project_Generator\\\nWindows_x64\\Resources\\GenerateVST3Plugin.cmake -DSMTG_VST3_SDK_SOURCE_DIR_CLI=\"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk\" -DSMTG_GENERATOR_OUTPUT_DIRECTORY_CLI=\"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\"\n-DSMTG_PLUGIN_NAME_CLI=\"AGain\" -DSMTG_PLUGIN_CATEGORY_CLI=\"Fx\" -DSMTG_CMAKE_PROJECT_NAME_CLI=\"AGain\"\n-DSMTG_PLUGIN_BUNDLE_NAME_CLI=\"AGain\" -DSMTG_PLUGIN_IDENTIFIER_CLI=\"com.steinberg.again\"\n-DSMTG_MACOS_DEPLOYMENT_TARGET_CLI=\"10.13\" -DSMTG_VENDOR_NAME_CLI=\"Steinberg\" -DSMTG_VENDOR_HOMEPAGE_CLI=\"www.steinberg.net\" -DSMTG_VENDOR_EMAIL_CLI=\"info@steinberg.net\" -DSMTG_PREFIX_FOR_FILENAMES_CLI=\"\" -DSMTG_PLUGIN_CLASS_NAME_CLI=\"AGain\" -DSMTG_ENABLE_VSTGUI_SUPPORT_CLI=ON -P \"C:\\Users\\YGrabit\\Desktop\\SDKs\\VST3_SDKs\\3.7.7\\VST_SDK\\VST3_Project_Generator\\ Windows_x64\\Resources\\GenerateVST3Plugin.cmake\"\n================================================== Steinberg Media Technologies GmbH VST3 Project Generator ================================================== -- Found Git: C:/Program Files/Git/cmd/git.exe (found version \"2.38.1.windows.1\") -- SMTG_CMAKE_SCRIPT_DIR : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/VST_SDK/VST3_Project_Generator/Windows_x64/Resources\n-- SMTG_ENABLE_VSTGUI_SUPPORT : ON\n-- SMTG_GENERATOR_OUTPUT_DIRECTORY : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\n-- SMTG_TEMPLATE_FILES_PATH : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/VST_SDK/VST3_Project_Generator/Windows_x64/Resources/cmake/templates\n-- SMTG_VST3_SDK_SOURCE_DIR : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk -- SMTG_VENDOR_NAME : Steinberg\n-- SMTG_VENDOR_HOMEPAGE : www.steinberg.net\n-- SMTG_VENDOR_EMAIL : info@steinberg.net\n-- SMTG_SOURCE_COPYRIGHT_HEADER: Copyright(c) 2022 Steinberg.\n-- SMTG_PLUGIN_NAME : AGain\n-- SMTG_PREFIX_FOR_FILENAMES : e.g. myplugincontroller.h\n-- SMTG_PLUGIN_IDENTIFIER : com.steinberg.again, used e.g. in Info.plist\n-- SMTG_PLUGIN_BUNDLE_NAME : AGain -- SMTG_CMAKE_PROJECT_NAME : e.g. AGain will output AGain.vst3\n-- SMTG_VENDOR_NAMESPACE : e.g. namespace MyCompanyName {...}\n-- SMTG_PLUGIN_CLASS_NAME : e.g. class AGainProcessor : public AudioEffect {...}\n-- SMTG_PLUGIN_CATEGORY : Fx\n-- SMTG_MACOS_DEPLOYMENT_TARGET: 10.13 -- SMTG_Processor_UUID : 0x310DE7F8, 0x10DA54D2, 0x98DE9223, 0xA9933093\n-- SMTG_Controller_UUID : 0x80068D40, 0xBA125C34, 0x9B1E857C, 0xC17CD5F3 -- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/CMakeLists.txt\n-- Copied : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/310DE7F810DA54D298DE9223A9933093_snapshot.png\n-- Copied : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/310DE7F810DA54D298DE9223A9933093_snapshot_2.0x.png\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/myplugineditor.uidesc\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/win32resource.rc\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/version.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincids.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincontroller.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincontroller.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginentry.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginprocessor.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginprocessor.h C:\\Program Files\\CMake\\bin\\CMake.exe -G \"Visual Studio 17 2022\" -A x64 -S \"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\\AGain\" -B \"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\\AGain\\build\" -DSMTG_ADD_VSTGUI=ON -- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.\n-- The C compiler identification is MSVC 19.34.31935.0\n-- The CXX compiler identification is MSVC 19.34.31935.0\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped\n-- Detecting CXX compile features\n-- Detecting CXX compile features - done\n-- [SMTG] CMAKE_SOURCE_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain\n-- [SMTG] CMAKE_CURRENT_LIST_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk\n-- [SMTG] Disable all VST3 samples\n-- [SMTG] SMTG_VSTGUI_SOURCE_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk/vstgui4\n-- Could NOT find EXPAT (missing: EXPAT_LIBRARY EXPAT_INCLUDE_DIR) -- VSTGUI will use the embedded Expat package!\n-- [SMTG] SMTG_AAX_SDK_PATH is not set. If you need it, please download the AAX SDK!\n-- Performing Test SMTG_USE_STDATOMIC_H\n-- Performing Test SMTG_USE_STDATOMIC_H - Failed\n-- [SMTG] Setup running moduleinfotool for AGain\n-- [SMTG] Setup running validator for AGain\n-- [SMTG] SMTG_PLUGIN_TARGET_PATH is set to: C:\\Users\\YGrabit\\AppData\\Local\\Programs\\Common\\VST3\n-- Configuring done\n-- Generating done\n-- Build files have been written to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/build That´s it! You can contribute to this project on https://github.com/steinbergmedia/vst3projectgenerator !","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Setting and creating a plug-in project","id":"88","title":"Setting and creating a plug-in project"},"89":{"body":"BSD style VST3ProjectGenerator LICENSE\n(c) Steinberg Media Technologies, All Rights Reserved Redistribution and use in source and binary forms, with orwithout modification,\nare permitted provided that the following conditions are met: * Redistributions of source code must retain the abovecopyright notice,\nthis list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the abovecopyright notice,\nthis list of conditions and the following disclaimer inthe documentation\nand/or other materials provided with the distribution.\n* Neither the name of the Steinberg Media Technologies northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ANDCONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULARPURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST3 Project Generator License","id":"89","title":"VST3 Project Generator License"},"9":{"body":"Browse the VST 3 SDK 's technical documentation. The full VST 3 API reference is only available in the VST 3 Package that you can download or find online here.","breadcrumbs":"VST » Technical Documentation","id":"9","title":"Technical Documentation"},"90":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Validator command line","breadcrumbs":"What is the VST 3 SDK? » Validator command line » Validator command line","id":"90","title":"Validator command line"},"91":{"body":"As Cross-platform source code: The validator is a small command line host application (source code included) which can be used to check your plug-in for VST 3 conformity. You can also write your own test code and let the validator execute it. Very nice for automatic build server integration.","breadcrumbs":"What is the VST 3 SDK? » Validator command line » Validator command line","id":"91","title":"Validator command line"},"92":{"body":"/ VST Home / What is the VST 3 SDK? On this page: AudioHost","breadcrumbs":"What is the VST 3 SDK? » AudioHost Application » AudioHost Application","id":"92","title":"AudioHost Application"},"93":{"body":"As Cross-platform source code: Simple cross-platform (only tested on Linux) host application allowing you to register a VST 3 plug-in with Jack Server. First, you have to download the Jack Audio SDK and application server ( http://www.jackaudio.org ). Windows (not tested): audiohost.exe \"C:\\PATH_TO_PLUGIN\" macOS (not tested) Linux: audiohost PATH_TO_PLUGIN On Windows and macOS, you can also drag and drop a VST 3 plug-in on the executable via Explorer/Finder. Check the folder \"public.sdk/samples/vst-hosting/audiohost\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » AudioHost Application » AudioHost","id":"93","title":"AudioHost"},"94":{"body":"/ VST Home / What is the VST 3 SDK? On this page: EditorHost","breadcrumbs":"What is the VST 3 SDK? » EditorHost Application » EditorHost Application","id":"94","title":"EditorHost Application"},"95":{"body":"As Cross-platform source code: Simple cross-platform (Win/macOS/Linux) host application allowing you to open the editor of a VST 3 plug-in (with HiDPI support on Windows/macOS). Call it from the command line: Windows: editorhost.exe \"C:\\PATH_TO_PLUGIN\" macOS/Linux: editorhost PATH_TO_PLUGIN On Windows and macOS you can also drag and drop a VST 3 plug-in on the executable via Explorer/Finder. Check the folder \"public.sdk/samples/vst-hosting/editorhost\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » EditorHost Application » EditorHost","id":"95","title":"EditorHost"},"96":{"body":"/ VST Home / What is the VST 3 SDK? On this page: VST 3 Inspector","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector Application » VST 3 Inspector Application","id":"96","title":"VST 3 Inspector Application"},"97":{"body":"As Cross-platform source code: Simple cross-platform (Win/macOS/Linux) host application, built with VSTGUI, which scans the VST 3 Folder, collects information from the factory about each VST 3 plug-in and display it in its UI. what_if_7 Check the folder \"public.sdk/samples/vst-hosting/inspectorapp\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector Application » VST 3 Inspector","id":"97","title":"VST 3 Inspector"},"98":{"body":"/ VST Home / What is the VST 3 SDK? On this page: VST 3 - VST 2.x Wrapper VST 3 - AAX Wrapper VST 3 - Audio Unit v3 Wrapper VST 3 - Audio Unit Wrapper Related pages: iOS Inter-App Audio support These wrappers allow you to create versions of your VST 3 plug-in in other plug-in formats with minimum effort: AAX format used by Pro Tools® AUv3 and AU (Audio Unit) on Apple platform VST 2 (deprecated) Check the folder \"public.sdk/source/vst/aaxwrapper\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX, AUv3, AU and VST 2 Wrappers","id":"98","title":"AAX, AUv3, AU and VST 2 Wrappers"},"99":{"body":"Helper Class wrapping a VST 3 plug-in to a VST 2.4 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - VST 2.x Wrapper","id":"99","title":"VST 3 - VST 2.x Wrapper"}},"length":749,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{")":{"4":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"1":{",":{"2":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"502":{"tf":1.0}}},"1":{"df":1,"docs":{"528":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":1,"docs":{"572":{"tf":1.0}}}},"5":{"df":2,"docs":{"234":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"df":0,"docs":{},"f":{"df":3,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}},"0":{"1":{"1":{"df":3,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"472":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":2,"docs":{"15":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"8":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":44,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":3.0},"238":{"tf":2.23606797749979},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"249":{"tf":3.1622776601683795},"252":{"tf":3.3166247903554},"253":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"478":{"tf":1.0},"486":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"508":{"tf":3.872983346207417},"511":{"tf":3.7416573867739413},"525":{"tf":2.0},"538":{"tf":1.0},"552":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0},"691":{"tf":2.23606797749979},"703":{"tf":1.0}},"u":{"df":1,"docs":{"250":{"tf":1.0}}},"x":{"0":{"3":{"df":1,"docs":{"472":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"d":{"a":{"5":{"4":{"d":{"2":{"df":1,"docs":{"88":{"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":{"a":{"0":{"c":{"c":{"2":{"6":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"0":{"d":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"3":{"5":{"a":{"1":{"8":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"4":{"a":{"df":0,"docs":{},"f":{"5":{"2":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"6":{"8":{"d":{"4":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"1":{"df":0,"docs":{},"e":{"2":{"4":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"8":{"d":{"df":0,"docs":{},"e":{"9":{"2":{"2":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"df":0,"docs":{},"e":{"8":{"5":{"7":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"8":{"b":{"df":0,"docs":{},"f":{"b":{"3":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"9":{"9":{"3":{"3":{"0":{"9":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"b":{"0":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"9":{"d":{"b":{"b":{"d":{"6":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"1":{"2":{"5":{"c":{"3":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"8":{"8":{"9":{"6":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"1":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"7":{"c":{"4":{"0":{"a":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}}},"0":{".":{"0":{".":{"1":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.4142135623730951},"447":{"tf":2.0},"467":{"tf":1.4142135623730951},"502":{"tf":1.0},"591":{"tf":1.4142135623730951},"625":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"t":{"d":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"/":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{"1":{"9":{"0":{"4":{"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"0":{"0":{".":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"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":{"df":1,"docs":{"645":{"tf":1.0}}},"3":{"df":2,"docs":{"49":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"1":{"df":1,"docs":{"428":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"df":2,"docs":{"157":{"tf":1.0},"252":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"544":{"tf":1.0},"671":{"tf":1.0}}},"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":14,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"29":{"tf":1.0},"378":{"tf":1.0},"428":{"tf":1.0},"49":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"572":{"tf":1.0},"627":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}},"1":{".":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"138":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"428":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"508":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"447":{"tf":1.0}}},"8":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":4,"docs":{"508":{"tf":2.0},"511":{"tf":2.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951}}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"4":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"225":{"tf":1.0},"447":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"580":{"tf":1.0},"621":{"tf":1.0}}},"5":{"df":6,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"246":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772}}},"6":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":9,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"359":{"tf":2.449489742783178},"447":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"613":{"tf":1.0},"65":{"tf":1.0},"691":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"225":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"8":{",":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"5":{".":{"0":{"df":1,"docs":{"88":{"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":{"6":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.0}}},"8":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":68,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":2.8284271247461903},"239":{"tf":2.6457513110645907},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":2.6457513110645907},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"502":{"tf":3.0},"508":{"tf":3.605551275463989},"510":{"tf":1.4142135623730951},"511":{"tf":4.123105625617661},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"533":{"tf":1.0},"546":{"tf":1.4142135623730951},"552":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"562":{"tf":1.0},"569":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.0},"608":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"2":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":9,"docs":{"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"1":{"4":{"7":{".":{"4":{"8":{"3":{".":{"6":{"4":{"8":{"df":1,"docs":{"368":{"tf":1.0}}},"9":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"621":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"639":{"tf":1.0}}},"1":{"df":1,"docs":{"223":{"tf":1.0}}},"2":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"8":{".":{"1":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"1":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}},"4":{"df":3,"docs":{"104":{"tf":1.0},"246":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"592":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.0},"690":{"tf":1.0},"724":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"0":{".":{"0":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"df":3,"docs":{"117":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}},"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":3,"docs":{"604":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"149":{"tf":1.0},"659":{"tf":1.0}}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"649":{"tf":1.0},"651":{"tf":1.0}}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":3,"docs":{"604":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":3,"docs":{"604":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"639":{"tf":1.0}}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":3,"docs":{"604":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"629":{"tf":1.0}}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":3,"docs":{"604":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":3,"docs":{"604":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"147":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"49":{"tf":1.4142135623730951},"615":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":3,"docs":{"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"141":{"tf":1.0},"225":{"tf":1.0},"621":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":1,"docs":{"366":{"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":{}},"2":{".":{"0":{"4":{"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"^":{"3":{"1":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"d":{"df":3,"docs":{"560":{"tf":1.0},"639":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"625":{"tf":1.0}}},"df":107,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":3.3166247903554},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"278":{"tf":1.0},"281":{"tf":1.0},"296":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"344":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"444":{"tf":1.0},"46":{"tf":1.0},"465":{"tf":1.0},"476":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":2.449489742783178},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"552":{"tf":1.0},"569":{"tf":1.0},"593":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":2.8284271247461903},"691":{"tf":2.23606797749979},"692":{"tf":2.0},"693":{"tf":1.7320508075688772},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"732":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.4142135623730951}},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"3":{"+":{"7":{"+":{"0":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"5":{",":{"7":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":41,"docs":{"286":{"tf":2.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"368":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":2.0},"453":{"tf":1.7320508075688772},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.7320508075688772},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"604":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"704":{"tf":1.0}}},"1":{"df":12,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"495":{"tf":1.0},"573":{"tf":1.0},"604":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"704":{"tf":1.0}}},"2":{"df":9,"docs":{"286":{"tf":1.0},"301":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"604":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":2,"docs":{"171":{"tf":1.0},"661":{"tf":1.0}}},"1":{".":{"0":{"df":15,"docs":{"286":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"604":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":1,"docs":{"339":{"tf":1.0}}},"5":{".":{"0":{"df":25,"docs":{"286":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"444":{"tf":1.4142135623730951},"452":{"tf":2.23606797749979},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"606":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":2.449489742783178},"704":{"tf":1.0}}},"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0}}},"6":{".":{"0":{"df":11,"docs":{"115":{"tf":1.0},"286":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"452":{"tf":1.4142135623730951},"529":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"604":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951}}},"1":{"0":{"df":12,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"318":{"tf":1.0},"423":{"tf":1.0},"427":{"tf":1.0},"443":{"tf":1.0},"452":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"604":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"1":{"df":12,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"2":{"df":20,"docs":{"286":{"tf":2.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"444":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"452":{"tf":2.0},"489":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"604":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":17,"docs":{"286":{"tf":2.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"452":{"tf":2.0},"545":{"tf":1.0},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"604":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"6":{"df":9,"docs":{"286":{"tf":1.0},"316":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"604":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0}}},"8":{"df":9,"docs":{"286":{"tf":1.0},"317":{"tf":1.0},"452":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"604":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"724":{"tf":2.0}}},"9":{"df":4,"docs":{"604":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"724":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{".":{"0":{"df":17,"docs":{"286":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":2.0},"581":{"tf":1.0},"582":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"604":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":4,"docs":{"604":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"724":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"265":{"tf":1.0},"286":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"452":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"6":{"df":3,"docs":{"604":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0}}},"8":{"df":4,"docs":{"364":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":11,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":2,"docs":{"641":{"tf":1.0},"724":{"tf":1.0}}}},"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"<":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"434":{"tf":2.23606797749979},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0}}}}},"df":14,"docs":{"188":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.23606797749979},"368":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":2.8284271247461903},"615":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"714":{"tf":1.0}}},"5":{"df":1,"docs":{"145":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"df":13,"docs":{"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}},"df":347,"docs":{"1":{"tf":2.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"11":{"tf":1.7320508075688772},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"127":{"tf":2.23606797749979},"130":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":2.449489742783178},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":2.8284271247461903},"156":{"tf":2.8284271247461903},"157":{"tf":2.449489742783178},"158":{"tf":2.0},"159":{"tf":1.0},"16":{"tf":2.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.6457513110645907},"165":{"tf":1.4142135623730951},"17":{"tf":3.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.8284271247461903},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":2.8284271247461903},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"23":{"tf":1.0},"230":{"tf":2.8284271247461903},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.23606797749979},"264":{"tf":2.23606797749979},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":3.0},"330":{"tf":2.449489742783178},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":2.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.7320508075688772},"364":{"tf":1.0},"365":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"39":{"tf":1.0},"390":{"tf":1.0},"399":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"43":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.7320508075688772},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"444":{"tf":2.0},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":2.0},"451":{"tf":1.7320508075688772},"458":{"tf":1.0},"46":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"47":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"483":{"tf":1.0},"489":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"502":{"tf":2.8284271247461903},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"51":{"tf":1.0},"513":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.7320508075688772},"520":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"562":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":2.8284271247461903},"604":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.23606797749979},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":2.0},"637":{"tf":2.0},"639":{"tf":2.23606797749979},"641":{"tf":3.1622776601683795},"643":{"tf":2.23606797749979},"645":{"tf":2.23606797749979},"647":{"tf":2.23606797749979},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"655":{"tf":2.6457513110645907},"662":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.449489742783178},"691":{"tf":1.4142135623730951},"692":{"tf":2.0},"693":{"tf":1.7320508075688772},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":2.449489742783178},"701":{"tf":2.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.7320508075688772},"708":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.0},"715":{"tf":3.605551275463989},"716":{"tf":1.4142135623730951},"717":{"tf":2.23606797749979},"718":{"tf":1.7320508075688772},"719":{"tf":2.6457513110645907},"720":{"tf":1.7320508075688772},"721":{"tf":2.449489742783178},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":3.0},"729":{"tf":1.0},"745":{"tf":1.4142135623730951},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":2.6457513110645907},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}},"r":{"d":{"df":9,"docs":{"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"639":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"4":{"+":{"5":{"+":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"691":{"tf":1.0}}},"1":{".":{"2":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"621":{"tf":1.0}}},"1":{".":{"1":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"615":{"tf":1.0}}},"2":{".":{"3":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"610":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"4":{".":{"9":{"6":{"7":{".":{"2":{"9":{"6":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"647":{"tf":1.4142135623730951},"659":{"tf":1.0},"704":{"tf":1.0}}},"3":{".":{"1":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"539":{"tf":1.0},"643":{"tf":1.0}}},"6":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"629":{"tf":1.0}}},"9":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"145":{"tf":1.0}}},"df":23,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.4142135623730951},"691":{"tf":1.0}}},"5":{".":{"1":{"df":2,"docs":{"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"5":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":2,"docs":{"623":{"tf":1.0},"741":{"tf":1.0}}},"7":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"d":{"1":{"df":0,"docs":{},"f":{"a":{"9":{"7":{"4":{"d":{"6":{"6":{"8":{"0":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"b":{"9":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"1":{"d":{"2":{"3":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"647":{"tf":1.0}}},"6":{".":{"0":{".":{"5":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"368":{"tf":1.0},"39":{"tf":1.0},"434":{"tf":2.23606797749979},"617":{"tf":1.0},"641":{"tf":1.0},"69":{"tf":1.0}}}}},"df":12,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.23606797749979},"427":{"tf":2.0},"429":{"tf":1.0},"447":{"tf":2.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"127":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"583":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"6":{"5":{"c":{"d":{"1":{"b":{"8":{"3":{"a":{"4":{"a":{"df":0,"docs":{},"f":{"4":{"8":{"0":{"a":{"a":{"7":{"9":{"2":{"9":{"a":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"8":{"a":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":14,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"445":{"tf":1.0},"447":{"tf":2.0},"478":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}},"8":{".":{"1":{"df":3,"docs":{"49":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"9":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"3":{"c":{"9":{"3":{"5":{"a":{"1":{"8":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"430":{"tf":1.0},"562":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":22,"docs":{"127":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.0},"430":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"445":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.7320508075688772}}},"9":{".":{"0":{"/":{"9":{".":{"1":{"/":{"1":{"0":{".":{"0":{"/":{"1":{"0":{".":{"1":{"/":{"1":{"1":{".":{"0":{"/":{"1":{"1":{".":{"1":{"/":{"1":{"3":{".":{"0":{"/":{"1":{"3":{".":{"1":{"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"686":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"686":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"438":{"tf":1.0},"517":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"m":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"562":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"/":{"b":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"0":{"b":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"4":{"0":{"0":{"5":{"d":{"9":{"b":{"4":{"7":{"9":{"6":{"7":{"1":{"7":{"7":{"df":0,"docs":{},"e":{"3":{"7":{"a":{"6":{"7":{"1":{"8":{"9":{"1":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"627":{"tf":1.7320508075688772},"629":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"613":{"tf":1.0},"88":{"tf":2.0}},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":11,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"333":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"145":{"tf":1.0},"150":{"tf":1.0},"239":{"tf":1.4142135623730951},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"311":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"507":{"tf":1.0},"543":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"28":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"507":{"tf":1.0},"532":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"359":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"391":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"390":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"374":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"253":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"374":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"385":{"tf":1.0},"447":{"tf":1.0},"510":{"tf":1.0},"55":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"639":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"386":{"tf":1.0},"748":{"tf":1.0}},"i":{"c":{"a":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":2,"docs":{"469":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"309":{"tf":1.0},"527":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"699":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"467":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"467":{"tf":1.0},"635":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"286":{"tf":1.0},"317":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"391":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":2.449489742783178},"470":{"tf":1.0},"532":{"tf":1.7320508075688772},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"560":{"tf":1.0},"623":{"tf":1.0},"639":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"487":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":28,"docs":{"172":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"359":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"575":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"681":{"tf":1.0},"712":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}}}},"c":{"df":2,"docs":{"162":{"tf":2.0},"748":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":69,"docs":{"105":{"tf":1.4142135623730951},"111":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"351":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":2.0},"534":{"tf":1.0},"535":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"541":{"tf":1.0},"595":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":3.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":1.0},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"643":{"tf":2.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":2.23606797749979},"664":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":1,"docs":{"572":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"466":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"138":{"tf":1.0},"16":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"499":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"362":{"tf":1.0},"371":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"362":{"tf":1.0},"547":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"145":{"tf":1.0},"225":{"tf":1.0},"338":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"606":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"525":{"tf":1.4142135623730951},"593":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"655":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"221":{"tf":1.0},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.0}}}}}}}}},"o":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"613":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"32":{"tf":1.4142135623730951},"390":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"748":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"368":{"tf":1.0},"373":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":6,"docs":{"249":{"tf":1.0},"276":{"tf":1.0},"462":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"562":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"476":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"a":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"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":2,"docs":{"55":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":28,"docs":{"114":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0},"405":{"tf":1.0},"430":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":2.0},"561":{"tf":1.0},"564":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"705":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"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":{}}}}}}}}}},"df":1,"docs":{"18":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"239":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"124":{"tf":1.0},"129":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"147":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"647":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":3.0},"726":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"494":{"tf":1.0},"649":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"a":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":10,"docs":{"188":{"tf":1.0},"233":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"281":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"476":{"tf":1.0},"671":{"tf":1.0}}}}}}}}},"i":{"a":{"df":1,"docs":{"114":{"tf":1.0}},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"340":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.4142135623730951},"727":{"tf":1.0},"739":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":132,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"368":{"tf":2.449489742783178},"371":{"tf":1.4142135623730951},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"436":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"668":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.7320508075688772},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"373":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":20,"docs":{"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"263":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":1.0},"534":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}},"n":{"df":6,"docs":{"147":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"335":{"tf":1.0},"342":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.4142135623730951},"717":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"351":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"29":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0},"748":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"331":{"tf":1.0},"371":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"382":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"664":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"469":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.0},"747":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"245":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"331":{"tf":1.4142135623730951},"349":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.0},"457":{"tf":1.0},"469":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"557":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"371":{"tf":1.0},"662":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"727":{"tf":1.0},"734":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"333":{"tf":1.4142135623730951},"360":{"tf":1.0},"508":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"446":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"408":{"tf":3.0},"409":{"tf":2.8284271247461903},"410":{"tf":2.6457513110645907}},"i":{"'":{"df":2,"docs":{"530":{"tf":1.0},"613":{"tf":1.0}}},"df":21,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"33":{"tf":1.0},"330":{"tf":2.0},"345":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":2.449489742783178},"396":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":2.0},"610":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"p":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":34,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.0},"621":{"tf":1.4142135623730951},"647":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":1.0},"369":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}},"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"d":{"df":1,"docs":{"532":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"747":{"tf":1.7320508075688772},"98":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"14":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"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":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":71,"docs":{"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"18":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"288":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":2.0},"368":{"tf":1.0},"382":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.0},"484":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"69":{"tf":2.0},"748":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":18,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"20":{"tf":1.4142135623730951},"231":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"252":{"tf":1.0},"258":{"tf":1.4142135623730951},"385":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.4142135623730951},"487":{"tf":1.0},"508":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"724":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"147":{"tf":1.0},"362":{"tf":1.0},"470":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"427":{"tf":2.449489742783178},"428":{"tf":1.4142135623730951},"429":{"tf":1.7320508075688772},"49":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"391":{"tf":1.0},"436":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"373":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"3":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"427":{"tf":2.23606797749979},"428":{"tf":2.6457513110645907},"49":{"tf":1.4142135623730951},"613":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.449489742783178},"430":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.0},"608":{"tf":1.0}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"162":{"tf":1.0},"427":{"tf":1.4142135623730951},"608":{"tf":1.0},"619":{"tf":1.0}},"v":{"3":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"4":{"b":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"l":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"6":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"7":{"df":0,"docs":{},"l":{"df":2,"docs":{"429":{"tf":1.0},"430":{"tf":1.0}}}},"8":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"338":{"tf":1.7320508075688772},"404":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":1.4142135623730951},"416":{"tf":1.0},"464":{"tf":1.7320508075688772},"468":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":2.449489742783178},"474":{"tf":3.0},"475":{"tf":1.7320508075688772},"507":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.0},"682":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.7320508075688772},"710":{"tf":1.0}}}},"y":{"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"533":{"tf":1.4142135623730951},"596":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},"df":2,"docs":{"249":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"302":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"496":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"232":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"359":{"tf":1.0}},"i":{"[":{"1":{"2":{"8":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"360":{"tf":1.0},"436":{"tf":1.0},"544":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}},"o":{"df":6,"docs":{"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}}},"k":{"df":34,"docs":{"151":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.4142135623730951},"378":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"547":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"599":{"tf":1.0},"631":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"715":{"tf":1.0},"727":{"tf":1.0},"748":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":18,"docs":{"177":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.0},"313":{"tf":1.4142135623730951},"356":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.7320508075688772},"452":{"tf":1.0},"507":{"tf":1.4142135623730951},"517":{"tf":1.0},"548":{"tf":1.0},"575":{"tf":1.0},"645":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"549":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"368":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"480":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"568":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"342":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"606":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"621":{"tf":1.0},"659":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"540":{"tf":1.0},"557":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"427":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"142":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"343":{"tf":1.0},"386":{"tf":2.0},"427":{"tf":1.0},"447":{"tf":1.0},"480":{"tf":1.7320508075688772},"543":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"701":{"tf":1.0},"709":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"252":{"tf":2.8284271247461903},"253":{"tf":2.449489742783178},"257":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":156,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"14":{"tf":2.449489742783178},"156":{"tf":1.0},"16":{"tf":2.8284271247461903},"162":{"tf":2.23606797749979},"171":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":3.1622776601683795},"251":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":2.6457513110645907},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.0},"261":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"29":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":1.0},"336":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":2.8284271247461903},"397":{"tf":2.6457513110645907},"4":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"430":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"45":{"tf":1.0},"452":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"466":{"tf":2.6457513110645907},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.4142135623730951},"471":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":2.23606797749979},"529":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":1.0},"591":{"tf":2.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":1.4142135623730951},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"69":{"tf":1.0},"693":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.23606797749979},"74":{"tf":1.0},"748":{"tf":2.8284271247461903},"77":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"105":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"476":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":8,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"410":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"45":{"tf":1.0},"533":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":20,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"533":{"tf":1.0}}},"i":{"df":1,"docs":{"533":{"tf":1.0}}},"m":{"df":1,"docs":{"533":{"tf":1.0}}},"o":{"df":2,"docs":{"29":{"tf":1.0},"649":{"tf":1.0}}},"x":{"df":1,"docs":{"533":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":8,"docs":{"236":{"tf":1.0},"249":{"tf":4.358898943540674},"250":{"tf":1.4142135623730951},"252":{"tf":4.58257569495584},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"575":{"tf":1.0},"692":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"108":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"469":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"532":{"tf":1.0},"582":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"736":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}},"df":45,"docs":{"14":{"tf":1.0},"157":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"289":{"tf":1.0},"315":{"tf":1.4142135623730951},"32":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"367":{"tf":2.0},"368":{"tf":2.23606797749979},"369":{"tf":1.0},"371":{"tf":2.8284271247461903},"372":{"tf":2.23606797749979},"373":{"tf":2.449489742783178},"374":{"tf":3.3166247903554},"375":{"tf":1.0},"378":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.7320508075688772},"487":{"tf":1.0},"490":{"tf":1.4142135623730951},"501":{"tf":1.0},"522":{"tf":1.0},"55":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":2.23606797749979},"668":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"736":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"2":{"df":3,"docs":{"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"621":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}}}},"3":{"df":21,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"747":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"613":{"tf":1.0},"617":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"465":{"tf":1.0},"466":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}}}},"df":40,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"267":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"469":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"543":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"72":{"tf":1.0},"724":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"639":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"225":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"687":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"284":{"tf":1.0},"333":{"tf":1.0}}},"y":{"df":3,"docs":{"130":{"tf":1.0},"727":{"tf":1.0},"737":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"145":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"250":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"469":{"tf":1.0},"532":{"tf":1.0},"585":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"268":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"l":{"a":{"b":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"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":1,"docs":{"700":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"1":{"0":{"_":{"6":{".":{"df":0,"docs":{},"x":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"534":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"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":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":43,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"242":{"tf":1.0},"264":{"tf":1.0},"312":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.0},"429":{"tf":1.0},"45":{"tf":1.0},"454":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"715":{"tf":2.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"729":{"tf":1.0},"748":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"i":{"c":{"df":23,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.7320508075688772},"348":{"tf":1.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"454":{"tf":1.0},"484":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":2,"docs":{"12":{"tf":1.0},"16":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"469":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"147":{"tf":1.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"671":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"372":{"tf":1.0},"476":{"tf":1.0},"621":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":27,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"354":{"tf":2.449489742783178},"359":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"462":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"510":{"tf":1.4142135623730951},"527":{"tf":1.0},"557":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"707":{"tf":1.4142135623730951},"726":{"tf":1.0},"741":{"tf":1.0},"86":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"338":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"736":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"360":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"269":{"tf":1.0},"392":{"tf":1.0},"395":{"tf":1.0},"536":{"tf":1.0},"606":{"tf":1.0},"635":{"tf":1.0},"743":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"330":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"346":{"tf":1.0},"465":{"tf":1.0}}}},"w":{"df":10,"docs":{"1":{"tf":1.0},"361":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.0},"508":{"tf":1.4142135623730951},"517":{"tf":1.0},"522":{"tf":1.0},"662":{"tf":1.0},"74":{"tf":1.0}}}}},"n":{"d":{"df":2,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"359":{"tf":1.0},"397":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"17":{"tf":1.0},"252":{"tf":1.0},"307":{"tf":1.0},"359":{"tf":1.0},"501":{"tf":1.0},"513":{"tf":1.0},"557":{"tf":1.0},"589":{"tf":1.0},"610":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"635":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":51,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"527":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"589":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"72":{"tf":1.0},"748":{"tf":1.0}}}}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":2.0},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"r":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"522":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":28,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"352":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"472":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"726":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"d":{"df":3,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"608":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}}}}}},"df":23,"docs":{"130":{"tf":1.0},"188":{"tf":1.4142135623730951},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":3.0},"254":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"370":{"tf":1.0},"427":{"tf":2.449489742783178},"429":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"447":{"tf":4.358898943540674},"478":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"14":{"tf":1.0},"389":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":19,"docs":{"14":{"tf":2.0},"235":{"tf":1.7320508075688772},"249":{"tf":6.164414002968976},"250":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"338":{"tf":2.23606797749979},"374":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":2.8284271247461903},"486":{"tf":3.605551275463989},"487":{"tf":1.4142135623730951},"500":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":2.0},"673":{"tf":1.0},"687":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"633":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":2.0}}},"l":{"df":5,"docs":{"239":{"tf":1.0},"250":{"tf":2.0},"499":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"359":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"454":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":1.0},"700":{"tf":1.0},"731":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"391":{"tf":1.0},"88":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":10,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"504":{"tf":1.0},"631":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"161":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"610":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":15,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"343":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951},"547":{"tf":2.0},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"608":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"691":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}},"s":{"df":4,"docs":{"159":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"286":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"72":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"s":{"d":{"df":3,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":52,"docs":{"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"320":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"389":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"445":{"tf":2.0},"452":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":2.23606797749979},"466":{"tf":2.449489742783178},"467":{"tf":2.0},"468":{"tf":2.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"491":{"tf":1.0},"508":{"tf":2.449489742783178},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"571":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":2.23606797749979},"710":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"235":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"338":{"tf":2.6457513110645907},"405":{"tf":1.0},"478":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"606":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903},"674":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}}},"g":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":67,"docs":{"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"178":{"tf":3.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.0},"208":{"tf":2.449489742783178},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"213":{"tf":2.449489742783178},"214":{"tf":1.7320508075688772},"217":{"tf":2.449489742783178},"218":{"tf":2.23606797749979},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":2.0},"281":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"641":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":2.23606797749979},"721":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"174":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"365":{"tf":1.0},"44":{"tf":1.0},"589":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":25,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"267":{"tf":1.0},"318":{"tf":1.0},"354":{"tf":1.4142135623730951},"364":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"532":{"tf":1.0},"562":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"416":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}}},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"491":{"tf":1.7320508075688772},"508":{"tf":3.4641016151377544},"511":{"tf":2.449489742783178},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"466":{"tf":1.7320508075688772},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"467":{"tf":1.4142135623730951},"591":{"tf":1.0}}}}}},"s":{"df":19,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"338":{"tf":1.7320508075688772},"381":{"tf":1.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":2.6457513110645907},"466":{"tf":2.0},"467":{"tf":2.23606797749979},"468":{"tf":2.23606797749979},"473":{"tf":1.0},"549":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.7320508075688772},"706":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"337":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"412":{"tf":1.0},"502":{"tf":1.0},"513":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"78":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"255":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"368":{"tf":2.8284271247461903},"55":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.6457513110645907}}}}},"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"436":{"tf":3.0}}}}}},"c":{"+":{"+":{"1":{"1":{"df":5,"docs":{"532":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}},"4":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"610":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"3":{".":{"7":{".":{"6":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"7":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"355":{"tf":1.0},"713":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"\\":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"3":{".":{"7":{".":{"7":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"583":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"382":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"374":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"335":{"tf":1.0},"373":{"tf":1.0},"391":{"tf":1.0},"463":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"488":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.4142135623730951},"559":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":109,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"294":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":2.0},"338":{"tf":3.3166247903554},"339":{"tf":1.0},"340":{"tf":2.449489742783178},"342":{"tf":1.4142135623730951},"343":{"tf":1.0},"354":{"tf":3.0},"357":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":3.1622776601683795},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":2.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772},"407":{"tf":1.0},"411":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":2.8284271247461903},"463":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"475":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"536":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"559":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.0},"608":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.7320508075688772},"670":{"tf":2.23606797749979},"671":{"tf":2.0},"672":{"tf":2.23606797749979},"674":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"683":{"tf":2.0},"685":{"tf":2.449489742783178},"686":{"tf":1.0},"687":{"tf":2.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0},"727":{"tf":2.0},"736":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"744":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"447":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.0},"532":{"tf":1.4142135623730951},"670":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.0}}}}},"d":{"df":1,"docs":{"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"233":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"511":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"687":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":65,"docs":{"11":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":2.23606797749979},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.4142135623730951},"397":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"434":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.7320508075688772},"508":{"tf":1.7320508075688772},"511":{"tf":3.872983346207417},"525":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"585":{"tf":1.0},"613":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":2.0},"706":{"tf":1.4142135623730951},"72":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.0}}},"t":{"df":3,"docs":{"362":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"127":{"tf":1.0},"139":{"tf":2.0},"162":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":2.449489742783178},"358":{"tf":1.0},"366":{"tf":1.7320508075688772},"386":{"tf":1.7320508075688772},"608":{"tf":1.0},"62":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"339":{"tf":1.0},"351":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"481":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":14,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"58":{"tf":1.0},"631":{"tf":1.4142135623730951},"668":{"tf":1.0}}},"d":{"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"280":{"tf":1.0}}},"df":31,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":2.23606797749979},"168":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"532":{"tf":1.4142135623730951},"606":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.23606797749979},"615":{"tf":2.449489742783178},"621":{"tf":2.0},"625":{"tf":2.0},"641":{"tf":1.0},"691":{"tf":1.4142135623730951},"747":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"513":{"tf":2.0},"514":{"tf":4.123105625617661}},"s":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"23":{"tf":1.0},"259":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"f":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}}}}},"df":24,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.0},"257":{"tf":1.0},"260":{"tf":1.0},"337":{"tf":1.0},"386":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.4641016151377544},"470":{"tf":1.4142135623730951},"474":{"tf":2.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"n":{"c":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":169,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.0},"253":{"tf":2.23606797749979},"254":{"tf":2.0},"269":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":2.449489742783178},"339":{"tf":1.4142135623730951},"342":{"tf":2.0},"351":{"tf":1.0},"359":{"tf":2.449489742783178},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"371":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":2.0},"376":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":2.23606797749979},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.4142135623730951},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"464":{"tf":1.0},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":2.23606797749979},"490":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"527":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.0},"608":{"tf":1.7320508075688772},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.449489742783178},"618":{"tf":1.0},"619":{"tf":2.0},"620":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":1.7320508075688772},"642":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":2.0},"648":{"tf":1.0},"649":{"tf":2.23606797749979},"65":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.4142135623730951},"658":{"tf":1.0},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"660":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"668":{"tf":1.7320508075688772},"669":{"tf":2.449489742783178},"670":{"tf":2.0},"671":{"tf":1.7320508075688772},"672":{"tf":2.23606797749979},"673":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"719":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"741":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"/":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"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":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"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":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":47,"docs":{"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":2.449489742783178},"249":{"tf":3.4641016151377544},"258":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.4142135623730951},"286":{"tf":1.0},"312":{"tf":1.4142135623730951},"338":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"447":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":1.0},"491":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":4.0},"510":{"tf":1.0},"511":{"tf":3.1622776601683795},"545":{"tf":1.0},"546":{"tf":2.23606797749979},"547":{"tf":3.0},"569":{"tf":1.7320508075688772},"572":{"tf":1.4142135623730951},"575":{"tf":2.0},"645":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}}}}},"r":{"*":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"264":{"tf":1.0},"359":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"544":{"tf":1.0},"691":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":109,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"436":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"478":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.7320508075688772},"517":{"tf":2.0},"53":{"tf":1.7320508075688772},"532":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"61":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"666":{"tf":1.0},"67":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"645":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"169":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"671":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":26,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"510":{"tf":1.0},"566":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"73":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"230":{"tf":1.0},"359":{"tf":1.0}},"n":{"df":2,"docs":{"385":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"436":{"tf":2.449489742783178}}}}}},"i":{".":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"349":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}}},"df":2,"docs":{"162":{"tf":1.0},"361":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":2,"docs":{"28":{"tf":1.0},"397":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":87,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"156":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"337":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":2.23606797749979},"363":{"tf":3.1622776601683795},"364":{"tf":2.23606797749979},"366":{"tf":2.449489742783178},"37":{"tf":2.0},"390":{"tf":1.0},"436":{"tf":1.0},"454":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"58":{"tf":1.0},"583":{"tf":1.4142135623730951},"59":{"tf":1.0},"596":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":2.0},"693":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"99":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.0},"59":{"tf":1.0},"613":{"tf":1.0}}},"d":{",":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"=":{"\"":{"3":{"4":{"1":{"df":0,"docs":{},"f":{"c":{"5":{"8":{"9":{"8":{"a":{"a":{"a":{"4":{"6":{"a":{"7":{"a":{"5":{"0":{"6":{"b":{"c":{"0":{"7":{"9":{"9":{"df":0,"docs":{},"e":{"8":{"8":{"2":{"a":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"333":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":1.7320508075688772},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"597":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"405":{"tf":1.0},"465":{"tf":1.0},"631":{"tf":1.0},"655":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"235":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"32":{"tf":1.0},"478":{"tf":1.4142135623730951},"627":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"230":{"tf":1.0},"243":{"tf":1.0},"373":{"tf":1.4142135623730951},"428":{"tf":1.0},"524":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"155":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"244":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.0},"450":{"tf":1.0},"625":{"tf":1.0},"86":{"tf":1.0}},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"623":{"tf":1.0},"83":{"tf":1.0}}}}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":58,"docs":{"114":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":2.449489742783178},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":2.8284271247461903},"225":{"tf":1.0},"242":{"tf":1.7320508075688772},"274":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"637":{"tf":2.0},"641":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"711":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.6457513110645907},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"192":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"~":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"o":{"a":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"358":{"tf":1.0}}},"df":64,"docs":{"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"253":{"tf":2.0},"271":{"tf":1.0},"281":{"tf":2.0},"32":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"41":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"436":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.0},"536":{"tf":1.0},"560":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"287":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"465":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"363":{"tf":2.449489742783178},"546":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"645":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":2,"docs":{"517":{"tf":1.4142135623730951},"623":{"tf":1.0}}}}}},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951},"351":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"472":{"tf":1.0},"705":{"tf":1.0}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":2.449489742783178},"703":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":14,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.0},"490":{"tf":1.0},"530":{"tf":1.0},"668":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":25,"docs":{"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"244":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"463":{"tf":1.0},"541":{"tf":1.0},"623":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":11,"docs":{"114":{"tf":1.4142135623730951},"360":{"tf":1.0},"434":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.4142135623730951},"454":{"tf":1.0},"621":{"tf":1.0},"662":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":23,"docs":{"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"316":{"tf":1.0},"330":{"tf":2.0},"339":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"36":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"557":{"tf":1.0},"643":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":1.7320508075688772},"665":{"tf":1.0},"694":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":11,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"18":{"tf":1.0},"276":{"tf":1.4142135623730951},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"747":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"y":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"444":{"tf":1.0},"447":{"tf":1.7320508075688772},"625":{"tf":1.0},"729":{"tf":1.0}}},"t":{"df":41,"docs":{"123":{"tf":1.4142135623730951},"127":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"19":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"327":{"tf":1.0},"345":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"360":{"tf":1.0},"364":{"tf":1.4142135623730951},"366":{"tf":1.0},"395":{"tf":1.0},"428":{"tf":1.0},"452":{"tf":1.0},"507":{"tf":1.0},"55":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.4142135623730951},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"599":{"tf":1.0},"643":{"tf":1.0},"681":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":32,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"360":{"tf":1.0},"49":{"tf":1.0},"613":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":1.4142135623730951},"711":{"tf":1.0},"88":{"tf":3.4641016151377544}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"356":{"tf":1.0},"631":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"x":{"df":12,"docs":{"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"294":{"tf":1.0},"364":{"tf":1.0},"399":{"tf":1.0},"53":{"tf":1.0},"608":{"tf":1.0}}}}},"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":72,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0},"264":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":2.23606797749979},"332":{"tf":1.0},"333":{"tf":2.6457513110645907},"334":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"344":{"tf":2.23606797749979},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"355":{"tf":2.449489742783178},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"454":{"tf":1.7320508075688772},"456":{"tf":1.0},"457":{"tf":2.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.7320508075688772},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"55":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"681":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":2.0},"70":{"tf":1.0},"703":{"tf":1.7320508075688772},"714":{"tf":1.4142135623730951},"731":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":10,"docs":{"475":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.7320508075688772},"560":{"tf":1.0},"575":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"600":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":3,"docs":{"18":{"tf":1.0},"339":{"tf":1.0},"513":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"450":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.4142135623730951},"705":{"tf":1.0},"747":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"336":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"349":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"259":{"tf":1.0},"692":{"tf":1.0},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"541":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"155":{"tf":1.0},"162":{"tf":2.0},"748":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0}},"r":{"df":1,"docs":{"249":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":23,"docs":{"177":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.7320508075688772},"276":{"tf":1.0},"29":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.0},"390":{"tf":1.0},"397":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.23606797749979},"475":{"tf":1.0},"481":{"tf":1.0},"532":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0},"88":{"tf":3.4641016151377544}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"475":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"225":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"137":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"249":{"tf":1.0},"329":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":2.449489742783178},"392":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"405":{"tf":1.4142135623730951},"406":{"tf":1.0},"457":{"tf":1.4142135623730951},"496":{"tf":1.0},"541":{"tf":1.0},"745":{"tf":1.0},"748":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"359":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"i":{"d":{"df":3,"docs":{"371":{"tf":1.0},"469":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"381":{"tf":1.0},"396":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"617":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.4142135623730951},"637":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":11,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"281":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"471":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.4142135623730951},"525":{"tf":1.0},"643":{"tf":1.7320508075688772},"691":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"653":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"639":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"111":{"tf":1.0},"149":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"276":{"tf":1.0},"318":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.4142135623730951},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.8284271247461903},"428":{"tf":1.0},"429":{"tf":1.7320508075688772},"438":{"tf":1.0},"454":{"tf":1.0},"467":{"tf":1.4142135623730951},"487":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"591":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"655":{"tf":1.0},"666":{"tf":1.0},"687":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"327":{"tf":1.0},"364":{"tf":1.0},"391":{"tf":1.0},"430":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"615":{"tf":1.0},"643":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"364":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"366":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":62,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"286":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"448":{"tf":1.0},"450":{"tf":2.449489742783178},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"476":{"tf":2.449489742783178},"484":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.449489742783178},"524":{"tf":2.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"557":{"tf":1.0},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"621":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"697":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":13,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.7320508075688772},"397":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"643":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":107,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":2.6457513110645907},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":2.449489742783178},"321":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":2.6457513110645907},"333":{"tf":2.449489742783178},"334":{"tf":1.0},"335":{"tf":2.0},"337":{"tf":1.7320508075688772},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.8284271247461903},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"366":{"tf":1.0},"368":{"tf":2.23606797749979},"369":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":3.3166247903554},"398":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"446":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"452":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"481":{"tf":1.0},"485":{"tf":1.0},"490":{"tf":2.6457513110645907},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":2.8284271247461903},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"541":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.6457513110645907},"699":{"tf":2.23606797749979},"70":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"742":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"333":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"490":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"389":{"tf":1.0}}},"t":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":12,"docs":{"178":{"tf":1.0},"191":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"359":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.0},"372":{"tf":1.0},"456":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":11,"docs":{"191":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"651":{"tf":1.0},"70":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"_":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"371":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"621":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"713":{"tf":1.0},"88":{"tf":2.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"120":{"tf":1.7320508075688772},"128":{"tf":1.0},"149":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"746":{"tf":1.0},"747":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"114":{"tf":1.0},"225":{"tf":1.0},"709":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"643":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"111":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.4142135623730951},"462":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"253":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"373":{"tf":1.7320508075688772},"391":{"tf":1.0},"478":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"258":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"478":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":10,"docs":{"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.7320508075688772},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"436":{"tf":1.0},"532":{"tf":1.0},"619":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"343":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"331":{"tf":1.0}}}},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"275":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"p":{"df":3,"docs":{"108":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"u":{"df":8,"docs":{"162":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"59":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"610":{"tf":1.4142135623730951},"613":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":115,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.7320508075688772},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":2.6457513110645907},"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"281":{"tf":1.0},"308":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":2.6457513110645907},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.4142135623730951},"395":{"tf":1.0},"4":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"466":{"tf":2.0},"476":{"tf":1.4142135623730951},"485":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"538":{"tf":2.0},"540":{"tf":1.4142135623730951},"58":{"tf":1.0},"585":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.7320508075688772},"619":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"736":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.449489742783178},"98":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"333":{"tf":1.4142135623730951},"361":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"162":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"225":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"342":{"tf":1.4142135623730951},"352":{"tf":1.0},"462":{"tf":1.0},"510":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"426":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"172":{"tf":1.0},"18":{"tf":1.0},"346":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"s":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"613":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"490":{"tf":1.0},"491":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":29,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"382":{"tf":1.7320508075688772},"390":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"561":{"tf":1.0},"566":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"686":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772},"705":{"tf":1.0},"729":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":42,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"328":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"378":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"510":{"tf":1.4142135623730951},"517":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"554":{"tf":1.0},"585":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"686":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"301":{"tf":1.0},"493":{"tf":1.0}}}}},"v":{"df":4,"docs":{"374":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":3.605551275463989},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"225":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.7320508075688772},"427":{"tf":1.4142135623730951},"507":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"608":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":2.449489742783178}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"623":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"235":{"tf":1.0}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"tf":1.0}}}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"641":{"tf":1.0}}},"2":{"df":1,"docs":{"641":{"tf":1.0}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.4142135623730951}}},"df":1,"docs":{"520":{"tf":2.0}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.0},"250":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":65,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"22":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":2.449489742783178},"248":{"tf":1.7320508075688772},"249":{"tf":3.0},"250":{"tf":2.6457513110645907},"252":{"tf":2.8284271247461903},"253":{"tf":3.1622776601683795},"254":{"tf":2.8284271247461903},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"293":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.4142135623730951},"372":{"tf":2.0},"373":{"tf":1.0},"374":{"tf":2.0},"375":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"394":{"tf":2.0},"395":{"tf":2.6457513110645907},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.4142135623730951},"436":{"tf":2.0},"445":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"465":{"tf":1.7320508075688772},"467":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":2.0},"601":{"tf":2.0},"602":{"tf":1.7320508075688772},"606":{"tf":2.23606797749979},"617":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":2.0},"668":{"tf":1.4142135623730951},"671":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":4.0},"250":{"tf":1.0},"606":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"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":1,"docs":{"250":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"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":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{">":{"2":{"0":{"1":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"428":{"tf":1.0},"51":{"tf":1.0},"604":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":13,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"683":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"346":{"tf":1.0}}}},"b":{"df":1,"docs":{"234":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":3,"docs":{"250":{"tf":1.7320508075688772},"510":{"tf":1.0},"511":{"tf":2.449489742783178}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":11,"docs":{"21":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.7320508075688772},"356":{"tf":1.0},"397":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"559":{"tf":1.0},"639":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"359":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"a":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"372":{"tf":1.0}}}}},"d":{"df":6,"docs":{"122":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"466":{"tf":1.0},"551":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"244":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"397":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"714":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"1":{"tf":1.0},"233":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"732":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"f":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"2":{"df":5,"docs":{"596":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":31,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":3.7416573867739413},"234":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"470":{"tf":1.0},"474":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"580":{"tf":1.0},"6":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"659":{"tf":1.0},"671":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":69,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"472":{"tf":1.0},"486":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"546":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.0},"711":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":24,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"242":{"tf":1.0},"295":{"tf":1.0},"32":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"383":{"tf":1.0},"418":{"tf":1.0},"436":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":16,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"281":{"tf":1.0},"331":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"469":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":2.0},"643":{"tf":1.0},"67":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"252":{"tf":1.0},"536":{"tf":1.4142135623730951},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"v":{"df":4,"docs":{"398":{"tf":1.0},"595":{"tf":1.0},"671":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"370":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"124":{"tf":1.0},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"253":{"tf":1.4142135623730951},"331":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"541":{"tf":1.0},"683":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":5,"docs":{"17":{"tf":1.0},"427":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"332":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"540":{"tf":1.0},"689":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"125":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"254":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"465":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"276":{"tf":1.4142135623730951},"289":{"tf":1.0},"367":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.0},"615":{"tf":1.0},"702":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":18,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.4142135623730951},"371":{"tf":1.0},"59":{"tf":1.4142135623730951},"687":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0}}}},"r":{"df":2,"docs":{"465":{"tf":1.0},"589":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"427":{"tf":1.7320508075688772},"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"332":{"tf":1.0},"617":{"tf":1.0},"651":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"445":{"tf":1.4142135623730951},"508":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"88":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"v":{"df":1,"docs":{"171":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":53,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.449489742783178},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"220":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"354":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"4":{"tf":2.0},"428":{"tf":1.0},"434":{"tf":1.0},"446":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"715":{"tf":1.0},"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":3,"docs":{"496":{"tf":2.0},"530":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":2,"docs":{"307":{"tf":1.0},"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"286":{"tf":1.0},"294":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"468":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"230":{"tf":1.0},"384":{"tf":1.0},"84":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":48,"docs":{"127":{"tf":1.0},"16":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"295":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"352":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"395":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"432":{"tf":1.0},"446":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.7320508075688772},"472":{"tf":1.0},"497":{"tf":1.0},"502":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"653":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"238":{"tf":1.0},"686":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}},"i":{"df":1,"docs":{"373":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":2.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"2":{"d":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.4142135623730951},"397":{"tf":1.0},"686":{"tf":2.0},"696":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":23,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"344":{"tf":1.0},"348":{"tf":1.0},"354":{"tf":2.0},"362":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.7320508075688772},"457":{"tf":1.0},"490":{"tf":1.4142135623730951},"513":{"tf":1.0},"557":{"tf":1.4142135623730951},"613":{"tf":1.0},"664":{"tf":1.0},"668":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.0},"713":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"149":{"tf":1.0},"230":{"tf":1.4142135623730951},"276":{"tf":2.0},"562":{"tf":1.0},"88":{"tf":1.0}}}}},"x":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"17":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":2.0},"655":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"469":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"405":{"tf":1.0},"671":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":2.23606797749979},"655":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"370":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"641":{"tf":1.0},"705":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"254":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"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":{},"l":{"a":{"df":0,"docs":{},"y":{"df":23,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"325":{"tf":1.0},"368":{"tf":1.7320508075688772},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"44":{"tf":1.0},"452":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":2.0},"584":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"717":{"tf":1.7320508075688772},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"j":{"df":1,"docs":{"18":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"14":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":2.6457513110645907},"428":{"tf":1.0},"641":{"tf":1.0},"748":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"354":{"tf":1.0},"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"606":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":90,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"208":{"tf":1.0},"221":{"tf":1.0},"230":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.7320508075688772},"345":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"430":{"tf":1.0},"440":{"tf":1.4142135623730951},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"520":{"tf":2.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.0}}},"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"32":{"tf":1.0},"373":{"tf":1.0},"524":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"432":{"tf":1.0},"671":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"747":{"tf":1.4142135623730951}}},"y":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"136":{"tf":2.23606797749979},"139":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"606":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.7320508075688772},"740":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":25,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.7320508075688772},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"362":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"468":{"tf":1.0},"534":{"tf":1.4142135623730951},"669":{"tf":1.0},"724":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":2.449489742783178}}}},"p":{"df":1,"docs":{"686":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"18":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"254":{"tf":1.7320508075688772},"368":{"tf":1.0},"370":{"tf":1.0},"486":{"tf":2.6457513110645907},"508":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}},"e":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"370":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"373":{"tf":1.0},"502":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":28,"docs":{"114":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"229":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"'":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":8,"docs":{"117":{"tf":1.0},"373":{"tf":1.0},"413":{"tf":1.4142135623730951},"45":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"w":{"df":3,"docs":{"582":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"387":{"tf":2.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"=":{"0":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"1":{"0":{".":{"1":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"0":{"df":1,"docs":{"713":{"tf":1.0}}},"1":{"df":2,"docs":{"176":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"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":11,"docs":{"155":{"tf":1.0},"162":{"tf":3.7416573867739413},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"335":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.0},"372":{"tf":1.0},"374":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"t":{"d":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0}}}},"b":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"608":{"tf":1.0},"651":{"tf":1.0},"667":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"111":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"305":{"tf":1.0},"320":{"tf":1.0},"343":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"507":{"tf":1.0},"571":{"tf":1.0},"585":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.4142135623730951},"685":{"tf":1.0},"697":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"369":{"tf":1.0},"446":{"tf":1.0}}}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":25,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"286":{"tf":1.0},"314":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"645":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":23,"docs":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"412":{"tf":1.0},"585":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":3.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":53,"docs":{"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"250":{"tf":1.0},"258":{"tf":1.4142135623730951},"28":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":2.23606797749979},"386":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"416":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.4142135623730951},"466":{"tf":1.0},"468":{"tf":1.0},"471":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"546":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"65":{"tf":1.0},"715":{"tf":1.0},"724":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"395":{"tf":1.0},"589":{"tf":1.0},"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":12,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"530":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"613":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"249":{"tf":1.0},"359":{"tf":1.0},"511":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"40":{"tf":1.0},"465":{"tf":1.0},"81":{"tf":1.0}}}}}}},"c":{"df":2,"docs":{"408":{"tf":2.0},"409":{"tf":2.23606797749979}},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"3":{"2":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":20,"docs":{"250":{"tf":1.4142135623730951},"333":{"tf":2.449489742783178},"344":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"475":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"587":{"tf":1.0},"600":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"407":{"tf":1.0},"409":{"tf":1.0}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"491":{"tf":1.4142135623730951},"555":{"tf":1.4142135623730951},"627":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":69,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"117":{"tf":1.0},"177":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"28":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"321":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":2.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"452":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"527":{"tf":2.0},"541":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":51,"docs":{"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"177":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"244":{"tf":2.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"368":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"450":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"510":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.0},"70":{"tf":1.0},"732":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":11,"docs":{"156":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"df":7,"docs":{"145":{"tf":1.0},"366":{"tf":1.0},"508":{"tf":2.23606797749979},"511":{"tf":1.4142135623730951},"615":{"tf":1.0},"691":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"113":{"tf":1.0},"281":{"tf":1.0}}}}}}}}},"df":35,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"354":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"456":{"tf":1.0},"533":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"706":{"tf":1.0},"731":{"tf":1.0},"748":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"395":{"tf":1.0},"606":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"45":{"tf":1.0},"585":{"tf":1.0},"637":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"45":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"389":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"385":{"tf":1.0},"486":{"tf":1.0},"532":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"395":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":20,"docs":{"221":{"tf":1.0},"225":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"488":{"tf":1.0},"560":{"tf":1.0},"580":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"706":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"364":{"tf":1.0},"436":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.7320508075688772},"508":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"562":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"147":{"tf":1.0},"669":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"286":{"tf":1.0},"309":{"tf":1.0},"452":{"tf":1.0},"526":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.0},"249":{"tf":1.0},"343":{"tf":1.0},"395":{"tf":1.0},"666":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"692":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"374":{"tf":1.0},"671":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"26":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951},"621":{"tf":1.0},"711":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"234":{"tf":1.0},"472":{"tf":1.0},"655":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"436":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"q":{"df":2,"docs":{"380":{"tf":1.0},"59":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"359":{"tf":1.0},"690":{"tf":1.4142135623730951},"693":{"tf":1.0},"697":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"32":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"500":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":2,"docs":{"373":{"tf":1.0},"695":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"12":{"tf":1.0},"343":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":13,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"233":{"tf":1.0},"335":{"tf":1.0},"358":{"tf":1.0},"369":{"tf":1.4142135623730951},"45":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"360":{"tf":1.0},"374":{"tf":1.0},"465":{"tf":1.0},"522":{"tf":1.0},"717":{"tf":1.0},"89":{"tf":1.0}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"238":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":45,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.0},"231":{"tf":1.0},"238":{"tf":4.0},"239":{"tf":1.7320508075688772},"257":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"320":{"tf":1.7320508075688772},"338":{"tf":1.0},"373":{"tf":2.449489742783178},"389":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.4142135623730951},"466":{"tf":3.4641016151377544},"482":{"tf":1.4142135623730951},"491":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"510":{"tf":1.4142135623730951},"511":{"tf":2.6457513110645907},"53":{"tf":1.0},"55":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":2.0},"572":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":2.0}}}}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"671":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"157":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"572":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":204,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"31":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.7320508075688772},"338":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"382":{"tf":2.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.4142135623730951},"405":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"434":{"tf":1.0},"436":{"tf":1.0},"466":{"tf":2.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"494":{"tf":1.4142135623730951},"497":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.7320508075688772},"516":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.7320508075688772},"526":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.4142135623730951},"536":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.4142135623730951},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.7320508075688772},"576":{"tf":1.0},"578":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"666":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":2.0},"705":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"729":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"149":{"tf":1.7320508075688772},"253":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"507":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"178":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"293":{"tf":1.0},"306":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.0},"510":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"664":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"445":{"tf":1.4142135623730951},"671":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}}}}},"df":1,"docs":{"156":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"276":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"525":{"tf":1.0},"621":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"263":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.0},"393":{"tf":1.0},"606":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"254":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"178":{"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},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"615":{"tf":1.0}}}},"n":{"df":3,"docs":{"281":{"tf":1.0},"517":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"381":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"427":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":29,"docs":{"238":{"tf":1.0},"30":{"tf":1.0},"308":{"tf":1.0},"340":{"tf":1.4142135623730951},"354":{"tf":3.1622776601683795},"361":{"tf":1.0},"368":{"tf":2.8284271247461903},"369":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.0},"456":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.7320508075688772},"664":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"697":{"tf":1.0},"705":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":46,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"305":{"tf":1.0},"319":{"tf":1.0},"323":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"486":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":2.0},"701":{"tf":1.0},"708":{"tf":1.4142135623730951},"748":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":36,"docs":{"178":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"483":{"tf":1.0},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"559":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":20,"docs":{"111":{"tf":1.4142135623730951},"304":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":2.0},"381":{"tf":1.0},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"504":{"tf":1.4142135623730951},"507":{"tf":1.0},"562":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"657":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":13,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"193":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"505":{"tf":1.0},"617":{"tf":1.0},"7":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"438":{"tf":1.0},"522":{"tf":1.0},"610":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":5,"docs":{"331":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"24":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"713":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"316":{"tf":1.0},"366":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.7320508075688772},"562":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951}},"i":{"df":29,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"333":{"tf":2.23606797749979},"337":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"364":{"tf":1.0},"366":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"595":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"y":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"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":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"502":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"727":{"tf":1.7320508075688772},"731":{"tf":1.4142135623730951},"732":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"743":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":2.449489742783178},"5":{"tf":1.0}}},"s":{"df":16,"docs":{"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"338":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"q":{"df":13,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"268":{"tf":1.0},"368":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"5":{"tf":1.0},"659":{"tf":1.0},"662":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"r":{"df":5,"docs":{"130":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"343":{"tf":1.0},"385":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"258":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"452":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.0},"524":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"745":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"716":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":5,"docs":{"250":{"tf":1.0},"253":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"655":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"395":{"tf":1.0},"664":{"tf":1.0},"748":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"538":{"tf":1.0},"583":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":91,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":3.605551275463989},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"171":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"302":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.23606797749979},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"364":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"384":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"429":{"tf":1.4142135623730951},"434":{"tf":1.0},"436":{"tf":1.7320508075688772},"438":{"tf":1.0},"496":{"tf":1.7320508075688772},"5":{"tf":1.0},"505":{"tf":1.0},"517":{"tf":1.4142135623730951},"529":{"tf":1.0},"534":{"tf":2.0},"536":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"562":{"tf":1.7320508075688772},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"6":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.8284271247461903},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":2.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"72":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"517":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"355":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"\\":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"\\":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":3,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}}}}},"l":{"df":7,"docs":{"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"522":{"tf":1.0},"653":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"23":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"474":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0}}}},"d":{"df":24,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.4142135623730951},"286":{"tf":1.0},"3":{"tf":1.0},"330":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"657":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"286":{"tf":1.0},"301":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.0}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"258":{"tf":1.0},"338":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":40,"docs":{"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"178":{"tf":2.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"335":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"373":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"468":{"tf":1.0},"491":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"369":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":30,"docs":{"21":{"tf":1.0},"253":{"tf":1.0},"372":{"tf":1.0},"392":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"606":{"tf":2.6457513110645907},"608":{"tf":3.872983346207417},"610":{"tf":2.23606797749979},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":2.0},"619":{"tf":3.1622776601683795},"621":{"tf":2.8284271247461903},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"631":{"tf":2.449489742783178},"633":{"tf":1.7320508075688772},"635":{"tf":2.449489742783178},"637":{"tf":2.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.7320508075688772},"649":{"tf":2.23606797749979},"651":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"709":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":48,"docs":{"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.0},"259":{"tf":1.0},"260":{"tf":1.0},"286":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"475":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":2.6457513110645907},"527":{"tf":1.0},"574":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"625":{"tf":2.23606797749979},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.7320508075688772},"681":{"tf":1.0},"7":{"tf":1.0},"728":{"tf":1.4142135623730951},"734":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":16,"docs":{"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":10,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.449489742783178},"368":{"tf":1.0},"447":{"tf":2.6457513110645907},"572":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"500":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"235":{"tf":1.0},"338":{"tf":1.4142135623730951},"613":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"674":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"16":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.7320508075688772},"596":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"391":{"tf":1.0},"621":{"tf":1.0}},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":77,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":2.0},"165":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"230":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"36":{"tf":1.0},"364":{"tf":1.7320508075688772},"37":{"tf":1.0},"419":{"tf":1.0},"426":{"tf":2.0},"427":{"tf":3.1622776601683795},"429":{"tf":2.23606797749979},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"705":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"d":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"105":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"229":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"294":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"363":{"tf":1.0},"373":{"tf":2.0},"386":{"tf":1.0},"393":{"tf":1.0},"399":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0},"447":{"tf":1.0},"451":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"562":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.4142135623730951}}}},"r":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"547":{"tf":1.0},"669":{"tf":1.0}}}}},"k":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":28,"docs":{"17":{"tf":2.0},"230":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.4142135623730951},"327":{"tf":1.0},"34":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.4142135623730951},"4":{"tf":1.0},"418":{"tf":2.0},"419":{"tf":1.0},"421":{"tf":1.4142135623730951},"425":{"tf":1.7320508075688772},"431":{"tf":1.7320508075688772},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"46":{"tf":1.0},"467":{"tf":1.0},"562":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":18,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"469":{"tf":1.0},"562":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"726":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"662":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"339":{"tf":1.4142135623730951},"361":{"tf":1.0},"432":{"tf":1.0},"480":{"tf":1.0},"517":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"372":{"tf":1.0}}}}}}},"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":{},"h":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"138":{"tf":1.7320508075688772},"233":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"449":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"254":{"tf":1.0},"28":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"445":{"tf":1.4142135623730951},"507":{"tf":1.0},"671":{"tf":1.0},"716":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"715":{"tf":1.0},"717":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"623":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"249":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":12,"docs":{"151":{"tf":1.0},"375":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"281":{"tf":1.4142135623730951},"333":{"tf":1.0},"691":{"tf":1.4142135623730951},"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"286":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"[":{"1":{"0":{"2":{"4":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":63,"docs":{"191":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"351":{"tf":1.0},"354":{"tf":5.0990195135927845},"359":{"tf":1.4142135623730951},"361":{"tf":1.7320508075688772},"373":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"490":{"tf":1.0},"493":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"574":{"tf":1.0},"581":{"tf":1.0},"589":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.0},"681":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"692":{"tf":1.4142135623730951},"697":{"tf":1.0},"710":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"324":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"*":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"332":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"703":{"tf":1.0}}}},":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"361":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":2.0},"508":{"tf":1.0},"511":{"tf":1.0},"578":{"tf":1.0},"596":{"tf":1.0},"617":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.0},"500":{"tf":1.0}}},"3":{"df":1,"docs":{"525":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"587":{"tf":1.7320508075688772}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"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":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"633":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"178":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"641":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"78":{"tf":1.0}}}}}},"x":{"b":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":3,"docs":{"625":{"tf":1.0},"651":{"tf":1.0},"70":{"tf":1.0}}},"df":15,"docs":{"16":{"tf":1.7320508075688772},"279":{"tf":1.0},"366":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.4142135623730951},"474":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":2,"docs":{"651":{"tf":1.0},"70":{"tf":1.0}}},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"g":{"\"":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"234":{"tf":2.449489742783178},"235":{"tf":2.0},"238":{"tf":3.1622776601683795},"239":{"tf":2.8284271247461903},"252":{"tf":4.358898943540674},"253":{"tf":2.449489742783178},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"582":{"tf":1.0},"77":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.23606797749979},"254":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"252":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"469":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"608":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":3,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"496":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":95,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"40":{"tf":1.4142135623730951},"430":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.7320508075688772},"533":{"tf":1.0},"56":{"tf":1.0},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"651":{"tf":1.0},"66":{"tf":1.0},"684":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"701":{"tf":1.0},"713":{"tf":1.4142135623730951},"714":{"tf":2.0},"727":{"tf":1.0},"728":{"tf":1.0},"732":{"tf":1.0},"748":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0}}}}},"t":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":4.242640687119285}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"467":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"361":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"575":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":19,"docs":{"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"163":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"476":{"tf":1.0},"6":{"tf":1.0},"746":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"t":{"df":1,"docs":{"547":{"tf":2.449489742783178}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"681":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"377":{"tf":1.0},"651":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"354":{"tf":2.8284271247461903},"361":{"tf":1.0},"623":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.0}}}}}}},"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.0},"368":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"1":{"df":1,"docs":{"172":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":2,"docs":{"162":{"tf":1.0},"686":{"tf":1.0}}},"2":{"df":3,"docs":{"162":{"tf":1.0},"286":{"tf":1.0},"745":{"tf":1.0}}},"3":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}},"4":{"df":1,"docs":{"469":{"tf":1.0}}},"5":{"df":1,"docs":{"507":{"tf":1.0}}},"6":{"df":1,"docs":{"507":{"tf":1.0}}},"7":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"458":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}},"t":{"df":6,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"88":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":19,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"252":{"tf":1.0},"356":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0}},"n":{"df":25,"docs":{"236":{"tf":1.4142135623730951},"308":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.4142135623730951},"582":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.0},"741":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"433":{"tf":1.0},"434":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"362":{"tf":1.4142135623730951},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"448":{"tf":1.0},"649":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"78":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"h":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"150":{"tf":1.4142135623730951},"18":{"tf":3.605551275463989},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0}}}},"df":3,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"385":{"tf":1.0},"446":{"tf":1.0},"687":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"748":{"tf":1.0}},"v":{"3":{"df":12,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":2.0},"156":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"496":{"tf":1.0},"589":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"133":{"tf":1.4142135623730951},"294":{"tf":1.0},"399":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.0},"748":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":17,"docs":{"177":{"tf":2.0},"225":{"tf":1.0},"23":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"339":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.4142135623730951},"513":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.4142135623730951},"655":{"tf":1.0}}}},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{";":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{";":{"+":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":2.23606797749979},"409":{"tf":2.449489742783178},"410":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":4,"docs":{"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"412":{"tf":1.7320508075688772},"413":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}},"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":4,"docs":{"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":7,"docs":{"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"406":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"405":{"tf":2.0},"406":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"405":{"tf":3.605551275463989},"406":{"tf":2.449489742783178}},"k":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"623":{"tf":1.0}}},"i":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.7320508075688772},"192":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"701":{"tf":1.0},"714":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"262":{"tf":1.0},"5":{"tf":1.0},"613":{"tf":1.0},"639":{"tf":1.0},"7":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}}}},"df":37,"docs":{"172":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"385":{"tf":1.0},"389":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.7320508075688772},"40":{"tf":1.0},"412":{"tf":1.0},"487":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"688":{"tf":1.0},"727":{"tf":1.4142135623730951},"736":{"tf":1.0},"740":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":49,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":2.449489742783178},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"453":{"tf":1.0},"456":{"tf":1.0},"463":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"501":{"tf":1.0},"529":{"tf":1.0},"537":{"tf":1.0},"557":{"tf":1.0},"580":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.0},"679":{"tf":1.0},"702":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":8,"docs":{"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"475":{"tf":1.0},"525":{"tf":1.7320508075688772},"602":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.7320508075688772}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"369":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"397":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0}}}},"i":{"df":1,"docs":{"281":{"tf":1.0}}}}},"r":{"d":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"613":{"tf":1.0}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"307":{"tf":1.0},"389":{"tf":1.4142135623730951},"429":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"668":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"<":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}}},"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":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.0},"623":{"tf":1.0},"671":{"tf":1.0}}}}},"df":8,"docs":{"408":{"tf":3.872983346207417},"409":{"tf":3.872983346207417},"410":{"tf":3.3166247903554},"412":{"tf":3.3166247903554},"413":{"tf":3.872983346207417},"415":{"tf":3.3166247903554},"416":{"tf":3.605551275463989},"427":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"276":{"tf":1.0},"436":{"tf":1.4142135623730951},"532":{"tf":1.0},"536":{"tf":1.0},"621":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"395":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":5,"docs":{"229":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.0},"366":{"tf":1.0},"637":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":20,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"510":{"tf":1.0},"623":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":47,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"33":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.7320508075688772},"512":{"tf":1.0},"516":{"tf":1.0},"527":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":2.0},"692":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"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":{"c":{"df":1,"docs":{"336":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"246":{"tf":1.0},"472":{"tf":1.0}}},"df":72,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"124":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.6457513110645907},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"726":{"tf":1.0},"731":{"tf":1.0},"733":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"472":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"397":{"tf":1.0},"427":{"tf":1.0},"438":{"tf":1.0},"527":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"541":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"562":{"tf":1.7320508075688772},"641":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}},"i":{"df":1,"docs":{"381":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"108":{"tf":1.0},"223":{"tf":1.0},"238":{"tf":1.0},"249":{"tf":1.0},"432":{"tf":1.0},"49":{"tf":1.7320508075688772},"539":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"281":{"tf":1.0},"368":{"tf":1.0},"493":{"tf":1.0},"728":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"705":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"162":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.0},"51":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"238":{"tf":1.0}},"’":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"254":{"tf":1.0},"510":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":131,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"446":{"tf":1.0},"463":{"tf":1.0}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"272":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"647":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"272":{"tf":1.0},"332":{"tf":1.0},"577":{"tf":1.0}}}}}}}}},"df":308,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":3.1622776601683795},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"335":{"tf":2.23606797749979},"337":{"tf":2.8284271247461903},"338":{"tf":3.0},"339":{"tf":2.23606797749979},"34":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.4142135623730951},"344":{"tf":2.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"352":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"359":{"tf":3.3166247903554},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.1622776601683795},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"371":{"tf":1.7320508075688772},"372":{"tf":1.7320508075688772},"373":{"tf":2.449489742783178},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":2.6457513110645907},"39":{"tf":1.0},"390":{"tf":1.7320508075688772},"391":{"tf":1.7320508075688772},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":2.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":2.0},"399":{"tf":1.0},"4":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"42":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.0},"43":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.449489742783178},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.4142135623730951},"451":{"tf":2.23606797749979},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"462":{"tf":3.4641016151377544},"463":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":2.0},"468":{"tf":1.7320508075688772},"469":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":5.744562646538029},"475":{"tf":1.7320508075688772},"476":{"tf":1.0},"478":{"tf":2.0},"479":{"tf":1.4142135623730951},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":2.0},"482":{"tf":1.0},"483":{"tf":1.7320508075688772},"484":{"tf":1.7320508075688772},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.4142135623730951},"490":{"tf":2.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"517":{"tf":2.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.23606797749979},"524":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":2.23606797749979},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.449489742783178},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":2.23606797749979},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.6457513110645907},"559":{"tf":2.0},"560":{"tf":1.0},"562":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"57":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":2.0},"578":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":2.0},"583":{"tf":1.0},"585":{"tf":2.449489742783178},"587":{"tf":1.0},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"639":{"tf":2.23606797749979},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"667":{"tf":1.7320508075688772},"668":{"tf":2.449489742783178},"669":{"tf":2.449489742783178},"670":{"tf":1.7320508075688772},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":1.7320508075688772},"68":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":2.449489742783178},"715":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":3.4641016151377544},"728":{"tf":1.0},"729":{"tf":2.23606797749979},"730":{"tf":1.0},"731":{"tf":1.7320508075688772},"732":{"tf":1.4142135623730951},"736":{"tf":1.7320508075688772},"737":{"tf":1.4142135623730951},"738":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":2.0},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"502":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"362":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"d":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"%":{"2":{"0":{"4":{".":{"3":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"639":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"366":{"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":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"7":{"4":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"748":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"745":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"c":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"7":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"9":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"9":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"161":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"d":{"c":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":2,"docs":{"159":{"tf":1.0},"286":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"641":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"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":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"445":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"?":{"df":0,"docs":{},"v":{"=":{"0":{"0":{"4":{"df":0,"docs":{},"z":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"1":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"x":{"6":{"df":0,"docs":{},"s":{"d":{"6":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"w":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":2,"docs":{"690":{"tf":1.0},"693":{"tf":1.0}}}},".":{"df":3,"docs":{"359":{"tf":1.0},"617":{"tf":1.0},"88":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":15,"docs":{"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"286":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}}}},"3":{"8":{"6":{"df":3,"docs":{"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"397":{"tf":1.0},"666":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"670":{"tf":1.0},"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":4.69041575982343},"415":{"tf":1.0},"416":{"tf":1.0},"453":{"tf":1.0},"455":{"tf":1.0},"478":{"tf":1.0},"496":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"727":{"tf":1.0},"731":{"tf":1.0},"736":{"tf":1.0}},"→":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"236":{"tf":2.8284271247461903},"254":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"596":{"tf":1.0},"692":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"330":{"tf":1.0},"337":{"tf":1.0},"405":{"tf":4.69041575982343},"453":{"tf":1.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"456":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"670":{"tf":1.0},"685":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":14,"docs":{"335":{"tf":1.0},"339":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.4142135623730951},"585":{"tf":1.0},"599":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"339":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"490":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"668":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":4,"docs":{"427":{"tf":1.4142135623730951},"541":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":2.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":2.0}}}}}}}}},"df":6,"docs":{"397":{"tf":1.4142135623730951},"405":{"tf":2.8284271247461903},"406":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.0},"485":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{",":{"0":{"df":1,"docs":{"427":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"651":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.0},"525":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"602":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"250":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.4142135623730951},"602":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":45,"docs":{"108":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"308":{"tf":1.0},"333":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"430":{"tf":1.0},"436":{"tf":2.0},"458":{"tf":1.0},"480":{"tf":1.0},"491":{"tf":1.0},"508":{"tf":3.1622776601683795},"517":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":2.0},"562":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"637":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"88":{"tf":2.0}},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":2,"docs":{"369":{"tf":1.0},"392":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.4142135623730951}},"i":{"df":11,"docs":{"234":{"tf":1.0},"269":{"tf":1.0},"349":{"tf":2.23606797749979},"352":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"513":{"tf":1.0},"532":{"tf":1.0},"623":{"tf":1.0},"714":{"tf":1.7320508075688772}}}}}}}},"l":{"df":1,"docs":{"743":{"tf":1.0}}},"x":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":21,"docs":{"333":{"tf":1.0},"406":{"tf":3.3166247903554},"453":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"546":{"tf":1.0},"554":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"406":{"tf":1.0},"505":{"tf":1.7320508075688772}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"479":{"tf":1.0},"482":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"f":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"490":{"tf":1.0},"508":{"tf":1.0},"668":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"332":{"tf":1.0},"479":{"tf":1.0},"484":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"485":{"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"345":{"tf":1.0},"349":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"349":{"tf":1.0},"362":{"tf":2.6457513110645907},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"541":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":2,"docs":{"406":{"tf":1.0},"511":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"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":{"133":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"395":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"406":{"tf":1.0},"445":{"tf":1.7320508075688772},"456":{"tf":1.0},"491":{"tf":1.7320508075688772},"578":{"tf":1.0},"625":{"tf":1.0},"659":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"578":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":45,"docs":{"350":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":97,"docs":{"110":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"267":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"396":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"493":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"577":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":2.449489742783178},"631":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.7320508075688772},"676":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"727":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"738":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"381":{"tf":1.0},"486":{"tf":1.0}}}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"358":{"tf":1.0}}}}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"df":20,"docs":{"113":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"338":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"447":{"tf":1.0},"493":{"tf":1.0},"50":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"6":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"257":{"tf":1.0},"303":{"tf":1.0},"478":{"tf":1.0},"498":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"n":{"'":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"192":{"tf":1.0},"275":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"469":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"445":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}},"df":15,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.0},"715":{"tf":2.6457513110645907},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"655":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"338":{"tf":1.7320508075688772},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":3,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"747":{"tf":2.449489742783178}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":109,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":2.0},"150":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":2.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"249":{"tf":2.23606797749979},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"296":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"361":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"59":{"tf":1.4142135623730951},"593":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"7":{"tf":2.0},"714":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"587":{"tf":1.0}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"249":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":1.4142135623730951},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"14":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":18,"docs":{"235":{"tf":2.0},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"312":{"tf":1.0},"338":{"tf":1.0},"385":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"547":{"tf":2.8284271247461903},"560":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"635":{"tf":1.0},"643":{"tf":1.0},"692":{"tf":1.0}}}},"i":{"c":{"df":7,"docs":{"314":{"tf":1.0},"338":{"tf":1.0},"467":{"tf":1.0},"551":{"tf":1.0},"672":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"445":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"662":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}}}},"df":122,"docs":{"1":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":2.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"257":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":2.6457513110645907},"360":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"4":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"447":{"tf":1.0},"45":{"tf":1.0},"455":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"474":{"tf":1.0},"478":{"tf":1.4142135623730951},"48":{"tf":1.0},"496":{"tf":1.4142135623730951},"510":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":2.0},"557":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":2.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.4142135623730951},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"708":{"tf":1.0},"712":{"tf":1.0},"727":{"tf":2.449489742783178},"730":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.4142135623730951},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"74":{"tf":1.0},"740":{"tf":1.7320508075688772},"741":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"430":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":33,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"366":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"545":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.0},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":2.0}},"r":{"df":0,"docs":{},"m":{"df":93,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"352":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"397":{"tf":1.0},"44":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"473":{"tf":1.0},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"546":{"tf":1.0},"549":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"560":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.449489742783178},"591":{"tf":1.0},"594":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"250":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.6457513110645907},"362":{"tf":1.7320508075688772},"363":{"tf":2.23606797749979}}}}}}},"i":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":2,"docs":{"284":{"tf":1.0},"362":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":39,"docs":{"111":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"332":{"tf":2.0},"333":{"tf":3.0},"344":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.7320508075688772},"496":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"73":{"tf":1.0},"738":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.4142135623730951},"249":{"tf":1.0},"253":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"(":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"596":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"406":{"tf":1.0},"508":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"569":{"tf":1.7320508075688772},"580":{"tf":1.0},"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"621":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"546":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":57,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.449489742783178},"239":{"tf":4.123105625617661},"249":{"tf":2.23606797749979},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.6457513110645907},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"321":{"tf":1.0},"338":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.0},"468":{"tf":1.0},"469":{"tf":2.6457513110645907},"470":{"tf":1.0},"474":{"tf":5.477225575051661},"475":{"tf":1.0},"476":{"tf":2.23606797749979},"478":{"tf":2.0},"496":{"tf":2.8284271247461903},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"55":{"tf":1.0},"560":{"tf":1.4142135623730951},"574":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.0},"68":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":2.0},"511":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"716":{"tf":1.0}}},"df":3,"docs":{"715":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"x":{"6":{"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"476":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}}},"i":{"d":{"df":15,"docs":{"17":{"tf":1.0},"235":{"tf":1.0},"276":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"382":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"450":{"tf":1.0},"546":{"tf":1.0},"562":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"156":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"170":{"tf":1.0},"171":{"tf":2.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"384":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":2.0},"517":{"tf":1.4142135623730951},"606":{"tf":1.0},"641":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"n":{"c":{"df":8,"docs":{"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"390":{"tf":2.23606797749979},"625":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"78":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"331":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"699":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":14,"docs":{"171":{"tf":1.0},"20":{"tf":1.0},"354":{"tf":1.4142135623730951},"385":{"tf":1.0},"392":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":55,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"16":{"tf":2.0},"162":{"tf":1.0},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"292":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":2.23606797749979},"390":{"tf":1.7320508075688772},"391":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"533":{"tf":1.0},"559":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"633":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.4142135623730951},"70":{"tf":1.0},"701":{"tf":1.0},"706":{"tf":1.7320508075688772},"74":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"6":{"df":6,"docs":{"491":{"tf":1.4142135623730951},"508":{"tf":2.8284271247461903},"511":{"tf":2.0},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":22,"docs":{"235":{"tf":2.8284271247461903},"238":{"tf":2.0},"239":{"tf":2.449489742783178},"249":{"tf":1.0},"252":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"486":{"tf":1.0},"491":{"tf":1.4142135623730951},"508":{"tf":3.7416573867739413},"511":{"tf":3.1622776601683795},"525":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"643":{"tf":1.0},"691":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"436":{"tf":1.7320508075688772},"547":{"tf":2.0},"600":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"370":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"447":{"tf":3.3166247903554},"613":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951}},"r":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"2":{"tf":1.0},"303":{"tf":1.0},"389":{"tf":1.4142135623730951},"498":{"tf":1.0},"529":{"tf":1.0},"541":{"tf":1.4142135623730951},"587":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"701":{"tf":1.0},"710":{"tf":1.0},"748":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"428":{"tf":3.4641016151377544}}},"n":{"d":{"df":4,"docs":{"354":{"tf":1.0},"387":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"377":{"tf":1.0},"475":{"tf":1.0},"487":{"tf":1.0},"525":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"225":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"310":{"tf":1.0},"47":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":13,"docs":{"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"541":{"tf":1.0},"647":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"381":{"tf":1.0},"389":{"tf":1.4142135623730951},"393":{"tf":1.0}}}}},"f":{"a":{"c":{"df":176,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":2.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":2.0},"350":{"tf":2.449489742783178},"351":{"tf":3.605551275463989},"352":{"tf":2.23606797749979},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"359":{"tf":2.449489742783178},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":2.23606797749979},"363":{"tf":3.1622776601683795},"369":{"tf":1.0},"37":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.7320508075688772},"396":{"tf":1.0},"398":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.7320508075688772},"452":{"tf":1.7320508075688772},"453":{"tf":1.7320508075688772},"454":{"tf":2.0},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.7320508075688772},"481":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"527":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"551":{"tf":1.4142135623730951},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.4142135623730951},"580":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.0},"595":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":2.23606797749979},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"664":{"tf":2.6457513110645907},"665":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951},"685":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"697":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"731":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":1.7320508075688772},"742":{"tf":1.0},"748":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}}}}},"df":22,"docs":{"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"254":{"tf":1.0},"335":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"499":{"tf":1.0},"517":{"tf":1.0},"575":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.0},"508":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"252":{"tf":1.0},"373":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"h":{"df":4,"docs":{"120":{"tf":1.0},"149":{"tf":1.0},"178":{"tf":1.0},"89":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"24":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.4142135623730951},"445":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"608":{"tf":1.0},"659":{"tf":1.0}},"t":{"df":93,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"372":{"tf":1.0},"378":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"´":{"df":1,"docs":{"500":{"tf":1.0}}},"’":{"df":5,"docs":{"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0}}}},"o":{"df":23,"docs":{"108":{"tf":1.0},"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"475":{"tf":1.0},"49":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":2.0},"532":{"tf":1.0},"538":{"tf":1.7320508075688772},"539":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"627":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"738":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"619":{"tf":1.4142135623730951},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"*":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":3,"docs":{"448":{"tf":1.0},"450":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"448":{"tf":1.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.0},"463":{"tf":1.0},"479":{"tf":1.0},"488":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"462":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"345":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.4142135623730951},"454":{"tf":1.0},"578":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"484":{"tf":1.0},"580":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"262":{"tf":1.0},"267":{"tf":1.0},"592":{"tf":1.0},"595":{"tf":1.4142135623730951},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.4142135623730951},"693":{"tf":1.0},"730":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"y":{"2":{"df":1,"docs":{"351":{"tf":1.0}}},"3":{"df":1,"docs":{"351":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"731":{"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":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"451":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":{"462":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"462":{"tf":2.23606797749979},"557":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"413":{"tf":1.0},"619":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":13,"docs":{"242":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"525":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.4142135623730951},"657":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"405":{"tf":1.0},"625":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"587":{"tf":1.0}}}}},"df":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":{"625":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"606":{"tf":1.0}}}}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"363":{"tf":1.7320508075688772}},"e":{"2":{"df":1,"docs":{"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"351":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}},"df":19,"docs":{"176":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.7320508075688772},"647":{"tf":1.0},"651":{"tf":1.7320508075688772},"709":{"tf":1.0},"744":{"tf":1.0}},"e":{"#":{"1":{"0":{"0":{"df":1,"docs":{"608":{"tf":1.0}}},"2":{"df":1,"docs":{"608":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"606":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"1":{"0":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"480":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"'":{"df":6,"docs":{"252":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"522":{"tf":2.0},"525":{"tf":2.8284271247461903}}},"r":{"df":3,"docs":{"235":{"tf":1.0},"252":{"tf":1.0},"643":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"346":{"tf":1.4142135623730951},"368":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"458":{"tf":1.0},"496":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"458":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.0},"549":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"549":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"453":{"tf":1.0},"458":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"o":{"b":{"df":3,"docs":{"236":{"tf":1.0},"384":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"5":{"df":4,"docs":{"327":{"tf":1.0},"364":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"596":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.4142135623730951},"513":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"1":{"0":{"0":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"2":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"3":{"d":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"9":{"0":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"2":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"7":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"x":{"df":5,"docs":{"239":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"368":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"572":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"507":{"tf":1.0},"569":{"tf":1.4142135623730951}}}}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":6,"docs":{"368":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"729":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"643":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"429":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"320":{"tf":1.0},"465":{"tf":1.0},"571":{"tf":1.0}}}}}},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"453":{"tf":1.0},"463":{"tf":1.7320508075688772},"621":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"286":{"tf":1.0},"306":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.0},"480":{"tf":1.4142135623730951},"506":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":2.8284271247461903},"511":{"tf":2.0},"533":{"tf":1.4142135623730951},"619":{"tf":1.0},"653":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":2.0}}}},"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"16":{"tf":1.0},"320":{"tf":1.0},"336":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"454":{"tf":1.0},"466":{"tf":1.4142135623730951},"527":{"tf":1.0},"571":{"tf":1.0},"599":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"662":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"475":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}},"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":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"467":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"368":{"tf":1.0},"625":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"368":{"tf":1.0},"445":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":5,"docs":{"147":{"tf":2.0},"34":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"748":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"681":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"465":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"490":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}}}}}}},"b":{"df":9,"docs":{"304":{"tf":1.0},"31":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"494":{"tf":1.0},"504":{"tf":1.0},"513":{"tf":1.7320508075688772},"582":{"tf":1.0},"649":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"286":{"tf":1.0},"304":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"637":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"568":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"728":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951}}}}}}},"w":{"df":12,"docs":{"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"364":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.4142135623730951},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"505":{"tf":1.0},"589":{"tf":1.0},"724":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"16":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0},"713":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"465":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"377":{"tf":1.0},"608":{"tf":1.0},"667":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"734":{"tf":1.4142135623730951},"739":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"378":{"tf":1.0},"619":{"tf":1.0},"667":{"tf":1.0},"728":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"378":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"697":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"727":{"tf":1.4142135623730951},"735":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":16,"docs":{"236":{"tf":2.0},"239":{"tf":2.0},"253":{"tf":1.0},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"692":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":14,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":2.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"476":{"tf":1.4142135623730951},"552":{"tf":1.0},"583":{"tf":1.0},"703":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":31,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"344":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"525":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":3.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"458":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"643":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"0":{".":{".":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"1":{"5":{"df":1,"docs":{"639":{"tf":1.0}}},"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":{"6":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"2":{"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":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"691":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"691":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"l":{"+":{"df":0,"docs":{},"r":{"df":1,"docs":{"471":{"tf":1.0}}}},"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"145":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"346":{"tf":1.0},"532":{"tf":1.0},"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":6,"docs":{"20":{"tf":1.0},"385":{"tf":1.0},"412":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"338":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"286":{"tf":1.0},"302":{"tf":1.0},"402":{"tf":1.0},"407":{"tf":1.0},"452":{"tf":1.0},"496":{"tf":3.605551275463989},"635":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":9,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"398":{"tf":1.0},"467":{"tf":1.0},"559":{"tf":1.0},"59":{"tf":1.0},"649":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"428":{"tf":1.0},"84":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"230":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"147":{"tf":1.0},"28":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"17":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"395":{"tf":1.0},"510":{"tf":1.7320508075688772},"513":{"tf":1.7320508075688772},"514":{"tf":4.0}}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":7,"docs":{"258":{"tf":1.4142135623730951},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{"a":{"d":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"238":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"178":{"tf":1.0},"188":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"286":{"tf":1.0},"321":{"tf":1.0},"366":{"tf":1.0},"428":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"522":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.4142135623730951},"593":{"tf":1.0},"631":{"tf":1.0}}}},"v":{"df":1,"docs":{"338":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"412":{"tf":1.0},"476":{"tf":1.7320508075688772},"606":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"286":{"tf":1.0},"320":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"683":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"=":{"3":{"2":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"513":{"tf":1.0},"547":{"tf":2.23606797749979},"671":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"s":{"df":1,"docs":{"378":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"336":{"tf":1.0}}},"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.0},"363":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.0},"649":{"tf":1.4142135623730951},"72":{"tf":1.0},"727":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772}}}}}},"f":{"df":0,"docs":{},"e":{"2":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":5,"docs":{"606":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"625":{"tf":2.0},"748":{"tf":1.0}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"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":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":2.0},"18":{"tf":1.4142135623730951},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"429":{"tf":1.4142135623730951},"55":{"tf":1.0},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.7320508075688772},"687":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"355":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"d":{"c":{"+":{"+":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":1,"docs":{"171":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":44,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":1.0},"144":{"tf":3.1622776601683795},"145":{"tf":2.6457513110645907},"146":{"tf":1.4142135623730951},"147":{"tf":3.872983346207417},"148":{"tf":2.0},"149":{"tf":3.0},"150":{"tf":2.449489742783178},"151":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":2.0},"621":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.0},"662":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"724":{"tf":3.1622776601683795},"725":{"tf":1.0},"726":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"3":{"df":1,"docs":{"141":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"6":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"672":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"623":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":20,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"368":{"tf":1.0},"395":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"465":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"59":{"tf":1.7320508075688772},"631":{"tf":1.0},"78":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"486":{"tf":2.449489742783178}}}},"df":25,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"276":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":62,"docs":{"114":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"157":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"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},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.4142135623730951},"33":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"432":{"tf":1.4142135623730951},"452":{"tf":1.0},"50":{"tf":1.4142135623730951},"513":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"6":{"tf":1.7320508075688772},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"641":{"tf":1.0},"653":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":40,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.7320508075688772},"172":{"tf":1.0},"178":{"tf":1.4142135623730951},"182":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"42":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":3.7416573867739413},"430":{"tf":2.0},"431":{"tf":1.0},"435":{"tf":1.4142135623730951},"437":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772},"613":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"7":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"i":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":57,"docs":{"120":{"tf":1.4142135623730951},"139":{"tf":1.0},"162":{"tf":2.23606797749979},"19":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"374":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":3.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":3.3166247903554},"426":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"482":{"tf":1.0},"487":{"tf":1.0},"544":{"tf":2.0},"547":{"tf":3.4641016151377544},"569":{"tf":1.4142135623730951},"593":{"tf":1.0},"615":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"667":{"tf":1.0},"713":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"346":{"tf":1.0},"370":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"18":{"tf":1.7320508075688772},"321":{"tf":1.0},"574":{"tf":1.0},"631":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"747":{"tf":1.0}}}}},"o":{"a":{"d":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":58,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"311":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":2.23606797749979},"356":{"tf":1.0},"359":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"364":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"391":{"tf":1.0},"4":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"500":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"667":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":2.449489742783178},"76":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"%":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"177":{"tf":1.4142135623730951},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"432":{"tf":1.0},"617":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":59,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"149":{"tf":1.0},"176":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"286":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"364":{"tf":1.7320508075688772},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":2.0},"418":{"tf":2.23606797749979},"420":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"424":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"431":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":1.4142135623730951},"437":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"464":{"tf":1.0},"472":{"tf":1.4142135623730951},"512":{"tf":1.0},"517":{"tf":1.4142135623730951},"547":{"tf":2.0},"562":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"493":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"225":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0}},"i":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"619":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"1":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":3.0},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":4.0},"395":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.4142135623730951},"627":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"330":{"tf":1.0},"336":{"tf":1.0},"363":{"tf":1.4142135623730951},"366":{"tf":1.0},"470":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"493":{"tf":1.0},"657":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"448":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"t":{"df":5,"docs":{"32":{"tf":1.0},"349":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0}}},"u":{"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"331":{"tf":1.0},"469":{"tf":1.0},"59":{"tf":1.0},"691":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"d":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}},"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"m":{"1":{"df":1,"docs":{"69":{"tf":1.0}}},"a":{"c":{"df":16,"docs":{"225":{"tf":1.7320508075688772},"354":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.0},"512":{"tf":1.0},"518":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":3,"docs":{"14":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"170":{"tf":1.0},"338":{"tf":1.0},"429":{"tf":1.0},"517":{"tf":1.0}}}}},"o":{"df":45,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"213":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"230":{"tf":1.0},"276":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"39":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":2.0},"430":{"tf":1.7320508075688772},"431":{"tf":1.0},"433":{"tf":1.4142135623730951},"448":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"627":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"740":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"631":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"x":{"1":{"0":{".":{"8":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"354":{"tf":1.0},"362":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"714":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"469":{"tf":1.0}}}},"df":13,"docs":{"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":2.449489742783178},"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.7320508075688772},"390":{"tf":1.0},"748":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"145":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"366":{"tf":1.0},"643":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.0}}}}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}}}}},"df":19,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":2.0},"261":{"tf":1.0},"3":{"tf":1.0},"352":{"tf":1.0},"397":{"tf":2.0},"465":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.4142135623730951},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"434":{"tf":1.0},"45":{"tf":1.0},"530":{"tf":1.0},"546":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"511":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"359":{"tf":1.4142135623730951},"507":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":40,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"427":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"469":{"tf":1.0},"511":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.0},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"463":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"389":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"655":{"tf":1.0},"672":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"147":{"tf":1.0},"373":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"242":{"tf":1.0},"277":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":28,"docs":{"110":{"tf":1.0},"286":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"452":{"tf":1.4142135623730951},"489":{"tf":1.0},"490":{"tf":1.7320508075688772},"495":{"tf":1.0},"506":{"tf":1.0},"510":{"tf":1.7320508075688772},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"235":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"589":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"337":{"tf":1.0},"352":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"513":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"89":{"tf":1.0}}}}},"h":{"df":1,"docs":{"162":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"18":{"tf":1.0},"238":{"tf":1.0},"672":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"252":{"tf":1.0},"338":{"tf":1.0},"397":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.4142135623730951},"673":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"338":{"tf":1.0},"672":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"y":{"b":{"df":2,"docs":{"683":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"df":8,"docs":{"149":{"tf":1.0},"225":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}},"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}},"df":3,"docs":{"429":{"tf":1.0},"546":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":24,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.4142135623730951},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"513":{"tf":1.4142135623730951},"582":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"669":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":22,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"336":{"tf":1.0},"366":{"tf":1.7320508075688772},"454":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"587":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"249":{"tf":1.7320508075688772},"260":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"249":{"tf":1.0},"254":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.0},"59":{"tf":1.0},"687":{"tf":1.7320508075688772}}},"y":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"389":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":26,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.4142135623730951},"286":{"tf":1.0},"308":{"tf":1.7320508075688772},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"452":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":3.0},"524":{"tf":2.0},"525":{"tf":3.1622776601683795},"621":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"68":{"tf":1.0},"705":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":3,"docs":{"133":{"tf":1.0},"425":{"tf":1.0},"430":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"250":{"tf":2.449489742783178},"343":{"tf":2.0},"450":{"tf":1.0},"485":{"tf":1.4142135623730951},"507":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":9,"docs":{"286":{"tf":1.0},"311":{"tf":1.4142135623730951},"354":{"tf":1.0},"452":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"647":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":36,"docs":{"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"253":{"tf":1.7320508075688772},"254":{"tf":2.0},"321":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.7320508075688772},"406":{"tf":1.0},"536":{"tf":2.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"574":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"666":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"690":{"tf":1.0},"695":{"tf":1.0},"748":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":2.449489742783178},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":14,"docs":{"174":{"tf":1.0},"221":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"39":{"tf":1.0},"428":{"tf":1.4142135623730951},"557":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"i":{"2":{"df":1,"docs":{"162":{"tf":1.0}}},"c":{"c":{"df":1,"docs":{"575":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"571":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"491":{"tf":1.4142135623730951}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"491":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":51,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"286":{"tf":2.0},"296":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"31":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"444":{"tf":3.0},"445":{"tf":2.449489742783178},"446":{"tf":1.7320508075688772},"447":{"tf":3.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"489":{"tf":1.7320508075688772},"490":{"tf":2.8284271247461903},"491":{"tf":1.4142135623730951},"495":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"533":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"573":{"tf":1.4142135623730951},"574":{"tf":2.0},"575":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"641":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.6457513110645907},"748":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"df":1,"docs":{"370":{"tf":1.0}},"g":{"df":0,"docs":{},"w":{"3":{"2":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"606":{"tf":1.0},"621":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"141":{"tf":1.4142135623730951},"276":{"tf":1.0},"297":{"tf":1.0},"451":{"tf":1.0},"46":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"359":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"724":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}},"r":{"df":1,"docs":{"18":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"662":{"tf":1.0},"701":{"tf":1.0},"746":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"651":{"tf":1.0},"88":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"338":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"393":{"tf":1.4142135623730951},"465":{"tf":1.0},"496":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"280":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"m":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"d":{"df":1,"docs":{"466":{"tf":1.0}},"e":{"df":17,"docs":{"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"304":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.449489742783178},"504":{"tf":1.0},"505":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"551":{"tf":1.4142135623730951},"59":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"686":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":16,"docs":{"122":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"254":{"tf":3.1622776601683795},"288":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"340":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":2.0},"390":{"tf":1.0},"606":{"tf":1.0},"748":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"395":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"120":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.7320508075688772},"89":{"tf":1.0}},"i":{"df":18,"docs":{"111":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.0},"305":{"tf":1.0},"359":{"tf":1.0},"496":{"tf":1.4142135623730951},"507":{"tf":1.0},"70":{"tf":1.0},"715":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":34,"docs":{"239":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"327":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.7320508075688772},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"364":{"tf":1.7320508075688772},"366":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.4142135623730951},"507":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"748":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"337":{"tf":1.0}}},".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"608":{"tf":1.0},"621":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"608":{"tf":1.0}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"225":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.0},"430":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"595":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":2.0},"693":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"364":{"tf":1.0},"592":{"tf":1.0},"615":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"365":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":2,"docs":{"365":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"252":{"tf":1.0},"302":{"tf":1.0},"496":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"496":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"231":{"tf":1.0},"239":{"tf":2.8284271247461903},"390":{"tf":1.4142135623730951},"464":{"tf":1.0},"474":{"tf":3.1622776601683795},"476":{"tf":2.23606797749979},"508":{"tf":1.0},"511":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"339":{"tf":1.4142135623730951},"354":{"tf":1.0},"362":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.7320508075688772},"469":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"53":{"tf":1.0},"551":{"tf":1.0},"559":{"tf":1.0},"594":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"373":{"tf":2.6457513110645907},"493":{"tf":1.4142135623730951},"502":{"tf":2.23606797749979},"657":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.0},"372":{"tf":1.0},"413":{"tf":1.4142135623730951},"502":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":2.23606797749979},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.0},"748":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"49":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"331":{"tf":1.0},"346":{"tf":1.0},"374":{"tf":1.0},"395":{"tf":1.0},"507":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"382":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"59":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":44,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"393":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"507":{"tf":1.0},"52":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"639":{"tf":1.0},"65":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"18":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}}}},"y":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"555":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"281":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"491":{"tf":2.0},"505":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"491":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"491":{"tf":1.0}}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"552":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":2.0}}},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"427":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"3":{"8":{"6":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"427":{"tf":2.449489742783178},"430":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"499":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"578":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"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":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"276":{"tf":2.23606797749979},"430":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"332":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"4":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"518":{"tf":2.0},"519":{"tf":2.0},"520":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"514":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":72,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"133":{"tf":2.449489742783178},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"286":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.0},"366":{"tf":1.7320508075688772},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":2.23606797749979},"391":{"tf":1.0},"429":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.0},"440":{"tf":2.0},"441":{"tf":2.0},"442":{"tf":2.0},"452":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.7320508075688772},"517":{"tf":2.0},"518":{"tf":2.0},"519":{"tf":2.23606797749979},"520":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"547":{"tf":2.6457513110645907},"562":{"tf":1.7320508075688772},"581":{"tf":1.0},"610":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"667":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.0},"70":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"739":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":13,"docs":{"249":{"tf":1.0},"386":{"tf":1.0},"472":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":2.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"645":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"547":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"18":{"tf":1.0},"250":{"tf":1.0},"434":{"tf":1.4142135623730951},"529":{"tf":1.0},"540":{"tf":1.4142135623730951},"608":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"350":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"177":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"513":{"tf":1.0},"621":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":2,"docs":{"370":{"tf":1.0},"546":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"478":{"tf":1.0},"511":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}},"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":{"194":{"tf":1.0},"275":{"tf":1.0},"283":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":103,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":2.0},"13":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":2.8284271247461903},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.4142135623730951},"397":{"tf":2.23606797749979},"415":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"659":{"tf":1.0},"664":{"tf":2.0},"671":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":2.0},"705":{"tf":1.0},"708":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"722":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"439":{"tf":1.0},"687":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"672":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"371":{"tf":1.0},"447":{"tf":1.0}}}}}}}}}}}},"w":{"df":115,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"349":{"tf":1.0},"351":{"tf":2.23606797749979},"359":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"428":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"507":{"tf":1.7320508075688772},"510":{"tf":1.7320508075688772},"513":{"tf":1.0},"525":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"606":{"tf":3.4641016151377544},"608":{"tf":2.6457513110645907},"610":{"tf":1.4142135623730951},"613":{"tf":2.449489742783178},"615":{"tf":3.605551275463989},"617":{"tf":2.8284271247461903},"619":{"tf":2.8284271247461903},"621":{"tf":3.3166247903554},"623":{"tf":2.23606797749979},"625":{"tf":3.605551275463989},"627":{"tf":2.0},"629":{"tf":1.4142135623730951},"631":{"tf":2.6457513110645907},"633":{"tf":1.7320508075688772},"635":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":3.0},"641":{"tf":1.7320508075688772},"643":{"tf":2.6457513110645907},"645":{"tf":3.3166247903554},"647":{"tf":2.6457513110645907},"649":{"tf":2.0},"651":{"tf":2.0},"653":{"tf":2.0},"655":{"tf":3.3166247903554},"659":{"tf":2.6457513110645907},"663":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.7320508075688772},"727":{"tf":1.0},"730":{"tf":2.23606797749979},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"359":{"tf":1.0},"625":{"tf":1.0},"637":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"462":{"tf":2.23606797749979}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"260":{"tf":1.0},"363":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"669":{"tf":1.0},"743":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"j":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"n":{"df":14,"docs":{"19":{"tf":1.0},"254":{"tf":1.0},"3":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"372":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":1,"docs":{"496":{"tf":1.0}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"14":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"370":{"tf":2.449489742783178},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":2.0},"608":{"tf":1.0},"639":{"tf":1.0},"668":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"738":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"583":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":106,"docs":{"110":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":1.7320508075688772},"286":{"tf":1.0},"305":{"tf":1.4142135623730951},"319":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"378":{"tf":1.0},"387":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":1.4142135623730951},"452":{"tf":1.0},"457":{"tf":1.0},"462":{"tf":1.7320508075688772},"467":{"tf":1.0},"473":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"496":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":3.3166247903554},"508":{"tf":3.7416573867739413},"509":{"tf":1.0},"510":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"585":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.7320508075688772},"662":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"696":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.4142135623730951},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"286":{"tf":1.0},"319":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.23606797749979},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"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":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"75":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":2.0},"569":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"d":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"623":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"238":{"tf":1.0},"649":{"tf":1.0}}}},"n":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"510":{"tf":1.0},"55":{"tf":1.0},"649":{"tf":1.0}}}}},"h":{"df":7,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"257":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"142":{"tf":1.0},"253":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"250":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0}}},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"313":{"tf":1.0},"549":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"w":{"df":42,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"252":{"tf":2.449489742783178},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"326":{"tf":1.0},"333":{"tf":1.7320508075688772},"344":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"372":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.0},"412":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":2.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"536":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"536":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":7,"docs":{"18":{"tf":1.0},"359":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"338":{"tf":1.0},"671":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"361":{"tf":1.0},"669":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"275":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.7320508075688772},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"667":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":4.47213595499958},"250":{"tf":1.4142135623730951},"338":{"tf":1.0},"672":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"361":{"tf":1.4142135623730951},"362":{"tf":2.8284271247461903}},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"244":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"333":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.0},"457":{"tf":1.0},"532":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"742":{"tf":1.7320508075688772},"748":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"546":{"tf":1.0}},"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":{"df":1,"docs":{"543":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"174":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"617":{"tf":1.0},"623":{"tf":1.4142135623730951},"655":{"tf":1.0},"670":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":2.6457513110645907},"697":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"436":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"476":{"tf":1.0}},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}},"l":{"d":{"df":20,"docs":{"150":{"tf":1.0},"190":{"tf":1.0},"263":{"tf":1.0},"351":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.4142135623730951},"412":{"tf":1.0},"462":{"tf":1.0},"486":{"tf":1.0},"589":{"tf":1.0},"593":{"tf":1.0},"596":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"730":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"359":{"tf":1.0},"641":{"tf":1.0},"730":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.0},"562":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"337":{"tf":1.0},"369":{"tf":1.0},"610":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":8,"docs":{"230":{"tf":1.0},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"501":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":73,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.0},"309":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"4":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":2.449489742783178},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":2.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"533":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"580":{"tf":1.0},"599":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"505":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}}},"p":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"304":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":52,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.4142135623730951},"223":{"tf":1.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"394":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"452":{"tf":1.7320508075688772},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":2.449489742783178},"711":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"304":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":8,"docs":{"373":{"tf":2.0},"391":{"tf":1.0},"397":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"49":{"tf":1.0},"659":{"tf":1.0},"687":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"719":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"589":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"589":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":62,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.4142135623730951},"483":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"/":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.0},"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"18":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":62,"docs":{"118":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"260":{"tf":1.0},"277":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"475":{"tf":1.0},"486":{"tf":1.0},"494":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"651":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"745":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}}}},"df":1,"docs":{"351":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"352":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"392":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"253":{"tf":1.0},"372":{"tf":1.0},"486":{"tf":1.4142135623730951},"666":{"tf":1.0},"721":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":12,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"434":{"tf":2.0},"49":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.0},"741":{"tf":1.7320508075688772}},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"32":{"tf":1.0},"465":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"242":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.0},"463":{"tf":1.0},"669":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":37,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":3.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"570":{"tf":1.0},"571":{"tf":1.0},"631":{"tf":1.0},"671":{"tf":1.0},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"342":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":55,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":2.8284271247461903},"260":{"tf":1.7320508075688772},"261":{"tf":2.0},"302":{"tf":1.4142135623730951},"320":{"tf":1.0},"338":{"tf":2.23606797749979},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"393":{"tf":2.23606797749979},"429":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.0},"468":{"tf":1.0},"469":{"tf":1.7320508075688772},"470":{"tf":1.0},"474":{"tf":3.7416573867739413},"475":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":2.23606797749979},"496":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"664":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":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":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"139":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.4142135623730951},"527":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"397":{"tf":1.0},"478":{"tf":1.0},"741":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"486":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":2.0},"517":{"tf":1.0},"536":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"23":{"tf":1.0},"472":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"647":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":1.0},"710":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"df":2,"docs":{"371":{"tf":1.0},"524":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"142":{"tf":1.0},"333":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"613":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":30,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":112,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"282":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.0},"425":{"tf":1.4142135623730951},"431":{"tf":1.4142135623730951},"436":{"tf":1.0},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"453":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"514":{"tf":2.23606797749979},"517":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"567":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"598":{"tf":1.0},"601":{"tf":1.4142135623730951},"606":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"+":{"3":{"+":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"507":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"701":{"tf":1.0},"710":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"170":{"tf":1.0},"671":{"tf":1.0}}}}}},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":134,"docs":{"14":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.449489742783178},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"235":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":3.0},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.1622776601683795},"253":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":2.8284271247461903},"281":{"tf":1.0},"286":{"tf":2.449489742783178},"289":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":3.0},"339":{"tf":2.449489742783178},"342":{"tf":2.0},"359":{"tf":1.4142135623730951},"367":{"tf":2.6457513110645907},"368":{"tf":5.5677643628300215},"369":{"tf":3.872983346207417},"370":{"tf":1.7320508075688772},"371":{"tf":2.6457513110645907},"372":{"tf":1.4142135623730951},"373":{"tf":3.3166247903554},"374":{"tf":2.449489742783178},"377":{"tf":1.7320508075688772},"378":{"tf":2.0},"380":{"tf":1.0},"381":{"tf":2.0},"382":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"447":{"tf":1.7320508075688772},"452":{"tf":2.23606797749979},"456":{"tf":1.0},"469":{"tf":1.4142135623730951},"473":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.7320508075688772},"489":{"tf":1.0},"490":{"tf":2.23606797749979},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"517":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":2.449489742783178},"655":{"tf":1.7320508075688772},"657":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"666":{"tf":1.7320508075688772},"667":{"tf":2.0},"668":{"tf":2.23606797749979},"669":{"tf":2.23606797749979},"671":{"tf":2.6457513110645907},"674":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"733":{"tf":1.0},"736":{"tf":1.7320508075688772},"739":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"368":{"tf":1.0},"369":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"377":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{":":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"1":{"5":{"df":1,"docs":{"514":{"tf":1.0}}},"6":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"514":{"tf":1.0}}},"df":1,"docs":{"514":{"tf":1.0}}},"2":{"df":1,"docs":{"514":{"tf":1.0}}},"3":{"df":1,"docs":{"514":{"tf":1.0}}},"4":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"513":{"tf":1.4142135623730951},"575":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"735":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"377":{"tf":1.0}}}}}},"s":{".":{"a":{"d":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"´":{"df":1,"docs":{"738":{"tf":1.0}}}}}}},"i":{"d":{"df":9,"docs":{"244":{"tf":1.0},"252":{"tf":2.0},"491":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"583":{"tf":3.1622776601683795},"641":{"tf":1.4142135623730951},"727":{"tf":1.0},"733":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":2.23606797749979}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}},"s":{"df":4,"docs":{"235":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}},"t":{"df":70,"docs":{"1":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":3.0},"333":{"tf":1.7320508075688772},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"339":{"tf":1.7320508075688772},"344":{"tf":1.7320508075688772},"358":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"454":{"tf":1.4142135623730951},"456":{"tf":1.0},"469":{"tf":1.7320508075688772},"478":{"tf":1.0},"501":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.7320508075688772},"699":{"tf":1.4142135623730951},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.0},"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"606":{"tf":1.0},"653":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"408":{"tf":1.7320508075688772},"409":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"368":{"tf":1.0},"392":{"tf":1.0},"490":{"tf":1.0},"625":{"tf":1.0},"668":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"129":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"463":{"tf":1.0},"478":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"514":{"tf":1.0},"580":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"114":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"464":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"532":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"670":{"tf":1.0},"676":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":2.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"687":{"tf":1.0},"73":{"tf":2.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"149":{"tf":1.0},"53":{"tf":1.0},"655":{"tf":1.0}}}}},"c":{"df":1,"docs":{"428":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"361":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"128":{"tf":1.0},"145":{"tf":1.0},"505":{"tf":1.0},"639":{"tf":1.0}}}},"df":5,"docs":{"412":{"tf":2.8284271247461903},"413":{"tf":2.8284271247461903},"415":{"tf":2.6457513110645907},"416":{"tf":3.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"395":{"tf":1.0},"55":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":15,"docs":{"235":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"374":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"467":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":18,"docs":{"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"233":{"tf":1.0},"257":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"527":{"tf":1.0},"583":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"669":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"373":{"tf":1.0},"486":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":6,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"737":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"233":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0},"627":{"tf":1.0},"641":{"tf":1.0},"662":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"507":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"466":{"tf":1.0},"469":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.0},"525":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"743":{"tf":1.0}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"16":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"579":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"386":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"629":{"tf":1.0}},"|":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"18":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":2.449489742783178},"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.4142135623730951},"59":{"tf":2.0},"664":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"387":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"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":1,"docs":{"63":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"114":{"tf":1.0},"130":{"tf":1.0},"369":{"tf":1.0},"397":{"tf":1.4142135623730951},"457":{"tf":1.0},"465":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"269":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"696":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"172":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"295":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"437":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.4142135623730951},"512":{"tf":1.7320508075688772},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"725":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"111":{"tf":1.0},"305":{"tf":1.0},"367":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"507":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"138":{"tf":1.0},"238":{"tf":1.4142135623730951},"257":{"tf":1.0},"269":{"tf":1.0},"305":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.4142135623730951},"469":{"tf":1.4142135623730951},"507":{"tf":2.0},"508":{"tf":1.4142135623730951},"510":{"tf":2.449489742783178},"511":{"tf":2.23606797749979},"627":{"tf":1.0},"631":{"tf":1.0},"669":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":4,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"122":{"tf":1.0},"145":{"tf":1.7320508075688772},"150":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"647":{"tf":1.0},"662":{"tf":1.0},"689":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"719":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":3,"docs":{"18":{"tf":1.0},"249":{"tf":1.0},"364":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":444,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.4142135623730951},"117":{"tf":2.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":3.605551275463989},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"162":{"tf":2.23606797749979},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":3.605551275463989},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":2.6457513110645907},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"230":{"tf":3.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"24":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":2.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":2.449489742783178},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":2.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":2.23606797749979},"339":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"340":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"353":{"tf":1.0},"354":{"tf":3.7416573867739413},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":3.872983346207417},"36":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.0},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":4.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"373":{"tf":2.0},"374":{"tf":1.7320508075688772},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":2.0},"381":{"tf":2.23606797749979},"382":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"384":{"tf":2.449489742783178},"385":{"tf":2.8284271247461903},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":3.605551275463989},"39":{"tf":1.0},"390":{"tf":2.6457513110645907},"391":{"tf":3.4641016151377544},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":2.8284271247461903},"398":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"405":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"418":{"tf":1.7320508075688772},"419":{"tf":1.4142135623730951},"42":{"tf":1.0},"420":{"tf":1.4142135623730951},"423":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":2.23606797749979},"427":{"tf":3.3166247903554},"428":{"tf":2.0},"429":{"tf":2.23606797749979},"43":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":2.0},"433":{"tf":1.0},"434":{"tf":2.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.4142135623730951},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"460":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":3.1622776601683795},"463":{"tf":1.4142135623730951},"464":{"tf":2.449489742783178},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.7320508075688772},"468":{"tf":2.0},"469":{"tf":2.23606797749979},"47":{"tf":1.0},"470":{"tf":1.7320508075688772},"473":{"tf":2.449489742783178},"474":{"tf":7.280109889280518},"475":{"tf":1.7320508075688772},"476":{"tf":2.0},"478":{"tf":2.6457513110645907},"479":{"tf":1.0},"48":{"tf":1.4142135623730951},"485":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"496":{"tf":2.8284271247461903},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":3.0},"511":{"tf":1.7320508075688772},"513":{"tf":2.0},"517":{"tf":2.23606797749979},"518":{"tf":2.0},"519":{"tf":2.0},"52":{"tf":1.7320508075688772},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"530":{"tf":2.0},"534":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":2.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":2.449489742783178},"551":{"tf":2.0},"554":{"tf":1.7320508075688772},"557":{"tf":2.6457513110645907},"559":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":2.23606797749979},"569":{"tf":1.0},"57":{"tf":1.0},"574":{"tf":2.0},"575":{"tf":1.0},"577":{"tf":1.4142135623730951},"58":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.4142135623730951},"589":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"591":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"593":{"tf":2.449489742783178},"594":{"tf":1.0},"595":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":2.23606797749979},"61":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":2.8284271247461903},"615":{"tf":2.23606797749979},"617":{"tf":2.449489742783178},"619":{"tf":2.23606797749979},"62":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":3.3166247903554},"627":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":3.0},"633":{"tf":1.7320508075688772},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.0},"64":{"tf":1.0},"641":{"tf":2.6457513110645907},"643":{"tf":2.0},"645":{"tf":3.1622776601683795},"647":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":3.4641016151377544},"66":{"tf":1.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.7320508075688772},"668":{"tf":2.0},"669":{"tf":2.23606797749979},"67":{"tf":1.0},"670":{"tf":3.1622776601683795},"671":{"tf":3.605551275463989},"672":{"tf":1.7320508075688772},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.23606797749979},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"693":{"tf":2.23606797749979},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"70":{"tf":2.449489742783178},"700":{"tf":1.4142135623730951},"701":{"tf":2.449489742783178},"704":{"tf":1.0},"705":{"tf":2.0},"706":{"tf":1.4142135623730951},"707":{"tf":2.23606797749979},"708":{"tf":1.0},"710":{"tf":2.0},"711":{"tf":2.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.23606797749979},"715":{"tf":3.1622776601683795},"716":{"tf":1.7320508075688772},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.7320508075688772},"72":{"tf":1.0},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":3.1622776601683795},"729":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":2.23606797749979},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.0},"74":{"tf":3.1622776601683795},"740":{"tf":1.7320508075688772},"741":{"tf":2.0},"742":{"tf":1.4142135623730951},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"528":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"427":{"tf":1.0},"430":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":41,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"242":{"tf":1.0},"249":{"tf":3.605551275463989},"250":{"tf":2.8284271247461903},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.0},"525":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"178":{"tf":1.0},"196":{"tf":1.0},"225":{"tf":1.0},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"621":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"276":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{";":{"$":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"691":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"346":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"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":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"267":{"tf":1.0},"615":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"346":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"575":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"330":{"tf":1.0},"36":{"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":1,"docs":{"578":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"382":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"629":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"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":{},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":7,"docs":{"286":{"tf":1.0},"316":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"562":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":17,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"284":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"374":{"tf":1.4142135623730951},"447":{"tf":1.0},"486":{"tf":3.1622776601683795},"619":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"338":{"tf":1.0},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"177":{"tf":2.23606797749979},"225":{"tf":1.0},"6":{"tf":1.0}}}},"df":3,"docs":{"445":{"tf":1.0},"447":{"tf":1.0},"507":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"28":{"tf":1.0},"323":{"tf":1.0},"445":{"tf":1.0},"507":{"tf":1.4142135623730951},"580":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"610":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"385":{"tf":1.7320508075688772},"687":{"tf":1.0}}}},"p":{"df":7,"docs":{"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"384":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}},"df":1,"docs":{"525":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"159":{"tf":1.0}}}},"df":4,"docs":{"246":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.0},"466":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"374":{"tf":1.0},"486":{"tf":2.449489742783178},"619":{"tf":1.0},"700":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":53,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"500":{"tf":1.0},"549":{"tf":1.0},"595":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"653":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0},"697":{"tf":1.0},"701":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.4142135623730951},"707":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"710":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"738":{"tf":1.0},"743":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}},"r":{"#":{"1":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"613":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"610":{"tf":1.0}}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"6":{"df":1,"docs":{"608":{"tf":1.0}}},"7":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"df":1,"docs":{"608":{"tf":1.0}}},"3":{"df":1,"docs":{"608":{"tf":1.7320508075688772}}},"df":1,"docs":{"608":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"2":{"df":1,"docs":{"606":{"tf":1.0}}},"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"249":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"469":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"647":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"355":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"480":{"tf":1.4142135623730951},"562":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"562":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"230":{"tf":1.4142135623730951},"242":{"tf":1.0},"319":{"tf":1.0},"389":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"687":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.0},"741":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"c":{"df":0,"docs":{},"h":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"552":{"tf":1.0},"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"286":{"tf":1.0},"314":{"tf":1.4142135623730951},"452":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.7320508075688772},"552":{"tf":2.23606797749979},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"623":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"152":{"tf":1.0},"174":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"397":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"360":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":16,"docs":{"138":{"tf":1.0},"20":{"tf":1.0},"286":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"307":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"395":{"tf":1.0},"424":{"tf":1.0},"452":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":2.6457513110645907},"512":{"tf":1.0},"655":{"tf":1.0},"730":{"tf":1.0}}}},"t":{"/":{"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":{"df":2,"docs":{"262":{"tf":1.0},"268":{"tf":1.0}}}},"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":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":45,"docs":{"17":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"295":{"tf":1.0},"311":{"tf":1.7320508075688772},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"371":{"tf":2.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":3.3166247903554},"385":{"tf":2.23606797749979},"386":{"tf":1.0},"391":{"tf":2.6457513110645907},"418":{"tf":1.7320508075688772},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"436":{"tf":2.449489742783178},"437":{"tf":1.0},"438":{"tf":2.8284271247461903},"452":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"475":{"tf":1.0},"480":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":2.0},"568":{"tf":1.0},"621":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":2.8284271247461903},"700":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"412":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"507":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"249":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"591":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"641":{"tf":1.0},"653":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":10,"docs":{"185":{"tf":1.0},"232":{"tf":1.0},"342":{"tf":1.0},"373":{"tf":1.0},"427":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0}},"s":{"df":9,"docs":{"125":{"tf":1.0},"149":{"tf":1.0},"249":{"tf":1.0},"269":{"tf":1.0},"344":{"tf":1.0},"534":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.4142135623730951},"562":{"tf":1.0},"613":{"tf":1.0}}}},"o":{"df":10,"docs":{"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}},"r":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.4142135623730951},"397":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"649":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"485":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"174":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"395":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"599":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":20,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"253":{"tf":2.6457513110645907},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0},"482":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"572":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":105,"docs":{"14":{"tf":3.0},"162":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.7320508075688772},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.449489742783178},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"253":{"tf":3.872983346207417},"254":{"tf":1.0},"257":{"tf":2.0},"260":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"331":{"tf":2.449489742783178},"336":{"tf":2.0},"337":{"tf":1.4142135623730951},"338":{"tf":4.69041575982343},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"395":{"tf":2.23606797749979},"397":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.7320508075688772},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"464":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":2.0},"482":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"571":{"tf":1.0},"580":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"655":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.449489742783178},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":3.3166247903554},"671":{"tf":2.449489742783178},"672":{"tf":1.7320508075688772},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"677":{"tf":1.0},"683":{"tf":1.4142135623730951},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":3.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"694":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"707":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"748":{"tf":1.4142135623730951},"78":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"249":{"tf":1.0},"390":{"tf":1.0}}},"/":{"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":3,"docs":{"329":{"tf":1.0},"452":{"tf":1.0},"601":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"333":{"tf":2.6457513110645907},"344":{"tf":1.7320508075688772}}}}}}}},"df":57,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.7320508075688772},"334":{"tf":1.0},"335":{"tf":2.23606797749979},"338":{"tf":2.23606797749979},"339":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.6457513110645907},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":2.0},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"432":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"59":{"tf":1.4142135623730951},"663":{"tf":1.0},"669":{"tf":1.7320508075688772},"685":{"tf":1.0},"687":{"tf":1.0},"714":{"tf":1.4142135623730951},"736":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"253":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"690":{"tf":1.0},"696":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"608":{"tf":1.0}},"t":{"df":18,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.449489742783178},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"469":{"tf":1.0},"747":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"89":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"647":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":38,"docs":{"162":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.0},"385":{"tf":3.605551275463989},"386":{"tf":2.23606797749979},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":3.605551275463989},"434":{"tf":1.4142135623730951},"436":{"tf":1.0},"445":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"615":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"653":{"tf":1.0},"66":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"627":{"tf":1.0},"651":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"653":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"6":{"4":{"3":{"2":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"286":{"tf":1.0},"325":{"tf":1.4142135623730951},"452":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":3.0},"78":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":{"613":{"tf":1.0}}}}}}},"df":86,"docs":{"105":{"tf":1.0},"114":{"tf":2.23606797749979},"147":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"242":{"tf":2.23606797749979},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"360":{"tf":1.0},"40":{"tf":1.4142135623730951},"500":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"534":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0}},"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":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"149":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"276":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"463":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"242":{"tf":1.0},"339":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"276":{"tf":1.0},"426":{"tf":1.0},"75":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"469":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"363":{"tf":1.7320508075688772},"395":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":74,"docs":{"12":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"39":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"454":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"606":{"tf":1.0},"617":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.7320508075688772},"732":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"457":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"$":{"<":{"$":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{">":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"d":{"a":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"d":{"a":{"df":2,"docs":{"59":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":8,"docs":{"111":{"tf":1.0},"53":{"tf":1.0},"597":{"tf":1.0},"615":{"tf":1.0},"639":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"534":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"361":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":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":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"365":{"tf":1.0},"615":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"268":{"tf":1.0},"625":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"572":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"365":{"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":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"108":{"tf":1.0},"149":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"363":{"tf":3.1622776601683795},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"661":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"346":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":14,"docs":{"120":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"345":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"380":{"tf":1.0},"385":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"13":{"tf":1.0},"693":{"tf":1.0}}}}},"q":{"df":82,"docs":{"663":{"tf":2.449489742783178},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":4.123105625617661},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":2.6457513110645907},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":3.605551275463989},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":3.3166247903554},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":4.123105625617661},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"286":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":1.0},"450":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"576":{"tf":1.0},"606":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":5,"docs":{"333":{"tf":1.0},"344":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"483":{"tf":1.0},"549":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":16,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"371":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":13,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"374":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.7320508075688772},"486":{"tf":2.0},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"619":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"513":{"tf":1.0},"517":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"346":{"tf":1.0},"499":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"18":{"tf":1.0},"382":{"tf":1.0},"513":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"367":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":9,"docs":{"269":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.0},"389":{"tf":1.0},"511":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"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":8,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"649":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"673":{"tf":1.0}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":8,"docs":{"258":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{":":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"395":{"tf":1.0},"469":{"tf":1.0},"508":{"tf":1.0}}},"t":{"df":4,"docs":{"481":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"315":{"tf":1.0},"554":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":23,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"268":{"tf":1.0},"330":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"427":{"tf":1.0},"436":{"tf":1.0},"496":{"tf":1.0},"527":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":7,"docs":{"157":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"343":{"tf":1.0},"405":{"tf":1.0},"511":{"tf":1.0},"697":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"354":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"465":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":17,"docs":{"187":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":2.23606797749979},"287":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"340":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"670":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.7320508075688772},"697":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"336":{"tf":1.0},"373":{"tf":1.0},"448":{"tf":1.0},"466":{"tf":1.4142135623730951},"530":{"tf":1.0},"671":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"549":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"397":{"tf":1.4142135623730951},"463":{"tf":1.0},"602":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.7320508075688772},"699":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"562":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"269":{"tf":1.0},"281":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"229":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"493":{"tf":1.0},"522":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.0},"728":{"tf":1.0},"744":{"tf":1.0}}},"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":{"368":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"374":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":8,"docs":{"246":{"tf":1.0},"31":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"378":{"tf":1.0},"469":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"462":{"tf":1.0}}}}}},"df":2,"docs":{"363":{"tf":1.0},"462":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"166":{"tf":1.0},"284":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"608":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"725":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":7,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"371":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}},"t":{"df":5,"docs":{"238":{"tf":1.0},"31":{"tf":1.0},"389":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"147":{"tf":1.0},"333":{"tf":1.4142135623730951},"699":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"491":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"659":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"355":{"tf":1.0},"362":{"tf":1.4142135623730951},"391":{"tf":1.7320508075688772},"458":{"tf":1.7320508075688772},"532":{"tf":1.0},"599":{"tf":1.0},"662":{"tf":1.0},"742":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"147":{"tf":1.0},"391":{"tf":1.0},"716":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"244":{"tf":1.0},"254":{"tf":1.0},"363":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"143":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"522":{"tf":1.0},"69":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"739":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.0},"142":{"tf":1.4142135623730951},"245":{"tf":1.0},"354":{"tf":1.0},"42":{"tf":1.0},"445":{"tf":1.7320508075688772},"450":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.4142135623730951},"747":{"tf":2.8284271247461903},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"450":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"490":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":71,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"372":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"425":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"486":{"tf":1.0},"489":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"52":{"tf":1.0},"549":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"573":{"tf":1.0},"579":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"601":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":79,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"161":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"344":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}},"o":{"a":{"d":{"df":2,"docs":{"236":{"tf":1.0},"699":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"363":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"307":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"418":{"tf":1.0},"424":{"tf":1.4142135623730951},"452":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":2.0},"514":{"tf":1.7320508075688772},"517":{"tf":1.4142135623730951},"527":{"tf":1.0},"653":{"tf":2.23606797749979}}},"v":{"df":14,"docs":{"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"536":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"225":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.0},"637":{"tf":1.0},"655":{"tf":1.7320508075688772},"659":{"tf":1.0},"70":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.0},"617":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"623":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":24,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"225":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"30":{"tf":1.0},"364":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.23606797749979},"464":{"tf":1.0},"475":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"743":{"tf":1.0},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"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":7,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"247":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0},"643":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"236":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":1.0},"359":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"19":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"335":{"tf":1.0},"346":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":2.0},"374":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"418":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"462":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.7320508075688772},"514":{"tf":1.4142135623730951},"517":{"tf":2.0},"562":{"tf":1.0},"653":{"tf":1.7320508075688772},"738":{"tf":1.0},"748":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"q":{"df":2,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"359":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.4142135623730951},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"558":{"tf":1.0},"559":{"tf":1.7320508075688772},"610":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":49,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"340":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"432":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.0},"494":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"717":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"741":{"tf":1.0}}},"n":{"df":4,"docs":{"335":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"320":{"tf":1.0},"368":{"tf":1.0},"571":{"tf":1.0},"623":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":4,"docs":{"238":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":1.0},"608":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"403":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"462":{"tf":2.6457513110645907},"488":{"tf":1.4142135623730951},"556":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":2.0},"59":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0}}}},"v":{"df":3,"docs":{"18":{"tf":1.0},"371":{"tf":1.0},"713":{"tf":1.0}}}},"n":{"df":2,"docs":{"23":{"tf":1.0},"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"162":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"593":{"tf":1.0},"617":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"276":{"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":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"20":{"tf":1.0},"389":{"tf":1.0},"478":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":10,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"339":{"tf":1.7320508075688772},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"378":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"575":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.7320508075688772},"667":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"737":{"tf":1.0},"739":{"tf":1.4142135623730951},"743":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"727":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":3,"docs":{"373":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"619":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"244":{"tf":1.0},"335":{"tf":2.449489742783178},"337":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"490":{"tf":1.0},"627":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"331":{"tf":1.0},"333":{"tf":2.0},"338":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"392":{"tf":1.0},"466":{"tf":1.7320508075688772},"476":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"621":{"tf":1.0},"664":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":11,"docs":{"162":{"tf":1.0},"301":{"tf":1.0},"319":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.0},"549":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"748":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"105":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.6457513110645907},"238":{"tf":1.7320508075688772},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.449489742783178},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.6457513110645907},"458":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":1.0},"466":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":5.196152422706632},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"496":{"tf":1.0},"505":{"tf":2.0},"508":{"tf":3.1622776601683795},"511":{"tf":2.449489742783178},"525":{"tf":1.7320508075688772},"536":{"tf":1.0},"538":{"tf":1.7320508075688772},"544":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.7320508075688772},"583":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.4142135623730951},"631":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.23606797749979},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":2.449489742783178},"728":{"tf":1.4142135623730951},"732":{"tf":1.0},"737":{"tf":1.4142135623730951},"742":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"264":{"tf":1.4142135623730951},"715":{"tf":1.0},"720":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"380":{"tf":1.0}}}},"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"12":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"19":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"659":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"276":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.23606797749979},"476":{"tf":1.0},"524":{"tf":1.0},"566":{"tf":1.0},"606":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"59":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"c":{"b":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"747":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"276":{"tf":1.0},"381":{"tf":1.0},"458":{"tf":1.4142135623730951},"532":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":9,"docs":{"31":{"tf":1.0},"337":{"tf":1.0},"388":{"tf":1.0},"393":{"tf":1.4142135623730951},"467":{"tf":1.0},"469":{"tf":1.0},"496":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}}}},"w":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":1,"docs":{"254":{"tf":1.7320508075688772}},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0}}}},"n":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"14":{"tf":1.0},"177":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"331":{"tf":1.0},"351":{"tf":1.0},"395":{"tf":1.4142135623730951},"448":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"286":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.7320508075688772},"450":{"tf":1.7320508075688772},"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"245":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951}}}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":7,"docs":{"188":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"329":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"606":{"tf":1.0}},"r":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":52,"docs":{"108":{"tf":1.0},"130":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"269":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"349":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.0},"392":{"tf":1.0},"413":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"474":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"55":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"629":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"249":{"tf":2.6457513110645907},"251":{"tf":1.4142135623730951},"252":{"tf":4.0},"253":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"385":{"tf":1.0},"397":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":2.23606797749979},"510":{"tf":1.0},"55":{"tf":1.4142135623730951},"585":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"619":{"tf":1.7320508075688772},"641":{"tf":1.0},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":2.23606797749979},"673":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":1.4142135623730951},"705":{"tf":1.0}}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"253":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.0},"499":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"74":{"tf":1.0},"86":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.6457513110645907},"562":{"tf":2.0},"643":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.0},"741":{"tf":2.23606797749979}}}},"n":{"df":12,"docs":{"355":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"649":{"tf":1.0},"713":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"687":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"254":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"510":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"178":{"tf":1.0},"192":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"32":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"413":{"tf":1.4142135623730951},"557":{"tf":1.0},"631":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"230":{"tf":1.0},"88":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"335":{"tf":1.0},"700":{"tf":1.0}}}}}}},"d":{"d":{"df":1,"docs":{"621":{"tf":1.4142135623730951}},"s":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"'":{"df":7,"docs":{"146":{"tf":1.0},"162":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.0},"276":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.0}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"719":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.4142135623730951}}}}}}},"df":187,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.449489742783178},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"197":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"244":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.23606797749979},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.4142135623730951},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"362":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.7320508075688772},"368":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"395":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"48":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"63":{"tf":1.0},"639":{"tf":1.7320508075688772},"64":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"655":{"tf":1.0},"659":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":2.23606797749979},"705":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"724":{"tf":3.4641016151377544},"732":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"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":{"366":{"tf":1.4142135623730951}}}}}}}}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"427":{"tf":1.4142135623730951},"490":{"tf":1.0},"59":{"tf":1.4142135623730951},"668":{"tf":1.0},"691":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.4142135623730951},"724":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"23":{"tf":1.0},"384":{"tf":1.0},"532":{"tf":1.0},"621":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}},"df":6,"docs":{"136":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"252":{"tf":1.0},"466":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"1":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"390":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"486":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"177":{"tf":1.0},"608":{"tf":1.0},"743":{"tf":1.0}}}}},"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}},"e":{"df":107,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.7320508075688772},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":2.23606797749979},"338":{"tf":2.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"428":{"tf":1.0},"443":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.0},"578":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"74":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"359":{"tf":1.0},"606":{"tf":1.0}}},"n":{"df":2,"docs":{"540":{"tf":1.0},"606":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"209":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":2.23606797749979},"466":{"tf":1.0},"473":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"710":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.7320508075688772},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"368":{"tf":1.0},"384":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"l":{"df":3,"docs":{"715":{"tf":1.4142135623730951},"718":{"tf":1.0},"722":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"368":{"tf":1.0},"369":{"tf":1.0},"381":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":24,"docs":{"145":{"tf":1.7320508075688772},"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.8284271247461903},"329":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"541":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":1.0},"669":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.4142135623730951},"727":{"tf":1.0},"736":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"250":{"tf":1.0},"343":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"485":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.7320508075688772},"73":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"150":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"454":{"tf":1.0},"457":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":30,"docs":{"14":{"tf":1.0},"294":{"tf":1.0},"340":{"tf":1.4142135623730951},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"411":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"474":{"tf":1.0},"527":{"tf":1.0},"556":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"14":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"355":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"146":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"309":{"tf":1.0},"527":{"tf":1.0}}}}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"633":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"589":{"tf":1.0},"703":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"239":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":3.605551275463989},"710":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"699":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"557":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"df":91,"docs":{"111":{"tf":1.0},"114":{"tf":1.7320508075688772},"133":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"177":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"261":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":2.23606797749979},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.4142135623730951},"478":{"tf":2.449489742783178},"496":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"533":{"tf":1.0},"557":{"tf":1.0},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"70":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"390":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"504":{"tf":1.0},"505":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"655":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"405":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.4142135623730951},"254":{"tf":1.0},"311":{"tf":1.0},"368":{"tf":1.0},"410":{"tf":1.0},"543":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"$":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":16,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.0},"249":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.0},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"410":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"486":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"363":{"tf":2.23606797749979},"514":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"146":{"tf":1.4142135623730951},"338":{"tf":1.0},"355":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"613":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"30":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"389":{"tf":1.0},"432":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"240":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{}},"df":49,"docs":{"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"177":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"361":{"tf":1.4142135623730951},"378":{"tf":1.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"469":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"75":{"tf":1.7320508075688772}},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":1.7320508075688772},"465":{"tf":1.0},"468":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.0},"337":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.4641016151377544},"470":{"tf":1.4142135623730951},"474":{"tf":3.7416573867739413},"478":{"tf":1.0},"508":{"tf":1.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"162":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"228":{"tf":1.0},"232":{"tf":1.0},"258":{"tf":1.0},"338":{"tf":1.4142135623730951},"373":{"tf":1.4142135623730951},"395":{"tf":1.0},"469":{"tf":3.3166247903554},"476":{"tf":1.7320508075688772},"478":{"tf":1.4142135623730951},"59":{"tf":1.0},"635":{"tf":1.0},"748":{"tf":1.4142135623730951}},"y":{"df":1,"docs":{"476":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":18,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"364":{"tf":1.0},"48":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":2.6457513110645907},"726":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"286":{"tf":1.0},"452":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":2.8284271247461903},"608":{"tf":2.0},"615":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.7320508075688772},"7":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"261":{"tf":1.0},"625":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"254":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"193":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"279":{"tf":1.0},"338":{"tf":1.4142135623730951},"340":{"tf":1.0},"373":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.449489742783178},"391":{"tf":1.4142135623730951},"395":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"613":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"686":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":9,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"346":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.0},"631":{"tf":1.0}},"f":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":3,"docs":{"372":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"466":{"tf":1.0},"59":{"tf":2.0},"615":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"72":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"387":{"tf":1.0},"427":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"731":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"625":{"tf":1.0},"635":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"381":{"tf":1.0},"397":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":18,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"338":{"tf":1.0},"397":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"436":{"tf":1.0},"453":{"tf":1.0},"462":{"tf":2.8284271247461903},"486":{"tf":1.0},"530":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":2.0},"673":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"249":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"530":{"tf":1.0}}}}},"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"367":{"tf":1.0},"373":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"486":{"tf":2.449489742783178}}}},"t":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":1.0},"259":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"162":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"g":{"_":{"a":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"276":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"p":{"1":{"4":{"df":1,"docs":{"617":{"tf":1.0}}},"7":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"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":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"637":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"239":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"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":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"225":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"225":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"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":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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"276":{"tf":1.0},"610":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"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":{},"u":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"88":{"tf":2.8284271247461903}}}}},"n":{"3":{"d":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"318":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"418":{"tf":1.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.0},"430":{"tf":1.0},"443":{"tf":1.4142135623730951},"452":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.7320508075688772},"566":{"tf":1.4142135623730951},"615":{"tf":1.0},"635":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}},"y":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"147":{"tf":2.449489742783178},"18":{"tf":2.8284271247461903},"2":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"490":{"tf":1.0},"513":{"tf":1.0},"668":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"389":{"tf":1.0},"541":{"tf":1.0},"659":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{"df":5,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"174":{"tf":1.0},"395":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"254":{"tf":1.0},"258":{"tf":1.0},"313":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"683":{"tf":1.0},"696":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"194":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"373":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"369":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.0},"546":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"374":{"tf":1.0},"517":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"395":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"629":{"tf":1.0},"684":{"tf":1.0},"748":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"c":{"df":56,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"352":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.0},"53":{"tf":1.0},"534":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":2.0},"719":{"tf":2.0},"72":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"5":{"1":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"476":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":6,"docs":{"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.7320508075688772},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"471":{"tf":1.0},"472":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"472":{"tf":1.0},"643":{"tf":1.0}}}}},"df":28,"docs":{"249":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"338":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"467":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":2.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"59":{"tf":1.4142135623730951},"591":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":2.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"381":{"tf":1.0},"397":{"tf":1.0},"691":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":57,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.4142135623730951},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.4142135623730951},"436":{"tf":1.0},"438":{"tf":1.4142135623730951},"447":{"tf":1.0},"454":{"tf":1.4142135623730951},"486":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"571":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"639":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"78":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":12,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"374":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"631":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}}}}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"530":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}}}},"r":{"d":{"df":19,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"225":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"426":{"tf":1.0},"507":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"69":{"tf":1.0},"711":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":36,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"309":{"tf":1.0},"338":{"tf":1.0},"356":{"tf":1.0},"373":{"tf":2.0},"395":{"tf":1.0},"405":{"tf":1.0},"486":{"tf":1.0},"527":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"562":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"643":{"tf":1.0},"707":{"tf":1.0},"73":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"128":{"tf":1.0},"355":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"0":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772}}},"1":{"df":2,"docs":{"405":{"tf":2.8284271247461903},"406":{"tf":2.449489742783178}}},"2":{"5":{"df":1,"docs":{"405":{"tf":3.605551275463989}}},"df":2,"docs":{"405":{"tf":3.7416573867739413},"406":{"tf":2.23606797749979}}},"3":{"df":2,"docs":{"405":{"tf":5.0},"406":{"tf":5.196152422706632}}},"4":{"df":1,"docs":{"405":{"tf":4.358898943540674}}},"5":{"df":1,"docs":{"405":{"tf":4.242640687119285}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"405":{"tf":1.0},"406":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":3.872983346207417},"249":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"254":{"tf":3.7416573867739413},"268":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"315":{"tf":1.4142135623730951},"335":{"tf":2.449489742783178},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"342":{"tf":2.23606797749979},"368":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.4142135623730951},"508":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":2.23606797749979},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":2.0},"699":{"tf":2.449489742783178},"747":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"254":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"254":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"543":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"225":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"281":{"tf":1.4142135623730951},"596":{"tf":1.0},"691":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"14":{"tf":1.0},"585":{"tf":1.0}}}},"y":{"df":1,"docs":{"428":{"tf":1.0}}}},"c":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"254":{"tf":1.0},"608":{"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":1,"docs":{"608":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"608":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"'":{"df":7,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"359":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}},"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"349":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"659":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"332":{"tf":1.0},"352":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"352":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"2":{":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"331":{"tf":1.0},"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"242":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"653":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"331":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"338":{"tf":1.0},"664":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"332":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"337":{"tf":1.0},"338":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"332":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},"3":{"df":1,"docs":{"653":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"373":{"tf":1.0},"378":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"639":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"343":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"653":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":5,"docs":{"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"342":{"tf":1.0},"384":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"342":{"tf":1.0},"375":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":3,"docs":{"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"334":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"375":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"649":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"338":{"tf":1.0},"375":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"334":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"334":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"391":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"645":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"334":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"391":{"tf":1.0}}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"517":{"tf":1.0},"653":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"385":{"tf":1.0},"391":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"445":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"342":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"381":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"516":{"tf":1.0},"653":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":57,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":2.8284271247461903},"146":{"tf":1.0},"147":{"tf":3.3166247903554},"149":{"tf":1.4142135623730951},"150":{"tf":2.8284271247461903},"151":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"288":{"tf":1.0},"346":{"tf":1.4142135623730951},"355":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.7320508075688772},"48":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.0},"510":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"639":{"tf":1.0},"651":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.0},"724":{"tf":2.0},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"370":{"tf":1.4142135623730951},"734":{"tf":1.0}}}}}}},"df":21,"docs":{"108":{"tf":1.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"367":{"tf":1.0},"369":{"tf":2.449489742783178},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"508":{"tf":2.449489742783178},"511":{"tf":1.7320508075688772},"727":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":18,"docs":{"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"470":{"tf":2.0},"471":{"tf":1.0},"474":{"tf":3.4641016151377544},"476":{"tf":3.1622776601683795},"478":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"59":{"tf":2.6457513110645907},"62":{"tf":1.0},"625":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":2.0}}}}},"→":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"230":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"373":{"tf":1.0},"447":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"138":{"tf":1.0},"253":{"tf":1.0},"360":{"tf":1.0},"412":{"tf":1.0},"447":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"671":{"tf":1.0},"82":{"tf":1.0}}}}},"l":{"df":2,"docs":{"687":{"tf":1.0},"748":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"236":{"tf":1.0}}}}}}}}},"df":10,"docs":{"113":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"335":{"tf":1.7320508075688772},"337":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}},"1":{"6":{"df":7,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"466":{"tf":2.23606797749979},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"587":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"14":{"tf":1.7320508075688772},"236":{"tf":1.0},"254":{"tf":1.0},"311":{"tf":1.0},"344":{"tf":1.7320508075688772},"384":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"596":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":7,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"332":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0},"547":{"tf":3.3166247903554}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":24,"docs":{"178":{"tf":1.0},"191":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"270":{"tf":2.23606797749979},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"339":{"tf":1.0},"359":{"tf":3.605551275463989},"360":{"tf":1.4142135623730951},"368":{"tf":1.0},"386":{"tf":1.0},"508":{"tf":3.3166247903554},"517":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":1.0},"562":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":2.0},"729":{"tf":1.0},"748":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"249":{"tf":2.0},"254":{"tf":1.4142135623730951},"591":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.7320508075688772},"235":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"359":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.4142135623730951},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"513":{"tf":1.0},"613":{"tf":1.0},"655":{"tf":1.0},"739":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"2":{"0":{"2":{"2":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"/":{"1":{"4":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"3":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"c":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":2.449489742783178},"2":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.23606797749979},"230":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.0},"4":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"241":{"tf":1.0}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"354":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"89":{"tf":1.0}}}}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"386":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"684":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":2.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"226":{"tf":1.0},"366":{"tf":1.0},"381":{"tf":1.0},"466":{"tf":1.4142135623730951},"59":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"355":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":9,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":2.23606797749979},"285":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.0}}}},"t":{"df":2,"docs":{"580":{"tf":1.0},"631":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"446":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"533":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"170":{"tf":1.0},"647":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":28,"docs":{"120":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"361":{"tf":1.0},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.4142135623730951},"715":{"tf":1.0},"716":{"tf":1.0},"89":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"381":{"tf":1.0},"390":{"tf":1.0},"444":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"536":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"447":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"391":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":159,"docs":{"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.0},"22":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.0},"286":{"tf":2.23606797749979},"288":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"380":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"395":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.8284271247461903},"447":{"tf":1.0},"451":{"tf":2.0},"452":{"tf":2.449489742783178},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"481":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"497":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"590":{"tf":1.0},"595":{"tf":1.0},"60":{"tf":1.0},"610":{"tf":2.23606797749979},"613":{"tf":1.7320508075688772},"615":{"tf":2.23606797749979},"617":{"tf":2.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":2.449489742783178},"633":{"tf":2.0},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":2.449489742783178},"643":{"tf":2.0},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":3.3166247903554},"655":{"tf":3.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"662":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"697":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"704":{"tf":1.0},"707":{"tf":1.7320508075688772},"708":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.4142135623730951},"737":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"577":{"tf":1.0},"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"536":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"389":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"427":{"tf":1.0},"462":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.7320508075688772},"725":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"473":{"tf":1.7320508075688772},"86":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"701":{"tf":1.0},"710":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"475":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"235":{"tf":1.0},"238":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"306":{"tf":1.4142135623730951},"373":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":2.6457513110645907},"511":{"tf":2.449489742783178},"513":{"tf":1.0},"514":{"tf":1.4142135623730951},"525":{"tf":1.0},"541":{"tf":1.4142135623730951},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"568":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":18,"docs":{"142":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"432":{"tf":1.0},"510":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"253":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":2.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"253":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"236":{"tf":1.0},"244":{"tf":1.0},"284":{"tf":1.0},"342":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"236":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"380":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"501":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"16":{"tf":1.4142135623730951},"178":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"561":{"tf":1.0},"565":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":37,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"478":{"tf":1.0},"49":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"694":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"328":{"tf":1.0},"452":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"b":{"df":6,"docs":{"230":{"tf":1.7320508075688772},"244":{"tf":1.0},"382":{"tf":1.0},"566":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":5,"docs":{"432":{"tf":1.0},"447":{"tf":1.0},"512":{"tf":1.0},"517":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":2.0},"491":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"302":{"tf":1.4142135623730951},"325":{"tf":1.0},"333":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.4142135623730951},"511":{"tf":1.0},"541":{"tf":1.0},"585":{"tf":1.0},"627":{"tf":1.0},"671":{"tf":1.0}},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"111":{"tf":1.7320508075688772},"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.4142135623730951},"242":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"525":{"tf":2.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"88":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"325":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"585":{"tf":1.0},"687":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.4142135623730951},"468":{"tf":1.0},"505":{"tf":1.7320508075688772}}}}}},"c":{"df":1,"docs":{"621":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"1":{"6":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"359":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"623":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"1":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"1":{"df":1,"docs":{"370":{"tf":1.0}}},"2":{"df":1,"docs":{"374":{"tf":1.0}}},"3":{"df":1,"docs":{"381":{"tf":1.0}}},"4":{"df":1,"docs":{"382":{"tf":1.0}}},"5":{"df":1,"docs":{"382":{"tf":1.0}}},"6":{"df":1,"docs":{"382":{"tf":1.0}}},"7":{"df":1,"docs":{"384":{"tf":1.0}}},"8":{"df":1,"docs":{"385":{"tf":1.0}}},"9":{"df":1,"docs":{"391":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"2":{"df":1,"docs":{"564":{"tf":1.0}}},"3":{"df":1,"docs":{"564":{"tf":1.0}}},"4":{"df":1,"docs":{"565":{"tf":1.0}}},"5":{"df":1,"docs":{"565":{"tf":1.0}}},"6":{"df":1,"docs":{"566":{"tf":1.0}}},"7":{"df":1,"docs":{"444":{"tf":1.0}}},"8":{"df":1,"docs":{"472":{"tf":1.0}}},"9":{"df":1,"docs":{"486":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"496":{"tf":1.0}}},"3":{"df":1,"docs":{"524":{"tf":1.0}}},"4":{"df":1,"docs":{"524":{"tf":1.0}}},"5":{"df":1,"docs":{"587":{"tf":1.0}}},"df":1,"docs":{"335":{"tf":1.0}}},"4":{"df":1,"docs":{"335":{"tf":1.0}}},"5":{"df":1,"docs":{"336":{"tf":1.0}}},"6":{"df":1,"docs":{"338":{"tf":1.0}}},"7":{"df":1,"docs":{"339":{"tf":1.0}}},"8":{"df":1,"docs":{"339":{"tf":1.0}}},"9":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"1":{"df":1,"docs":{"494":{"tf":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":{"162":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":53,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"178":{"tf":1.4142135623730951},"188":{"tf":1.0},"251":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.6457513110645907},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.8284271247461903},"2":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"4":{"tf":1.0},"514":{"tf":1.0},"747":{"tf":2.0},"748":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.0},"499":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"188":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":3.605551275463989},"254":{"tf":1.0},"532":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"514":{"tf":1.0},"664":{"tf":1.0},"77":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"664":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"254":{"tf":1.4142135623730951},"332":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":39,"docs":{"111":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"194":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"39":{"tf":1.4142135623730951},"390":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":2.0},"587":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"645":{"tf":1.0},"65":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"711":{"tf":1.4142135623730951},"713":{"tf":1.0},"78":{"tf":3.7416573867739413},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"276":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"613":{"tf":1.0},"724":{"tf":1.0}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}}}},"t":{"df":0,"docs":{},"´":{"df":4,"docs":{"230":{"tf":1.0},"239":{"tf":1.0},"254":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"740":{"tf":1.0}}}},"i":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"249":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"390":{"tf":1.0},"672":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"244":{"tf":1.0},"249":{"tf":1.7320508075688772},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"446":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"338":{"tf":1.0},"717":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":30,"docs":{"14":{"tf":1.0},"188":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":2.6457513110645907},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":3.0},"343":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":2.6457513110645907},"398":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.4142135623730951},"687":{"tf":1.0},"727":{"tf":1.0},"743":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"372":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"111":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"395":{"tf":1.0},"513":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"613":{"tf":1.0}}}}}}}}},"u":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":33,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"405":{"tf":1.0},"466":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"557":{"tf":1.0},"585":{"tf":1.4142135623730951},"599":{"tf":1.0},"606":{"tf":1.4142135623730951},"627":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.4142135623730951},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"729":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}}},"r":{"df":5,"docs":{"254":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":2.449489742783178},"450":{"tf":1.4142135623730951},"664":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"138":{"tf":1.7320508075688772},"273":{"tf":1.0},"367":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"513":{"tf":1.4142135623730951},"653":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.7320508075688772},"734":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":3.4641016151377544}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"428":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"544":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.6457513110645907},"250":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"108":{"tf":1.4142135623730951},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"281":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"747":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"45":{"tf":1.0},"748":{"tf":1.0}}}}}}},"p":{"df":7,"docs":{"149":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"391":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"508":{"tf":1.0}}},"k":{"df":14,"docs":{"23":{"tf":1.0},"368":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":2.23606797749979},"393":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0},"736":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"127":{"tf":2.0},"142":{"tf":2.0},"747":{"tf":3.4641016151377544},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"254":{"tf":1.0},"293":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"481":{"tf":1.0},"669":{"tf":1.0},"736":{"tf":1.0}},"t":{"df":3,"docs":{"329":{"tf":1.0},"452":{"tf":1.0},"601":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"162":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.7320508075688772},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.0},"623":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"323":{"tf":1.0},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"580":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"486":{"tf":2.6457513110645907},"487":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":3,"docs":{"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"364":{"tf":1.0},"729":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":42,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":2.0},"239":{"tf":2.0},"249":{"tf":3.605551275463989},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"362":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"476":{"tf":2.0},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.23606797749979},"525":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":1.7320508075688772},"710":{"tf":1.0}}}}}}},"i":{"df":7,"docs":{"281":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"729":{"tf":1.0},"741":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"392":{"tf":1.0},"575":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"469":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.0},"560":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"703":{"tf":2.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.0}}}}},"s":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}},"r":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"_":{"1":{"df":1,"docs":{"209":{"tf":1.0}}},"2":{"df":1,"docs":{"209":{"tf":1.0}}},"3":{"df":1,"docs":{"224":{"tf":1.0}}},"4":{"df":1,"docs":{"230":{"tf":1.0}}},"5":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":63,"docs":{"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":2.23606797749979},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"251":{"tf":2.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"680":{"tf":1.0},"7":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"12":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"629":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"233":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.7320508075688772},"336":{"tf":1.4142135623730951},"341":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"396":{"tf":1.0},"448":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"522":{"tf":1.0},"699":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"514":{"tf":2.0}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":46,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"373":{"tf":1.0},"426":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"533":{"tf":1.4142135623730951},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"569":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":2.23606797749979},"619":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"705":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"20":{"tf":1.0},"209":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.0},"738":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{".":{"df":1,"docs":{"747":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"178":{"tf":1.0},"200":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"d":{"df":14,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":2.449489742783178},"265":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.4142135623730951},"366":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"547":{"tf":1.0},"593":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"c":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"277":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"524":{"tf":1.0},"621":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"9":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"3":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":73,"docs":{"117":{"tf":1.7320508075688772},"19":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.7320508075688772},"303":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"319":{"tf":1.0},"32":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.7320508075688772},"398":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"423":{"tf":1.0},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.0},"452":{"tf":1.7320508075688772},"463":{"tf":1.0},"466":{"tf":1.0},"497":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"567":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.4142135623730951},"685":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"732":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":5,"docs":{"235":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"547":{"tf":1.0},"569":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{")":{"1":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"529":{"tf":1.0},"540":{"tf":1.7320508075688772}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"393":{"tf":1.0}}}}}},"df":1,"docs":{"429":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"368":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"360":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"254":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0},"606":{"tf":1.0},"619":{"tf":1.0}}}}},"r":{"df":22,"docs":{"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":2.449489742783178},"178":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"566":{"tf":1.0},"639":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"723":{"tf":1.0},"725":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"374":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"230":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"345":{"tf":2.0},"359":{"tf":4.69041575982343},"360":{"tf":2.23606797749979},"366":{"tf":1.0},"748":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"637":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"234":{"tf":1.7320508075688772},"281":{"tf":1.0},"349":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"714":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":66,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"324":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"380":{"tf":2.449489742783178},"381":{"tf":4.123105625617661},"382":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":2.6457513110645907},"392":{"tf":3.0},"445":{"tf":1.0},"452":{"tf":1.0},"458":{"tf":2.23606797749979},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"508":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":2.0},"582":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"711":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":2.0},"747":{"tf":1.7320508075688772},"748":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"225":{"tf":1.0},"359":{"tf":1.0},"426":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"343":{"tf":1.0},"356":{"tf":1.0},"496":{"tf":1.0},"547":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"296":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.0}}}},"o":{"a":{"d":{"df":3,"docs":{"354":{"tf":1.7320508075688772},"585":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"395":{"tf":1.0},"738":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":30,"docs":{"230":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"375":{"tf":1.0},"587":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0}}}},"df":0,"docs":{}},"df":45,"docs":{"111":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"254":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":2.0},"384":{"tf":1.0},"397":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"474":{"tf":1.0},"502":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"631":{"tf":1.4142135623730951},"655":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"139":{"tf":1.0},"284":{"tf":1.0},"366":{"tf":1.0},"625":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"s":{"/":{"df":0,"docs":{},"k":{"b":{"/":{"2":{"9":{"9":{"9":{"2":{"2":{"6":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"g":{"df":20,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"32":{"tf":1.0},"373":{"tf":1.4142135623730951},"468":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"639":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}}},"df":290,"docs":{"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"127":{"tf":4.242640687119285},"128":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":2.23606797749979},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"16":{"tf":2.449489742783178},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":2.23606797749979},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"281":{"tf":2.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":2.23606797749979},"355":{"tf":1.7320508075688772},"357":{"tf":1.0},"359":{"tf":3.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":2.449489742783178},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"385":{"tf":2.23606797749979},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"399":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"432":{"tf":1.7320508075688772},"434":{"tf":1.4142135623730951},"444":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"469":{"tf":2.0},"473":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":2.449489742783178},"511":{"tf":2.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"517":{"tf":2.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.7320508075688772},"540":{"tf":1.0},"541":{"tf":2.0},"543":{"tf":1.4142135623730951},"547":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"566":{"tf":1.4142135623730951},"57":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"578":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":2.0},"659":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"68":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.7320508075688772},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":2.6457513110645907},"715":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":2.6457513110645907},"727":{"tf":1.4142135623730951},"730":{"tf":2.0},"738":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":2.0},"91":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"438":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":69,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"14":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"186":{"tf":1.4142135623730951},"221":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"246":{"tf":1.0},"339":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.7320508075688772},"389":{"tf":1.0},"413":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.7320508075688772},"441":{"tf":1.7320508075688772},"442":{"tf":1.4142135623730951},"45":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"475":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":2.0},"519":{"tf":2.449489742783178},"520":{"tf":2.449489742783178},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"559":{"tf":1.0},"566":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.0},"665":{"tf":1.4142135623730951},"667":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.4142135623730951},"7":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.4142135623730951},"748":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}},"s":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"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":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"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":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"470":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"476":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":3,"docs":{"508":{"tf":1.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"349":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"462":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"1":{"6":{"df":3,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"608":{"tf":1.0}}},"df":6,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.7320508075688772},"613":{"tf":1.0},"748":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"359":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{".":{"0":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"8":{".":{"1":{"0":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"0":{".":{"1":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"3":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"5":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"9":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"0":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"101":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":34,"docs":{"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"365":{"tf":1.0},"391":{"tf":1.0},"41":{"tf":1.4142135623730951},"462":{"tf":1.0},"467":{"tf":1.0},"486":{"tf":1.0},"557":{"tf":1.0},"591":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"701":{"tf":1.0},"711":{"tf":2.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":51,"docs":{"234":{"tf":2.23606797749979},"235":{"tf":2.449489742783178},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":3.4641016151377544},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"269":{"tf":1.4142135623730951},"338":{"tf":1.0},"342":{"tf":1.0},"367":{"tf":2.0},"368":{"tf":1.7320508075688772},"369":{"tf":2.449489742783178},"370":{"tf":2.0},"372":{"tf":2.23606797749979},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"378":{"tf":2.23606797749979},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"447":{"tf":1.7320508075688772},"463":{"tf":1.0},"473":{"tf":1.0},"480":{"tf":1.0},"486":{"tf":2.6457513110645907},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"502":{"tf":1.0},"508":{"tf":2.449489742783178},"513":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.4142135623730951},"533":{"tf":2.0},"572":{"tf":1.4142135623730951},"582":{"tf":1.0},"608":{"tf":1.4142135623730951},"655":{"tf":1.0},"657":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":1.4142135623730951},"703":{"tf":2.8284271247461903},"727":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":2.8284271247461903}}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"225":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.0},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"562":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"339":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"703":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"238":{"tf":2.0},"447":{"tf":1.4142135623730951},"55":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"\"":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"366":{"tf":1.7320508075688772},"691":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"21":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"465":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"91":{"tf":1.0}}},"s":{"a":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"351":{"tf":1.0}}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"=":{"\"":{"1":{".":{"0":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":116,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":2.23606797749979},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":2.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.23606797749979},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"364":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"395":{"tf":1.0},"428":{"tf":1.0},"436":{"tf":1.0},"46":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.0},"589":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":5.477225575051661},"605":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"610":{"tf":1.4142135623730951},"611":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":2.449489742783178},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":1.7320508075688772},"620":{"tf":1.0},"621":{"tf":2.449489742783178},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.0},"641":{"tf":2.0},"642":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.4142135623730951},"654":{"tf":1.0},"655":{"tf":1.7320508075688772},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.7320508075688772},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"705":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"724":{"tf":3.605551275463989},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"730":{"tf":2.23606797749979},"738":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":29,"docs":{"145":{"tf":1.7320508075688772},"249":{"tf":1.0},"354":{"tf":2.23606797749979},"373":{"tf":1.7320508075688772},"386":{"tf":1.0},"397":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"449":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"549":{"tf":1.0},"557":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"580":{"tf":1.0},"619":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":3.0},"246":{"tf":1.0},"336":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"w":{"df":34,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.6457513110645907},"316":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":2.0},"488":{"tf":1.0},"493":{"tf":1.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.7320508075688772},"541":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"643":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"70":{"tf":1.7320508075688772},"711":{"tf":1.0},"78":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":22,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"4":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"525":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"748":{"tf":2.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"230":{"tf":1.0},"368":{"tf":1.4142135623730951},"438":{"tf":1.0},"466":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":2,"docs":{"512":{"tf":1.0},"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"437":{"tf":1.0},"441":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.0},"230":{"tf":1.0},"318":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.7320508075688772},"397":{"tf":1.0},"423":{"tf":1.0},"49":{"tf":1.7320508075688772},"562":{"tf":1.0},"585":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":2.0}}}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"469":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"*":{"*":{")":{"&":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.449489742783178},"252":{"tf":2.23606797749979},"253":{"tf":2.0},"254":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":2.6457513110645907},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"590":{"tf":1.0},"623":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"491":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"72":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"_":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"623":{"tf":1.0}},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":2.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"3":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.0}}}}},"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":1,"docs":{"226":{"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":{},"m":{"d":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"268":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":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":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"230":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":5,"docs":{"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"619":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"149":{"tf":1.4142135623730951},"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"59":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"530":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"276":{"tf":1.0},"623":{"tf":1.0}}}}},"df":16,"docs":{"39":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"276":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":3,"docs":{"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"238":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"450":{"tf":1.0},"681":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"498":{"tf":1.0}}},"3":{"df":1,"docs":{"522":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"606":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"344":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"249":{"tf":2.0},"344":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"606":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"504":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"546":{"tf":1.4142135623730951}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"508":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"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":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"551":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"589":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"585":{"tf":1.0},"587":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"543":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"549":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"580":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"513":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"583":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"589":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"*":{")":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"239":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"633":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"123":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":452,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.0},"12":{"tf":2.6457513110645907},"122":{"tf":2.449489742783178},"123":{"tf":2.23606797749979},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"127":{"tf":3.872983346207417},"128":{"tf":2.23606797749979},"129":{"tf":2.23606797749979},"13":{"tf":2.8284271247461903},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":2.23606797749979},"139":{"tf":1.0},"14":{"tf":3.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":2.6457513110645907},"145":{"tf":2.8284271247461903},"146":{"tf":2.23606797749979},"147":{"tf":1.7320508075688772},"148":{"tf":2.23606797749979},"149":{"tf":2.6457513110645907},"15":{"tf":2.449489742783178},"150":{"tf":3.7416573867739413},"151":{"tf":2.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":3.0},"156":{"tf":3.0},"157":{"tf":2.449489742783178},"158":{"tf":2.0},"159":{"tf":1.4142135623730951},"16":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.6457513110645907},"163":{"tf":2.8284271247461903},"165":{"tf":1.4142135623730951},"17":{"tf":3.1622776601683795},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"178":{"tf":3.1622776601683795},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":3.0},"190":{"tf":2.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":3.4641016151377544},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"23":{"tf":1.0},"230":{"tf":2.8284271247461903},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":3.0},"263":{"tf":2.8284271247461903},"264":{"tf":2.8284271247461903},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.3166247903554},"330":{"tf":3.3166247903554},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"34":{"tf":2.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":2.8284271247461903},"348":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"358":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"361":{"tf":1.7320508075688772},"362":{"tf":1.4142135623730951},"363":{"tf":2.449489742783178},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":1.7320508075688772},"371":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":2.0},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":2.449489742783178},"39":{"tf":1.0},"390":{"tf":1.7320508075688772},"394":{"tf":1.0},"399":{"tf":1.7320508075688772},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.7320508075688772},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"438":{"tf":1.0},"44":{"tf":1.7320508075688772},"443":{"tf":1.4142135623730951},"444":{"tf":2.449489742783178},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":2.0},"448":{"tf":1.0},"45":{"tf":1.0},"451":{"tf":2.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"47":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"483":{"tf":1.0},"484":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":2.0},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.7320508075688772},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.7320508075688772},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"57":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"58":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.7320508075688772},"598":{"tf":1.0},"6":{"tf":2.8284271247461903},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":2.0},"607":{"tf":1.0},"608":{"tf":2.0},"609":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":2.0},"620":{"tf":1.0},"621":{"tf":2.23606797749979},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":2.6457513110645907},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":2.0},"632":{"tf":1.0},"633":{"tf":2.0},"634":{"tf":1.0},"635":{"tf":2.23606797749979},"636":{"tf":1.0},"637":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":2.449489742783178},"640":{"tf":1.0},"641":{"tf":3.3166247903554},"642":{"tf":1.0},"643":{"tf":3.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.449489742783178},"648":{"tf":1.0},"649":{"tf":2.0},"650":{"tf":1.0},"651":{"tf":2.23606797749979},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":3.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":2.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"679":{"tf":1.0},"68":{"tf":2.6457513110645907},"688":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":4.123105625617661},"691":{"tf":2.6457513110645907},"692":{"tf":2.8284271247461903},"693":{"tf":2.449489742783178},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":2.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.23606797749979},"70":{"tf":2.8284271247461903},"701":{"tf":2.23606797749979},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":2.449489742783178},"705":{"tf":1.0},"708":{"tf":1.4142135623730951},"71":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.23606797749979},"715":{"tf":4.0},"716":{"tf":1.7320508075688772},"717":{"tf":2.23606797749979},"718":{"tf":1.7320508075688772},"719":{"tf":2.6457513110645907},"720":{"tf":1.7320508075688772},"721":{"tf":2.6457513110645907},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.0},"732":{"tf":1.0},"74":{"tf":1.0},"745":{"tf":2.0},"746":{"tf":1.4142135623730951},"747":{"tf":1.7320508075688772},"748":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"80":{"tf":2.449489742783178},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":3.1622776601683795},"99":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"7":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"]":{".":{"[":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":2,"docs":{"240":{"tf":1.0},"243":{"tf":1.0}}}}}}}}},"4":{"df":6,"docs":{"117":{"tf":1.0},"284":{"tf":1.4142135623730951},"530":{"tf":1.0},"55":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":1,"docs":{"627":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":63,"docs":{"116":{"tf":2.23606797749979},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"149":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"225":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"246":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"524":{"tf":1.0},"529":{"tf":1.4142135623730951},"535":{"tf":1.0},"539":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"641":{"tf":2.0},"643":{"tf":2.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"689":{"tf":1.0},"7":{"tf":1.4142135623730951},"748":{"tf":1.0},"88":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"i":{"df":3,"docs":{"140":{"tf":1.0},"393":{"tf":1.4142135623730951},"705":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"536":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":1,"docs":{"226":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"163":{"tf":1.0},"165":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"610":{"tf":1.0},"637":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"352":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":4,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"637":{"tf":1.0}}}},"w":{"6":{"4":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":38,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.7320508075688772},"361":{"tf":1.0},"391":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"468":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.0},"48":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":2.8284271247461903},"510":{"tf":1.0},"511":{"tf":2.0},"536":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"547":{"tf":1.0},"560":{"tf":1.0},"574":{"tf":1.0},"643":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"726":{"tf":1.0},"729":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":11,"docs":{"368":{"tf":1.0},"374":{"tf":1.0},"405":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":2.0},"608":{"tf":2.0},"615":{"tf":1.0},"619":{"tf":1.0},"78":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"a":{"b":{"df":8,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":61,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"350":{"tf":1.4142135623730951},"359":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"490":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"606":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":1,"docs":{"162":{"tf":1.0}},"e":{"b":{"df":3,"docs":{"162":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"128":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":12,"docs":{"16":{"tf":1.0},"170":{"tf":1.0},"342":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.0},"469":{"tf":1.0},"487":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"_":{"1":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"2":{"df":1,"docs":{"63":{"tf":1.0}}},"3":{"df":1,"docs":{"64":{"tf":1.0}}},"4":{"df":1,"docs":{"66":{"tf":1.0}}},"5":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}},"6":{"df":1,"docs":{"70":{"tf":1.0}}},"7":{"df":1,"docs":{"75":{"tf":1.0}}},"8":{"df":1,"docs":{"75":{"tf":1.0}}},"9":{"df":1,"docs":{"75":{"tf":1.0}}},"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"1":{"df":1,"docs":{"77":{"tf":1.0}}},"2":{"df":1,"docs":{"78":{"tf":1.0}}},"3":{"df":1,"docs":{"79":{"tf":1.0}}},"4":{"df":1,"docs":{"81":{"tf":1.0}}},"5":{"df":1,"docs":{"82":{"tf":1.0}}},"6":{"df":1,"docs":{"83":{"tf":1.0}}},"7":{"df":1,"docs":{"83":{"tf":1.0}}},"8":{"df":1,"docs":{"84":{"tf":1.0}}},"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{"df":1,"docs":{"88":{"tf":1.0}}},"5":{"df":1,"docs":{"117":{"tf":1.0}}},"6":{"df":1,"docs":{"118":{"tf":1.0}}},"7":{"df":1,"docs":{"119":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"62":{"tf":1.0}}},"4":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}},"5":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}},"7":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"14":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"321":{"tf":1.0},"359":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"574":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"739":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"606":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"641":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"d":{"b":{"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":86,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":3.0},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.449489742783178},"230":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"39":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":2.0},"425":{"tf":1.0},"427":{"tf":2.23606797749979},"428":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"434":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":2.0},"488":{"tf":1.0},"49":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.0},"557":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"606":{"tf":1.0},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.449489742783178},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"701":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0},"75":{"tf":2.0},"78":{"tf":1.4142135623730951},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.0}},"s":{"df":0,"docs":{},"x":{"df":1,"docs":{"538":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"x":{"6":{"4":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":7,"docs":{"355":{"tf":1.0},"359":{"tf":1.0},"371":{"tf":1.0},"427":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"631":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"705":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"450":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"208":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"373":{"tf":1.7320508075688772},"390":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"450":{"tf":1.0},"551":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"732":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"430":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"242":{"tf":1.0},"525":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":60,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":1.0},"264":{"tf":1.0},"300":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"470":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"511":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.4142135623730951},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"88":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"286":{"tf":1.0},"294":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"685":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"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":1,"docs":{"366":{"tf":1.0}}}}}}}}},"df":9,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"193":{"tf":1.0},"279":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0}},"’":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"339":{"tf":1.0},"368":{"tf":1.0},"501":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"249":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.4142135623730951},"33":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"46":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"629":{"tf":1.7320508075688772},"631":{"tf":2.8284271247461903},"633":{"tf":2.0},"635":{"tf":2.0},"637":{"tf":2.449489742783178},"639":{"tf":2.449489742783178},"641":{"tf":2.0},"643":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.4142135623730951},"655":{"tf":1.7320508075688772},"691":{"tf":1.0},"98":{"tf":2.449489742783178},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"174":{"tf":1.0},"188":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.0},"436":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"496":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"596":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"575":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0},"743":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":5,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"241":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"6":{"4":{"df":5,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"428":{"tf":2.8284271247461903},"608":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"6":{")":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"6":{"4":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.23606797749979},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"171":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"649":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":17,"docs":{"114":{"tf":1.0},"169":{"tf":1.0},"213":{"tf":1.7320508075688772},"222":{"tf":1.0},"230":{"tf":1.0},"49":{"tf":1.4142135623730951},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":2.23606797749979},"39":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"502":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":2.0},"520":{"tf":2.0},"525":{"tf":1.4142135623730951},"530":{"tf":1.0},"539":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":11,"docs":{"117":{"tf":1.0},"424":{"tf":1.0},"430":{"tf":1.0},"45":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"517":{"tf":2.0},"621":{"tf":2.0},"653":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"519":{"tf":1.0}}},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":2.449489742783178},"519":{"tf":2.6457513110645907},"520":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":4,"docs":{"437":{"tf":1.0},"440":{"tf":1.0},"512":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{":":{":":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}},"y":{"1":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"363":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":11,"docs":{"674":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"695":{"tf":1.0},"706":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0},"744":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"369":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"251":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":11,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"338":{"tf":1.0},"478":{"tf":1.4142135623730951},"496":{"tf":2.0},"580":{"tf":1.0},"59":{"tf":1.0},"674":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"165":{"tf":1.0},"619":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"566":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}}}}},"breadcrumbs":{"root":{"0":{")":{"4":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"1":{",":{"2":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"502":{"tf":1.0}}},"1":{"df":1,"docs":{"528":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":1,"docs":{"572":{"tf":1.0}}}},"5":{"df":2,"docs":{"234":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"df":0,"docs":{},"f":{"df":3,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}},"0":{"1":{"1":{"df":3,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"472":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":2,"docs":{"15":{"tf":1.0},"18":{"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":{}},"6":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"8":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":44,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":3.0},"238":{"tf":2.23606797749979},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"249":{"tf":3.1622776601683795},"252":{"tf":3.3166247903554},"253":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"478":{"tf":1.0},"486":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"508":{"tf":3.872983346207417},"511":{"tf":3.7416573867739413},"525":{"tf":2.0},"538":{"tf":1.0},"552":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0},"691":{"tf":2.23606797749979},"703":{"tf":1.0}},"u":{"df":1,"docs":{"250":{"tf":1.0}}},"x":{"0":{"3":{"df":1,"docs":{"472":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"d":{"a":{"5":{"4":{"d":{"2":{"df":1,"docs":{"88":{"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":{"a":{"0":{"c":{"c":{"2":{"6":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"0":{"d":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"3":{"5":{"a":{"1":{"8":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"4":{"a":{"df":0,"docs":{},"f":{"5":{"2":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"6":{"8":{"d":{"4":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"1":{"df":0,"docs":{},"e":{"2":{"4":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"8":{"d":{"df":0,"docs":{},"e":{"9":{"2":{"2":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"df":0,"docs":{},"e":{"8":{"5":{"7":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"8":{"b":{"df":0,"docs":{},"f":{"b":{"3":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"9":{"9":{"3":{"3":{"0":{"9":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"b":{"0":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"9":{"d":{"b":{"b":{"d":{"6":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"1":{"2":{"5":{"c":{"3":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"8":{"8":{"9":{"6":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"1":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"7":{"c":{"4":{"0":{"a":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}}},"0":{".":{"0":{".":{"1":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.4142135623730951},"447":{"tf":2.23606797749979},"467":{"tf":1.4142135623730951},"502":{"tf":1.0},"591":{"tf":1.4142135623730951},"625":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"t":{"d":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"/":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{"1":{"9":{"0":{"4":{"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"0":{"0":{".":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"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":{"df":1,"docs":{"645":{"tf":1.0}}},"3":{"df":2,"docs":{"49":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"1":{"df":1,"docs":{"428":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"df":2,"docs":{"157":{"tf":1.0},"252":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"544":{"tf":1.0},"671":{"tf":1.0}}},"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":14,"docs":{"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"378":{"tf":1.0},"428":{"tf":1.0},"49":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"572":{"tf":1.0},"627":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}},"1":{".":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"177":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"428":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"508":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"447":{"tf":1.0}}},"8":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":4,"docs":{"508":{"tf":2.0},"511":{"tf":2.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951}}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"140":{"tf":1.4142135623730951},"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"4":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"225":{"tf":1.0},"447":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"580":{"tf":1.0},"621":{"tf":1.0}}},"5":{"df":6,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"246":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772}}},"6":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":9,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"359":{"tf":2.449489742783178},"447":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"613":{"tf":1.0},"65":{"tf":1.0},"691":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"225":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"8":{",":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"5":{".":{"0":{"df":1,"docs":{"88":{"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":{"6":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.0}}},"8":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":74,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":2.8284271247461903},"239":{"tf":2.6457513110645907},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"338":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":2.6457513110645907},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"502":{"tf":3.0},"508":{"tf":3.605551275463989},"510":{"tf":1.4142135623730951},"511":{"tf":4.123105625617661},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"533":{"tf":1.0},"546":{"tf":1.4142135623730951},"552":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"562":{"tf":1.0},"569":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.0},"608":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"2":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":9,"docs":{"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":2.0},"447":{"tf":2.449489742783178},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"1":{"4":{"7":{".":{"4":{"8":{"3":{".":{"6":{"4":{"8":{"df":1,"docs":{"368":{"tf":1.0}}},"9":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"621":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"639":{"tf":1.0}}},"1":{"df":1,"docs":{"223":{"tf":1.0}}},"2":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"8":{".":{"1":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"1":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}},"4":{"df":3,"docs":{"104":{"tf":1.0},"246":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":23,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"592":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"724":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"0":{".":{"0":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"df":3,"docs":{"117":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}},"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":3,"docs":{"604":{"tf":1.0},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"149":{"tf":1.0},"659":{"tf":1.0}}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"649":{"tf":1.0},"651":{"tf":1.0}}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":3,"docs":{"604":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":3,"docs":{"604":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"639":{"tf":1.0}}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":3,"docs":{"604":{"tf":1.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"629":{"tf":1.0}}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.7320508075688772},"617":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":3,"docs":{"604":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":4,"docs":{"604":{"tf":1.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.7320508075688772},"610":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"147":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"49":{"tf":1.4142135623730951},"615":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"607":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":3,"docs":{"604":{"tf":1.0},"605":{"tf":1.7320508075688772},"606":{"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":3,"docs":{"141":{"tf":1.0},"225":{"tf":1.0},"621":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":1,"docs":{"366":{"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":{}},"2":{".":{"0":{"4":{"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"^":{"3":{"1":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"d":{"df":3,"docs":{"560":{"tf":1.0},"639":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"625":{"tf":1.0}}},"df":121,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":3.4641016151377544},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979},"264":{"tf":2.23606797749979},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":1.7320508075688772},"278":{"tf":1.0},"281":{"tf":1.4142135623730951},"296":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"344":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"444":{"tf":1.0},"46":{"tf":1.4142135623730951},"465":{"tf":1.0},"476":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":2.449489742783178},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"552":{"tf":1.0},"569":{"tf":1.0},"593":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":2.8284271247461903},"691":{"tf":2.449489742783178},"692":{"tf":2.23606797749979},"693":{"tf":2.23606797749979},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"725":{"tf":1.7320508075688772},"726":{"tf":1.7320508075688772},"732":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"3":{"+":{"7":{"+":{"0":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"5":{",":{"7":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":56,"docs":{"286":{"tf":2.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"368":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":2.0},"453":{"tf":2.23606797749979},"454":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.4142135623730951},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.7320508075688772},"478":{"tf":1.0},"479":{"tf":2.23606797749979},"480":{"tf":1.4142135623730951},"481":{"tf":1.4142135623730951},"482":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"484":{"tf":1.4142135623730951},"485":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"488":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"604":{"tf":1.0},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"704":{"tf":1.0}}},"1":{"df":13,"docs":{"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.7320508075688772},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"495":{"tf":1.4142135623730951},"573":{"tf":1.0},"604":{"tf":1.0},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772},"704":{"tf":1.0}}},"2":{"df":10,"docs":{"286":{"tf":1.0},"301":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"604":{"tf":1.0},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":2,"docs":{"171":{"tf":1.0},"661":{"tf":1.0}}},"1":{".":{"0":{"df":21,"docs":{"286":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":1.7320508075688772},"495":{"tf":1.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"604":{"tf":1.0},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772},"696":{"tf":1.0}}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":1,"docs":{"339":{"tf":1.0}}},"5":{".":{"0":{"df":38,"docs":{"286":{"tf":2.23606797749979},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"452":{"tf":2.23606797749979},"506":{"tf":2.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":2.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"606":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":2.8284271247461903},"704":{"tf":1.0}}},"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0}}},"6":{".":{"0":{"df":24,"docs":{"115":{"tf":1.0},"286":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"604":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":2.0}}},"1":{"0":{"df":16,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"318":{"tf":1.4142135623730951},"423":{"tf":1.0},"427":{"tf":1.0},"443":{"tf":1.0},"452":{"tf":1.0},"561":{"tf":1.7320508075688772},"562":{"tf":1.4142135623730951},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"604":{"tf":1.0},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772}}},"1":{"df":13,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772}}},"2":{"df":23,"docs":{"286":{"tf":2.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"452":{"tf":2.0},"489":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0},"573":{"tf":1.7320508075688772},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.4142135623730951},"578":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.4142135623730951},"604":{"tf":1.0},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"5":{"df":20,"docs":{"286":{"tf":2.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":1.4142135623730951},"452":{"tf":2.0},"545":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"547":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"551":{"tf":1.4142135623730951},"552":{"tf":1.0},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"604":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772}}},"6":{"df":9,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"604":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.7320508075688772}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772}}},"8":{"df":10,"docs":{"286":{"tf":1.0},"317":{"tf":1.4142135623730951},"452":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.4142135623730951},"560":{"tf":1.0},"604":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"724":{"tf":2.0}}},"9":{"df":4,"docs":{"604":{"tf":1.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{".":{"0":{"df":20,"docs":{"286":{"tf":2.0},"324":{"tf":1.4142135623730951},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":2.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.7320508075688772},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"604":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772}}},"1":{"df":4,"docs":{"604":{"tf":1.0},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.7320508075688772},"617":{"tf":1.7320508075688772}}},"5":{".":{"0":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"265":{"tf":1.0},"286":{"tf":1.0},"327":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"452":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.4142135623730951},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":1.7320508075688772}}},"6":{"df":4,"docs":{"604":{"tf":1.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.7320508075688772},"610":{"tf":1.7320508075688772}}},"8":{"df":4,"docs":{"364":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772}}},"9":{"df":12,"docs":{"328":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.4142135623730951},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.7320508075688772},"604":{"tf":1.0},"605":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":2,"docs":{"641":{"tf":1.0},"724":{"tf":1.0}}}},"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"<":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"434":{"tf":2.23606797749979},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0}}}}},"df":14,"docs":{"188":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.449489742783178},"368":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":2.8284271247461903},"615":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"714":{"tf":1.0}}},"5":{"df":1,"docs":{"145":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"df":13,"docs":{"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.7320508075688772},"59":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}},"df":431,"docs":{"1":{"tf":2.23606797749979},"100":{"tf":2.0},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"110":{"tf":2.23606797749979},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.449489742783178},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.449489742783178},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":2.8284271247461903},"146":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":2.0},"149":{"tf":2.23606797749979},"15":{"tf":2.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"155":{"tf":3.1622776601683795},"156":{"tf":3.1622776601683795},"157":{"tf":2.8284271247461903},"158":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"160":{"tf":2.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"163":{"tf":3.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":3.1622776601683795},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":2.8284271247461903},"18":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.7320508075688772},"218":{"tf":2.23606797749979},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":3.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"230":{"tf":3.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":2.449489742783178},"263":{"tf":2.449489742783178},"264":{"tf":2.6457513110645907},"265":{"tf":2.23606797749979},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":2.0},"269":{"tf":2.0},"27":{"tf":1.4142135623730951},"271":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.7320508075688772},"279":{"tf":2.0},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.7320508075688772},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.3166247903554},"330":{"tf":2.8284271247461903},"331":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"34":{"tf":2.449489742783178},"340":{"tf":2.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"35":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":2.23606797749979},"364":{"tf":1.0},"365":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"370":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"382":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"390":{"tf":1.0},"399":{"tf":2.0},"4":{"tf":2.23606797749979},"40":{"tf":2.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.4142135623730951},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":2.0},"419":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"420":{"tf":1.4142135623730951},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"432":{"tf":2.0},"433":{"tf":1.7320508075688772},"434":{"tf":1.7320508075688772},"435":{"tf":1.7320508075688772},"436":{"tf":2.0},"437":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.7320508075688772},"444":{"tf":2.449489742783178},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"45":{"tf":1.0},"451":{"tf":2.23606797749979},"458":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.0},"47":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"483":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"502":{"tf":2.8284271247461903},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"513":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":2.449489742783178},"520":{"tf":1.0},"53":{"tf":2.23606797749979},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"562":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.7320508075688772},"575":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.4142135623730951},"580":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.7320508075688772},"593":{"tf":1.0},"6":{"tf":2.8284271247461903},"60":{"tf":1.4142135623730951},"604":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"621":{"tf":2.23606797749979},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":2.0},"637":{"tf":2.0},"639":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"641":{"tf":3.1622776601683795},"643":{"tf":2.23606797749979},"645":{"tf":2.23606797749979},"647":{"tf":2.23606797749979},"649":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"655":{"tf":2.6457513110645907},"66":{"tf":1.4142135623730951},"662":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"670":{"tf":1.0},"679":{"tf":1.4142135623730951},"68":{"tf":2.6457513110645907},"69":{"tf":2.0},"690":{"tf":2.449489742783178},"691":{"tf":1.7320508075688772},"692":{"tf":2.0},"693":{"tf":2.23606797749979},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":2.8284271247461903},"701":{"tf":2.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":2.0},"708":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.0},"715":{"tf":3.605551275463989},"716":{"tf":1.7320508075688772},"717":{"tf":2.449489742783178},"718":{"tf":2.0},"719":{"tf":3.0},"72":{"tf":1.4142135623730951},"720":{"tf":2.23606797749979},"721":{"tf":2.8284271247461903},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.3166247903554},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"745":{"tf":2.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":3.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178},"97":{"tf":2.449489742783178},"98":{"tf":2.6457513110645907},"99":{"tf":2.0}},"r":{"d":{"df":9,"docs":{"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"639":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"4":{"+":{"5":{"+":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"691":{"tf":1.0}}},"1":{".":{"2":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"621":{"tf":1.0}}},"1":{".":{"1":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"615":{"tf":1.0}}},"2":{".":{"3":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"610":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"4":{".":{"9":{"6":{"7":{".":{"2":{"9":{"6":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"647":{"tf":1.4142135623730951},"659":{"tf":1.0},"704":{"tf":1.0}}},"3":{".":{"1":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"539":{"tf":1.0},"643":{"tf":1.0}}},"6":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"629":{"tf":1.0}}},"9":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"145":{"tf":1.0}}},"df":23,"docs":{"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"264":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.4142135623730951},"691":{"tf":1.0}}},"5":{".":{"1":{"df":2,"docs":{"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"5":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":2,"docs":{"623":{"tf":1.0},"741":{"tf":1.0}}},"7":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"d":{"1":{"df":0,"docs":{},"f":{"a":{"9":{"7":{"4":{"d":{"6":{"6":{"8":{"0":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"b":{"9":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"1":{"d":{"2":{"3":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"127":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"246":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"647":{"tf":1.0}}},"6":{".":{"0":{".":{"5":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"368":{"tf":1.0},"39":{"tf":1.0},"434":{"tf":2.23606797749979},"617":{"tf":1.0},"641":{"tf":1.0},"69":{"tf":1.0}}}}},"df":12,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.449489742783178},"427":{"tf":2.0},"429":{"tf":1.0},"447":{"tf":2.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"583":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"6":{"5":{"c":{"d":{"1":{"b":{"8":{"3":{"a":{"4":{"a":{"df":0,"docs":{},"f":{"4":{"8":{"0":{"a":{"a":{"7":{"9":{"2":{"9":{"a":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"8":{"a":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":14,"docs":{"127":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.4142135623730951},"445":{"tf":1.0},"447":{"tf":2.0},"478":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}},"8":{".":{"1":{"df":3,"docs":{"49":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"9":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"3":{"c":{"9":{"3":{"5":{"a":{"1":{"8":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"430":{"tf":1.0},"562":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":22,"docs":{"127":{"tf":1.0},"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"359":{"tf":1.0},"430":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"445":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.7320508075688772}}},"9":{".":{"0":{"/":{"9":{".":{"1":{"/":{"1":{"0":{".":{"0":{"/":{"1":{"0":{".":{"1":{"/":{"1":{"1":{".":{"0":{"/":{"1":{"1":{".":{"1":{"/":{"1":{"3":{".":{"0":{"/":{"1":{"3":{".":{"1":{"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"686":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"686":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"136":{"tf":1.4142135623730951},"19":{"tf":1.0},"28":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"438":{"tf":1.0},"517":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"m":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"562":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"/":{"b":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"0":{"b":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"4":{"0":{"0":{"5":{"d":{"9":{"b":{"4":{"7":{"9":{"6":{"7":{"1":{"7":{"7":{"df":0,"docs":{},"e":{"3":{"7":{"a":{"6":{"7":{"1":{"8":{"9":{"1":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":39,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"627":{"tf":1.7320508075688772},"629":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.23606797749979},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"613":{"tf":1.0},"88":{"tf":2.0}},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":5,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":11,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"333":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"145":{"tf":1.0},"150":{"tf":1.0},"239":{"tf":1.4142135623730951},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"311":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"507":{"tf":1.0},"543":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"712":{"tf":1.0},"741":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"28":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"507":{"tf":1.0},"532":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"359":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"391":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"390":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"374":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"374":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"385":{"tf":1.0},"447":{"tf":1.0},"510":{"tf":1.0},"55":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"639":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"386":{"tf":1.0},"748":{"tf":1.0}},"i":{"c":{"a":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":2,"docs":{"469":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"309":{"tf":1.0},"527":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"699":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"467":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"467":{"tf":1.0},"635":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"286":{"tf":1.0},"317":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"391":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":2.6457513110645907},"470":{"tf":1.0},"532":{"tf":1.7320508075688772},"558":{"tf":1.7320508075688772},"559":{"tf":1.7320508075688772},"560":{"tf":1.4142135623730951},"623":{"tf":1.0},"639":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"487":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":28,"docs":{"172":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.449489742783178},"359":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"575":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"681":{"tf":1.0},"712":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.7320508075688772}}}}},"c":{"df":2,"docs":{"162":{"tf":2.0},"748":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":69,"docs":{"105":{"tf":1.4142135623730951},"111":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.449489742783178},"235":{"tf":1.7320508075688772},"236":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":2.0},"281":{"tf":1.7320508075688772},"351":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":2.23606797749979},"534":{"tf":1.4142135623730951},"535":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"541":{"tf":1.0},"595":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":3.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":1.0},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"643":{"tf":2.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":2.23606797749979},"664":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":1,"docs":{"572":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"466":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"138":{"tf":1.0},"16":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"499":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"362":{"tf":1.0},"371":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"362":{"tf":1.0},"547":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"145":{"tf":1.0},"225":{"tf":1.0},"338":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"606":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"275":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"525":{"tf":1.4142135623730951},"593":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"655":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"221":{"tf":1.0},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.0}}}}}}}}},"o":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"613":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":13,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.4142135623730951},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"390":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"748":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"368":{"tf":1.0},"373":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":6,"docs":{"249":{"tf":1.0},"276":{"tf":1.0},"462":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"562":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"476":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"a":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"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":2,"docs":{"55":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":28,"docs":{"114":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0},"405":{"tf":1.0},"430":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"561":{"tf":1.0},"564":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"705":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"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":{}}}}}}}}}},"df":1,"docs":{"18":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"239":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"124":{"tf":1.0},"129":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"147":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"647":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":3.1622776601683795},"726":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"494":{"tf":1.0},"649":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"a":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":10,"docs":{"188":{"tf":1.0},"233":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"281":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"476":{"tf":1.0},"671":{"tf":1.0}}}}}}}}},"i":{"a":{"df":1,"docs":{"114":{"tf":1.0}},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"340":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.4142135623730951},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":132,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"368":{"tf":2.449489742783178},"371":{"tf":1.4142135623730951},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"436":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"668":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.7320508075688772},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.7320508075688772},"716":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"733":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"373":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":20,"docs":{"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"263":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":1.0},"534":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}},"n":{"df":6,"docs":{"147":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"335":{"tf":1.0},"342":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.7320508075688772},"717":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"351":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"29":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0},"748":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"331":{"tf":1.0},"371":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"382":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"664":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"469":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"245":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"282":{"tf":2.23606797749979},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"349":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.0},"457":{"tf":1.0},"469":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"557":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"371":{"tf":1.0},"662":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"727":{"tf":1.0},"734":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"333":{"tf":1.4142135623730951},"360":{"tf":1.0},"508":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"446":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"408":{"tf":3.0},"409":{"tf":2.8284271247461903},"410":{"tf":2.6457513110645907}},"i":{"'":{"df":2,"docs":{"530":{"tf":1.0},"613":{"tf":1.0}}},"df":35,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":2.449489742783178},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.4142135623730951},"394":{"tf":1.0},"395":{"tf":2.449489742783178},"396":{"tf":1.7320508075688772},"6":{"tf":1.0},"606":{"tf":2.0},"610":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"p":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":45,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":2.0},"156":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.0},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":2.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"647":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":1.0},"369":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}},"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"d":{"df":1,"docs":{"532":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"747":{"tf":1.7320508075688772},"98":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"14":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"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":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":71,"docs":{"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":2.0},"18":{"tf":1.4142135623730951},"209":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"288":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":2.0},"368":{"tf":1.0},"382":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.0},"484":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"69":{"tf":2.0},"748":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}},"df":18,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"20":{"tf":1.4142135623730951},"231":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"252":{"tf":1.0},"258":{"tf":1.4142135623730951},"385":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.4142135623730951},"487":{"tf":1.0},"508":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"724":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"147":{"tf":1.0},"362":{"tf":1.0},"470":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":34,"docs":{"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.7320508075688772},"362":{"tf":1.7320508075688772},"363":{"tf":2.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.4142135623730951},"429":{"tf":1.7320508075688772},"49":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"391":{"tf":1.0},"436":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"373":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"3":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"427":{"tf":2.23606797749979},"428":{"tf":2.6457513110645907},"49":{"tf":1.4142135623730951},"613":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.449489742783178},"430":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.0},"608":{"tf":1.0}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"162":{"tf":1.0},"427":{"tf":1.4142135623730951},"608":{"tf":1.0},"619":{"tf":1.0}},"v":{"3":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"4":{"b":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"l":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"6":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"7":{"df":0,"docs":{},"l":{"df":2,"docs":{"429":{"tf":1.0},"430":{"tf":1.0}}}},"8":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":32,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"338":{"tf":1.7320508075688772},"404":{"tf":1.4142135623730951},"414":{"tf":2.23606797749979},"415":{"tf":2.0},"416":{"tf":1.7320508075688772},"417":{"tf":1.0},"464":{"tf":1.7320508075688772},"468":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":2.449489742783178},"474":{"tf":3.1622776601683795},"475":{"tf":2.0},"507":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"701":{"tf":1.0},"707":{"tf":2.0},"710":{"tf":1.0}}}},"y":{"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"533":{"tf":1.4142135623730951},"596":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},"df":2,"docs":{"249":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"302":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"496":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"232":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"359":{"tf":1.0}},"i":{"[":{"1":{"2":{"8":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"360":{"tf":1.0},"436":{"tf":1.0},"544":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}},"o":{"df":6,"docs":{"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}}},"k":{"df":107,"docs":{"151":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.4142135623730951},"378":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"547":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"599":{"tf":1.0},"631":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":2.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"177":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.0},"313":{"tf":1.7320508075688772},"356":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.7320508075688772},"452":{"tf":1.0},"507":{"tf":1.4142135623730951},"517":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"645":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"549":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"368":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"480":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"568":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"342":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"606":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"621":{"tf":1.0},"659":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"540":{"tf":1.0},"557":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"427":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"142":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"343":{"tf":1.0},"386":{"tf":2.0},"427":{"tf":1.0},"447":{"tf":1.0},"480":{"tf":1.7320508075688772},"543":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"701":{"tf":1.0},"709":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"252":{"tf":2.8284271247461903},"253":{"tf":2.449489742783178},"257":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":165,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.0},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"14":{"tf":2.449489742783178},"156":{"tf":1.0},"16":{"tf":2.8284271247461903},"162":{"tf":2.23606797749979},"171":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":3.3166247903554},"251":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":1.0},"336":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":2.8284271247461903},"397":{"tf":2.6457513110645907},"4":{"tf":1.0},"400":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"430":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"45":{"tf":1.0},"452":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"466":{"tf":2.6457513110645907},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.7320508075688772},"471":{"tf":1.7320508075688772},"478":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.449489742783178},"529":{"tf":2.0},"530":{"tf":2.0},"531":{"tf":1.0},"532":{"tf":1.7320508075688772},"533":{"tf":1.7320508075688772},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"546":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":1.0},"591":{"tf":2.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":1.4142135623730951},"671":{"tf":2.6457513110645907},"672":{"tf":1.0},"674":{"tf":1.4142135623730951},"68":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"69":{"tf":1.0},"693":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.449489742783178},"74":{"tf":1.0},"748":{"tf":2.8284271247461903},"77":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"105":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"476":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":8,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"621":{"tf":1.0},"639":{"tf":1.4142135623730951},"92":{"tf":2.0},"93":{"tf":2.0}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"407":{"tf":1.0},"408":{"tf":1.7320508075688772},"409":{"tf":1.0},"410":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"114":{"tf":1.0},"117":{"tf":1.0},"45":{"tf":1.0},"533":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"156":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"533":{"tf":1.0}}},"i":{"df":1,"docs":{"533":{"tf":1.0}}},"m":{"df":1,"docs":{"533":{"tf":1.0}}},"o":{"df":2,"docs":{"29":{"tf":1.0},"649":{"tf":1.0}}},"x":{"df":1,"docs":{"533":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":8,"docs":{"236":{"tf":1.0},"249":{"tf":4.358898943540674},"250":{"tf":1.4142135623730951},"252":{"tf":4.58257569495584},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"575":{"tf":1.0},"692":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"108":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"469":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"532":{"tf":1.0},"582":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"736":{"tf":1.7320508075688772},"76":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}},"df":49,"docs":{"14":{"tf":1.0},"157":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"315":{"tf":1.7320508075688772},"32":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"367":{"tf":2.449489742783178},"368":{"tf":2.449489742783178},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":3.1622776601683795},"372":{"tf":2.449489742783178},"373":{"tf":2.8284271247461903},"374":{"tf":3.605551275463989},"375":{"tf":1.4142135623730951},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.7320508075688772},"487":{"tf":1.0},"490":{"tf":1.4142135623730951},"501":{"tf":1.0},"522":{"tf":1.0},"55":{"tf":1.0},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":2.449489742783178},"668":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"736":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"2":{"df":3,"docs":{"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"621":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}}}},"3":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"747":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"613":{"tf":1.0},"617":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"465":{"tf":1.0},"466":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}}}},"df":40,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"267":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"469":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"543":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"72":{"tf":1.0},"724":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"639":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"225":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"687":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"284":{"tf":1.0},"333":{"tf":1.0}}},"y":{"df":3,"docs":{"130":{"tf":1.0},"727":{"tf":1.0},"737":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"145":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"250":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"469":{"tf":1.0},"532":{"tf":1.0},"585":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"268":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.4142135623730951},"395":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"l":{"a":{"b":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"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":1,"docs":{"700":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"1":{"0":{"_":{"6":{".":{"df":0,"docs":{},"x":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"534":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"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":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":43,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"242":{"tf":1.0},"264":{"tf":1.0},"312":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.7320508075688772},"385":{"tf":1.0},"395":{"tf":1.0},"429":{"tf":1.0},"45":{"tf":1.0},"454":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"715":{"tf":2.0},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"729":{"tf":1.0},"748":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"i":{"c":{"df":23,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.7320508075688772},"348":{"tf":1.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"454":{"tf":1.0},"484":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":2,"docs":{"12":{"tf":1.0},"16":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"469":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"147":{"tf":1.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"671":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"372":{"tf":1.0},"476":{"tf":1.0},"621":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":27,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"354":{"tf":2.449489742783178},"359":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"462":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"510":{"tf":1.4142135623730951},"527":{"tf":1.0},"557":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"707":{"tf":1.4142135623730951},"726":{"tf":1.0},"741":{"tf":1.0},"86":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"338":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"360":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"269":{"tf":1.0},"392":{"tf":1.0},"395":{"tf":1.0},"536":{"tf":1.0},"606":{"tf":1.0},"635":{"tf":1.0},"743":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"330":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"346":{"tf":1.0},"465":{"tf":1.0}}}},"w":{"df":10,"docs":{"1":{"tf":1.0},"361":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.0},"508":{"tf":1.4142135623730951},"517":{"tf":1.0},"522":{"tf":1.0},"662":{"tf":1.0},"74":{"tf":1.0}}}}},"n":{"d":{"df":2,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.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.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"359":{"tf":1.0},"397":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"17":{"tf":1.0},"252":{"tf":1.0},"307":{"tf":1.0},"359":{"tf":1.0},"501":{"tf":1.0},"513":{"tf":1.0},"557":{"tf":1.0},"589":{"tf":1.0},"610":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"635":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":52,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"527":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"589":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"665":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"72":{"tf":1.0},"748":{"tf":1.0}}}}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":2.0},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"r":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"522":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":28,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"352":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"472":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}},"d":{"df":3,"docs":{"240":{"tf":1.0},"244":{"tf":1.7320508075688772},"608":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}}}}}},"df":23,"docs":{"130":{"tf":1.0},"188":{"tf":1.4142135623730951},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"370":{"tf":1.0},"427":{"tf":2.449489742783178},"429":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"447":{"tf":4.358898943540674},"478":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"14":{"tf":1.0},"389":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":19,"docs":{"14":{"tf":2.0},"235":{"tf":1.7320508075688772},"249":{"tf":6.164414002968976},"250":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"338":{"tf":2.23606797749979},"374":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":2.8284271247461903},"486":{"tf":3.605551275463989},"487":{"tf":1.4142135623730951},"500":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":2.23606797749979},"673":{"tf":1.0},"687":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"633":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":2.0}}},"l":{"df":5,"docs":{"239":{"tf":1.0},"250":{"tf":2.0},"499":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"359":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"454":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":1.0},"700":{"tf":1.0},"731":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"391":{"tf":1.0},"88":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":10,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"504":{"tf":1.0},"631":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"161":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"282":{"tf":2.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":2.0},"610":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":15,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"343":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951},"547":{"tf":2.0},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"608":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"691":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}},"s":{"df":4,"docs":{"159":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"286":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"72":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"s":{"d":{"df":3,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":53,"docs":{"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"317":{"tf":1.7320508075688772},"320":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"389":{"tf":1.0},"404":{"tf":1.4142135623730951},"414":{"tf":2.23606797749979},"415":{"tf":1.7320508075688772},"416":{"tf":2.0},"417":{"tf":1.0},"445":{"tf":2.0},"452":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":2.23606797749979},"466":{"tf":2.449489742783178},"467":{"tf":2.0},"468":{"tf":2.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.7320508075688772},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"491":{"tf":1.0},"508":{"tf":2.449489742783178},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"55":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.7320508075688772},"560":{"tf":1.7320508075688772},"571":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":2.23606797749979},"710":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"235":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"338":{"tf":2.6457513110645907},"405":{"tf":1.0},"478":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"606":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903},"674":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}}},"g":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":74,"docs":{"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"178":{"tf":3.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":2.6457513110645907},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":3.0},"209":{"tf":2.449489742783178},"210":{"tf":2.449489742783178},"211":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"213":{"tf":3.0},"214":{"tf":2.449489742783178},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":3.0},"218":{"tf":2.6457513110645907},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":2.23606797749979},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":2.23606797749979},"281":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"641":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":2.23606797749979},"721":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"174":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"365":{"tf":1.0},"44":{"tf":1.0},"589":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":25,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"267":{"tf":1.0},"318":{"tf":1.0},"354":{"tf":1.4142135623730951},"364":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"532":{"tf":1.0},"562":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"416":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"491":{"tf":1.7320508075688772},"508":{"tf":3.4641016151377544},"511":{"tf":2.449489742783178},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"466":{"tf":1.7320508075688772},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"467":{"tf":1.4142135623730951},"591":{"tf":1.0}}}}}},"s":{"df":19,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"338":{"tf":1.7320508075688772},"381":{"tf":1.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":2.6457513110645907},"466":{"tf":2.23606797749979},"467":{"tf":2.449489742783178},"468":{"tf":2.449489742783178},"473":{"tf":1.0},"549":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.7320508075688772},"706":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"337":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"412":{"tf":1.0},"502":{"tf":1.0},"513":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"78":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"255":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"368":{"tf":2.8284271247461903},"55":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903}}}}},"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"436":{"tf":3.0}}}}}},"c":{"+":{"+":{"1":{"1":{"df":5,"docs":{"532":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}},"4":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"610":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"3":{".":{"7":{".":{"6":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"7":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"355":{"tf":1.0},"713":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"\\":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"3":{".":{"7":{".":{"7":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"583":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"382":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"374":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"335":{"tf":1.0},"373":{"tf":1.0},"391":{"tf":1.0},"463":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"488":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.4142135623730951},"559":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":114,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"294":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":2.0},"338":{"tf":3.3166247903554},"339":{"tf":1.0},"340":{"tf":2.449489742783178},"342":{"tf":1.4142135623730951},"343":{"tf":1.0},"354":{"tf":3.0},"357":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":3.1622776601683795},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":2.0},"399":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":2.23606797749979},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.7320508075688772},"412":{"tf":1.0},"413":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":2.8284271247461903},"463":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"475":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"536":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"559":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.4142135623730951},"608":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.7320508075688772},"670":{"tf":2.23606797749979},"671":{"tf":2.0},"672":{"tf":2.23606797749979},"674":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"683":{"tf":2.449489742783178},"685":{"tf":2.6457513110645907},"686":{"tf":1.0},"687":{"tf":2.23606797749979},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0},"727":{"tf":2.0},"736":{"tf":2.0},"739":{"tf":1.4142135623730951},"743":{"tf":2.0},"744":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"447":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"670":{"tf":1.0},"677":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.0}}}}},"d":{"df":1,"docs":{"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"233":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"511":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"687":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":67,"docs":{"11":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":2.23606797749979},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.4142135623730951},"397":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"434":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":3.872983346207417},"525":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"585":{"tf":1.0},"613":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":2.0},"706":{"tf":1.4142135623730951},"72":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.4142135623730951},"744":{"tf":1.0}}},"t":{"df":3,"docs":{"362":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"127":{"tf":1.0},"139":{"tf":2.23606797749979},"162":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":2.6457513110645907},"358":{"tf":1.0},"366":{"tf":1.7320508075688772},"386":{"tf":1.7320508075688772},"608":{"tf":1.0},"62":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"339":{"tf":1.0},"351":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"481":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":15,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.7320508075688772},"572":{"tf":1.0},"574":{"tf":1.4142135623730951},"58":{"tf":1.0},"631":{"tf":1.4142135623730951},"668":{"tf":1.0}}},"d":{"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"280":{"tf":1.0}}},"df":31,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":2.23606797749979},"168":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"532":{"tf":1.4142135623730951},"606":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.23606797749979},"615":{"tf":2.449489742783178},"621":{"tf":2.0},"625":{"tf":2.0},"641":{"tf":1.0},"691":{"tf":1.4142135623730951},"747":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"513":{"tf":2.0},"514":{"tf":4.123105625617661}},"s":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"23":{"tf":1.0},"259":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"f":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}}}}},"df":24,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.1622776601683795},"257":{"tf":1.0},"260":{"tf":1.0},"337":{"tf":1.0},"386":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.605551275463989},"470":{"tf":1.7320508075688772},"474":{"tf":2.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"n":{"c":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":173,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.0},"253":{"tf":2.23606797749979},"254":{"tf":2.23606797749979},"269":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":2.449489742783178},"339":{"tf":1.4142135623730951},"342":{"tf":2.0},"351":{"tf":1.0},"359":{"tf":2.449489742783178},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"371":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":2.0},"376":{"tf":1.4142135623730951},"377":{"tf":2.0},"378":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.4142135623730951},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"464":{"tf":1.0},"467":{"tf":1.0},"475":{"tf":1.7320508075688772},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":2.23606797749979},"490":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"527":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.7320508075688772},"546":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"603":{"tf":1.7320508075688772},"604":{"tf":1.4142135623730951},"605":{"tf":1.4142135623730951},"606":{"tf":1.7320508075688772},"607":{"tf":1.4142135623730951},"608":{"tf":2.0},"609":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":2.23606797749979},"614":{"tf":1.4142135623730951},"615":{"tf":2.23606797749979},"616":{"tf":1.4142135623730951},"617":{"tf":2.6457513110645907},"618":{"tf":1.4142135623730951},"619":{"tf":2.23606797749979},"620":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"626":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"629":{"tf":1.4142135623730951},"630":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"632":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"638":{"tf":1.4142135623730951},"639":{"tf":1.7320508075688772},"640":{"tf":1.4142135623730951},"641":{"tf":2.0},"642":{"tf":1.4142135623730951},"643":{"tf":2.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"647":{"tf":2.23606797749979},"648":{"tf":1.4142135623730951},"649":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"650":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"653":{"tf":2.23606797749979},"654":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"656":{"tf":1.4142135623730951},"657":{"tf":1.7320508075688772},"658":{"tf":1.4142135623730951},"659":{"tf":2.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.4142135623730951},"661":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"668":{"tf":1.7320508075688772},"669":{"tf":2.6457513110645907},"670":{"tf":2.0},"671":{"tf":1.7320508075688772},"672":{"tf":2.449489742783178},"673":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"709":{"tf":1.0},"710":{"tf":1.0},"719":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"741":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"/":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"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":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"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":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":47,"docs":{"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":2.449489742783178},"249":{"tf":3.4641016151377544},"258":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.7320508075688772},"286":{"tf":1.0},"312":{"tf":1.7320508075688772},"338":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"447":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":1.0},"491":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":4.0},"510":{"tf":1.0},"511":{"tf":3.1622776601683795},"545":{"tf":1.7320508075688772},"546":{"tf":2.449489742783178},"547":{"tf":3.1622776601683795},"569":{"tf":1.7320508075688772},"572":{"tf":1.4142135623730951},"575":{"tf":2.0},"645":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}}}}},"r":{"*":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"264":{"tf":1.0},"359":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"544":{"tf":1.0},"691":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":109,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"436":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"478":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.7320508075688772},"517":{"tf":2.0},"53":{"tf":1.7320508075688772},"532":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"61":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"666":{"tf":1.0},"67":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"645":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"169":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"671":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":26,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"510":{"tf":1.0},"566":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"73":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"230":{"tf":1.0},"359":{"tf":1.0}},"n":{"df":2,"docs":{"385":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"436":{"tf":2.449489742783178}}}}}},"i":{".":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"349":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}}},"df":2,"docs":{"162":{"tf":1.0},"361":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":2,"docs":{"28":{"tf":1.0},"397":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":2.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":87,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"156":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"337":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":2.6457513110645907},"363":{"tf":3.1622776601683795},"364":{"tf":2.23606797749979},"366":{"tf":2.449489742783178},"37":{"tf":2.23606797749979},"390":{"tf":1.0},"436":{"tf":1.0},"454":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"525":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"58":{"tf":1.0},"583":{"tf":1.4142135623730951},"59":{"tf":1.0},"596":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":2.0},"693":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"88":{"tf":2.23606797749979},"99":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.0},"59":{"tf":1.0},"613":{"tf":1.0}}},"d":{",":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"=":{"\"":{"3":{"4":{"1":{"df":0,"docs":{},"f":{"c":{"5":{"8":{"9":{"8":{"a":{"a":{"a":{"4":{"6":{"a":{"7":{"a":{"5":{"0":{"6":{"b":{"c":{"0":{"7":{"9":{"9":{"df":0,"docs":{},"e":{"8":{"8":{"2":{"a":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"333":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":2.0},"730":{"tf":2.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"597":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"405":{"tf":1.0},"465":{"tf":1.0},"631":{"tf":1.0},"655":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"235":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"32":{"tf":1.0},"478":{"tf":1.4142135623730951},"627":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"230":{"tf":1.0},"243":{"tf":1.0},"373":{"tf":1.4142135623730951},"428":{"tf":1.0},"524":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"155":{"tf":1.0},"158":{"tf":1.7320508075688772},"166":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.7320508075688772},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"244":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.0},"450":{"tf":1.0},"625":{"tf":1.0},"86":{"tf":1.0}},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"623":{"tf":1.0},"83":{"tf":1.0}}}}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"114":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":2.6457513110645907},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.449489742783178},"219":{"tf":1.4142135623730951},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":3.1622776601683795},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"242":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"280":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"637":{"tf":2.0},"641":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"711":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"192":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":2.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"~":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"o":{"a":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"358":{"tf":1.0}}},"df":70,"docs":{"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.7320508075688772},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":2.0},"271":{"tf":1.0},"281":{"tf":2.0},"32":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"41":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"436":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.0},"536":{"tf":1.4142135623730951},"560":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":2.0},"725":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"287":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"465":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"363":{"tf":2.449489742783178},"546":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"645":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":2,"docs":{"517":{"tf":1.4142135623730951},"623":{"tf":1.0}}}}}},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.7320508075688772},"351":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"472":{"tf":1.0},"705":{"tf":1.0}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":2.6457513110645907},"703":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":14,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.0},"490":{"tf":1.0},"530":{"tf":1.0},"668":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":25,"docs":{"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"244":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"463":{"tf":1.0},"541":{"tf":1.0},"623":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":11,"docs":{"114":{"tf":1.4142135623730951},"360":{"tf":1.0},"434":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.4142135623730951},"454":{"tf":1.0},"621":{"tf":1.0},"662":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":27,"docs":{"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"316":{"tf":1.0},"330":{"tf":2.0},"339":{"tf":1.0},"341":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951},"343":{"tf":1.7320508075688772},"344":{"tf":1.4142135623730951},"36":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"557":{"tf":1.0},"643":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":2.23606797749979},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"694":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":11,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"18":{"tf":1.0},"276":{"tf":1.4142135623730951},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"747":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"y":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"444":{"tf":1.0},"447":{"tf":2.0},"625":{"tf":1.0},"729":{"tf":1.0}}},"t":{"df":49,"docs":{"123":{"tf":1.4142135623730951},"127":{"tf":2.449489742783178},"128":{"tf":2.0},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"19":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"327":{"tf":1.0},"345":{"tf":1.4142135623730951},"352":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"366":{"tf":1.0},"395":{"tf":1.0},"428":{"tf":1.0},"452":{"tf":1.0},"507":{"tf":1.0},"55":{"tf":1.0},"592":{"tf":2.0},"593":{"tf":1.7320508075688772},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.4142135623730951},"597":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"599":{"tf":1.0},"643":{"tf":1.0},"681":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":32,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"360":{"tf":1.0},"49":{"tf":1.0},"613":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":2.0},"711":{"tf":1.0},"88":{"tf":3.4641016151377544}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"356":{"tf":1.0},"631":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"x":{"df":15,"docs":{"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":2.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"294":{"tf":1.0},"364":{"tf":1.0},"399":{"tf":1.0},"53":{"tf":1.0},"608":{"tf":1.0}}}}},"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":72,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0},"264":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":2.23606797749979},"332":{"tf":1.0},"333":{"tf":2.6457513110645907},"334":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"342":{"tf":1.0},"344":{"tf":2.23606797749979},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"355":{"tf":2.449489742783178},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"454":{"tf":1.7320508075688772},"456":{"tf":1.0},"457":{"tf":2.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.7320508075688772},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"681":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":2.0},"70":{"tf":1.0},"703":{"tf":1.7320508075688772},"714":{"tf":1.4142135623730951},"731":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":10,"docs":{"475":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.7320508075688772},"560":{"tf":1.0},"575":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"600":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"727":{"tf":1.0},"743":{"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":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":3,"docs":{"18":{"tf":1.0},"339":{"tf":1.0},"513":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"140":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"450":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.4142135623730951},"705":{"tf":1.0},"747":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"336":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"349":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"259":{"tf":1.0},"692":{"tf":1.0},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"541":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"155":{"tf":1.0},"162":{"tf":2.23606797749979},"748":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0}},"r":{"df":1,"docs":{"249":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":23,"docs":{"177":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.7320508075688772},"276":{"tf":1.0},"29":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.0},"390":{"tf":1.0},"397":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":2.23606797749979},"475":{"tf":1.0},"481":{"tf":1.0},"532":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951},"88":{"tf":3.4641016151377544}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"475":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"225":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"137":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"249":{"tf":1.0},"329":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":2.449489742783178},"392":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"405":{"tf":1.4142135623730951},"406":{"tf":1.0},"457":{"tf":1.4142135623730951},"496":{"tf":1.0},"541":{"tf":1.0},"745":{"tf":1.0},"748":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"359":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"i":{"d":{"df":3,"docs":{"371":{"tf":1.0},"469":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"381":{"tf":1.0},"396":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"617":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.4142135623730951},"637":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":11,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"281":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"471":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.4142135623730951},"525":{"tf":1.0},"643":{"tf":1.7320508075688772},"691":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"653":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"639":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"111":{"tf":1.0},"149":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"276":{"tf":1.0},"318":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.4142135623730951},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.8284271247461903},"428":{"tf":1.0},"429":{"tf":1.7320508075688772},"438":{"tf":1.0},"454":{"tf":1.0},"467":{"tf":1.4142135623730951},"487":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"591":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"655":{"tf":1.0},"666":{"tf":1.0},"687":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.7320508075688772},"327":{"tf":1.0},"364":{"tf":1.0},"391":{"tf":1.0},"430":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.7320508075688772},"593":{"tf":1.0},"594":{"tf":1.0},"615":{"tf":1.0},"643":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"364":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"366":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":64,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"308":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"326":{"tf":1.7320508075688772},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"448":{"tf":1.0},"450":{"tf":2.6457513110645907},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"476":{"tf":2.449489742783178},"484":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"521":{"tf":1.7320508075688772},"522":{"tf":2.6457513110645907},"523":{"tf":1.0},"524":{"tf":2.23606797749979},"525":{"tf":2.0},"538":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.7320508075688772},"546":{"tf":1.7320508075688772},"547":{"tf":1.0},"557":{"tf":1.0},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"596":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"621":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"697":{"tf":1.0},"76":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":13,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.7320508075688772},"397":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"643":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":107,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":2.6457513110645907},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":2.6457513110645907},"321":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":2.6457513110645907},"333":{"tf":2.449489742783178},"334":{"tf":1.0},"335":{"tf":2.0},"337":{"tf":1.7320508075688772},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.8284271247461903},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"366":{"tf":1.0},"368":{"tf":2.23606797749979},"369":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":3.3166247903554},"398":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":2.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":1.7320508075688772},"452":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"481":{"tf":1.0},"485":{"tf":1.0},"490":{"tf":2.6457513110645907},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":2.8284271247461903},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"541":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.8284271247461903},"699":{"tf":2.23606797749979},"70":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"742":{"tf":1.4142135623730951},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"333":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"490":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"389":{"tf":1.0}}},"t":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":15,"docs":{"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"372":{"tf":1.0},"456":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":11,"docs":{"191":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"651":{"tf":1.0},"70":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"_":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"371":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"621":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"713":{"tf":1.0},"88":{"tf":2.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"120":{"tf":1.7320508075688772},"128":{"tf":1.0},"149":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"746":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"114":{"tf":1.0},"225":{"tf":1.0},"709":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"643":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"111":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.4142135623730951},"462":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"253":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"373":{"tf":1.7320508075688772},"391":{"tf":1.0},"478":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"258":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"478":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":10,"docs":{"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.7320508075688772},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"436":{"tf":1.0},"532":{"tf":1.0},"619":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"343":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"331":{"tf":1.0}}}},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"275":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"p":{"df":3,"docs":{"108":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"u":{"df":8,"docs":{"162":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"59":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"610":{"tf":1.4142135623730951},"613":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":118,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.7320508075688772},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":2.6457513110645907},"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"269":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"278":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"308":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":2.6457513110645907},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.4142135623730951},"395":{"tf":1.0},"4":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"466":{"tf":2.0},"476":{"tf":1.4142135623730951},"485":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"536":{"tf":1.4142135623730951},"538":{"tf":2.23606797749979},"540":{"tf":1.4142135623730951},"58":{"tf":1.0},"585":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.7320508075688772},"619":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"714":{"tf":2.0},"736":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"98":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"333":{"tf":1.4142135623730951},"361":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"162":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"225":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.4142135623730951},"342":{"tf":1.4142135623730951},"352":{"tf":1.0},"462":{"tf":1.0},"510":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"426":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"172":{"tf":1.0},"18":{"tf":1.0},"346":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"s":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"613":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"490":{"tf":1.0},"491":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":29,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"382":{"tf":1.7320508075688772},"390":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"561":{"tf":1.0},"566":{"tf":1.4142135623730951},"653":{"tf":1.0},"659":{"tf":1.0},"686":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"704":{"tf":1.7320508075688772},"705":{"tf":1.0},"729":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":43,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"328":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"378":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"510":{"tf":1.4142135623730951},"517":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"554":{"tf":1.0},"585":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"686":{"tf":1.4142135623730951},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"301":{"tf":1.0},"493":{"tf":1.0}}}}},"v":{"df":4,"docs":{"374":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":3.605551275463989},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"225":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":2.0},"427":{"tf":1.4142135623730951},"507":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"608":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":2.449489742783178}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"623":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"235":{"tf":1.0}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"tf":1.0}}}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"641":{"tf":1.0}}},"2":{"df":1,"docs":{"641":{"tf":1.0}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.4142135623730951}}},"df":1,"docs":{"520":{"tf":2.0}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.0},"250":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":65,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.7320508075688772},"22":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":3.0},"248":{"tf":2.23606797749979},"249":{"tf":3.3166247903554},"250":{"tf":3.0},"252":{"tf":2.8284271247461903},"253":{"tf":3.1622776601683795},"254":{"tf":2.8284271247461903},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"293":{"tf":1.7320508075688772},"329":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.4142135623730951},"372":{"tf":2.0},"373":{"tf":1.0},"374":{"tf":2.0},"375":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"394":{"tf":2.449489742783178},"395":{"tf":2.8284271247461903},"396":{"tf":1.7320508075688772},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"436":{"tf":2.0},"445":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"465":{"tf":1.7320508075688772},"467":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":2.0},"601":{"tf":2.449489742783178},"602":{"tf":2.0},"606":{"tf":2.23606797749979},"617":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":2.23606797749979},"668":{"tf":1.4142135623730951},"671":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":4.0},"250":{"tf":1.0},"606":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"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":1,"docs":{"250":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"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":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{">":{"2":{"0":{"1":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"428":{"tf":1.0},"51":{"tf":1.0},"604":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":13,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"683":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"346":{"tf":1.0}}}},"b":{"df":1,"docs":{"234":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":3,"docs":{"250":{"tf":1.7320508075688772},"510":{"tf":1.0},"511":{"tf":2.449489742783178}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":11,"docs":{"21":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.7320508075688772},"356":{"tf":1.0},"397":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"559":{"tf":1.0},"639":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"359":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"a":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"372":{"tf":1.0}}}}},"d":{"df":6,"docs":{"122":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"466":{"tf":1.0},"551":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"244":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"397":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"714":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"1":{"tf":1.0},"233":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"732":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"f":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"2":{"df":5,"docs":{"596":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":31,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":3.7416573867739413},"234":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"470":{"tf":1.0},"474":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"580":{"tf":1.0},"6":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"659":{"tf":1.0},"671":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":69,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"472":{"tf":1.0},"486":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"546":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":24,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"242":{"tf":1.0},"295":{"tf":1.0},"32":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"383":{"tf":1.0},"418":{"tf":1.0},"436":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":16,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"281":{"tf":1.0},"331":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"469":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":2.0},"643":{"tf":1.0},"67":{"tf":1.7320508075688772},"671":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"252":{"tf":1.0},"536":{"tf":1.4142135623730951},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"v":{"df":4,"docs":{"398":{"tf":1.0},"595":{"tf":1.0},"671":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"370":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"124":{"tf":1.0},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"253":{"tf":1.4142135623730951},"331":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"541":{"tf":1.0},"683":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":5,"docs":{"17":{"tf":1.0},"427":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"332":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":2.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"540":{"tf":1.0},"689":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"125":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"254":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"465":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"276":{"tf":1.4142135623730951},"289":{"tf":1.0},"367":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.4142135623730951},"615":{"tf":1.0},"702":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":23,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.4142135623730951},"371":{"tf":1.0},"59":{"tf":1.4142135623730951},"687":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0}}}},"r":{"df":2,"docs":{"465":{"tf":1.0},"589":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"427":{"tf":1.7320508075688772},"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"332":{"tf":1.0},"617":{"tf":1.0},"651":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"508":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"88":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"v":{"df":1,"docs":{"171":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":53,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"151":{"tf":1.7320508075688772},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.6457513110645907},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.4142135623730951},"220":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"354":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"4":{"tf":2.0},"428":{"tf":1.0},"434":{"tf":1.0},"446":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.4142135623730951},"715":{"tf":1.0},"726":{"tf":1.4142135623730951},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"715":{"tf":1.0},"726":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":3,"docs":{"496":{"tf":2.0},"530":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":2,"docs":{"307":{"tf":1.0},"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":25,"docs":{"286":{"tf":1.0},"294":{"tf":1.4142135623730951},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"468":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"230":{"tf":1.0},"384":{"tf":1.0},"84":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":48,"docs":{"127":{"tf":1.0},"16":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"295":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"352":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"395":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"432":{"tf":1.0},"446":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.7320508075688772},"472":{"tf":1.4142135623730951},"497":{"tf":1.0},"502":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.7320508075688772},"55":{"tf":1.0},"557":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"653":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"707":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"238":{"tf":1.0},"686":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}},"i":{"df":1,"docs":{"373":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":2.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"2":{"d":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.7320508075688772},"397":{"tf":1.0},"686":{"tf":2.0},"696":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":23,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"344":{"tf":1.0},"348":{"tf":1.0},"354":{"tf":2.0},"362":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.7320508075688772},"457":{"tf":1.0},"490":{"tf":1.4142135623730951},"513":{"tf":1.0},"557":{"tf":1.4142135623730951},"613":{"tf":1.0},"664":{"tf":1.0},"668":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"713":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"149":{"tf":1.0},"230":{"tf":1.4142135623730951},"276":{"tf":2.0},"562":{"tf":1.0},"88":{"tf":1.0}}}}},"x":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"17":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":2.449489742783178},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"655":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"469":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"405":{"tf":1.0},"671":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":2.23606797749979},"655":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"370":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"641":{"tf":1.0},"705":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"254":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"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":{},"l":{"a":{"df":0,"docs":{},"y":{"df":26,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"325":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"44":{"tf":1.0},"452":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":2.0},"584":{"tf":1.7320508075688772},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"717":{"tf":2.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.4142135623730951},"726":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"j":{"df":1,"docs":{"18":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"14":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":2.6457513110645907},"428":{"tf":1.4142135623730951},"641":{"tf":1.0},"748":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"354":{"tf":1.0},"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"606":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":344,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":2.0},"208":{"tf":1.0},"221":{"tf":1.0},"230":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":2.449489742783178},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.4142135623730951},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.7320508075688772},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":2.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":2.23606797749979},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"552":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.4142135623730951},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.4142135623730951},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.4142135623730951},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.4142135623730951},"580":{"tf":1.0},"581":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.4142135623730951},"589":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.0}}},"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"32":{"tf":1.0},"373":{"tf":1.0},"524":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"432":{"tf":1.0},"671":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"747":{"tf":1.4142135623730951}}},"y":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"136":{"tf":2.449489742783178},"139":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"606":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":2.0},"740":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":25,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.7320508075688772},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"362":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"468":{"tf":1.0},"534":{"tf":1.4142135623730951},"669":{"tf":1.0},"724":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":2.449489742783178}}}},"p":{"df":1,"docs":{"686":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"18":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"254":{"tf":1.7320508075688772},"368":{"tf":1.0},"370":{"tf":1.0},"486":{"tf":2.6457513110645907},"508":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}},"e":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"370":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"373":{"tf":1.0},"502":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":28,"docs":{"114":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":2.0},"170":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"229":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"'":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":8,"docs":{"117":{"tf":1.0},"373":{"tf":1.0},"413":{"tf":1.4142135623730951},"45":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"w":{"df":3,"docs":{"582":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"387":{"tf":2.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"=":{"0":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"1":{"0":{".":{"1":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"0":{"df":1,"docs":{"713":{"tf":1.0}}},"1":{"df":2,"docs":{"176":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"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":11,"docs":{"155":{"tf":1.0},"162":{"tf":3.872983346207417},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"335":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.0},"372":{"tf":1.0},"374":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"t":{"d":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0}}}},"b":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"608":{"tf":1.0},"651":{"tf":1.0},"667":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"111":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"305":{"tf":1.0},"320":{"tf":1.0},"343":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"507":{"tf":1.0},"571":{"tf":1.0},"585":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"697":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"369":{"tf":1.0},"446":{"tf":1.0}}}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":35,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"286":{"tf":1.0},"314":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"551":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"645":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":23,"docs":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"412":{"tf":1.0},"585":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"748":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":3.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":53,"docs":{"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"250":{"tf":1.0},"258":{"tf":1.4142135623730951},"28":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":2.23606797749979},"386":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"416":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.4142135623730951},"466":{"tf":1.0},"468":{"tf":1.0},"471":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"546":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"65":{"tf":1.0},"715":{"tf":1.0},"724":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"395":{"tf":1.0},"589":{"tf":1.0},"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":12,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"530":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"613":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"249":{"tf":1.0},"359":{"tf":1.0},"511":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"40":{"tf":1.0},"465":{"tf":1.0},"81":{"tf":1.0}}}}}}},"c":{"df":2,"docs":{"408":{"tf":2.0},"409":{"tf":2.23606797749979}},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"3":{"2":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":20,"docs":{"250":{"tf":1.4142135623730951},"333":{"tf":2.449489742783178},"344":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.4142135623730951},"475":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"587":{"tf":1.0},"600":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"407":{"tf":1.0},"409":{"tf":1.4142135623730951}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"491":{"tf":1.4142135623730951},"555":{"tf":1.4142135623730951},"627":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":72,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"117":{"tf":1.0},"177":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"28":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.7320508075688772},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"321":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":2.0},"452":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.4142135623730951},"497":{"tf":2.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"527":{"tf":2.0},"541":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":55,"docs":{"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"177":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.23606797749979},"244":{"tf":2.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"368":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"450":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"70":{"tf":1.0},"732":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":11,"docs":{"156":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"df":7,"docs":{"145":{"tf":1.0},"366":{"tf":1.0},"508":{"tf":2.23606797749979},"511":{"tf":1.4142135623730951},"615":{"tf":1.0},"691":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"113":{"tf":1.0},"281":{"tf":1.0}}}}}}}}},"df":35,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"354":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"456":{"tf":1.0},"533":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"706":{"tf":1.0},"731":{"tf":1.0},"748":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"395":{"tf":1.0},"606":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"45":{"tf":1.0},"585":{"tf":1.0},"637":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"45":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"389":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"385":{"tf":1.0},"486":{"tf":1.0},"532":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"395":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":20,"docs":{"221":{"tf":1.0},"225":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"488":{"tf":1.0},"560":{"tf":1.0},"580":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"706":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"364":{"tf":1.0},"436":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.7320508075688772},"508":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"562":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"147":{"tf":1.0},"669":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"286":{"tf":1.0},"309":{"tf":1.4142135623730951},"452":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.0},"528":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.0},"249":{"tf":1.0},"343":{"tf":1.0},"395":{"tf":1.0},"666":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"692":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"374":{"tf":1.0},"671":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"26":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951},"621":{"tf":1.0},"711":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"234":{"tf":1.0},"472":{"tf":1.0},"655":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"436":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"q":{"df":2,"docs":{"380":{"tf":1.0},"59":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"359":{"tf":1.0},"690":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"32":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"500":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":2,"docs":{"373":{"tf":1.0},"695":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"12":{"tf":1.0},"343":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":13,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"233":{"tf":1.0},"335":{"tf":1.0},"358":{"tf":1.0},"369":{"tf":1.4142135623730951},"45":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"360":{"tf":1.0},"374":{"tf":1.0},"465":{"tf":1.0},"522":{"tf":1.0},"717":{"tf":1.0},"89":{"tf":1.0}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"238":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":45,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.0},"231":{"tf":1.0},"238":{"tf":4.123105625617661},"239":{"tf":1.7320508075688772},"257":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"320":{"tf":2.0},"338":{"tf":1.0},"373":{"tf":2.449489742783178},"389":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.4142135623730951},"466":{"tf":3.4641016151377544},"482":{"tf":1.4142135623730951},"491":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"510":{"tf":1.4142135623730951},"511":{"tf":2.6457513110645907},"53":{"tf":1.0},"55":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":2.23606797749979},"572":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":2.0}}}}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"671":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"157":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"572":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":221,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"201":{"tf":2.449489742783178},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":2.449489742783178},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":2.23606797749979},"209":{"tf":1.7320508075688772},"210":{"tf":2.449489742783178},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"214":{"tf":2.449489742783178},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":2.23606797749979},"218":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.449489742783178},"31":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.7320508075688772},"338":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"382":{"tf":2.23606797749979},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.4142135623730951},"405":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"434":{"tf":1.0},"436":{"tf":1.0},"466":{"tf":2.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.0},"494":{"tf":1.7320508075688772},"497":{"tf":1.0},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"505":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":2.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"52":{"tf":2.449489742783178},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"526":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"536":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"552":{"tf":1.4142135623730951},"553":{"tf":1.0},"555":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.7320508075688772},"57":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.4142135623730951},"573":{"tf":1.0},"575":{"tf":2.0},"576":{"tf":1.0},"578":{"tf":1.4142135623730951},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.4142135623730951},"59":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"596":{"tf":1.4142135623730951},"597":{"tf":1.4142135623730951},"598":{"tf":1.0},"60":{"tf":1.0},"600":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"64":{"tf":1.0},"641":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"66":{"tf":1.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":2.0},"705":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"729":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"748":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"149":{"tf":1.7320508075688772},"253":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"507":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":21,"docs":{"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":2.0},"293":{"tf":1.4142135623730951},"306":{"tf":1.0},"394":{"tf":2.23606797749979},"395":{"tf":1.4142135623730951},"396":{"tf":1.7320508075688772},"397":{"tf":1.0},"398":{"tf":1.4142135623730951},"510":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"664":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"445":{"tf":1.4142135623730951},"671":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}}}}},"df":1,"docs":{"156":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"276":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"525":{"tf":1.0},"621":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"263":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.0},"393":{"tf":1.0},"606":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"254":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"178":{"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},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"615":{"tf":1.0}}}},"n":{"df":3,"docs":{"281":{"tf":1.0},"517":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"381":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"427":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":29,"docs":{"238":{"tf":1.0},"30":{"tf":1.0},"308":{"tf":1.0},"340":{"tf":1.4142135623730951},"354":{"tf":3.1622776601683795},"361":{"tf":1.0},"368":{"tf":2.8284271247461903},"369":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.0},"456":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.7320508075688772},"664":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"697":{"tf":1.0},"705":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":46,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"28":{"tf":1.7320508075688772},"286":{"tf":1.0},"305":{"tf":1.4142135623730951},"319":{"tf":1.0},"323":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"486":{"tf":1.0},"506":{"tf":1.7320508075688772},"507":{"tf":2.449489742783178},"508":{"tf":3.4641016151377544},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":2.0},"701":{"tf":1.0},"708":{"tf":1.7320508075688772},"748":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":36,"docs":{"178":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"483":{"tf":1.0},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"559":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":20,"docs":{"111":{"tf":1.4142135623730951},"304":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":2.23606797749979},"381":{"tf":1.0},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"504":{"tf":1.4142135623730951},"507":{"tf":1.0},"562":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"657":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"178":{"tf":1.0},"193":{"tf":1.7320508075688772},"278":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"505":{"tf":1.0},"617":{"tf":1.0},"7":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"438":{"tf":1.0},"522":{"tf":1.0},"610":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":5,"docs":{"331":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"24":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"713":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"316":{"tf":1.0},"366":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.7320508075688772},"562":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"741":{"tf":2.0}},"i":{"df":29,"docs":{"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"333":{"tf":2.23606797749979},"337":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"364":{"tf":1.0},"366":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"595":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"y":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"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":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"502":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"727":{"tf":1.7320508075688772},"731":{"tf":2.0},"732":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"743":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.8284271247461903},"150":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":16,"docs":{"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"338":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"q":{"df":13,"docs":{"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.7320508075688772},"268":{"tf":1.0},"368":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"5":{"tf":1.0},"659":{"tf":1.0},"662":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"r":{"df":5,"docs":{"130":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"343":{"tf":1.0},"385":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"258":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"452":{"tf":1.7320508075688772},"478":{"tf":1.0},"507":{"tf":1.0},"524":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"745":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"716":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":5,"docs":{"250":{"tf":1.0},"253":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"655":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"395":{"tf":1.0},"664":{"tf":1.0},"748":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"538":{"tf":1.0},"583":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":92,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":2.0},"144":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.0},"149":{"tf":3.872983346207417},"150":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"171":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"302":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.23606797749979},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"364":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"384":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"429":{"tf":1.4142135623730951},"434":{"tf":1.0},"436":{"tf":1.7320508075688772},"438":{"tf":1.0},"496":{"tf":1.7320508075688772},"5":{"tf":1.0},"505":{"tf":1.0},"517":{"tf":1.4142135623730951},"529":{"tf":1.0},"534":{"tf":2.23606797749979},"536":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"562":{"tf":1.7320508075688772},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"6":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.8284271247461903},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":2.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"72":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"517":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"355":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"\\":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"\\":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":3,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}}}}},"l":{"df":7,"docs":{"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"522":{"tf":1.0},"653":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"23":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"474":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0}}}},"d":{"df":24,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.4142135623730951},"286":{"tf":1.0},"3":{"tf":1.0},"330":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"657":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"286":{"tf":1.0},"301":{"tf":1.4142135623730951},"452":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.0},"494":{"tf":1.0}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"258":{"tf":1.0},"338":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":45,"docs":{"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"178":{"tf":2.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"335":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"373":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"468":{"tf":1.0},"491":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"369":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":30,"docs":{"21":{"tf":1.0},"253":{"tf":1.0},"372":{"tf":1.0},"392":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"606":{"tf":2.6457513110645907},"608":{"tf":3.872983346207417},"610":{"tf":2.23606797749979},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":2.0},"619":{"tf":3.1622776601683795},"621":{"tf":2.8284271247461903},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"631":{"tf":2.449489742783178},"633":{"tf":1.7320508075688772},"635":{"tf":2.449489742783178},"637":{"tf":2.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.7320508075688772},"649":{"tf":2.23606797749979},"651":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"709":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":49,"docs":{"178":{"tf":1.0},"189":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"286":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"377":{"tf":1.4142135623730951},"378":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"475":{"tf":1.0},"477":{"tf":2.0},"478":{"tf":2.8284271247461903},"527":{"tf":1.0},"574":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"625":{"tf":2.23606797749979},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":2.0},"681":{"tf":1.0},"7":{"tf":1.0},"728":{"tf":1.4142135623730951},"734":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":16,"docs":{"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":10,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.449489742783178},"368":{"tf":1.0},"447":{"tf":2.6457513110645907},"572":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"500":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"235":{"tf":1.0},"338":{"tf":1.4142135623730951},"613":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"674":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"16":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.7320508075688772},"596":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"391":{"tf":1.0},"621":{"tf":1.0}},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":77,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":2.0},"165":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"230":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"36":{"tf":1.0},"364":{"tf":1.7320508075688772},"37":{"tf":1.0},"419":{"tf":1.0},"426":{"tf":2.0},"427":{"tf":3.1622776601683795},"429":{"tf":2.23606797749979},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"705":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"d":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"105":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"229":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"294":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"363":{"tf":1.0},"373":{"tf":2.0},"386":{"tf":1.0},"393":{"tf":1.0},"399":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0},"447":{"tf":1.0},"451":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"562":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.4142135623730951}}}},"r":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"547":{"tf":1.0},"669":{"tf":1.0}}}}},"k":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":46,"docs":{"17":{"tf":2.0},"230":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.7320508075688772},"327":{"tf":1.0},"34":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.4142135623730951},"4":{"tf":1.0},"418":{"tf":2.449489742783178},"419":{"tf":1.7320508075688772},"420":{"tf":1.0},"421":{"tf":2.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":2.449489742783178},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"429":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"431":{"tf":2.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.449489742783178},"437":{"tf":1.7320508075688772},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.7320508075688772},"46":{"tf":1.0},"467":{"tf":1.0},"562":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":18,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"469":{"tf":1.0},"562":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"662":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":2.0},"8":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"339":{"tf":1.4142135623730951},"361":{"tf":1.0},"432":{"tf":1.0},"480":{"tf":1.0},"517":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"372":{"tf":1.0}}}}}}},"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":{},"h":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"138":{"tf":1.7320508075688772},"233":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"449":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"254":{"tf":1.0},"28":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"445":{"tf":1.4142135623730951},"507":{"tf":1.0},"671":{"tf":1.0},"716":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"715":{"tf":1.0},"717":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"623":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"249":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":86,"docs":{"151":{"tf":1.0},"375":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"281":{"tf":1.4142135623730951},"333":{"tf":1.0},"691":{"tf":1.4142135623730951},"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"286":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"[":{"1":{"0":{"2":{"4":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":65,"docs":{"191":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"351":{"tf":1.0},"354":{"tf":5.0990195135927845},"359":{"tf":1.4142135623730951},"361":{"tf":1.7320508075688772},"373":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"490":{"tf":1.0},"493":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"574":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"681":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"692":{"tf":1.4142135623730951},"697":{"tf":1.0},"710":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"324":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"*":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"332":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"703":{"tf":1.0}}}},":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"361":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":2.0},"508":{"tf":1.0},"511":{"tf":1.0},"578":{"tf":1.0},"596":{"tf":1.0},"617":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.0},"500":{"tf":1.0}}},"3":{"df":1,"docs":{"525":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"587":{"tf":1.7320508075688772}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"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":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"633":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"178":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"641":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"78":{"tf":1.0}}}}}},"x":{"b":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":3,"docs":{"625":{"tf":1.0},"651":{"tf":1.0},"70":{"tf":1.0}}},"df":15,"docs":{"16":{"tf":1.7320508075688772},"279":{"tf":1.0},"366":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"566":{"tf":1.0},"57":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"701":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.4142135623730951},"88":{"tf":1.0}},"p":{"df":2,"docs":{"651":{"tf":1.0},"70":{"tf":1.0}}},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"g":{"\"":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"234":{"tf":2.6457513110645907},"235":{"tf":2.23606797749979},"238":{"tf":3.1622776601683795},"239":{"tf":2.8284271247461903},"252":{"tf":4.358898943540674},"253":{"tf":2.449489742783178},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"582":{"tf":1.0},"77":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.23606797749979},"254":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"252":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"469":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"608":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":3,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"496":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":96,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":2.23606797749979},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":1.7320508075688772},"229":{"tf":1.7320508075688772},"230":{"tf":2.449489742783178},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"264":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"40":{"tf":1.7320508075688772},"430":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.7320508075688772},"533":{"tf":1.0},"56":{"tf":1.0},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"651":{"tf":1.0},"66":{"tf":1.0},"684":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"701":{"tf":1.0},"713":{"tf":1.7320508075688772},"714":{"tf":2.0},"727":{"tf":1.0},"728":{"tf":1.4142135623730951},"732":{"tf":1.0},"748":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.7320508075688772}}}}},"t":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":4.242640687119285}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"467":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"361":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"575":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":40,"docs":{"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"236":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"476":{"tf":1.0},"6":{"tf":1.4142135623730951},"746":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"t":{"df":1,"docs":{"547":{"tf":2.449489742783178}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"681":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"377":{"tf":1.0},"651":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"354":{"tf":2.8284271247461903},"361":{"tf":1.0},"623":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.0}}}}}}},"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.0},"368":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"1":{"df":1,"docs":{"172":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":2,"docs":{"162":{"tf":1.0},"686":{"tf":1.0}}},"2":{"df":3,"docs":{"162":{"tf":1.0},"286":{"tf":1.0},"745":{"tf":1.0}}},"3":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}},"4":{"df":1,"docs":{"469":{"tf":1.0}}},"5":{"df":1,"docs":{"507":{"tf":1.0}}},"6":{"df":1,"docs":{"507":{"tf":1.0}}},"7":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"458":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}},"t":{"df":6,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"88":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":19,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"608":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"252":{"tf":1.0},"356":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0}},"n":{"df":25,"docs":{"236":{"tf":1.4142135623730951},"308":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.4142135623730951},"582":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.4142135623730951},"741":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"433":{"tf":1.0},"434":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"362":{"tf":1.4142135623730951},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"448":{"tf":1.0},"649":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"78":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"h":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"150":{"tf":1.4142135623730951},"18":{"tf":3.605551275463989},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.4142135623730951}}}},"df":3,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"385":{"tf":1.0},"446":{"tf":1.0},"687":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"748":{"tf":1.0}},"v":{"3":{"df":12,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"156":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":2.0},"723":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"496":{"tf":1.0},"589":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"133":{"tf":1.4142135623730951},"294":{"tf":1.0},"399":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":20,"docs":{"177":{"tf":2.0},"225":{"tf":1.0},"23":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"339":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.4142135623730951},"655":{"tf":1.0}}}},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{";":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{";":{"+":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":2.23606797749979},"409":{"tf":2.449489742783178},"410":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":4,"docs":{"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"412":{"tf":1.7320508075688772},"413":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}},"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":4,"docs":{"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":7,"docs":{"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"406":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"405":{"tf":2.0},"406":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"405":{"tf":3.605551275463989},"406":{"tf":2.449489742783178}},"k":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"623":{"tf":1.0}}},"i":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.7320508075688772},"192":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"701":{"tf":1.0},"714":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":41,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":2.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.7320508075688772},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.0},"613":{"tf":1.0},"639":{"tf":1.0},"7":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}}}},"df":38,"docs":{"172":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.7320508075688772},"24":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.7320508075688772},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"385":{"tf":1.0},"389":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.7320508075688772},"40":{"tf":1.0},"412":{"tf":1.0},"487":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"736":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":49,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":2.449489742783178},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"453":{"tf":1.0},"456":{"tf":1.0},"463":{"tf":2.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"501":{"tf":1.0},"529":{"tf":1.0},"537":{"tf":1.4142135623730951},"557":{"tf":1.0},"580":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"702":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":8,"docs":{"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"475":{"tf":1.0},"525":{"tf":1.7320508075688772},"602":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.7320508075688772}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"369":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"397":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0}}}},"i":{"df":1,"docs":{"281":{"tf":1.0}}}}},"r":{"d":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"613":{"tf":1.0}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"307":{"tf":1.0},"389":{"tf":1.4142135623730951},"429":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"668":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"<":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}}},"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":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.0},"623":{"tf":1.0},"671":{"tf":1.0}}}}},"df":8,"docs":{"408":{"tf":3.872983346207417},"409":{"tf":3.872983346207417},"410":{"tf":3.3166247903554},"412":{"tf":3.3166247903554},"413":{"tf":3.872983346207417},"415":{"tf":3.3166247903554},"416":{"tf":3.605551275463989},"427":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"276":{"tf":1.0},"436":{"tf":1.4142135623730951},"532":{"tf":1.0},"536":{"tf":1.0},"621":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"395":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":5,"docs":{"229":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"366":{"tf":1.0},"637":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":20,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"510":{"tf":1.0},"623":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":49,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"33":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":2.0},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"527":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":2.0},"692":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"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":{"c":{"df":1,"docs":{"336":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"246":{"tf":1.0},"472":{"tf":1.0}}},"df":72,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"124":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.6457513110645907},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"726":{"tf":1.0},"731":{"tf":1.0},"733":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"472":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"397":{"tf":1.0},"427":{"tf":1.0},"438":{"tf":1.0},"527":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"541":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"562":{"tf":1.7320508075688772},"641":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}},"i":{"df":1,"docs":{"381":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"108":{"tf":1.0},"223":{"tf":1.0},"238":{"tf":1.0},"249":{"tf":1.0},"432":{"tf":1.0},"49":{"tf":1.7320508075688772},"539":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"281":{"tf":1.0},"368":{"tf":1.0},"493":{"tf":1.0},"728":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"705":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":63,"docs":{"162":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"603":{"tf":1.7320508075688772},"604":{"tf":1.0},"605":{"tf":1.4142135623730951},"606":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.0},"609":{"tf":1.4142135623730951},"610":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"617":{"tf":1.0},"618":{"tf":1.4142135623730951},"619":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.4142135623730951},"629":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"634":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.0},"640":{"tf":1.4142135623730951},"641":{"tf":1.0},"642":{"tf":1.4142135623730951},"643":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.4142135623730951},"653":{"tf":1.0},"654":{"tf":1.4142135623730951},"655":{"tf":1.0},"656":{"tf":1.4142135623730951},"657":{"tf":1.0},"658":{"tf":1.4142135623730951},"659":{"tf":1.0},"660":{"tf":1.4142135623730951},"661":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"238":{"tf":1.0}},"’":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"254":{"tf":1.0},"510":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":131,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"446":{"tf":1.0},"463":{"tf":1.0}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"272":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"647":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"272":{"tf":1.0},"332":{"tf":1.0},"577":{"tf":1.0}}}}}}}}},"df":322,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":3.1622776601683795},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"173":{"tf":2.0},"18":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":2.0},"335":{"tf":2.23606797749979},"337":{"tf":2.8284271247461903},"338":{"tf":3.0},"339":{"tf":2.23606797749979},"34":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"345":{"tf":1.4142135623730951},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"352":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"359":{"tf":3.3166247903554},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.7320508075688772},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.1622776601683795},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"371":{"tf":1.7320508075688772},"372":{"tf":1.7320508075688772},"373":{"tf":2.449489742783178},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":2.6457513110645907},"39":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"391":{"tf":1.7320508075688772},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":2.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":2.0},"399":{"tf":1.0},"4":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":2.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772},"416":{"tf":1.7320508075688772},"42":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.23606797749979},"43":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.449489742783178},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.7320508075688772},"451":{"tf":2.6457513110645907},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"462":{"tf":3.4641016151377544},"463":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":2.0},"468":{"tf":1.7320508075688772},"469":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":5.744562646538029},"475":{"tf":2.0},"476":{"tf":1.0},"478":{"tf":2.0},"479":{"tf":2.0},"48":{"tf":1.0},"480":{"tf":1.4142135623730951},"481":{"tf":2.23606797749979},"482":{"tf":1.4142135623730951},"483":{"tf":2.0},"484":{"tf":2.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"487":{"tf":1.4142135623730951},"488":{"tf":1.7320508075688772},"490":{"tf":2.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"517":{"tf":2.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.23606797749979},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"527":{"tf":2.23606797749979},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.6457513110645907},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":2.23606797749979},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.6457513110645907},"559":{"tf":2.0},"560":{"tf":1.0},"562":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"57":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":2.23606797749979},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"582":{"tf":2.0},"583":{"tf":1.0},"585":{"tf":2.449489742783178},"587":{"tf":1.0},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"639":{"tf":2.23606797749979},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.7320508075688772},"667":{"tf":2.0},"668":{"tf":2.6457513110645907},"669":{"tf":2.6457513110645907},"670":{"tf":1.7320508075688772},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":2.0},"68":{"tf":1.7320508075688772},"681":{"tf":1.7320508075688772},"682":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":2.6457513110645907},"715":{"tf":1.0},"72":{"tf":1.0},"726":{"tf":1.4142135623730951},"727":{"tf":3.7416573867739413},"728":{"tf":1.4142135623730951},"729":{"tf":2.6457513110645907},"73":{"tf":1.0},"730":{"tf":1.4142135623730951},"731":{"tf":2.23606797749979},"732":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":2.23606797749979},"737":{"tf":2.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.0},"74":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.4142135623730951},"742":{"tf":2.8284271247461903},"743":{"tf":2.0},"744":{"tf":2.23606797749979},"748":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"502":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"d":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"%":{"2":{"0":{"4":{".":{"3":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"639":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"366":{"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":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"7":{"4":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"748":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"745":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"c":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"7":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"9":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"9":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"161":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"d":{"c":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":2,"docs":{"159":{"tf":1.0},"286":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"641":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"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":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"445":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"?":{"df":0,"docs":{},"v":{"=":{"0":{"0":{"4":{"df":0,"docs":{},"z":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"1":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"x":{"6":{"df":0,"docs":{},"s":{"d":{"6":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"w":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":2,"docs":{"690":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},".":{"df":3,"docs":{"359":{"tf":1.0},"617":{"tf":1.0},"88":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":26,"docs":{"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"286":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}}}},"3":{"8":{"6":{"df":3,"docs":{"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"485":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"397":{"tf":1.0},"666":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"670":{"tf":1.0},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"405":{"tf":4.69041575982343},"415":{"tf":1.0},"416":{"tf":1.0},"453":{"tf":1.0},"455":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"727":{"tf":1.0},"731":{"tf":1.0},"736":{"tf":1.4142135623730951}},"→":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"236":{"tf":2.8284271247461903},"254":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"596":{"tf":1.0},"692":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"330":{"tf":1.0},"337":{"tf":1.4142135623730951},"405":{"tf":4.69041575982343},"453":{"tf":1.0},"454":{"tf":1.7320508075688772},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"456":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"670":{"tf":1.0},"685":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":14,"docs":{"335":{"tf":1.0},"339":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.4142135623730951},"585":{"tf":1.0},"599":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"339":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"490":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"668":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":4,"docs":{"427":{"tf":1.4142135623730951},"541":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":2.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":2.0}}}}}}}}},"df":6,"docs":{"397":{"tf":1.4142135623730951},"405":{"tf":2.8284271247461903},"406":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{",":{"0":{"df":1,"docs":{"427":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"651":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.0},"525":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"602":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"250":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":45,"docs":{"108":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"308":{"tf":1.0},"333":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"430":{"tf":1.0},"436":{"tf":2.0},"458":{"tf":1.0},"480":{"tf":1.0},"491":{"tf":1.0},"508":{"tf":3.1622776601683795},"517":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":2.0},"562":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"637":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"88":{"tf":2.0}},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":2,"docs":{"369":{"tf":1.0},"392":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.4142135623730951}},"i":{"df":11,"docs":{"234":{"tf":1.0},"269":{"tf":1.0},"349":{"tf":2.23606797749979},"352":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"513":{"tf":1.0},"532":{"tf":1.0},"623":{"tf":1.0},"714":{"tf":1.7320508075688772}}}}}}}},"l":{"df":1,"docs":{"743":{"tf":1.0}}},"x":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":21,"docs":{"333":{"tf":1.0},"406":{"tf":3.3166247903554},"453":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"546":{"tf":1.0},"554":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"406":{"tf":1.0},"505":{"tf":1.7320508075688772}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"479":{"tf":1.0},"482":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"f":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"490":{"tf":1.0},"508":{"tf":1.0},"668":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.7320508075688772}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"332":{"tf":1.0},"479":{"tf":1.0},"484":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"485":{"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"345":{"tf":1.0},"349":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"349":{"tf":1.0},"362":{"tf":2.6457513110645907},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"541":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":2,"docs":{"406":{"tf":1.0},"511":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"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":{"133":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"395":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.4142135623730951},"664":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"406":{"tf":1.0},"445":{"tf":1.7320508075688772},"456":{"tf":1.0},"491":{"tf":1.7320508075688772},"578":{"tf":1.0},"625":{"tf":1.0},"659":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"578":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":45,"docs":{"350":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":97,"docs":{"110":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"267":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"396":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"493":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"577":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.4142135623730951},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":2.449489742783178},"631":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"738":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":2.449489742783178}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"381":{"tf":1.0},"486":{"tf":1.0}}}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"358":{"tf":1.0}}}}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"df":20,"docs":{"113":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"338":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"447":{"tf":1.0},"493":{"tf":1.0},"50":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"6":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"257":{"tf":1.0},"303":{"tf":1.0},"478":{"tf":1.0},"498":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"n":{"'":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"192":{"tf":1.0},"275":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"469":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"445":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"715":{"tf":1.0},"719":{"tf":1.7320508075688772}}},"df":15,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.0},"715":{"tf":2.6457513110645907},"716":{"tf":1.4142135623730951},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":2.0},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"655":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"338":{"tf":1.7320508075688772},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":3,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"747":{"tf":2.449489742783178}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":116,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":2.0},"150":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":2.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":2.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"249":{"tf":2.23606797749979},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"296":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"361":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"59":{"tf":1.4142135623730951},"593":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.4142135623730951},"7":{"tf":2.0},"714":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"587":{"tf":1.0}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"249":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":1.7320508075688772},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"14":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":18,"docs":{"235":{"tf":2.0},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"312":{"tf":1.0},"338":{"tf":1.0},"385":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"547":{"tf":2.8284271247461903},"560":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"635":{"tf":1.0},"643":{"tf":1.0},"692":{"tf":1.0}}}},"i":{"c":{"df":7,"docs":{"314":{"tf":1.0},"338":{"tf":1.0},"467":{"tf":1.0},"551":{"tf":1.0},"672":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"445":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"662":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}}}},"df":127,"docs":{"1":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":2.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.7320508075688772},"23":{"tf":1.0},"257":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":2.6457513110645907},"360":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"4":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"447":{"tf":1.0},"45":{"tf":1.0},"455":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"474":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"48":{"tf":1.0},"496":{"tf":1.4142135623730951},"510":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":2.0},"557":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.4142135623730951},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"68":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.7320508075688772},"708":{"tf":1.0},"712":{"tf":1.0},"727":{"tf":2.449489742783178},"730":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"736":{"tf":1.4142135623730951},"738":{"tf":1.7320508075688772},"74":{"tf":1.0},"740":{"tf":2.0},"741":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"430":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"360":{"tf":1.0},"366":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"545":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"592":{"tf":2.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"88":{"tf":2.0}},"r":{"df":0,"docs":{},"m":{"df":94,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":2.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"352":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"397":{"tf":1.0},"44":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":2.0},"473":{"tf":1.0},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"560":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.449489742783178},"591":{"tf":1.0},"594":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"699":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"250":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.8284271247461903},"362":{"tf":1.7320508075688772},"363":{"tf":2.6457513110645907}}}}}}},"i":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":2,"docs":{"284":{"tf":1.0},"362":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":39,"docs":{"111":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"332":{"tf":2.23606797749979},"333":{"tf":3.1622776601683795},"344":{"tf":1.7320508075688772},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"411":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.7320508075688772},"496":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"73":{"tf":1.0},"738":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.4142135623730951},"249":{"tf":1.0},"253":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"(":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"596":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"406":{"tf":1.0},"508":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"569":{"tf":1.7320508075688772},"580":{"tf":1.0},"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"621":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"546":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":57,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":4.123105625617661},"249":{"tf":2.23606797749979},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.8284271247461903},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"321":{"tf":1.0},"338":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.1622776601683795},"468":{"tf":1.0},"469":{"tf":2.6457513110645907},"470":{"tf":1.0},"474":{"tf":5.477225575051661},"475":{"tf":1.0},"476":{"tf":2.449489742783178},"478":{"tf":2.0},"496":{"tf":2.8284271247461903},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"55":{"tf":1.0},"560":{"tf":1.4142135623730951},"574":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":2.0},"511":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"716":{"tf":1.0}}},"df":3,"docs":{"715":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"x":{"6":{"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"476":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}}},"i":{"d":{"df":15,"docs":{"17":{"tf":1.0},"235":{"tf":1.0},"276":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"382":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"432":{"tf":1.0},"438":{"tf":1.0},"450":{"tf":1.0},"546":{"tf":1.0},"562":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"156":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"170":{"tf":1.0},"171":{"tf":2.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"384":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":2.0},"517":{"tf":1.4142135623730951},"606":{"tf":1.0},"641":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"n":{"c":{"df":8,"docs":{"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"390":{"tf":2.23606797749979},"625":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"331":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"699":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":14,"docs":{"171":{"tf":1.0},"20":{"tf":1.0},"354":{"tf":1.4142135623730951},"385":{"tf":1.0},"392":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":57,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"16":{"tf":2.0},"162":{"tf":1.0},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"292":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":2.449489742783178},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"533":{"tf":1.0},"559":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"633":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.4142135623730951},"70":{"tf":1.0},"701":{"tf":1.0},"706":{"tf":2.0},"74":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"6":{"df":6,"docs":{"491":{"tf":1.4142135623730951},"508":{"tf":2.8284271247461903},"511":{"tf":2.0},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":22,"docs":{"235":{"tf":2.8284271247461903},"238":{"tf":2.0},"239":{"tf":2.449489742783178},"249":{"tf":1.0},"252":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"486":{"tf":1.0},"491":{"tf":1.4142135623730951},"508":{"tf":3.7416573867739413},"511":{"tf":3.1622776601683795},"525":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"643":{"tf":1.0},"691":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"436":{"tf":1.7320508075688772},"547":{"tf":2.0},"600":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"370":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"447":{"tf":3.3166247903554},"613":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951}},"r":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"2":{"tf":1.0},"303":{"tf":1.0},"389":{"tf":1.4142135623730951},"498":{"tf":1.0},"529":{"tf":1.0},"541":{"tf":1.7320508075688772},"587":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"701":{"tf":1.0},"710":{"tf":1.4142135623730951},"748":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"428":{"tf":3.4641016151377544}}},"n":{"d":{"df":4,"docs":{"354":{"tf":1.0},"387":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"377":{"tf":1.0},"475":{"tf":1.0},"487":{"tf":1.0},"525":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"225":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"310":{"tf":1.0},"47":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"115":{"tf":2.0},"156":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"647":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"381":{"tf":1.0},"389":{"tf":1.4142135623730951},"393":{"tf":1.0}}}}},"f":{"a":{"c":{"df":187,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"262":{"tf":1.0},"267":{"tf":1.7320508075688772},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"311":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":2.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.4142135623730951},"348":{"tf":1.4142135623730951},"349":{"tf":2.0},"350":{"tf":2.449489742783178},"351":{"tf":3.605551275463989},"352":{"tf":2.23606797749979},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.7320508075688772},"359":{"tf":2.449489742783178},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":2.6457513110645907},"363":{"tf":3.4641016151377544},"369":{"tf":1.0},"37":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.7320508075688772},"396":{"tf":1.0},"398":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.7320508075688772},"452":{"tf":1.7320508075688772},"453":{"tf":2.23606797749979},"454":{"tf":2.23606797749979},"455":{"tf":1.7320508075688772},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":2.23606797749979},"480":{"tf":1.0},"481":{"tf":1.4142135623730951},"482":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.7320508075688772},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951},"488":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"527":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"551":{"tf":1.4142135623730951},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.7320508075688772},"578":{"tf":1.0},"580":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.0},"595":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":2.23606797749979},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"664":{"tf":2.8284271247461903},"665":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951},"685":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"697":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"731":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":2.0},"742":{"tf":1.4142135623730951},"748":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}}}}},"df":22,"docs":{"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"254":{"tf":1.0},"335":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"499":{"tf":1.0},"517":{"tf":1.0},"575":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.0},"508":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"252":{"tf":1.0},"373":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"h":{"df":4,"docs":{"120":{"tf":1.0},"149":{"tf":1.0},"178":{"tf":1.0},"89":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"24":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.4142135623730951},"445":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"608":{"tf":1.0},"659":{"tf":1.0}},"t":{"df":93,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.4142135623730951},"437":{"tf":1.0},"438":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"489":{"tf":1.0},"490":{"tf":1.4142135623730951},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.0},"498":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"52":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"526":{"tf":1.0},"527":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"548":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":1.0},"551":{"tf":1.4142135623730951},"553":{"tf":1.0},"554":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"573":{"tf":1.0},"574":{"tf":1.4142135623730951},"576":{"tf":1.0},"577":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"581":{"tf":1.0},"582":{"tf":1.4142135623730951},"584":{"tf":1.0},"585":{"tf":1.4142135623730951},"588":{"tf":1.0},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"593":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":1.4142135623730951},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"372":{"tf":1.0},"378":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"´":{"df":1,"docs":{"500":{"tf":1.0}}},"’":{"df":5,"docs":{"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.4142135623730951}}}},"o":{"df":31,"docs":{"108":{"tf":1.0},"115":{"tf":2.0},"156":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.7320508075688772},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.7320508075688772},"475":{"tf":1.0},"49":{"tf":1.0},"529":{"tf":2.0},"530":{"tf":2.23606797749979},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":2.23606797749979},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"627":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"738":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"*":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":3,"docs":{"448":{"tf":1.0},"450":{"tf":1.4142135623730951},"606":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"448":{"tf":1.0},"449":{"tf":1.7320508075688772},"450":{"tf":1.0},"463":{"tf":1.0},"479":{"tf":1.0},"488":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"462":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"345":{"tf":1.0},"357":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"454":{"tf":1.0},"578":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"484":{"tf":1.0},"580":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"592":{"tf":1.0},"595":{"tf":1.7320508075688772},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.4142135623730951},"693":{"tf":1.0},"730":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"y":{"2":{"df":1,"docs":{"351":{"tf":1.0}}},"3":{"df":1,"docs":{"351":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"451":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":{"462":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"462":{"tf":2.23606797749979},"557":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"413":{"tf":1.0},"619":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":13,"docs":{"242":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"525":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.4142135623730951},"657":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"405":{"tf":1.0},"625":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"587":{"tf":1.0}}}}},"df":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":{"625":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"448":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"606":{"tf":1.0}}}}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"363":{"tf":1.7320508075688772}},"e":{"2":{"df":1,"docs":{"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"351":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}},"df":19,"docs":{"176":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.7320508075688772},"647":{"tf":1.0},"651":{"tf":1.7320508075688772},"709":{"tf":1.0},"744":{"tf":1.0}},"e":{"#":{"1":{"0":{"0":{"df":1,"docs":{"608":{"tf":1.0}}},"2":{"df":1,"docs":{"608":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"606":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"1":{"0":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"480":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"'":{"df":6,"docs":{"252":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"522":{"tf":2.0},"525":{"tf":2.8284271247461903}}},"r":{"df":3,"docs":{"235":{"tf":1.0},"252":{"tf":1.0},"643":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"346":{"tf":1.4142135623730951},"368":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"458":{"tf":1.0},"496":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"458":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"549":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"o":{"b":{"df":3,"docs":{"236":{"tf":1.0},"384":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"5":{"df":4,"docs":{"327":{"tf":1.0},"364":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"596":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.4142135623730951},"513":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"1":{"0":{"0":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"2":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"3":{"d":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"9":{"0":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"2":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"7":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"x":{"df":5,"docs":{"239":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"368":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"572":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"507":{"tf":1.0},"569":{"tf":1.4142135623730951}}}}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":6,"docs":{"368":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"729":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"643":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"429":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"320":{"tf":1.0},"465":{"tf":1.0},"571":{"tf":1.0}}}}}},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"453":{"tf":1.0},"463":{"tf":2.0},"621":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"286":{"tf":1.0},"306":{"tf":1.7320508075688772},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.0},"480":{"tf":1.4142135623730951},"506":{"tf":1.0},"509":{"tf":1.7320508075688772},"510":{"tf":3.0},"511":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"619":{"tf":1.0},"653":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":2.0}}}},"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"16":{"tf":1.0},"320":{"tf":1.0},"336":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"454":{"tf":1.0},"466":{"tf":1.4142135623730951},"527":{"tf":1.0},"571":{"tf":1.0},"599":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"662":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"475":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}},"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":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"467":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"368":{"tf":1.0},"625":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"368":{"tf":1.0},"445":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":5,"docs":{"147":{"tf":2.0},"34":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"748":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"681":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"465":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"490":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}}}}}}},"b":{"df":9,"docs":{"304":{"tf":1.0},"31":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"494":{"tf":1.0},"504":{"tf":1.0},"513":{"tf":1.7320508075688772},"582":{"tf":1.0},"649":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"286":{"tf":1.0},"304":{"tf":1.4142135623730951},"452":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"637":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"568":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"728":{"tf":1.7320508075688772},"737":{"tf":1.7320508075688772}}}}}}},"w":{"df":12,"docs":{"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"364":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.4142135623730951},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"505":{"tf":1.0},"589":{"tf":1.0},"724":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"16":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951},"713":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"465":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"377":{"tf":1.0},"608":{"tf":1.0},"667":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"734":{"tf":1.7320508075688772},"739":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"378":{"tf":1.0},"619":{"tf":1.0},"667":{"tf":1.0},"728":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"378":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"727":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"738":{"tf":1.4142135623730951},"739":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":16,"docs":{"236":{"tf":2.0},"239":{"tf":2.0},"253":{"tf":1.0},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"692":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":14,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":2.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"476":{"tf":1.4142135623730951},"552":{"tf":1.0},"583":{"tf":1.0},"703":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":31,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"344":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"525":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":3.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"458":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"643":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"0":{".":{".":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"1":{"5":{"df":1,"docs":{"639":{"tf":1.0}}},"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":{"6":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"2":{"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":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"691":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"691":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"l":{"+":{"df":0,"docs":{},"r":{"df":1,"docs":{"471":{"tf":1.0}}}},"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"145":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"346":{"tf":1.0},"532":{"tf":1.0},"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":6,"docs":{"20":{"tf":1.0},"385":{"tf":1.0},"412":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"338":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":15,"docs":{"286":{"tf":1.0},"302":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"452":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":3.7416573867739413},"635":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"681":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":9,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"398":{"tf":1.0},"467":{"tf":1.0},"559":{"tf":1.0},"59":{"tf":1.0},"649":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"428":{"tf":1.0},"84":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"230":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"147":{"tf":1.0},"28":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"17":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"395":{"tf":1.0},"510":{"tf":1.7320508075688772},"513":{"tf":1.7320508075688772},"514":{"tf":4.0}}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":7,"docs":{"258":{"tf":1.4142135623730951},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{"a":{"d":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"238":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"178":{"tf":1.0},"188":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"286":{"tf":1.0},"321":{"tf":1.4142135623730951},"366":{"tf":1.0},"428":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"522":{"tf":1.0},"573":{"tf":1.7320508075688772},"574":{"tf":1.7320508075688772},"575":{"tf":1.0},"593":{"tf":1.0},"631":{"tf":1.0}}}},"v":{"df":1,"docs":{"338":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"412":{"tf":1.0},"476":{"tf":1.7320508075688772},"606":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"286":{"tf":1.0},"320":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"683":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"=":{"3":{"2":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"513":{"tf":1.0},"547":{"tf":2.23606797749979},"671":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"s":{"df":1,"docs":{"378":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"336":{"tf":1.0}}},"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.0},"363":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.0},"649":{"tf":1.4142135623730951},"72":{"tf":1.0},"727":{"tf":1.4142135623730951},"740":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"e":{"2":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":5,"docs":{"606":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"625":{"tf":2.0},"748":{"tf":1.0}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"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":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":2.0},"18":{"tf":1.4142135623730951},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"429":{"tf":1.4142135623730951},"55":{"tf":1.0},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.7320508075688772},"687":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"355":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"d":{"c":{"+":{"+":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":1,"docs":{"171":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":61,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"124":{"tf":2.449489742783178},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":3.605551275463989},"145":{"tf":3.1622776601683795},"146":{"tf":2.23606797749979},"147":{"tf":4.242640687119285},"148":{"tf":2.6457513110645907},"149":{"tf":3.4641016151377544},"150":{"tf":2.8284271247461903},"151":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":2.0},"617":{"tf":2.0},"619":{"tf":2.0},"621":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.0},"662":{"tf":1.0},"715":{"tf":2.23606797749979},"716":{"tf":1.4142135623730951},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.4641016151377544},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"748":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"3":{"df":1,"docs":{"141":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"6":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"672":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"623":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":20,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"368":{"tf":1.0},"395":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.7320508075688772},"465":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"59":{"tf":1.7320508075688772},"631":{"tf":1.0},"78":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"486":{"tf":2.449489742783178}}}},"df":25,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"276":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"95":{"tf":1.0}}},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":68,"docs":{"114":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":2.23606797749979},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"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},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.7320508075688772},"33":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"432":{"tf":1.4142135623730951},"452":{"tf":1.0},"50":{"tf":1.7320508075688772},"513":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"6":{"tf":1.7320508075688772},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"641":{"tf":1.0},"653":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":44,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":2.0},"172":{"tf":1.0},"178":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"204":{"tf":1.7320508075688772},"214":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"42":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":3.872983346207417},"430":{"tf":2.0},"431":{"tf":1.0},"435":{"tf":1.7320508075688772},"437":{"tf":1.0},"442":{"tf":1.4142135623730951},"448":{"tf":2.0},"449":{"tf":1.0},"450":{"tf":1.0},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772},"613":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"7":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"i":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":57,"docs":{"120":{"tf":1.4142135623730951},"139":{"tf":1.0},"162":{"tf":2.23606797749979},"19":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"374":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"383":{"tf":2.449489742783178},"384":{"tf":1.7320508075688772},"385":{"tf":3.3166247903554},"386":{"tf":2.23606797749979},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":3.4641016151377544},"426":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"482":{"tf":1.0},"487":{"tf":1.0},"544":{"tf":2.0},"547":{"tf":3.4641016151377544},"569":{"tf":1.4142135623730951},"593":{"tf":1.0},"615":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"667":{"tf":1.0},"713":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"346":{"tf":1.0},"370":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"18":{"tf":1.7320508075688772},"321":{"tf":1.0},"574":{"tf":1.0},"631":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"o":{"a":{"d":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":58,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"311":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":2.23606797749979},"356":{"tf":1.0},"359":{"tf":2.23606797749979},"361":{"tf":2.23606797749979},"364":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"391":{"tf":1.0},"4":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"500":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"667":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":2.449489742783178},"76":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"%":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"177":{"tf":1.4142135623730951},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"432":{"tf":1.0},"617":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":71,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"149":{"tf":1.0},"176":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"286":{"tf":1.0},"295":{"tf":1.7320508075688772},"301":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.23606797749979},"364":{"tf":1.7320508075688772},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":2.0},"418":{"tf":2.6457513110645907},"419":{"tf":1.0},"420":{"tf":2.0},"421":{"tf":1.0},"422":{"tf":2.0},"423":{"tf":1.0},"424":{"tf":2.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":2.449489742783178},"432":{"tf":2.23606797749979},"433":{"tf":2.0},"434":{"tf":2.0},"435":{"tf":2.0},"436":{"tf":1.7320508075688772},"437":{"tf":2.449489742783178},"438":{"tf":2.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.7320508075688772},"464":{"tf":1.0},"472":{"tf":1.7320508075688772},"512":{"tf":1.0},"517":{"tf":1.7320508075688772},"547":{"tf":2.0},"562":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"493":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"225":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0}},"i":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"619":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"1":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":3.0},"128":{"tf":2.23606797749979},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"747":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":4.0},"395":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.4142135623730951},"627":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"330":{"tf":1.0},"336":{"tf":1.0},"363":{"tf":1.4142135623730951},"366":{"tf":1.0},"470":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"493":{"tf":1.0},"657":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"448":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"t":{"df":5,"docs":{"32":{"tf":1.0},"349":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0}}},"u":{"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"331":{"tf":1.0},"469":{"tf":1.0},"59":{"tf":1.0},"691":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"d":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}},"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"m":{"1":{"df":1,"docs":{"69":{"tf":1.0}}},"a":{"c":{"df":16,"docs":{"225":{"tf":1.7320508075688772},"354":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.4142135623730951},"512":{"tf":1.0},"518":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":3,"docs":{"14":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"170":{"tf":1.0},"338":{"tf":1.0},"429":{"tf":1.0},"517":{"tf":1.0}}}}},"o":{"df":47,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"210":{"tf":2.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"230":{"tf":1.0},"276":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"39":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":2.23606797749979},"430":{"tf":1.7320508075688772},"431":{"tf":1.0},"433":{"tf":1.7320508075688772},"448":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"627":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"740":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"631":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"x":{"1":{"0":{".":{"8":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"354":{"tf":1.0},"362":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"714":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"469":{"tf":1.0}}}},"df":13,"docs":{"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":2.449489742783178},"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.7320508075688772},"363":{"tf":1.7320508075688772},"390":{"tf":1.0},"748":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"145":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"366":{"tf":1.0},"643":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.4142135623730951}}}}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}}}}},"df":32,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"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},"352":{"tf":1.0},"397":{"tf":2.0},"465":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.4142135623730951},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"434":{"tf":1.0},"45":{"tf":1.0},"530":{"tf":1.0},"546":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"511":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"359":{"tf":1.4142135623730951},"507":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":40,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"427":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"469":{"tf":1.0},"511":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.4142135623730951},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"463":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"389":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"655":{"tf":1.0},"672":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"147":{"tf":1.0},"373":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"242":{"tf":1.0},"277":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":30,"docs":{"110":{"tf":1.0},"286":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"319":{"tf":1.7320508075688772},"369":{"tf":1.0},"370":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"452":{"tf":1.4142135623730951},"489":{"tf":1.7320508075688772},"490":{"tf":2.0},"491":{"tf":1.0},"495":{"tf":1.4142135623730951},"506":{"tf":1.0},"510":{"tf":1.7320508075688772},"567":{"tf":1.7320508075688772},"568":{"tf":1.7320508075688772},"569":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"235":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"589":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"337":{"tf":1.0},"352":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"513":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"89":{"tf":1.0}}}}},"h":{"df":1,"docs":{"162":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"18":{"tf":1.0},"238":{"tf":1.0},"672":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"252":{"tf":1.0},"338":{"tf":1.0},"397":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.7320508075688772},"673":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"338":{"tf":1.0},"672":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"y":{"b":{"df":2,"docs":{"683":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"df":8,"docs":{"149":{"tf":1.0},"225":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.7320508075688772},"619":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}},"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}},"df":3,"docs":{"429":{"tf":1.0},"546":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":24,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.4142135623730951},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"513":{"tf":1.4142135623730951},"582":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"669":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":22,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"336":{"tf":1.0},"366":{"tf":1.7320508075688772},"454":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"587":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"249":{"tf":1.7320508075688772},"260":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"249":{"tf":1.0},"254":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.0},"59":{"tf":1.0},"687":{"tf":1.7320508075688772}}},"y":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"389":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":27,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.7320508075688772},"286":{"tf":1.0},"308":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"452":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":3.1622776601683795},"523":{"tf":1.0},"524":{"tf":2.23606797749979},"525":{"tf":3.3166247903554},"621":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"68":{"tf":1.0},"705":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"82":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":3,"docs":{"133":{"tf":1.0},"425":{"tf":1.0},"430":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"250":{"tf":2.449489742783178},"343":{"tf":2.0},"450":{"tf":1.0},"485":{"tf":1.4142135623730951},"507":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":10,"docs":{"286":{"tf":1.0},"311":{"tf":1.7320508075688772},"354":{"tf":1.0},"452":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"647":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.4142135623730951}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":36,"docs":{"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"253":{"tf":1.7320508075688772},"254":{"tf":2.0},"321":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.7320508075688772},"406":{"tf":1.0},"536":{"tf":2.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"574":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"666":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"690":{"tf":1.0},"695":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":2.449489742783178},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":14,"docs":{"174":{"tf":1.0},"221":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"39":{"tf":1.0},"428":{"tf":1.4142135623730951},"557":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"i":{"2":{"df":1,"docs":{"162":{"tf":1.0}}},"c":{"c":{"df":1,"docs":{"575":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"571":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"491":{"tf":1.4142135623730951}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"491":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":52,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"286":{"tf":2.0},"296":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"31":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.7320508075688772},"323":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"444":{"tf":3.3166247903554},"445":{"tf":2.8284271247461903},"446":{"tf":2.23606797749979},"447":{"tf":3.4641016151377544},"451":{"tf":1.4142135623730951},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"489":{"tf":2.23606797749979},"490":{"tf":3.0},"491":{"tf":1.7320508075688772},"495":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"533":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.7320508075688772},"572":{"tf":1.0},"573":{"tf":2.0},"574":{"tf":2.23606797749979},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"641":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.8284271247461903},"748":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"df":1,"docs":{"370":{"tf":1.0}},"g":{"df":0,"docs":{},"w":{"3":{"2":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"606":{"tf":1.0},"621":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"141":{"tf":1.4142135623730951},"276":{"tf":1.0},"297":{"tf":1.0},"451":{"tf":1.4142135623730951},"46":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"359":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"724":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}},"r":{"df":1,"docs":{"18":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"662":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"746":{"tf":1.7320508075688772},"747":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"651":{"tf":1.0},"88":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"338":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"393":{"tf":1.4142135623730951},"465":{"tf":1.0},"496":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"280":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"m":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"d":{"df":1,"docs":{"466":{"tf":1.0}},"e":{"df":17,"docs":{"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"304":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.6457513110645907},"504":{"tf":1.0},"505":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"551":{"tf":1.4142135623730951},"59":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"686":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":16,"docs":{"122":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"254":{"tf":3.1622776601683795},"288":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"340":{"tf":1.7320508075688772},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":2.0},"390":{"tf":1.0},"606":{"tf":1.0},"748":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"395":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"120":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.7320508075688772},"89":{"tf":1.0}},"i":{"df":18,"docs":{"111":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.0},"305":{"tf":1.0},"359":{"tf":1.0},"496":{"tf":1.4142135623730951},"507":{"tf":1.0},"70":{"tf":1.0},"715":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":49,"docs":{"239":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":2.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.0},"362":{"tf":1.7320508075688772},"363":{"tf":2.0},"364":{"tf":2.0},"365":{"tf":1.0},"366":{"tf":1.4142135623730951},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.4142135623730951},"507":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":2.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"337":{"tf":1.0}}},".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"608":{"tf":1.0},"621":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"608":{"tf":1.0}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"225":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.0},"430":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":2.0},"693":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"364":{"tf":1.7320508075688772},"365":{"tf":1.0},"366":{"tf":1.0},"592":{"tf":1.0},"615":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"365":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":2,"docs":{"365":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"252":{"tf":1.0},"302":{"tf":1.0},"496":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"496":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"231":{"tf":1.0},"239":{"tf":3.0},"390":{"tf":1.4142135623730951},"464":{"tf":1.0},"474":{"tf":3.1622776601683795},"476":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"339":{"tf":1.4142135623730951},"354":{"tf":1.0},"362":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.7320508075688772},"469":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"53":{"tf":1.0},"551":{"tf":1.0},"559":{"tf":1.0},"594":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.7320508075688772},"301":{"tf":1.0},"373":{"tf":2.6457513110645907},"493":{"tf":1.4142135623730951},"502":{"tf":2.23606797749979},"657":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.0},"372":{"tf":1.0},"413":{"tf":1.4142135623730951},"502":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.7320508075688772},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":2.449489742783178},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.0},"748":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"49":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"331":{"tf":1.0},"346":{"tf":1.0},"374":{"tf":1.0},"395":{"tf":1.0},"507":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"382":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":17,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"59":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":54,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"252":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"393":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":2.0},"465":{"tf":1.4142135623730951},"466":{"tf":2.449489742783178},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"507":{"tf":1.0},"52":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"639":{"tf":1.0},"65":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"18":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}}}},"y":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"555":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"281":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"491":{"tf":2.0},"505":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"491":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"491":{"tf":1.0}}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"552":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":2.0}}},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"427":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"3":{"8":{"6":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"427":{"tf":2.449489742783178},"430":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"499":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"578":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"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":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"276":{"tf":2.23606797749979},"430":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"332":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"4":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"518":{"tf":2.0},"519":{"tf":2.0},"520":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"514":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":74,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"133":{"tf":2.6457513110645907},"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"286":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.0},"366":{"tf":1.7320508075688772},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":2.449489742783178},"391":{"tf":1.0},"429":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.0},"440":{"tf":2.0},"441":{"tf":2.0},"442":{"tf":2.0},"452":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.7320508075688772},"517":{"tf":2.0},"518":{"tf":2.0},"519":{"tf":2.23606797749979},"520":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"547":{"tf":2.6457513110645907},"562":{"tf":1.7320508075688772},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"610":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"667":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":13,"docs":{"249":{"tf":1.0},"386":{"tf":1.0},"472":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":2.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"645":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"547":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"18":{"tf":1.0},"250":{"tf":1.0},"434":{"tf":1.4142135623730951},"529":{"tf":1.0},"540":{"tf":1.7320508075688772},"608":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"350":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"177":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"513":{"tf":1.0},"621":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":2,"docs":{"370":{"tf":1.0},"546":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"478":{"tf":1.0},"511":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}},"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":{"194":{"tf":1.0},"275":{"tf":1.0},"283":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":103,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":2.0},"13":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":2.8284271247461903},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.4142135623730951},"397":{"tf":2.23606797749979},"415":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"659":{"tf":1.0},"664":{"tf":2.0},"671":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":2.0},"705":{"tf":1.4142135623730951},"708":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"722":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"439":{"tf":1.0},"687":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"672":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"371":{"tf":1.0},"447":{"tf":1.0}}}}}}}}}}}},"w":{"df":115,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.449489742783178},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"349":{"tf":1.0},"351":{"tf":2.23606797749979},"359":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"428":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"507":{"tf":1.7320508075688772},"510":{"tf":1.7320508075688772},"513":{"tf":1.0},"525":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"606":{"tf":3.4641016151377544},"608":{"tf":2.6457513110645907},"610":{"tf":1.4142135623730951},"613":{"tf":2.449489742783178},"615":{"tf":3.605551275463989},"617":{"tf":2.8284271247461903},"619":{"tf":2.8284271247461903},"621":{"tf":3.3166247903554},"623":{"tf":2.23606797749979},"625":{"tf":3.605551275463989},"627":{"tf":2.0},"629":{"tf":1.4142135623730951},"631":{"tf":2.6457513110645907},"633":{"tf":1.7320508075688772},"635":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":3.0},"641":{"tf":1.7320508075688772},"643":{"tf":2.6457513110645907},"645":{"tf":3.3166247903554},"647":{"tf":2.6457513110645907},"649":{"tf":2.0},"651":{"tf":2.0},"653":{"tf":2.0},"655":{"tf":3.3166247903554},"659":{"tf":2.6457513110645907},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":2.0},"727":{"tf":1.0},"730":{"tf":2.449489742783178},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"359":{"tf":1.0},"625":{"tf":1.0},"637":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"462":{"tf":2.23606797749979}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"260":{"tf":1.0},"363":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"669":{"tf":1.0},"743":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"j":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"n":{"df":14,"docs":{"19":{"tf":1.0},"254":{"tf":1.0},"3":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"372":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":1,"docs":{"496":{"tf":1.0}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"14":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"370":{"tf":2.6457513110645907},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":2.0},"608":{"tf":1.0},"639":{"tf":1.0},"668":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.0},"738":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"583":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":106,"docs":{"110":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"305":{"tf":1.7320508075688772},"319":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"378":{"tf":1.0},"387":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"446":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"452":{"tf":1.0},"457":{"tf":1.0},"462":{"tf":1.7320508075688772},"467":{"tf":1.0},"473":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"496":{"tf":1.0},"506":{"tf":1.7320508075688772},"507":{"tf":3.4641016151377544},"508":{"tf":3.872983346207417},"509":{"tf":1.0},"510":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"585":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.7320508075688772},"662":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"696":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.7320508075688772},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":2.23606797749979},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.0},"569":{"tf":1.0},"579":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"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":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"75":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":2.0},"569":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"d":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"623":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"238":{"tf":1.0},"649":{"tf":1.0}}}},"n":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"510":{"tf":1.0},"55":{"tf":1.0},"649":{"tf":1.0}}}}},"h":{"df":7,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"257":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"142":{"tf":1.0},"253":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"250":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0}}},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"313":{"tf":1.0},"549":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"w":{"df":42,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"252":{"tf":2.449489742783178},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"326":{"tf":1.0},"333":{"tf":1.7320508075688772},"344":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"372":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.0},"412":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":2.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"536":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"536":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":7,"docs":{"18":{"tf":1.0},"359":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.7320508075688772},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"338":{"tf":1.0},"671":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"361":{"tf":1.0},"669":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"275":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.7320508075688772},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"667":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"738":{"tf":1.0},"739":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":4.47213595499958},"250":{"tf":1.4142135623730951},"338":{"tf":1.0},"672":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"361":{"tf":1.4142135623730951},"362":{"tf":2.8284271247461903}},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"244":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"333":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.0},"457":{"tf":1.0},"532":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"742":{"tf":2.23606797749979},"748":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"546":{"tf":1.0}},"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":{"df":1,"docs":{"543":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"174":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"617":{"tf":1.0},"623":{"tf":1.4142135623730951},"655":{"tf":1.0},"670":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":2.8284271247461903},"697":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"436":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"476":{"tf":1.0}},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"727":{"tf":1.4142135623730951},"728":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951}}},"l":{"d":{"df":20,"docs":{"150":{"tf":1.0},"190":{"tf":1.0},"263":{"tf":1.0},"351":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.4142135623730951},"412":{"tf":1.0},"462":{"tf":1.0},"486":{"tf":1.0},"589":{"tf":1.0},"593":{"tf":1.0},"596":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"730":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"359":{"tf":1.0},"641":{"tf":1.0},"730":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.0},"562":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"337":{"tf":1.0},"369":{"tf":1.0},"610":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":8,"docs":{"230":{"tf":1.0},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"501":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":73,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.0},"309":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"4":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":2.449489742783178},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":2.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"533":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"580":{"tf":1.0},"599":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"162":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"505":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}}},"p":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"304":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":55,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"162":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.4142135623730951},"223":{"tf":1.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"243":{"tf":2.0},"244":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"394":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"452":{"tf":1.7320508075688772},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":2.449489742783178},"504":{"tf":1.7320508075688772},"505":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"70":{"tf":2.449489742783178},"711":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"304":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":8,"docs":{"373":{"tf":2.0},"391":{"tf":1.0},"397":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"49":{"tf":1.0},"659":{"tf":1.0},"687":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"719":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"589":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"589":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":65,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.4142135623730951},"483":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"/":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.0},"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"18":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":62,"docs":{"118":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"260":{"tf":1.0},"277":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"475":{"tf":1.0},"486":{"tf":1.0},"494":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"651":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"745":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}}}},"df":1,"docs":{"351":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"352":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"392":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"253":{"tf":1.0},"372":{"tf":1.0},"486":{"tf":1.4142135623730951},"666":{"tf":1.0},"721":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":12,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"434":{"tf":2.0},"49":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.4142135623730951},"741":{"tf":2.23606797749979}},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"465":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"242":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.0},"463":{"tf":1.0},"669":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":38,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":3.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0},"631":{"tf":1.0},"671":{"tf":1.0},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"342":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":55,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":3.0},"260":{"tf":1.7320508075688772},"261":{"tf":2.23606797749979},"302":{"tf":1.4142135623730951},"320":{"tf":1.0},"338":{"tf":2.23606797749979},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"393":{"tf":2.23606797749979},"429":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.1622776601683795},"468":{"tf":1.0},"469":{"tf":1.7320508075688772},"470":{"tf":1.0},"474":{"tf":3.7416573867739413},"475":{"tf":1.0},"476":{"tf":2.0},"478":{"tf":2.23606797749979},"496":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"77":{"tf":1.0},"88":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"664":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":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":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"139":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.4142135623730951},"527":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"397":{"tf":1.0},"478":{"tf":1.0},"741":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"252":{"tf":1.0},"486":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":2.0},"517":{"tf":1.0},"536":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"23":{"tf":1.0},"472":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.4142135623730951}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"647":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":1.0},"710":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"df":2,"docs":{"371":{"tf":1.0},"524":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"142":{"tf":1.0},"333":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"613":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":30,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":112,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"282":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.0},"425":{"tf":1.4142135623730951},"431":{"tf":1.4142135623730951},"436":{"tf":1.0},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"453":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"514":{"tf":2.23606797749979},"517":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"567":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"598":{"tf":1.0},"601":{"tf":1.4142135623730951},"606":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"+":{"3":{"+":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"507":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":2.0},"625":{"tf":1.4142135623730951},"701":{"tf":1.0},"710":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"170":{"tf":1.0},"671":{"tf":1.0}}}}}},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":146,"docs":{"14":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.6457513110645907},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":3.0},"235":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":3.1622776601683795},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.3166247903554},"253":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":3.0},"281":{"tf":1.0},"286":{"tf":2.449489742783178},"289":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.7320508075688772},"331":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":3.0},"339":{"tf":2.449489742783178},"342":{"tf":2.0},"359":{"tf":1.4142135623730951},"367":{"tf":3.0},"368":{"tf":5.744562646538029},"369":{"tf":4.123105625617661},"370":{"tf":2.0},"371":{"tf":2.8284271247461903},"372":{"tf":1.7320508075688772},"373":{"tf":3.4641016151377544},"374":{"tf":2.6457513110645907},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":2.23606797749979},"378":{"tf":2.449489742783178},"380":{"tf":1.0},"381":{"tf":2.0},"382":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"447":{"tf":1.7320508075688772},"452":{"tf":2.23606797749979},"456":{"tf":1.0},"469":{"tf":1.4142135623730951},"473":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.7320508075688772},"489":{"tf":1.7320508075688772},"490":{"tf":2.449489742783178},"491":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.7320508075688772},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"508":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":2.449489742783178},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":2.6457513110645907},"528":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":2.0},"583":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":2.449489742783178},"655":{"tf":1.7320508075688772},"657":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"666":{"tf":1.7320508075688772},"667":{"tf":2.23606797749979},"668":{"tf":2.23606797749979},"669":{"tf":2.449489742783178},"671":{"tf":2.6457513110645907},"674":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"733":{"tf":1.4142135623730951},"736":{"tf":2.0},"739":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"368":{"tf":1.0},"369":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"377":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"d":{":":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"1":{"5":{"df":1,"docs":{"514":{"tf":1.0}}},"6":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"514":{"tf":1.0}}},"df":1,"docs":{"514":{"tf":1.0}}},"2":{"df":1,"docs":{"514":{"tf":1.0}}},"3":{"df":1,"docs":{"514":{"tf":1.0}}},"4":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"513":{"tf":1.4142135623730951},"575":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"735":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"377":{"tf":1.0}}}}}},"s":{".":{"a":{"d":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"´":{"df":1,"docs":{"738":{"tf":1.0}}}}}}},"i":{"d":{"df":9,"docs":{"244":{"tf":1.0},"252":{"tf":2.0},"491":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"583":{"tf":3.1622776601683795},"641":{"tf":1.4142135623730951},"727":{"tf":1.0},"733":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":2.23606797749979}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}},"s":{"df":4,"docs":{"235":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}},"t":{"df":70,"docs":{"1":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"331":{"tf":3.0},"333":{"tf":1.7320508075688772},"336":{"tf":2.0},"337":{"tf":1.0},"339":{"tf":2.0},"344":{"tf":1.7320508075688772},"358":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"454":{"tf":1.4142135623730951},"456":{"tf":1.0},"469":{"tf":1.7320508075688772},"478":{"tf":1.0},"501":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":2.0},"699":{"tf":1.4142135623730951},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"606":{"tf":1.0},"653":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"408":{"tf":1.7320508075688772},"409":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"368":{"tf":1.0},"392":{"tf":1.0},"490":{"tf":1.0},"625":{"tf":1.0},"668":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"129":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"463":{"tf":1.0},"478":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"514":{"tf":1.0},"580":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"114":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"464":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"532":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"670":{"tf":1.0},"676":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"687":{"tf":1.0},"73":{"tf":2.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"149":{"tf":1.0},"53":{"tf":1.0},"655":{"tf":1.0}}}}},"c":{"df":1,"docs":{"428":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"361":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"128":{"tf":1.0},"145":{"tf":1.0},"505":{"tf":1.0},"639":{"tf":1.0}}}},"df":5,"docs":{"412":{"tf":2.8284271247461903},"413":{"tf":2.8284271247461903},"415":{"tf":2.6457513110645907},"416":{"tf":3.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"395":{"tf":1.0},"55":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":15,"docs":{"235":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"374":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.7320508075688772},"447":{"tf":1.0},"467":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":18,"docs":{"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"233":{"tf":1.0},"257":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"527":{"tf":1.0},"583":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"669":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"373":{"tf":1.0},"486":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":6,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"737":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"233":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"337":{"tf":1.0},"384":{"tf":1.0},"627":{"tf":1.0},"641":{"tf":1.0},"662":{"tf":1.0},"698":{"tf":2.0},"699":{"tf":1.7320508075688772},"700":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"507":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"466":{"tf":1.0},"469":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"743":{"tf":1.0}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"16":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.7320508075688772},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"579":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"386":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"629":{"tf":1.0}},"|":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"18":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":2.6457513110645907},"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.4142135623730951},"59":{"tf":2.0},"664":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"387":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"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":1,"docs":{"63":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"114":{"tf":1.0},"130":{"tf":1.0},"369":{"tf":1.0},"397":{"tf":1.4142135623730951},"457":{"tf":1.0},"465":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"269":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"696":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"172":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"295":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.7320508075688772},"427":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"433":{"tf":1.7320508075688772},"434":{"tf":1.7320508075688772},"435":{"tf":1.7320508075688772},"437":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"44":{"tf":1.0},"440":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"462":{"tf":1.0},"463":{"tf":1.4142135623730951},"512":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"111":{"tf":1.0},"305":{"tf":1.0},"367":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"375":{"tf":1.4142135623730951},"507":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"138":{"tf":1.0},"238":{"tf":1.4142135623730951},"257":{"tf":1.0},"269":{"tf":1.0},"305":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.4142135623730951},"469":{"tf":1.4142135623730951},"507":{"tf":2.0},"508":{"tf":1.4142135623730951},"510":{"tf":2.449489742783178},"511":{"tf":2.23606797749979},"627":{"tf":1.0},"631":{"tf":1.0},"669":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":4,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"122":{"tf":1.0},"145":{"tf":1.7320508075688772},"150":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"647":{"tf":1.0},"662":{"tf":1.0},"689":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"719":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":3,"docs":{"18":{"tf":1.0},"249":{"tf":1.0},"364":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":459,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.4142135623730951},"117":{"tf":2.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":3.605551275463989},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":3.605551275463989},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"185":{"tf":2.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":2.449489742783178},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.8284271247461903},"226":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"23":{"tf":1.7320508075688772},"230":{"tf":3.3166247903554},"231":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.23606797749979},"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772},"236":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"262":{"tf":2.8284271247461903},"263":{"tf":2.449489742783178},"264":{"tf":2.449489742783178},"265":{"tf":2.449489742783178},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"274":{"tf":2.0},"275":{"tf":1.7320508075688772},"276":{"tf":2.6457513110645907},"277":{"tf":2.23606797749979},"278":{"tf":2.0},"279":{"tf":1.7320508075688772},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":2.23606797749979},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.7320508075688772},"295":{"tf":1.0},"298":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":2.23606797749979},"339":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"340":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"353":{"tf":1.4142135623730951},"354":{"tf":3.7416573867739413},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":3.872983346207417},"36":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.7320508075688772},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":4.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"373":{"tf":2.0},"374":{"tf":1.7320508075688772},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"379":{"tf":1.0},"38":{"tf":1.7320508075688772},"380":{"tf":2.0},"381":{"tf":2.23606797749979},"382":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"384":{"tf":2.6457513110645907},"385":{"tf":2.8284271247461903},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":2.0},"389":{"tf":3.7416573867739413},"39":{"tf":1.4142135623730951},"390":{"tf":2.8284271247461903},"391":{"tf":3.605551275463989},"392":{"tf":2.23606797749979},"393":{"tf":2.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":2.8284271247461903},"398":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"405":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772},"416":{"tf":1.7320508075688772},"418":{"tf":1.7320508075688772},"419":{"tf":1.7320508075688772},"42":{"tf":1.0},"420":{"tf":1.7320508075688772},"423":{"tf":1.0},"425":{"tf":2.0},"426":{"tf":2.449489742783178},"427":{"tf":3.4641016151377544},"428":{"tf":2.449489742783178},"429":{"tf":2.449489742783178},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":2.0},"432":{"tf":2.23606797749979},"433":{"tf":1.4142135623730951},"434":{"tf":2.23606797749979},"435":{"tf":1.4142135623730951},"438":{"tf":1.0},"44":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.4142135623730951},"453":{"tf":2.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.7320508075688772},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":2.0},"459":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.7320508075688772},"462":{"tf":3.3166247903554},"463":{"tf":1.7320508075688772},"464":{"tf":2.449489742783178},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.7320508075688772},"468":{"tf":2.0},"469":{"tf":2.23606797749979},"47":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":2.6457513110645907},"474":{"tf":7.3484692283495345},"475":{"tf":2.0},"476":{"tf":2.23606797749979},"478":{"tf":2.6457513110645907},"479":{"tf":1.0},"48":{"tf":1.4142135623730951},"485":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"496":{"tf":2.8284271247461903},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":3.0},"511":{"tf":1.7320508075688772},"513":{"tf":2.0},"517":{"tf":2.23606797749979},"518":{"tf":2.0},"519":{"tf":2.0},"52":{"tf":2.23606797749979},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.7320508075688772},"525":{"tf":2.0},"527":{"tf":1.4142135623730951},"53":{"tf":2.6457513110645907},"530":{"tf":2.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":2.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":2.6457513110645907},"551":{"tf":2.0},"554":{"tf":1.7320508075688772},"557":{"tf":2.6457513110645907},"559":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"562":{"tf":1.0},"568":{"tf":2.23606797749979},"569":{"tf":1.0},"57":{"tf":1.4142135623730951},"574":{"tf":2.0},"575":{"tf":1.0},"577":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.7320508075688772},"589":{"tf":1.7320508075688772},"59":{"tf":2.8284271247461903},"591":{"tf":1.4142135623730951},"592":{"tf":2.0},"593":{"tf":2.6457513110645907},"594":{"tf":1.7320508075688772},"595":{"tf":1.7320508075688772},"596":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"602":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":2.8284271247461903},"615":{"tf":2.23606797749979},"617":{"tf":2.449489742783178},"619":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":3.3166247903554},"627":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"631":{"tf":3.0},"633":{"tf":1.7320508075688772},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.0},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":2.0},"645":{"tf":3.1622776601683795},"647":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"667":{"tf":2.0},"668":{"tf":2.0},"669":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"670":{"tf":3.1622776601683795},"671":{"tf":3.605551275463989},"672":{"tf":2.0},"673":{"tf":1.7320508075688772},"674":{"tf":1.0},"676":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"68":{"tf":2.23606797749979},"681":{"tf":1.7320508075688772},"682":{"tf":1.4142135623730951},"684":{"tf":1.7320508075688772},"685":{"tf":1.0},"686":{"tf":1.7320508075688772},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"690":{"tf":2.23606797749979},"691":{"tf":2.0},"692":{"tf":2.0},"693":{"tf":2.8284271247461903},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"70":{"tf":2.6457513110645907},"700":{"tf":1.4142135623730951},"701":{"tf":2.449489742783178},"704":{"tf":1.0},"705":{"tf":2.23606797749979},"706":{"tf":1.7320508075688772},"707":{"tf":2.449489742783178},"708":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":2.23606797749979},"711":{"tf":2.23606797749979},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.23606797749979},"715":{"tf":3.1622776601683795},"716":{"tf":2.0},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":2.0},"72":{"tf":1.4142135623730951},"720":{"tf":1.7320508075688772},"721":{"tf":2.0},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":3.1622776601683795},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"730":{"tf":2.449489742783178},"731":{"tf":1.7320508075688772},"732":{"tf":2.0},"736":{"tf":1.4142135623730951},"737":{"tf":1.0},"738":{"tf":1.7320508075688772},"739":{"tf":1.0},"74":{"tf":3.3166247903554},"740":{"tf":2.0},"741":{"tf":2.23606797749979},"742":{"tf":1.7320508075688772},"743":{"tf":1.7320508075688772},"744":{"tf":1.7320508075688772},"748":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":3.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":2.449489742783178},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"528":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"427":{"tf":1.0},"430":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":41,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"242":{"tf":1.0},"249":{"tf":3.605551275463989},"250":{"tf":2.8284271247461903},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.0},"525":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"225":{"tf":1.0},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"621":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"276":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{";":{"$":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"691":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"346":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"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":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"267":{"tf":1.0},"615":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"346":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"575":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"330":{"tf":1.0},"36":{"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":1,"docs":{"578":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"382":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"629":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"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":{},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":8,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"562":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":17,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"284":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"374":{"tf":1.4142135623730951},"447":{"tf":1.0},"486":{"tf":3.1622776601683795},"619":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"338":{"tf":1.0},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"177":{"tf":2.23606797749979},"225":{"tf":1.0},"6":{"tf":1.0}}}},"df":3,"docs":{"445":{"tf":1.0},"447":{"tf":1.0},"507":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"28":{"tf":1.0},"323":{"tf":1.0},"445":{"tf":1.0},"507":{"tf":1.4142135623730951},"580":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"610":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"385":{"tf":1.7320508075688772},"687":{"tf":1.0}}}},"p":{"df":7,"docs":{"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"384":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}},"df":1,"docs":{"525":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"159":{"tf":1.0}}}},"df":4,"docs":{"246":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.0},"466":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"374":{"tf":1.0},"486":{"tf":2.449489742783178},"619":{"tf":1.0},"700":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":53,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.4142135623730951},"500":{"tf":1.0},"549":{"tf":1.0},"595":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"653":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951},"697":{"tf":1.0},"701":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"724":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"710":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"738":{"tf":1.0},"743":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}},"r":{"#":{"1":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"613":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"610":{"tf":1.0}}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"6":{"df":1,"docs":{"608":{"tf":1.0}}},"7":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"df":1,"docs":{"608":{"tf":1.0}}},"3":{"df":1,"docs":{"608":{"tf":1.7320508075688772}}},"df":1,"docs":{"608":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"2":{"df":1,"docs":{"606":{"tf":1.0}}},"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"249":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"469":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"647":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"355":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"480":{"tf":1.4142135623730951},"562":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"562":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"230":{"tf":1.4142135623730951},"242":{"tf":1.0},"319":{"tf":1.0},"389":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"687":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.4142135623730951},"741":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772}}},"t":{"c":{"df":0,"docs":{},"h":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"552":{"tf":1.0},"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"286":{"tf":1.0},"314":{"tf":1.7320508075688772},"452":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.7320508075688772},"551":{"tf":2.0},"552":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"623":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"152":{"tf":1.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"397":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"360":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":25,"docs":{"138":{"tf":1.0},"20":{"tf":1.0},"286":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"395":{"tf":1.0},"424":{"tf":1.0},"452":{"tf":1.4142135623730951},"478":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.8284271247461903},"512":{"tf":1.7320508075688772},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"655":{"tf":1.0},"730":{"tf":1.0}}}},"t":{"/":{"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":{"df":2,"docs":{"262":{"tf":1.0},"268":{"tf":1.4142135623730951}}}},"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":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":51,"docs":{"17":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"295":{"tf":1.0},"311":{"tf":2.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"371":{"tf":2.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":2.23606797749979},"384":{"tf":3.4641016151377544},"385":{"tf":2.449489742783178},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"391":{"tf":2.6457513110645907},"418":{"tf":1.7320508075688772},"421":{"tf":1.7320508075688772},"422":{"tf":1.7320508075688772},"436":{"tf":2.8284271247461903},"437":{"tf":1.7320508075688772},"438":{"tf":3.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"475":{"tf":1.0},"480":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":2.23606797749979},"544":{"tf":1.0},"568":{"tf":1.0},"621":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":2.8284271247461903},"700":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"412":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"507":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"249":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"591":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"641":{"tf":1.0},"653":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":10,"docs":{"185":{"tf":1.0},"232":{"tf":1.0},"342":{"tf":1.0},"373":{"tf":1.0},"427":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0}},"s":{"df":9,"docs":{"125":{"tf":1.0},"149":{"tf":1.0},"249":{"tf":1.0},"269":{"tf":1.0},"344":{"tf":1.0},"534":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.4142135623730951},"562":{"tf":1.0},"613":{"tf":1.0}}}},"o":{"df":10,"docs":{"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}},"r":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.4142135623730951},"397":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"649":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951},"368":{"tf":1.0},"485":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"174":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":2.0},"395":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"599":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":20,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"253":{"tf":2.6457513110645907},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0},"482":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"572":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":112,"docs":{"14":{"tf":3.0},"162":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.7320508075688772},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"253":{"tf":4.0},"254":{"tf":1.0},"257":{"tf":2.0},"260":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.4142135623730951},"331":{"tf":2.449489742783178},"336":{"tf":2.23606797749979},"337":{"tf":1.4142135623730951},"338":{"tf":4.69041575982343},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"395":{"tf":2.23606797749979},"397":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.0},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"464":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"476":{"tf":1.0},"478":{"tf":2.0},"482":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"571":{"tf":1.0},"580":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":2.0},"59":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"655":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.6457513110645907},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.23606797749979},"670":{"tf":3.605551275463989},"671":{"tf":2.8284271247461903},"672":{"tf":2.23606797749979},"673":{"tf":2.0},"674":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.7320508075688772},"684":{"tf":1.7320508075688772},"685":{"tf":2.0},"686":{"tf":3.4641016151377544},"687":{"tf":2.0},"690":{"tf":1.4142135623730951},"694":{"tf":2.0},"696":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772},"707":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"78":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"249":{"tf":1.0},"390":{"tf":1.0}}},"/":{"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":4,"docs":{"329":{"tf":1.4142135623730951},"452":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"333":{"tf":2.6457513110645907},"344":{"tf":1.7320508075688772}}}}}}}},"df":57,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.6457513110645907},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.7320508075688772},"334":{"tf":1.0},"335":{"tf":2.23606797749979},"338":{"tf":2.23606797749979},"339":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.6457513110645907},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":2.0},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"432":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"59":{"tf":1.4142135623730951},"663":{"tf":1.0},"669":{"tf":2.0},"685":{"tf":1.0},"687":{"tf":1.0},"714":{"tf":1.4142135623730951},"736":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"253":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"690":{"tf":1.0},"696":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"608":{"tf":1.0}},"t":{"df":18,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.6457513110645907},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"469":{"tf":1.0},"747":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"89":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"647":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":38,"docs":{"162":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.7320508075688772},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.4142135623730951},"383":{"tf":2.449489742783178},"384":{"tf":1.4142135623730951},"385":{"tf":3.872983346207417},"386":{"tf":2.6457513110645907},"387":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":3.7416573867739413},"434":{"tf":1.4142135623730951},"436":{"tf":1.0},"445":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"615":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"65":{"tf":2.0},"653":{"tf":1.0},"66":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"627":{"tf":1.0},"651":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"653":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"6":{"4":{"3":{"2":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"286":{"tf":1.0},"325":{"tf":1.7320508075688772},"452":{"tf":1.0},"584":{"tf":1.7320508075688772},"585":{"tf":2.23606797749979},"586":{"tf":1.0},"587":{"tf":3.1622776601683795},"78":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":{"613":{"tf":1.0}}}}}}},"df":88,"docs":{"105":{"tf":1.0},"114":{"tf":2.23606797749979},"147":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"242":{"tf":2.23606797749979},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":2.0},"279":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"360":{"tf":1.0},"40":{"tf":1.7320508075688772},"500":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"532":{"tf":2.0},"534":{"tf":1.7320508075688772},"536":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.7320508075688772}},"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":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"149":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"276":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"463":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"242":{"tf":1.0},"339":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"276":{"tf":1.0},"426":{"tf":1.0},"75":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"469":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"363":{"tf":1.7320508075688772},"395":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":74,"docs":{"12":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"39":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"448":{"tf":2.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"454":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"606":{"tf":1.0},"617":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.7320508075688772},"732":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"457":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"$":{"<":{"$":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{">":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"d":{"a":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"d":{"a":{"df":2,"docs":{"59":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":8,"docs":{"111":{"tf":1.0},"53":{"tf":1.0},"597":{"tf":1.0},"615":{"tf":1.0},"639":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"534":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"361":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":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":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"365":{"tf":1.0},"615":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"268":{"tf":1.0},"625":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"572":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"365":{"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":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"108":{"tf":1.0},"149":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"363":{"tf":3.1622776601683795},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"661":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"346":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":14,"docs":{"120":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"345":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"358":{"tf":1.7320508075688772},"380":{"tf":1.0},"385":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"13":{"tf":1.0},"693":{"tf":1.0}}}}},"q":{"df":82,"docs":{"663":{"tf":2.449489742783178},"664":{"tf":1.4142135623730951},"665":{"tf":1.7320508075688772},"666":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"670":{"tf":4.123105625617661},"671":{"tf":1.7320508075688772},"672":{"tf":1.4142135623730951},"673":{"tf":1.7320508075688772},"674":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"684":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"690":{"tf":2.6457513110645907},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"694":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"700":{"tf":1.7320508075688772},"701":{"tf":3.605551275463989},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951},"709":{"tf":1.4142135623730951},"710":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"714":{"tf":1.4142135623730951},"715":{"tf":3.3166247903554},"716":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":4.123105625617661},"728":{"tf":1.4142135623730951},"729":{"tf":1.4142135623730951},"730":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"286":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":1.4142135623730951},"450":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.0},"578":{"tf":1.0},"606":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":5,"docs":{"333":{"tf":1.0},"344":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"483":{"tf":1.0},"549":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":88,"docs":{"127":{"tf":1.0},"143":{"tf":1.7320508075688772},"151":{"tf":1.0},"371":{"tf":1.0},"662":{"tf":2.23606797749979},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":13,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"374":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.7320508075688772},"486":{"tf":2.0},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"619":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"513":{"tf":1.0},"517":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"346":{"tf":1.0},"499":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"18":{"tf":1.0},"382":{"tf":1.0},"513":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"367":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":9,"docs":{"269":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.0},"389":{"tf":1.0},"511":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"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":8,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"649":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"673":{"tf":1.4142135623730951}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":8,"docs":{"258":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{":":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"395":{"tf":1.0},"469":{"tf":1.0},"508":{"tf":1.0}}},"t":{"df":4,"docs":{"481":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"737":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"315":{"tf":1.0},"554":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":23,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"268":{"tf":1.0},"330":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"427":{"tf":1.0},"436":{"tf":1.0},"496":{"tf":1.0},"527":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":7,"docs":{"157":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"343":{"tf":1.0},"405":{"tf":1.0},"511":{"tf":1.0},"697":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"354":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"465":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":17,"docs":{"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"254":{"tf":2.23606797749979},"287":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"340":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"670":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":2.0},"697":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"336":{"tf":1.0},"373":{"tf":1.0},"448":{"tf":1.0},"466":{"tf":1.4142135623730951},"530":{"tf":1.0},"671":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"549":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"255":{"tf":1.0},"258":{"tf":1.4142135623730951},"359":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"397":{"tf":1.4142135623730951},"463":{"tf":1.0},"602":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"699":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"562":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"269":{"tf":1.0},"281":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"229":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"493":{"tf":1.0},"522":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.0},"728":{"tf":1.0},"744":{"tf":1.0}}},"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":{"368":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"374":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":8,"docs":{"246":{"tf":1.0},"31":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"378":{"tf":1.0},"469":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"462":{"tf":1.0}}}}}},"df":2,"docs":{"363":{"tf":1.0},"462":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"166":{"tf":1.0},"284":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"608":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"725":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":7,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"371":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}},"t":{"df":5,"docs":{"238":{"tf":1.0},"31":{"tf":1.0},"389":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"147":{"tf":1.0},"333":{"tf":1.4142135623730951},"699":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"491":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"659":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"355":{"tf":1.0},"362":{"tf":1.4142135623730951},"391":{"tf":1.7320508075688772},"458":{"tf":1.7320508075688772},"532":{"tf":1.0},"599":{"tf":1.0},"662":{"tf":1.0},"742":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"147":{"tf":1.0},"391":{"tf":1.0},"716":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"244":{"tf":1.0},"254":{"tf":1.0},"363":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"143":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"522":{"tf":1.0},"69":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"739":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.0},"142":{"tf":1.4142135623730951},"245":{"tf":1.0},"354":{"tf":1.0},"42":{"tf":1.0},"445":{"tf":1.7320508075688772},"450":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.4142135623730951},"747":{"tf":2.8284271247461903},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"450":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"490":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":71,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"372":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"425":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"486":{"tf":1.0},"489":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"52":{"tf":1.0},"549":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"573":{"tf":1.0},"579":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"601":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":79,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"161":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"724":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"344":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":2,"docs":{"236":{"tf":1.0},"699":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"363":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"19":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"307":{"tf":1.7320508075688772},"31":{"tf":2.0},"418":{"tf":1.0},"424":{"tf":1.7320508075688772},"452":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":2.23606797749979},"514":{"tf":2.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"527":{"tf":1.0},"653":{"tf":2.23606797749979}}},"v":{"df":14,"docs":{"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"536":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"225":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.0},"637":{"tf":1.0},"655":{"tf":1.7320508075688772},"659":{"tf":1.0},"70":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.0},"617":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"623":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":28,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.7320508075688772},"225":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"30":{"tf":1.0},"364":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"7":{"tf":1.0},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.23606797749979},"464":{"tf":1.0},"475":{"tf":1.4142135623730951},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"743":{"tf":1.0},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"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":7,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0},"643":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"236":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":1.0},"359":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"318":{"tf":1.0},"335":{"tf":1.0},"346":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.8284271247461903},"372":{"tf":2.0},"374":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"418":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.4142135623730951},"462":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.7320508075688772},"514":{"tf":1.4142135623730951},"517":{"tf":2.23606797749979},"562":{"tf":1.0},"653":{"tf":1.7320508075688772},"738":{"tf":1.0},"748":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"q":{"df":2,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":27,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.7320508075688772},"317":{"tf":1.7320508075688772},"359":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.4142135623730951},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":2.0},"560":{"tf":1.0},"610":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":49,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":2.449489742783178},"217":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.7320508075688772},"326":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"340":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"432":{"tf":1.0},"451":{"tf":2.0},"452":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.4142135623730951},"494":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"717":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"741":{"tf":1.0}}},"n":{"df":4,"docs":{"335":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"320":{"tf":1.0},"368":{"tf":1.0},"571":{"tf":1.0},"623":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":4,"docs":{"238":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":1.0},"608":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.7320508075688772},"403":{"tf":1.4142135623730951},"411":{"tf":1.7320508075688772},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"462":{"tf":2.6457513110645907},"488":{"tf":1.4142135623730951},"556":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":2.23606797749979},"59":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0}}}},"v":{"df":3,"docs":{"18":{"tf":1.0},"371":{"tf":1.0},"713":{"tf":1.0}}}},"n":{"df":2,"docs":{"23":{"tf":1.0},"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"162":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"593":{"tf":1.0},"617":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"276":{"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":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"20":{"tf":1.0},"389":{"tf":1.0},"478":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":10,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"339":{"tf":1.7320508075688772},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"378":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"575":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.7320508075688772},"667":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"743":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"727":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":3,"docs":{"373":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"619":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"244":{"tf":1.0},"335":{"tf":2.449489742783178},"337":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"490":{"tf":1.0},"627":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"331":{"tf":1.0},"333":{"tf":2.0},"338":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"392":{"tf":1.0},"466":{"tf":1.7320508075688772},"476":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"621":{"tf":1.0},"664":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":11,"docs":{"162":{"tf":1.0},"301":{"tf":1.0},"319":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.0},"549":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"748":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"105":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.6457513110645907},"238":{"tf":1.7320508075688772},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.449489742783178},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.6457513110645907},"458":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":1.0},"466":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":5.196152422706632},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"496":{"tf":1.0},"505":{"tf":2.0},"508":{"tf":3.1622776601683795},"511":{"tf":2.449489742783178},"525":{"tf":1.7320508075688772},"536":{"tf":1.0},"538":{"tf":1.7320508075688772},"544":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.7320508075688772},"583":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.4142135623730951},"631":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.449489742783178},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":2.449489742783178},"728":{"tf":1.7320508075688772},"732":{"tf":1.4142135623730951},"737":{"tf":1.7320508075688772},"742":{"tf":1.4142135623730951},"744":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"264":{"tf":1.4142135623730951},"715":{"tf":1.0},"720":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"380":{"tf":1.0}}}},"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"12":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"19":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"659":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"276":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.23606797749979},"476":{"tf":1.0},"524":{"tf":1.0},"566":{"tf":1.0},"606":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"59":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"c":{"b":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"747":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"276":{"tf":1.0},"381":{"tf":1.0},"458":{"tf":1.4142135623730951},"532":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":9,"docs":{"31":{"tf":1.0},"337":{"tf":1.0},"388":{"tf":1.0},"393":{"tf":1.7320508075688772},"467":{"tf":1.0},"469":{"tf":1.0},"496":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}}}},"w":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":1,"docs":{"254":{"tf":1.7320508075688772}},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0}}}},"n":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"14":{"tf":1.0},"177":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"331":{"tf":1.0},"351":{"tf":1.0},"395":{"tf":1.4142135623730951},"448":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"621":{"tf":1.0},"627":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"286":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":2.0},"450":{"tf":2.0},"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"245":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951}}}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":7,"docs":{"188":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"329":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"606":{"tf":1.0}},"r":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":52,"docs":{"108":{"tf":1.0},"130":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"349":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.0},"392":{"tf":1.0},"413":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"474":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"55":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"629":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"249":{"tf":2.6457513110645907},"251":{"tf":1.4142135623730951},"252":{"tf":4.123105625617661},"253":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"385":{"tf":1.0},"397":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":2.23606797749979},"510":{"tf":1.0},"55":{"tf":1.4142135623730951},"585":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"619":{"tf":1.7320508075688772},"641":{"tf":1.0},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":2.449489742783178},"673":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":1.4142135623730951},"705":{"tf":1.0}}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"253":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.0},"499":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"74":{"tf":1.0},"86":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.7320508075688772},"366":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":2.8284271247461903},"562":{"tf":2.0},"643":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.4142135623730951},"741":{"tf":2.6457513110645907}}}},"n":{"df":12,"docs":{"355":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"649":{"tf":1.0},"713":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"687":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"254":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"510":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"178":{"tf":1.0},"192":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"281":{"tf":1.0},"32":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"413":{"tf":1.4142135623730951},"557":{"tf":1.0},"631":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"230":{"tf":1.0},"88":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"335":{"tf":1.0},"700":{"tf":1.0}}}}}}},"d":{"d":{"df":1,"docs":{"621":{"tf":1.4142135623730951}},"s":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"'":{"df":7,"docs":{"146":{"tf":1.0},"162":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"276":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"719":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.4142135623730951}}}}}}},"df":232,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"17":{"tf":2.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.449489742783178},"179":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":2.0},"197":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"206":{"tf":1.7320508075688772},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":1.7320508075688772},"212":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"215":{"tf":1.7320508075688772},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":1.4142135623730951},"244":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.23606797749979},"278":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":2.0},"342":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.4142135623730951},"354":{"tf":1.0},"359":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"360":{"tf":1.7320508075688772},"362":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":2.0},"368":{"tf":2.6457513110645907},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"428":{"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.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"532":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"604":{"tf":1.0},"61":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"639":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":2.23606797749979},"70":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"72":{"tf":1.0},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"724":{"tf":3.605551275463989},"73":{"tf":1.0},"732":{"tf":1.0},"74":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"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":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":3.4641016151377544},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"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":{"366":{"tf":1.4142135623730951}}}}}}}}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"427":{"tf":1.4142135623730951},"490":{"tf":1.0},"59":{"tf":1.4142135623730951},"668":{"tf":1.0},"691":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.4142135623730951},"724":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"23":{"tf":1.0},"384":{"tf":1.0},"532":{"tf":1.0},"621":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}},"df":6,"docs":{"136":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"252":{"tf":1.0},"466":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"1":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"390":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"486":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"177":{"tf":1.0},"608":{"tf":1.0},"743":{"tf":1.0}}}}},"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}},"e":{"df":107,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.7320508075688772},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":2.23606797749979},"338":{"tf":2.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"428":{"tf":1.0},"443":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.0},"578":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"74":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"359":{"tf":1.0},"606":{"tf":1.0}}},"n":{"df":2,"docs":{"540":{"tf":1.0},"606":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"209":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":2.23606797749979},"466":{"tf":1.0},"473":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"710":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.7320508075688772},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"368":{"tf":1.0},"384":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"l":{"df":3,"docs":{"715":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"368":{"tf":1.0},"369":{"tf":1.0},"381":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":24,"docs":{"145":{"tf":1.7320508075688772},"187":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":3.0},"329":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"541":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"250":{"tf":1.0},"343":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"485":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"724":{"tf":1.7320508075688772},"73":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"150":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"454":{"tf":1.0},"457":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":37,"docs":{"14":{"tf":1.0},"294":{"tf":1.0},"340":{"tf":1.4142135623730951},"399":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"404":{"tf":1.4142135623730951},"405":{"tf":2.0},"406":{"tf":2.0},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.7320508075688772},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"474":{"tf":1.0},"527":{"tf":1.0},"556":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"14":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"355":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"146":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"309":{"tf":1.0},"527":{"tf":1.0}}}}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"633":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"589":{"tf":1.0},"703":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"239":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":3.605551275463989},"710":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"699":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"557":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"df":105,"docs":{"111":{"tf":1.0},"114":{"tf":1.7320508075688772},"133":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"261":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":2.23606797749979},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"404":{"tf":1.4142135623730951},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.7320508075688772},"478":{"tf":2.449489742783178},"496":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"533":{"tf":1.0},"557":{"tf":1.0},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"70":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"390":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"504":{"tf":1.0},"505":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"655":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"405":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.4142135623730951},"254":{"tf":1.0},"311":{"tf":1.0},"368":{"tf":1.0},"410":{"tf":1.0},"543":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"$":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":16,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"249":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"6":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.0},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"410":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"486":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"363":{"tf":2.23606797749979},"514":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"146":{"tf":1.4142135623730951},"338":{"tf":1.0},"355":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"613":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"30":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"389":{"tf":1.0},"432":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"240":{"tf":1.0},"246":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":49,"docs":{"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"177":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"361":{"tf":1.4142135623730951},"378":{"tf":1.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"469":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"75":{"tf":1.7320508075688772}},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":1.7320508075688772},"465":{"tf":1.0},"468":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.1622776601683795},"337":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.605551275463989},"470":{"tf":1.7320508075688772},"474":{"tf":3.7416573867739413},"478":{"tf":1.0},"508":{"tf":1.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.4142135623730951},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"162":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"228":{"tf":1.0},"232":{"tf":1.0},"258":{"tf":1.0},"338":{"tf":1.4142135623730951},"373":{"tf":1.4142135623730951},"395":{"tf":1.0},"469":{"tf":3.3166247903554},"476":{"tf":1.7320508075688772},"478":{"tf":1.4142135623730951},"59":{"tf":1.0},"635":{"tf":1.0},"748":{"tf":1.4142135623730951}},"y":{"df":1,"docs":{"476":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":18,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"364":{"tf":1.0},"48":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":2.8284271247461903},"726":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"178":{"tf":1.0},"189":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"235":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":2.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"286":{"tf":1.0},"452":{"tf":1.0},"477":{"tf":2.0},"478":{"tf":3.0},"608":{"tf":2.0},"615":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":2.0},"7":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":2.0},"261":{"tf":1.0},"625":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"254":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"193":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"279":{"tf":1.0},"338":{"tf":1.4142135623730951},"340":{"tf":1.0},"373":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.6457513110645907},"391":{"tf":1.4142135623730951},"395":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"613":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"686":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":9,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"346":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.0},"631":{"tf":1.0}},"f":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":3,"docs":{"372":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"466":{"tf":1.0},"59":{"tf":2.0},"615":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"72":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"387":{"tf":1.0},"427":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"731":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"625":{"tf":1.0},"635":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"381":{"tf":1.0},"397":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":18,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"338":{"tf":1.0},"397":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"436":{"tf":1.0},"453":{"tf":1.0},"462":{"tf":3.0},"486":{"tf":1.0},"530":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":2.23606797749979},"673":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"249":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"530":{"tf":1.0}}}}},"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"367":{"tf":1.0},"373":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"486":{"tf":2.449489742783178}}}},"t":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":1.0},"259":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"162":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"g":{"_":{"a":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"276":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"p":{"1":{"4":{"df":1,"docs":{"617":{"tf":1.0}}},"7":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"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":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"637":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"239":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"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":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"225":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"225":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"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":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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"276":{"tf":1.0},"610":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"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":{},"u":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}}}}},"n":{"3":{"d":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"286":{"tf":1.0},"318":{"tf":1.7320508075688772},"366":{"tf":1.4142135623730951},"418":{"tf":1.0},"423":{"tf":1.7320508075688772},"425":{"tf":1.0},"430":{"tf":1.0},"443":{"tf":2.0},"452":{"tf":1.0},"561":{"tf":2.0},"562":{"tf":2.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":2.0},"615":{"tf":1.0},"635":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}},"y":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"147":{"tf":2.449489742783178},"18":{"tf":2.8284271247461903},"2":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"490":{"tf":1.0},"513":{"tf":1.0},"668":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"221":{"tf":1.0},"389":{"tf":1.0},"541":{"tf":1.0},"659":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{"df":5,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"174":{"tf":1.0},"395":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"254":{"tf":1.0},"258":{"tf":1.0},"313":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"683":{"tf":1.0},"696":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"194":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"373":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"369":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.0},"546":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"374":{"tf":1.0},"517":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"395":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"629":{"tf":1.0},"684":{"tf":1.0},"748":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"c":{"df":56,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.6457513110645907},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"352":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.0},"53":{"tf":1.0},"534":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":2.23606797749979},"719":{"tf":2.23606797749979},"72":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"5":{"1":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"476":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":6,"docs":{"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.7320508075688772},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"471":{"tf":1.0},"472":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"472":{"tf":1.0},"643":{"tf":1.0}}}}},"df":28,"docs":{"249":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"338":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"467":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":2.23606797749979},"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"591":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"701":{"tf":1.0},"707":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":2.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"381":{"tf":1.0},"397":{"tf":1.0},"691":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":57,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.7320508075688772},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.4142135623730951},"436":{"tf":1.0},"438":{"tf":1.4142135623730951},"447":{"tf":1.0},"454":{"tf":1.4142135623730951},"486":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"571":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"639":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"740":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":12,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"374":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"631":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}}}}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"530":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}}}},"r":{"d":{"df":19,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"17":{"tf":1.0},"225":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"426":{"tf":1.0},"507":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"69":{"tf":1.0},"711":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":57,"docs":{"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":2.0},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"309":{"tf":1.0},"338":{"tf":1.0},"356":{"tf":1.0},"373":{"tf":2.0},"395":{"tf":1.0},"405":{"tf":1.0},"486":{"tf":1.0},"527":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"562":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.0},"643":{"tf":1.0},"707":{"tf":1.0},"73":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"128":{"tf":1.0},"355":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"0":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772}}},"1":{"df":2,"docs":{"405":{"tf":2.8284271247461903},"406":{"tf":2.449489742783178}}},"2":{"5":{"df":1,"docs":{"405":{"tf":3.605551275463989}}},"df":2,"docs":{"405":{"tf":3.7416573867739413},"406":{"tf":2.23606797749979}}},"3":{"df":2,"docs":{"405":{"tf":5.0},"406":{"tf":5.196152422706632}}},"4":{"df":1,"docs":{"405":{"tf":4.358898943540674}}},"5":{"df":1,"docs":{"405":{"tf":4.242640687119285}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"405":{"tf":1.0},"406":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":51,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":4.0},"249":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"254":{"tf":3.872983346207417},"268":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.7320508075688772},"315":{"tf":1.7320508075688772},"335":{"tf":2.449489742783178},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"342":{"tf":2.23606797749979},"368":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":2.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":2.23606797749979},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":2.0},"699":{"tf":2.449489742783178},"747":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"254":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"254":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"543":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"225":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"281":{"tf":1.4142135623730951},"596":{"tf":1.0},"691":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"14":{"tf":1.0},"585":{"tf":1.0}}}},"y":{"df":1,"docs":{"428":{"tf":1.0}}}},"c":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"254":{"tf":1.0},"608":{"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":1,"docs":{"608":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"608":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"'":{"df":7,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"359":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}},"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"349":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"659":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"332":{"tf":1.0},"352":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"352":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"2":{":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"331":{"tf":1.0},"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"242":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"653":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"331":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"338":{"tf":1.0},"664":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"332":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"337":{"tf":1.0},"338":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"332":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},"3":{"df":1,"docs":{"653":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"373":{"tf":1.0},"378":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"639":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"343":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"653":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":5,"docs":{"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"342":{"tf":1.0},"384":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"342":{"tf":1.0},"375":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":3,"docs":{"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"334":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"375":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"649":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"338":{"tf":1.0},"375":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"334":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"334":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"391":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"645":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"334":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"391":{"tf":1.0}}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"517":{"tf":1.0},"653":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"385":{"tf":1.0},"391":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"445":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"342":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"381":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"516":{"tf":1.0},"653":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":70,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":2.0},"124":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"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.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":3.0},"146":{"tf":1.0},"147":{"tf":3.4641016151377544},"149":{"tf":1.4142135623730951},"150":{"tf":2.8284271247461903},"151":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"288":{"tf":1.0},"346":{"tf":1.4142135623730951},"355":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.7320508075688772},"48":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.0},"510":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"639":{"tf":1.0},"651":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.0},"724":{"tf":2.449489742783178},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"370":{"tf":1.4142135623730951},"734":{"tf":1.0}}}}}}},"df":21,"docs":{"108":{"tf":1.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"250":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"367":{"tf":1.0},"369":{"tf":2.449489742783178},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"508":{"tf":2.449489742783178},"511":{"tf":1.7320508075688772},"727":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":18,"docs":{"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"470":{"tf":2.0},"471":{"tf":1.0},"474":{"tf":3.4641016151377544},"476":{"tf":3.3166247903554},"478":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"59":{"tf":2.6457513110645907},"62":{"tf":1.0},"625":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":2.0}}}}},"→":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"230":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"373":{"tf":1.0},"447":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"138":{"tf":1.0},"253":{"tf":1.0},"360":{"tf":1.0},"412":{"tf":1.0},"447":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"671":{"tf":1.0},"82":{"tf":1.0}}}}},"l":{"df":2,"docs":{"687":{"tf":1.0},"748":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"236":{"tf":1.4142135623730951}}}}}}}}},"df":10,"docs":{"113":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"335":{"tf":1.7320508075688772},"337":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}},"1":{"6":{"df":7,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"466":{"tf":2.23606797749979},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"587":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"14":{"tf":1.7320508075688772},"236":{"tf":1.0},"254":{"tf":1.0},"311":{"tf":1.0},"344":{"tf":1.7320508075688772},"384":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"596":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":7,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"332":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0},"547":{"tf":3.3166247903554}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":25,"docs":{"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"270":{"tf":2.6457513110645907},"271":{"tf":1.0},"272":{"tf":2.23606797749979},"273":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772},"339":{"tf":1.0},"359":{"tf":3.605551275463989},"360":{"tf":1.4142135623730951},"368":{"tf":1.0},"386":{"tf":1.0},"508":{"tf":3.3166247903554},"517":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":1.0},"562":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":2.0},"729":{"tf":1.0},"748":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"249":{"tf":2.0},"254":{"tf":1.4142135623730951},"591":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":39,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.7320508075688772},"235":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"359":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"388":{"tf":2.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.7320508075688772},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"430":{"tf":1.0},"431":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"513":{"tf":1.0},"613":{"tf":1.0},"655":{"tf":1.0},"739":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"2":{"0":{"2":{"2":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"/":{"1":{"4":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"3":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"c":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":2.449489742783178},"2":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.23606797749979},"230":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.0},"4":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"241":{"tf":1.0}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"354":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"89":{"tf":1.0}}}}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"386":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"684":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":2.23606797749979},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"226":{"tf":1.0},"366":{"tf":1.0},"381":{"tf":1.0},"466":{"tf":1.4142135623730951},"59":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"355":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":9,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"282":{"tf":2.0},"283":{"tf":1.4142135623730951},"284":{"tf":2.6457513110645907},"285":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"580":{"tf":1.0},"631":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"446":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"533":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"170":{"tf":1.0},"647":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"h":{"df":28,"docs":{"120":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"361":{"tf":1.0},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.4142135623730951},"715":{"tf":1.0},"716":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.7320508075688772},"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"381":{"tf":1.0},"390":{"tf":1.0},"444":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"536":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"447":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"391":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":184,"docs":{"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.0},"22":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"286":{"tf":2.23606797749979},"288":{"tf":1.0},"29":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"307":{"tf":1.0},"31":{"tf":1.4142135623730951},"314":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"380":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"395":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.8284271247461903},"447":{"tf":1.0},"451":{"tf":2.449489742783178},"452":{"tf":2.449489742783178},"453":{"tf":2.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.449489742783178},"475":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":2.0},"480":{"tf":1.0},"481":{"tf":1.4142135623730951},"482":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"497":{"tf":2.23606797749979},"498":{"tf":1.0},"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772},"501":{"tf":1.0},"502":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.7320508075688772},"583":{"tf":1.0},"585":{"tf":1.0},"590":{"tf":1.0},"595":{"tf":1.0},"60":{"tf":1.0},"610":{"tf":2.23606797749979},"613":{"tf":1.7320508075688772},"615":{"tf":2.23606797749979},"617":{"tf":2.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":2.449489742783178},"633":{"tf":2.0},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.449489742783178},"643":{"tf":2.0},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":3.3166247903554},"655":{"tf":3.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"662":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"695":{"tf":1.0},"697":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"707":{"tf":2.0},"708":{"tf":1.4142135623730951},"713":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"737":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"577":{"tf":1.0},"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"536":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"389":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"427":{"tf":1.0},"462":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.7320508075688772},"725":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"473":{"tf":1.7320508075688772},"86":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"701":{"tf":1.0},"710":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"475":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"235":{"tf":1.0},"238":{"tf":1.0},"282":{"tf":2.23606797749979},"283":{"tf":1.4142135623730951},"284":{"tf":2.0},"285":{"tf":2.0},"286":{"tf":1.0},"306":{"tf":1.7320508075688772},"373":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.7320508075688772},"510":{"tf":2.8284271247461903},"511":{"tf":2.6457513110645907},"513":{"tf":1.0},"514":{"tf":1.4142135623730951},"525":{"tf":1.0},"541":{"tf":1.4142135623730951},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"568":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":18,"docs":{"142":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"432":{"tf":1.0},"510":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"253":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":2.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"253":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"236":{"tf":1.0},"244":{"tf":1.0},"284":{"tf":1.0},"342":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"236":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"380":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"501":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"16":{"tf":1.4142135623730951},"178":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":47,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"694":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"328":{"tf":1.4142135623730951},"452":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.7320508075688772}}}}}}}}}}},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"b":{"df":6,"docs":{"230":{"tf":1.7320508075688772},"244":{"tf":1.0},"382":{"tf":1.0},"566":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":5,"docs":{"432":{"tf":1.0},"447":{"tf":1.0},"512":{"tf":1.0},"517":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":2.0},"491":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"302":{"tf":1.4142135623730951},"325":{"tf":1.0},"333":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.4142135623730951},"511":{"tf":1.0},"541":{"tf":1.0},"585":{"tf":1.0},"627":{"tf":1.0},"671":{"tf":1.0}},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"111":{"tf":1.7320508075688772},"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.4142135623730951},"242":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"525":{"tf":2.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"88":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"325":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"585":{"tf":1.0},"687":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.4142135623730951},"468":{"tf":1.0},"505":{"tf":1.7320508075688772}}}}}},"c":{"df":1,"docs":{"621":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"1":{"6":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"359":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"623":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"1":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"1":{"df":1,"docs":{"370":{"tf":1.0}}},"2":{"df":1,"docs":{"374":{"tf":1.0}}},"3":{"df":1,"docs":{"381":{"tf":1.0}}},"4":{"df":1,"docs":{"382":{"tf":1.0}}},"5":{"df":1,"docs":{"382":{"tf":1.0}}},"6":{"df":1,"docs":{"382":{"tf":1.0}}},"7":{"df":1,"docs":{"384":{"tf":1.0}}},"8":{"df":1,"docs":{"385":{"tf":1.0}}},"9":{"df":1,"docs":{"391":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"2":{"df":1,"docs":{"564":{"tf":1.0}}},"3":{"df":1,"docs":{"564":{"tf":1.0}}},"4":{"df":1,"docs":{"565":{"tf":1.0}}},"5":{"df":1,"docs":{"565":{"tf":1.0}}},"6":{"df":1,"docs":{"566":{"tf":1.0}}},"7":{"df":1,"docs":{"444":{"tf":1.0}}},"8":{"df":1,"docs":{"472":{"tf":1.0}}},"9":{"df":1,"docs":{"486":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"496":{"tf":1.0}}},"3":{"df":1,"docs":{"524":{"tf":1.0}}},"4":{"df":1,"docs":{"524":{"tf":1.0}}},"5":{"df":1,"docs":{"587":{"tf":1.0}}},"df":1,"docs":{"335":{"tf":1.0}}},"4":{"df":1,"docs":{"335":{"tf":1.0}}},"5":{"df":1,"docs":{"336":{"tf":1.0}}},"6":{"df":1,"docs":{"338":{"tf":1.0}}},"7":{"df":1,"docs":{"339":{"tf":1.0}}},"8":{"df":1,"docs":{"339":{"tf":1.0}}},"9":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"1":{"df":1,"docs":{"494":{"tf":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":{"162":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":321,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.4142135623730951},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.4142135623730951},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.4142135623730951},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.4142135623730951},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.4142135623730951},"580":{"tf":1.0},"581":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.4142135623730951},"589":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":8,"docs":{"178":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.8284271247461903},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.8284271247461903},"2":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"4":{"tf":1.0},"514":{"tf":1.0},"747":{"tf":2.0},"748":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.0},"499":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"188":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":3.605551275463989},"254":{"tf":1.0},"532":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"514":{"tf":1.0},"664":{"tf":1.0},"77":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"664":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"254":{"tf":1.4142135623730951},"332":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":47,"docs":{"111":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"194":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"39":{"tf":1.7320508075688772},"390":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":2.0},"587":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"645":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.0},"71":{"tf":1.0},"711":{"tf":1.4142135623730951},"713":{"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":4.0},"79":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"276":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.7320508075688772},"613":{"tf":1.0},"724":{"tf":1.0}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}}}},"t":{"df":0,"docs":{},"´":{"df":4,"docs":{"230":{"tf":1.0},"239":{"tf":1.0},"254":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"740":{"tf":1.0}}}},"i":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"249":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"390":{"tf":1.0},"672":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"244":{"tf":1.0},"249":{"tf":1.7320508075688772},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"446":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"338":{"tf":1.0},"717":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":30,"docs":{"14":{"tf":1.0},"188":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":2.8284271247461903},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":3.1622776601683795},"343":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":2.6457513110645907},"398":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.4142135623730951},"687":{"tf":1.0},"727":{"tf":1.0},"743":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"372":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"111":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"395":{"tf":1.0},"513":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"613":{"tf":1.0}}}}}}}}},"u":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":17,"docs":{"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":2.0},"390":{"tf":1.7320508075688772},"391":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":33,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"405":{"tf":1.0},"466":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"557":{"tf":1.0},"585":{"tf":1.4142135623730951},"599":{"tf":1.0},"606":{"tf":1.4142135623730951},"627":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.4142135623730951},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"729":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}}},"r":{"df":5,"docs":{"254":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":2.449489742783178},"450":{"tf":1.4142135623730951},"664":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"138":{"tf":1.7320508075688772},"273":{"tf":1.0},"367":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"513":{"tf":1.4142135623730951},"653":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":2.0},"734":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":3.4641016151377544}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"428":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"544":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.6457513110645907},"250":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"108":{"tf":1.4142135623730951},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"281":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"747":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"45":{"tf":1.0},"748":{"tf":1.0}}}}}}},"p":{"df":7,"docs":{"149":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"391":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"508":{"tf":1.0}}},"k":{"df":14,"docs":{"23":{"tf":1.0},"368":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":2.449489742783178},"393":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0},"736":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"127":{"tf":2.0},"142":{"tf":2.23606797749979},"747":{"tf":3.4641016151377544},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"254":{"tf":1.0},"293":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"481":{"tf":1.0},"669":{"tf":1.0},"736":{"tf":1.0}},"t":{"df":4,"docs":{"329":{"tf":1.4142135623730951},"452":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"162":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.7320508075688772},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.0},"623":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"323":{"tf":1.0},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"580":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"486":{"tf":2.6457513110645907},"487":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"77":{"tf":1.7320508075688772}}}}}}}}},"c":{"df":3,"docs":{"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"364":{"tf":1.0},"729":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":42,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":2.0},"239":{"tf":2.0},"249":{"tf":3.605551275463989},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"362":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"476":{"tf":2.0},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.23606797749979},"525":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.0},"710":{"tf":1.0}}}}}}},"i":{"df":7,"docs":{"281":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"729":{"tf":1.0},"741":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"392":{"tf":1.0},"575":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"469":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.0},"560":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"703":{"tf":2.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}},"s":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}},"r":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"_":{"1":{"df":1,"docs":{"209":{"tf":1.0}}},"2":{"df":1,"docs":{"209":{"tf":1.0}}},"3":{"df":1,"docs":{"224":{"tf":1.0}}},"4":{"df":1,"docs":{"230":{"tf":1.0}}},"5":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":123,"docs":{"116":{"tf":1.0},"121":{"tf":1.7320508075688772},"138":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":2.6457513110645907},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.6457513110645907},"248":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"680":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"12":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"629":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"233":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.7320508075688772},"336":{"tf":1.4142135623730951},"341":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"396":{"tf":1.0},"448":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"522":{"tf":1.0},"699":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"514":{"tf":2.0}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":46,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"373":{"tf":1.0},"426":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"533":{"tf":1.4142135623730951},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"569":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":2.23606797749979},"619":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"705":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"20":{"tf":1.0},"209":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.0},"738":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{".":{"df":1,"docs":{"747":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"178":{"tf":1.0},"200":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"d":{"df":14,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":2.6457513110645907},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"281":{"tf":1.4142135623730951},"366":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"547":{"tf":1.0},"593":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"s":{"c":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"277":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"524":{"tf":1.0},"621":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"9":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"3":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":83,"docs":{"117":{"tf":1.7320508075688772},"19":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"32":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.7320508075688772},"398":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"423":{"tf":1.0},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.0},"452":{"tf":1.7320508075688772},"463":{"tf":1.0},"466":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"537":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"541":{"tf":2.23606797749979},"559":{"tf":1.0},"56":{"tf":1.0},"561":{"tf":1.7320508075688772},"562":{"tf":1.4142135623730951},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.7320508075688772},"685":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"732":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":5,"docs":{"235":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"547":{"tf":1.0},"569":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{")":{"1":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"529":{"tf":1.0},"540":{"tf":2.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"393":{"tf":1.0}}}}}},"df":1,"docs":{"429":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"368":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"360":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"254":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0},"606":{"tf":1.0},"619":{"tf":1.0}}}}},"r":{"df":23,"docs":{"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.8284271247461903},"150":{"tf":1.0},"178":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"566":{"tf":1.0},"639":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"723":{"tf":1.0},"725":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"374":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"230":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"345":{"tf":2.0},"359":{"tf":4.795831523312719},"360":{"tf":2.23606797749979},"366":{"tf":1.0},"748":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"637":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"234":{"tf":1.7320508075688772},"281":{"tf":1.0},"349":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"714":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":66,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"324":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"379":{"tf":2.0},"380":{"tf":2.6457513110645907},"381":{"tf":4.358898943540674},"382":{"tf":1.4142135623730951},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":2.6457513110645907},"392":{"tf":3.1622776601683795},"445":{"tf":1.0},"452":{"tf":1.0},"458":{"tf":2.23606797749979},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"508":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":2.23606797749979},"582":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"711":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.4142135623730951},"734":{"tf":1.0},"739":{"tf":2.6457513110645907},"747":{"tf":1.7320508075688772},"748":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"225":{"tf":1.0},"359":{"tf":1.0},"426":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"343":{"tf":1.0},"356":{"tf":1.0},"496":{"tf":1.0},"547":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"296":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.0}}}},"o":{"a":{"d":{"df":3,"docs":{"354":{"tf":1.7320508075688772},"585":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"395":{"tf":1.0},"738":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":30,"docs":{"230":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"375":{"tf":1.0},"587":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"700":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":55,"docs":{"111":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"254":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":2.0},"384":{"tf":1.0},"397":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"474":{"tf":1.0},"502":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"631":{"tf":1.4142135623730951},"655":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"139":{"tf":1.0},"284":{"tf":1.0},"366":{"tf":1.0},"625":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"s":{"/":{"df":0,"docs":{},"k":{"b":{"/":{"2":{"9":{"9":{"9":{"2":{"2":{"6":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"g":{"df":35,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"32":{"tf":1.0},"373":{"tf":1.4142135623730951},"468":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"639":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}}},"df":296,"docs":{"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":4.242640687119285},"128":{"tf":2.6457513110645907},"129":{"tf":2.0},"130":{"tf":2.23606797749979},"131":{"tf":2.0},"132":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":2.449489742783178},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":2.449489742783178},"15":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"16":{"tf":2.8284271247461903},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"191":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.23606797749979},"219":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"279":{"tf":1.0},"281":{"tf":2.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":2.23606797749979},"355":{"tf":1.7320508075688772},"357":{"tf":1.0},"359":{"tf":3.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":2.449489742783178},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"385":{"tf":2.23606797749979},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"399":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"432":{"tf":1.7320508075688772},"434":{"tf":1.4142135623730951},"444":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"469":{"tf":2.0},"473":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":2.449489742783178},"511":{"tf":2.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"535":{"tf":1.4142135623730951},"539":{"tf":2.0},"540":{"tf":1.4142135623730951},"541":{"tf":2.0},"543":{"tf":1.4142135623730951},"547":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"566":{"tf":1.7320508075688772},"57":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"578":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":2.0},"659":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"68":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.7320508075688772},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":2.6457513110645907},"715":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.4142135623730951},"724":{"tf":2.6457513110645907},"727":{"tf":1.4142135623730951},"730":{"tf":2.0},"738":{"tf":1.4142135623730951},"740":{"tf":2.23606797749979},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":2.0},"91":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"438":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":71,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"14":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"186":{"tf":1.7320508075688772},"221":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"339":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.7320508075688772},"389":{"tf":1.0},"413":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.7320508075688772},"441":{"tf":1.7320508075688772},"442":{"tf":1.4142135623730951},"45":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"475":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":2.0},"519":{"tf":2.449489742783178},"520":{"tf":2.449489742783178},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"559":{"tf":1.0},"566":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"665":{"tf":1.7320508075688772},"667":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.4142135623730951},"7":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.7320508075688772},"748":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}},"s":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"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":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"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":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"470":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"476":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":3,"docs":{"508":{"tf":1.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"349":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"462":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"1":{"6":{"df":3,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"608":{"tf":1.0}}},"df":6,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"613":{"tf":1.0},"748":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"359":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{".":{"0":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"8":{".":{"1":{"0":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"0":{".":{"1":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"3":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"5":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"9":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"0":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":34,"docs":{"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"365":{"tf":1.0},"391":{"tf":1.0},"41":{"tf":1.7320508075688772},"462":{"tf":1.0},"467":{"tf":1.0},"486":{"tf":1.0},"557":{"tf":1.0},"591":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"701":{"tf":1.0},"711":{"tf":2.23606797749979},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":51,"docs":{"234":{"tf":2.23606797749979},"235":{"tf":2.449489742783178},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":3.4641016151377544},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"269":{"tf":1.4142135623730951},"338":{"tf":1.0},"342":{"tf":1.0},"367":{"tf":2.0},"368":{"tf":1.7320508075688772},"369":{"tf":2.6457513110645907},"370":{"tf":2.23606797749979},"372":{"tf":2.23606797749979},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.7320508075688772},"378":{"tf":2.449489742783178},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"447":{"tf":1.7320508075688772},"463":{"tf":1.0},"473":{"tf":1.0},"480":{"tf":1.0},"486":{"tf":2.6457513110645907},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"502":{"tf":1.0},"508":{"tf":2.449489742783178},"513":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.4142135623730951},"533":{"tf":2.0},"572":{"tf":1.4142135623730951},"582":{"tf":1.0},"608":{"tf":1.4142135623730951},"655":{"tf":1.0},"657":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":2.0},"703":{"tf":3.0},"727":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":2.8284271247461903}}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"225":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.4142135623730951},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"562":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"339":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"703":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"238":{"tf":2.0},"447":{"tf":1.4142135623730951},"55":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"\"":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"366":{"tf":1.7320508075688772},"691":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"21":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"465":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"91":{"tf":1.0}}},"s":{"a":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"351":{"tf":1.0}}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"=":{"\"":{"1":{".":{"0":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":117,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":2.23606797749979},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":2.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.449489742783178},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":2.23606797749979},"364":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"395":{"tf":1.0},"428":{"tf":1.0},"436":{"tf":1.0},"46":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.0},"589":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":5.5677643628300215},"605":{"tf":1.7320508075688772},"606":{"tf":2.0},"607":{"tf":1.7320508075688772},"608":{"tf":2.0},"609":{"tf":1.7320508075688772},"610":{"tf":2.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":2.8284271247461903},"616":{"tf":1.7320508075688772},"617":{"tf":2.6457513110645907},"618":{"tf":1.7320508075688772},"619":{"tf":2.23606797749979},"620":{"tf":1.7320508075688772},"621":{"tf":2.8284271247461903},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772},"626":{"tf":1.7320508075688772},"627":{"tf":2.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772},"636":{"tf":1.7320508075688772},"637":{"tf":2.0},"638":{"tf":1.7320508075688772},"639":{"tf":2.23606797749979},"640":{"tf":1.7320508075688772},"641":{"tf":2.449489742783178},"642":{"tf":1.7320508075688772},"643":{"tf":2.23606797749979},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772},"646":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772},"648":{"tf":1.7320508075688772},"649":{"tf":2.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"652":{"tf":1.7320508075688772},"653":{"tf":2.0},"654":{"tf":1.7320508075688772},"655":{"tf":2.23606797749979},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772},"690":{"tf":1.7320508075688772},"691":{"tf":2.23606797749979},"692":{"tf":1.7320508075688772},"696":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"708":{"tf":1.4142135623730951},"710":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.7320508075688772},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"724":{"tf":3.7416573867739413},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"730":{"tf":2.449489742783178},"738":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":29,"docs":{"145":{"tf":1.7320508075688772},"249":{"tf":1.0},"354":{"tf":2.23606797749979},"373":{"tf":1.7320508075688772},"386":{"tf":1.0},"397":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"449":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"549":{"tf":1.0},"557":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"580":{"tf":1.0},"619":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":3.1622776601683795},"246":{"tf":1.0},"336":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"w":{"df":34,"docs":{"11":{"tf":1.0},"14":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.8284271247461903},"316":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.4142135623730951},"411":{"tf":1.7320508075688772},"412":{"tf":1.4142135623730951},"413":{"tf":1.4142135623730951},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":2.23606797749979},"463":{"tf":2.0},"488":{"tf":1.0},"493":{"tf":1.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.7320508075688772},"541":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"643":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"70":{"tf":1.7320508075688772},"711":{"tf":1.0},"78":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":22,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"4":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"525":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"748":{"tf":2.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"230":{"tf":1.0},"368":{"tf":1.4142135623730951},"438":{"tf":1.0},"466":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":2,"docs":{"512":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"437":{"tf":1.0},"441":{"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":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.0},"230":{"tf":1.0},"318":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.7320508075688772},"397":{"tf":1.0},"423":{"tf":1.0},"49":{"tf":1.7320508075688772},"562":{"tf":1.0},"585":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":2.0}}}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"469":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"*":{"*":{")":{"&":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.449489742783178},"252":{"tf":2.23606797749979},"253":{"tf":2.0},"254":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":2.6457513110645907},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.0},"623":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"491":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"72":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"_":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"623":{"tf":1.0}},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":2.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"3":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.0}}}}},"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":1,"docs":{"226":{"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":{},"m":{"d":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"268":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":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":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"230":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":5,"docs":{"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"619":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"149":{"tf":1.4142135623730951},"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"59":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"530":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"276":{"tf":1.0},"623":{"tf":1.0}}}}},"df":16,"docs":{"39":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"276":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":3,"docs":{"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"238":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"450":{"tf":1.0},"681":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"498":{"tf":1.0}}},"3":{"df":1,"docs":{"522":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"606":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"344":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"249":{"tf":2.0},"344":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"606":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"504":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"546":{"tf":1.4142135623730951}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"508":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"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":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"551":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"589":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"585":{"tf":1.0},"587":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"543":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"549":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"580":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"513":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"583":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"589":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"*":{")":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"239":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"633":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"123":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":528,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":2.6457513110645907},"10":{"tf":1.0},"100":{"tf":2.23606797749979},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.8284271247461903},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"109":{"tf":2.23606797749979},"11":{"tf":2.8284271247461903},"110":{"tf":2.449489742783178},"111":{"tf":2.23606797749979},"112":{"tf":2.23606797749979},"113":{"tf":2.6457513110645907},"114":{"tf":2.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":3.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903},"123":{"tf":2.6457513110645907},"124":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":4.242640687119285},"128":{"tf":2.8284271247461903},"129":{"tf":3.0},"13":{"tf":3.1622776601683795},"130":{"tf":2.0},"131":{"tf":2.23606797749979},"132":{"tf":2.0},"133":{"tf":2.6457513110645907},"134":{"tf":1.7320508075688772},"135":{"tf":2.0},"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":2.6457513110645907},"139":{"tf":1.7320508075688772},"14":{"tf":3.1622776601683795},"140":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"142":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"144":{"tf":2.8284271247461903},"145":{"tf":3.1622776601683795},"146":{"tf":2.449489742783178},"147":{"tf":2.0},"148":{"tf":2.449489742783178},"149":{"tf":3.0},"15":{"tf":2.6457513110645907},"150":{"tf":4.0},"151":{"tf":2.23606797749979},"152":{"tf":2.0},"153":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"155":{"tf":3.3166247903554},"156":{"tf":3.3166247903554},"157":{"tf":2.8284271247461903},"158":{"tf":2.449489742783178},"159":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":3.0},"163":{"tf":3.1622776601683795},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":3.4641016151377544},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"178":{"tf":3.1622776601683795},"18":{"tf":2.23606797749979},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"19":{"tf":3.3166247903554},"190":{"tf":2.449489742783178},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"2":{"tf":2.0},"20":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"207":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.0},"216":{"tf":1.7320508075688772},"218":{"tf":2.449489742783178},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":3.605551275463989},"226":{"tf":1.4142135623730951},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"230":{"tf":3.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":3.605551275463989},"263":{"tf":3.1622776601683795},"264":{"tf":3.4641016151377544},"265":{"tf":3.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.4142135623730951},"268":{"tf":3.0},"269":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":2.0},"279":{"tf":2.0},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.7320508075688772},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":2.0},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":3.605551275463989},"330":{"tf":3.605551275463989},"331":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"34":{"tf":2.449489742783178},"340":{"tf":2.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":2.449489742783178},"346":{"tf":3.0},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.0},"35":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.7320508075688772},"353":{"tf":1.0},"354":{"tf":1.7320508075688772},"355":{"tf":2.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.7320508075688772},"359":{"tf":1.0},"36":{"tf":2.23606797749979},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"362":{"tf":1.7320508075688772},"363":{"tf":2.6457513110645907},"364":{"tf":1.7320508075688772},"365":{"tf":2.0},"366":{"tf":2.0},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":2.23606797749979},"371":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":2.0},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"390":{"tf":1.7320508075688772},"394":{"tf":1.0},"399":{"tf":2.23606797749979},"4":{"tf":2.449489742783178},"40":{"tf":2.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.4142135623730951},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":2.23606797749979},"419":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"420":{"tf":1.4142135623730951},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"423":{"tf":2.0},"424":{"tf":1.4142135623730951},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"431":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":2.0},"437":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":2.23606797749979},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.7320508075688772},"444":{"tf":2.8284271247461903},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"448":{"tf":1.0},"45":{"tf":1.4142135623730951},"451":{"tf":2.449489742783178},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":2.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"483":{"tf":1.0},"484":{"tf":1.0},"489":{"tf":1.4142135623730951},"49":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":2.0},"509":{"tf":1.0},"51":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.7320508075688772},"52":{"tf":2.8284271247461903},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":2.23606797749979},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.7320508075688772},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.7320508075688772},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"570":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"580":{"tf":1.0},"581":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.7320508075688772},"598":{"tf":1.0},"6":{"tf":3.0},"60":{"tf":1.4142135623730951},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":2.0},"607":{"tf":1.0},"608":{"tf":2.0},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":2.0},"62":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":2.23606797749979},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":2.6457513110645907},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.4142135623730951},"630":{"tf":1.0},"631":{"tf":2.0},"632":{"tf":1.0},"633":{"tf":2.0},"634":{"tf":1.0},"635":{"tf":2.23606797749979},"636":{"tf":1.0},"637":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":3.3166247903554},"642":{"tf":1.0},"643":{"tf":3.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.449489742783178},"648":{"tf":1.0},"649":{"tf":2.0},"65":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":2.23606797749979},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":3.0},"656":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":2.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.0},"67":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"68":{"tf":3.1622776601683795},"688":{"tf":1.0},"69":{"tf":2.0},"690":{"tf":4.58257569495584},"691":{"tf":3.3166247903554},"692":{"tf":3.3166247903554},"693":{"tf":3.4641016151377544},"694":{"tf":2.449489742783178},"695":{"tf":2.449489742783178},"696":{"tf":2.449489742783178},"697":{"tf":2.6457513110645907},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.449489742783178},"70":{"tf":3.1622776601683795},"701":{"tf":2.23606797749979},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":2.6457513110645907},"705":{"tf":1.0},"708":{"tf":1.7320508075688772},"71":{"tf":2.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.23606797749979},"715":{"tf":4.0},"716":{"tf":2.0},"717":{"tf":2.449489742783178},"718":{"tf":2.0},"719":{"tf":3.0},"72":{"tf":1.4142135623730951},"720":{"tf":2.23606797749979},"721":{"tf":3.0},"722":{"tf":2.0},"723":{"tf":2.0},"724":{"tf":3.3166247903554},"725":{"tf":1.7320508075688772},"726":{"tf":1.7320508075688772},"727":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"732":{"tf":1.0},"74":{"tf":2.0},"745":{"tf":2.449489742783178},"746":{"tf":1.4142135623730951},"747":{"tf":2.0},"748":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"79":{"tf":2.0},"8":{"tf":2.23606797749979},"80":{"tf":3.0},"81":{"tf":2.0},"82":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"84":{"tf":3.605551275463989},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":2.6457513110645907},"97":{"tf":2.449489742783178},"98":{"tf":3.605551275463989},"99":{"tf":2.8284271247461903}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"7":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"]":{".":{"[":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":2,"docs":{"240":{"tf":1.0},"243":{"tf":1.4142135623730951}}}}}}}}},"4":{"df":6,"docs":{"117":{"tf":1.0},"284":{"tf":1.4142135623730951},"530":{"tf":1.0},"55":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":1,"docs":{"627":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":66,"docs":{"116":{"tf":2.6457513110645907},"117":{"tf":2.23606797749979},"118":{"tf":2.0},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":2.449489742783178},"149":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.7320508075688772},"17":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.4142135623730951},"186":{"tf":2.0},"194":{"tf":1.7320508075688772},"225":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"274":{"tf":1.0},"277":{"tf":1.7320508075688772},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"524":{"tf":1.0},"529":{"tf":1.4142135623730951},"535":{"tf":1.4142135623730951},"539":{"tf":2.0},"57":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"641":{"tf":2.0},"643":{"tf":2.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"689":{"tf":1.0},"7":{"tf":1.4142135623730951},"748":{"tf":1.0},"88":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"i":{"df":3,"docs":{"140":{"tf":1.0},"393":{"tf":1.4142135623730951},"705":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"536":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":1,"docs":{"226":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"163":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"623":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"610":{"tf":1.0},"637":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"352":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":4,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"637":{"tf":1.0}}}},"w":{"6":{"4":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":38,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.7320508075688772},"361":{"tf":1.0},"391":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"468":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.0},"48":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":2.8284271247461903},"510":{"tf":1.0},"511":{"tf":2.0},"536":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"547":{"tf":1.0},"560":{"tf":1.0},"574":{"tf":1.0},"643":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":1.4142135623730951},"715":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"726":{"tf":1.4142135623730951},"729":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":11,"docs":{"368":{"tf":1.0},"374":{"tf":1.0},"405":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":2.0},"608":{"tf":2.0},"615":{"tf":1.0},"619":{"tf":1.0},"78":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"a":{"b":{"df":8,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":61,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"350":{"tf":1.4142135623730951},"359":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"490":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"606":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":1.4142135623730951},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":1,"docs":{"162":{"tf":1.0}},"e":{"b":{"df":3,"docs":{"162":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"128":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":12,"docs":{"16":{"tf":1.0},"170":{"tf":1.0},"342":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.0},"469":{"tf":1.0},"487":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"_":{"1":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"2":{"df":1,"docs":{"63":{"tf":1.0}}},"3":{"df":1,"docs":{"64":{"tf":1.0}}},"4":{"df":1,"docs":{"66":{"tf":1.0}}},"5":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}},"6":{"df":1,"docs":{"70":{"tf":1.0}}},"7":{"df":1,"docs":{"75":{"tf":1.0}}},"8":{"df":1,"docs":{"75":{"tf":1.0}}},"9":{"df":1,"docs":{"75":{"tf":1.0}}},"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"1":{"df":1,"docs":{"77":{"tf":1.0}}},"2":{"df":1,"docs":{"78":{"tf":1.0}}},"3":{"df":1,"docs":{"79":{"tf":1.0}}},"4":{"df":1,"docs":{"81":{"tf":1.0}}},"5":{"df":1,"docs":{"82":{"tf":1.0}}},"6":{"df":1,"docs":{"83":{"tf":1.0}}},"7":{"df":1,"docs":{"83":{"tf":1.0}}},"8":{"df":1,"docs":{"84":{"tf":1.0}}},"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{"df":1,"docs":{"88":{"tf":1.0}}},"5":{"df":1,"docs":{"117":{"tf":1.0}}},"6":{"df":1,"docs":{"118":{"tf":1.0}}},"7":{"df":1,"docs":{"119":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"62":{"tf":1.0}}},"4":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}},"5":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}},"7":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"14":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"321":{"tf":1.0},"359":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"574":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"739":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"606":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"641":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"d":{"b":{"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":90,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":3.1622776601683795},"178":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.449489742783178},"230":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"39":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":2.0},"425":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"434":{"tf":2.0},"437":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"448":{"tf":1.0},"462":{"tf":2.0},"488":{"tf":1.0},"49":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"530":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.0},"557":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"606":{"tf":1.0},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.449489742783178},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"701":{"tf":1.0},"71":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0},"75":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.0}},"s":{"df":0,"docs":{},"x":{"df":1,"docs":{"538":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"x":{"6":{"4":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":7,"docs":{"355":{"tf":1.0},"359":{"tf":1.0},"371":{"tf":1.0},"427":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"631":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"705":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"450":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"208":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"373":{"tf":1.7320508075688772},"390":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"450":{"tf":1.0},"551":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.7320508075688772},"683":{"tf":1.4142135623730951},"684":{"tf":1.0},"732":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"430":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"242":{"tf":1.0},"525":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":60,"docs":{"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":1.0},"264":{"tf":1.0},"300":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"470":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"511":{"tf":1.4142135623730951},"529":{"tf":1.0},"531":{"tf":1.4142135623730951},"6":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.4142135623730951},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"698":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"88":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":26,"docs":{"286":{"tf":1.0},"294":{"tf":1.4142135623730951},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"685":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"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":1,"docs":{"366":{"tf":1.0}}}}}}}}},"df":9,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"193":{"tf":1.0},"279":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0}},"’":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"339":{"tf":1.0},"368":{"tf":1.0},"501":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":56,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":2.23606797749979},"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":1.7320508075688772},"156":{"tf":1.0},"17":{"tf":1.0},"249":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.7320508075688772},"33":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"46":{"tf":1.7320508075688772},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"629":{"tf":1.7320508075688772},"631":{"tf":2.8284271247461903},"633":{"tf":2.0},"635":{"tf":2.0},"637":{"tf":2.449489742783178},"639":{"tf":2.449489742783178},"641":{"tf":2.0},"643":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.4142135623730951},"655":{"tf":1.7320508075688772},"691":{"tf":1.0},"98":{"tf":2.8284271247461903},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"174":{"tf":1.0},"188":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.0},"436":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"496":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"596":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"575":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0},"743":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":5,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"241":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"6":{"4":{"df":5,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"428":{"tf":2.8284271247461903},"608":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"6":{")":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"6":{"4":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.23606797749979},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"171":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"649":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":17,"docs":{"114":{"tf":1.0},"169":{"tf":1.0},"213":{"tf":1.7320508075688772},"222":{"tf":1.0},"230":{"tf":1.0},"49":{"tf":1.4142135623730951},"529":{"tf":1.0},"532":{"tf":1.7320508075688772},"536":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":2.23606797749979},"39":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"502":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":2.0},"520":{"tf":2.0},"525":{"tf":1.4142135623730951},"530":{"tf":1.0},"539":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":11,"docs":{"117":{"tf":1.0},"424":{"tf":1.0},"430":{"tf":1.0},"45":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"517":{"tf":2.23606797749979},"621":{"tf":2.0},"653":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"519":{"tf":1.0}}},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":2.449489742783178},"519":{"tf":2.6457513110645907},"520":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":4,"docs":{"437":{"tf":1.0},"440":{"tf":1.4142135623730951},"512":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{":":{":":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}},"y":{"1":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"363":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":11,"docs":{"674":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"695":{"tf":1.0},"706":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0},"744":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"369":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"251":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":11,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"338":{"tf":1.0},"478":{"tf":1.4142135623730951},"496":{"tf":2.0},"580":{"tf":1.0},"59":{"tf":1.0},"674":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"165":{"tf":1.0},"619":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"566":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"727":{"tf":1.0},"740":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}}}}},"title":{"root":{"0":{"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"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":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"742":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"137":{"tf":1.0},"198":{"tf":1.0},"29":{"tf":1.0}}},"1":{"df":2,"docs":{"138":{"tf":1.0},"30":{"tf":1.0}}},"2":{"df":2,"docs":{"139":{"tf":1.0},"31":{"tf":1.0}}},"3":{"df":2,"docs":{"140":{"tf":1.0},"32":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"142":{"tf":1.0}}},"6":{"df":1,"docs":{"143":{"tf":1.0}}},"df":12,"docs":{"128":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"242":{"tf":1.0},"252":{"tf":1.0},"280":{"tf":1.0},"690":{"tf":1.0}}},"2":{".":{"0":{"df":2,"docs":{"446":{"tf":1.0},"447":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":3,"docs":{"103":{"tf":1.0},"690":{"tf":1.0},"99":{"tf":1.0}}}},"0":{"0":{"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":2,"docs":{"660":{"tf":1.0},"661":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":2,"docs":{"658":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":2,"docs":{"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":2,"docs":{"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":2,"docs":{"652":{"tf":1.0},"653":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":2,"docs":{"650":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":2,"docs":{"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":2,"docs":{"646":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":2,"docs":{"644":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":2,"docs":{"642":{"tf":1.0},"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":2,"docs":{"640":{"tf":1.0},"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":2,"docs":{"638":{"tf":1.0},"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":2,"docs":{"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":2,"docs":{"634":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":2,"docs":{"632":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":2,"docs":{"630":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":2,"docs":{"628":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":2,"docs":{"626":{"tf":1.0},"627":{"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":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":2,"docs":{"624":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":2,"docs":{"622":{"tf":1.0},"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":2,"docs":{"620":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":2,"docs":{"618":{"tf":1.0},"619":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":2,"docs":{"616":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":2,"docs":{"614":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":2,"docs":{"611":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":2,"docs":{"609":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":2,"docs":{"607":{"tf":1.0},"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":2,"docs":{"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":28,"docs":{"129":{"tf":1.0},"150":{"tf":1.0},"176":{"tf":1.0},"190":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"243":{"tf":1.0},"253":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"46":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"98":{"tf":1.0}}},"3":{".":{"0":{".":{"0":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0}}},"1":{"df":5,"docs":{"300":{"tf":1.0},"489":{"tf":1.0},"495":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0}}},"2":{"df":4,"docs":{"301":{"tf":1.0},"492":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":7,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":12,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0}}},"1":{"df":2,"docs":{"650":{"tf":1.0},"651":{"tf":1.0}}},"2":{"df":2,"docs":{"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":6,"docs":{"310":{"tf":1.0},"311":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"1":{"0":{"df":4,"docs":{"318":{"tf":1.0},"561":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"1":{"df":4,"docs":{"319":{"tf":1.0},"567":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"2":{"df":10,"docs":{"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"3":{"df":2,"docs":{"628":{"tf":1.0},"629":{"tf":1.0}}},"4":{"df":2,"docs":{"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":10,"docs":{"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"6":{"df":4,"docs":{"316":{"tf":1.0},"556":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"7":{"df":2,"docs":{"640":{"tf":1.0},"641":{"tf":1.0}}},"8":{"df":4,"docs":{"317":{"tf":1.0},"558":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0}}},"9":{"df":2,"docs":{"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":9,"docs":{"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":2,"docs":{"622":{"tf":1.0},"623":{"tf":1.0}}},"2":{"df":2,"docs":{"620":{"tf":1.0},"621":{"tf":1.0}}},"3":{"df":2,"docs":{"618":{"tf":1.0},"619":{"tf":1.0}}},"4":{"df":2,"docs":{"616":{"tf":1.0},"617":{"tf":1.0}}},"5":{"df":4,"docs":{"327":{"tf":1.0},"592":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"6":{"df":2,"docs":{"611":{"tf":1.0},"612":{"tf":1.0}}},"7":{"df":2,"docs":{"609":{"tf":1.0},"610":{"tf":1.0}}},"8":{"df":2,"docs":{"607":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":6,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"253":{"tf":1.0}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":109,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"278":{"tf":1.0},"287":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"418":{"tf":1.0},"44":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"666":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951},"745":{"tf":1.0},"747":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"r":{"d":{"df":3,"docs":{"195":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":3,"docs":{"131":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0}}},"5":{"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":2,"docs":{"133":{"tf":1.0},"25":{"tf":1.0}}},"7":{"df":2,"docs":{"134":{"tf":1.0},"26":{"tf":1.0}}},"8":{"df":4,"docs":{"135":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"9":{"df":2,"docs":{"136":{"tf":1.0},"28":{"tf":1.0}}},"a":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"503":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"415":{"tf":1.0},"416":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"694":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"252":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"317":{"tf":1.0},"468":{"tf":1.0},"558":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"281":{"tf":1.0},"719":{"tf":1.0}}}}},"d":{"df":8,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"277":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"742":{"tf":1.0}}}}}},"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"188":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"564":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"739":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":3,"docs":{"712":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"726":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0}}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"248":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"36":{"tf":1.0},"396":{"tf":1.0}}},"p":{"df":6,"docs":{"115":{"tf":1.0},"184":{"tf":1.0},"227":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"173":{"tf":1.0},"18":{"tf":1.0},"230":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"235":{"tf":1.0}}}}}},"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":2,"docs":{"288":{"tf":1.0},"345":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"404":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"707":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"662":{"tf":1.0},"707":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"313":{"tf":1.0},"548":{"tf":1.0}}}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"709":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":24,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"115":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"310":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"47":{"tf":1.0},"471":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"665":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"72":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"408":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"709":{"tf":1.0}}}}}}}}},"df":2,"docs":{"46":{"tf":1.0},"98":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"733":{"tf":1.0},"736":{"tf":1.0}}}},"df":9,"docs":{"22":{"tf":1.0},"289":{"tf":1.0},"315":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"553":{"tf":1.0},"666":{"tf":1.0}}}}},"v":{"3":{"df":2,"docs":{"46":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"737":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"361":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"329":{"tf":1.0},"341":{"tf":1.0},"601":{"tf":1.0},"664":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"738":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}}}},"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"672":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":10,"docs":{"313":{"tf":1.0},"317":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"471":{"tf":1.0},"548":{"tf":1.0},"558":{"tf":1.0},"590":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"674":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":23,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"739":{"tf":1.0}}},"s":{"df":3,"docs":{"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":16,"docs":{"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"587":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.4142135623730951},"685":{"tf":1.0},"687":{"tf":1.0},"736":{"tf":1.4142135623730951},"743":{"tf":1.0},"744":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"473":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"417":{"tf":1.0},"502":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"356":{"tf":1.0}}}}}}}}},"c":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"730":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"239":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"254":{"tf":1.0},"313":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"475":{"tf":1.0},"51":{"tf":1.0},"536":{"tf":1.0},"548":{"tf":1.0},"603":{"tf":1.0},"613":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"739":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"545":{"tf":1.0},"677":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"417":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"362":{"tf":1.0},"37":{"tf":1.0},"516":{"tf":1.0},"729":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"729":{"tf":1.0},"730":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.0},"280":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"274":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"164":{"tf":1.0},"185":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"536":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0},"744":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":1,"docs":{"352":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"738":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":1,"docs":{"447":{"tf":1.0}}},"t":{"df":10,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":1.0},"592":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"226":{"tf":1.0},"709":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"292":{"tf":1.0},"388":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"341":{"tf":1.0},"533":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"743":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"30":{"tf":1.0},"331":{"tf":1.0},"445":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"471":{"tf":1.0},"473":{"tf":1.0},"677":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"316":{"tf":1.0},"556":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"450":{"tf":1.0},"521":{"tf":1.0},"545":{"tf":1.0},"588":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"247":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"401":{"tf":1.0},"406":{"tf":1.0},"446":{"tf":1.0},"590":{"tf":1.0},"668":{"tf":1.0},"742":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"370":{"tf":1.0}}},"t":{"df":3,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"702":{"tf":1.0}}}},"y":{"df":2,"docs":{"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"532":{"tf":1.0},"538":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"566":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"328":{"tf":1.0},"598":{"tf":1.0},"686":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":11,"docs":{"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"601":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"377":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"706":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"362":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"533":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"240":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"710":{"tf":1.0},"726":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"294":{"tf":1.0},"399":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"472":{"tf":1.0},"502":{"tf":1.0},"538":{"tf":1.0},"693":{"tf":1.0},"700":{"tf":1.0},"729":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"303":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.0},"584":{"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":5,"docs":{"717":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"428":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"731":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"157":{"tf":1.0},"165":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"685":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"464":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"742":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"410":{"tf":1.0},"731":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"409":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":8,"docs":{"247":{"tf":1.0},"250":{"tf":1.0},"303":{"tf":1.0},"339":{"tf":1.0},"401":{"tf":1.0},"406":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"24":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"303":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"688":{"tf":1.0},"694":{"tf":1.0},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"740":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"309":{"tf":1.0},"526":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"693":{"tf":1.0},"697":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"739":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"320":{"tf":1.0},"570":{"tf":1.0},"73":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":46,"docs":{"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"281":{"tf":1.0},"366":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"491":{"tf":1.0},"494":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.0},"52":{"tf":1.0},"523":{"tf":1.0},"528":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"560":{"tf":1.0},"563":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"586":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"187":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"293":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"725":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"28":{"tf":1.0},"305":{"tf":1.0},"506":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"708":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"193":{"tf":1.0},"278":{"tf":1.0}}}}},"r":{"a":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"741":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"30":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"731":{"tf":1.4142135623730951},"732":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}},"s":{"df":1,"docs":{"732":{"tf":1.0}}}},"q":{"df":3,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"417":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"452":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":9,"docs":{"125":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"534":{"tf":1.0},"594":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"301":{"tf":1.0},"492":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"231":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"189":{"tf":1.0},"20":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"377":{"tf":1.0},"477":{"tf":1.0},"590":{"tf":1.0},"680":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"295":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"425":{"tf":1.0},"436":{"tf":1.0}}}},"df":6,"docs":{"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"662":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"324":{"tf":1.0},"581":{"tf":1.0},"674":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"742":{"tf":1.0}}}}}},"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":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"348":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"474":{"tf":1.0},"678":{"tf":1.0},"706":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"142":{"tf":1.0},"184":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"40":{"tf":1.0},"613":{"tf":1.0},"713":{"tf":1.0},"728":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":7,"docs":{"152":{"tf":1.0},"156":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":5,"docs":{"119":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"733":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"729":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"3":{"df":3,"docs":{"146":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"303":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"190":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":7,"docs":{"209":{"tf":1.0},"224":{"tf":1.0},"277":{"tf":1.0},"375":{"tf":1.0},"688":{"tf":1.0},"736":{"tf":1.0},"740":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"252":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"537":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"df":1,"docs":{"503":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0},"516":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"452":{"tf":1.0},"51":{"tf":1.0},"603":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":42,"docs":{"173":{"tf":1.0},"18":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"322":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"361":{"tf":1.0},"376":{"tf":1.0},"39":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"475":{"tf":1.0},"479":{"tf":1.0},"524":{"tf":1.0},"541":{"tf":1.0},"576":{"tf":1.0},"597":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"674":{"tf":1.0},"68":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"689":{"tf":1.0},"713":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"742":{"tf":1.7320508075688772},"743":{"tf":1.0},"744":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"693":{"tf":1.0}}}},"/":{"df":0,"docs":{},"o":{"df":2,"docs":{"21":{"tf":1.0},"464":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"480":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"338":{"tf":1.0},"455":{"tf":1.0},"736":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"337":{"tf":1.0},"454":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"731":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"481":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"457":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"456":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"732":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"482":{"tf":1.0}}}}}}}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"744":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"484":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"485":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"37":{"tf":1.0},"470":{"tf":1.0},"516":{"tf":1.0},"597":{"tf":1.0},"665":{"tf":1.0},"676":{"tf":1.0},"695":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"738":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"719":{"tf":1.0}}},"df":7,"docs":{"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":13,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"35":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"447":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"740":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":18,"docs":{"162":{"tf":1.0},"183":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"353":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.0},"474":{"tf":1.0},"59":{"tf":1.0},"678":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":6,"docs":{"312":{"tf":1.0},"327":{"tf":1.0},"545":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"75":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"27":{"tf":1.0},"311":{"tf":1.0},"376":{"tf":1.0},"467":{"tf":1.0},"542":{"tf":1.0},"686":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"351":{"tf":1.0},"363":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"332":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"696":{"tf":1.0}}}}}}}}},"df":7,"docs":{"238":{"tf":1.0},"258":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"720":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"428":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"740":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"706":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"702":{"tf":1.0}},"r":{"df":2,"docs":{"541":{"tf":1.0},"710":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"115":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0}},"f":{"a":{"c":{"df":17,"docs":{"186":{"tf":1.0},"240":{"tf":1.0},"267":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"322":{"tf":1.0},"347":{"tf":1.0},"358":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0},"576":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":46,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"346":{"tf":1.0},"380":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"594":{"tf":1.0}}}},"o":{"df":5,"docs":{"115":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0},"538":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"487":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"450":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"449":{"tf":1.0},"488":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"595":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"731":{"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":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"732":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"461":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"460":{"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":{"483":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"722":{"tf":1.0},"723":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"736":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"463":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"306":{"tf":1.0},"509":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"304":{"tf":1.0},"503":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"728":{"tf":1.0},"737":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"695":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"734":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"697":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"735":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"744":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"302":{"tf":1.0},"402":{"tf":1.0},"407":{"tf":1.0},"681":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"742":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"321":{"tf":1.0},"573":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"740":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":16,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"715":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"742":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"526":{"tf":1.0},"712":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":11,"docs":{"170":{"tf":1.0},"182":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"429":{"tf":1.0},"435":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"291":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"742":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"361":{"tf":1.0},"428":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"295":{"tf":1.0},"355":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"431":{"tf":1.0},"437":{"tf":1.0},"472":{"tf":1.0},"517":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":3,"docs":{"439":{"tf":1.0},"518":{"tf":1.0},"709":{"tf":1.0}},"o":{"df":9,"docs":{"169":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"426":{"tf":1.0},"433":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"743":{"tf":1.0}}}}},"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"684":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"736":{"tf":1.0}}}}}}},"p":{"df":5,"docs":{"300":{"tf":1.0},"319":{"tf":1.0},"489":{"tf":1.0},"495":{"tf":1.0},"567":{"tf":1.0}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"672":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"26":{"tf":1.0},"308":{"tf":1.0},"521":{"tf":1.0},"76":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"430":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"311":{"tf":1.0},"542":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"665":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"695":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":13,"docs":{"296":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.4142135623730951},"489":{"tf":1.0},"495":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"451":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"701":{"tf":1.0},"746":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"390":{"tf":1.0}},"l":{"df":1,"docs":{"340":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"720":{"tf":1.0},"721":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"288":{"tf":1.0},"327":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"729":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"594":{"tf":1.0}}}}}}},"df":1,"docs":{"364":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"239":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"579":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"378":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"324":{"tf":1.0},"387":{"tf":1.0},"581":{"tf":1.0},"694":{"tf":1.0},"733":{"tf":1.0},"739":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"540":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"705":{"tf":1.0},"719":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":6,"docs":{"12":{"tf":1.0},"184":{"tf":1.0},"227":{"tf":1.0},"667":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"370":{"tf":1.0},"702":{"tf":1.0},"738":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"28":{"tf":1.0},"305":{"tf":1.0},"446":{"tf":1.0},"506":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"319":{"tf":1.0},"567":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"733":{"tf":1.0},"739":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"728":{"tf":1.0},"734":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"742":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":7,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"303":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.4142135623730951},"689":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"225":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"740":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"259":{"tf":1.0},"261":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"515":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"710":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"269":{"tf":1.0},"289":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"324":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"512":{"tf":1.0},"526":{"tf":1.0},"581":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0},"733":{"tf":1.0},"736":{"tf":1.0},"739":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"735":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"733":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":24,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"694":{"tf":1.0},"733":{"tf":1.0}},"i":{"df":3,"docs":{"195":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"470":{"tf":1.0},"676":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"446":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"319":{"tf":1.0},"567":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"387":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":14,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"374":{"tf":1.0},"375":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":99,"docs":{"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"292":{"tf":1.0},"298":{"tf":1.0},"353":{"tf":1.0},"361":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"431":{"tf":1.0},"453":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"686":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.7320508075688772},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"316":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"473":{"tf":1.0},"677":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"713":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"314":{"tf":1.0},"550":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"174":{"tf":1.0},"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"302":{"tf":1.0},"307":{"tf":1.0},"512":{"tf":1.0}}}},"t":{"/":{"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":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"291":{"tf":1.0},"311":{"tf":1.0},"383":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"542":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"372":{"tf":1.0},"389":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"235":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"326":{"tf":1.0},"336":{"tf":1.0},"428":{"tf":1.0},"473":{"tf":1.0},"588":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.0},"694":{"tf":1.0},"696":{"tf":1.0},"736":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"/":{"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":2,"docs":{"329":{"tf":1.0},"601":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"249":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"669":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"291":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"325":{"tf":1.0},"584":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"184":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"40":{"tf":1.0},"532":{"tf":1.0},"534":{"tf":1.0},"692":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"448":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"358":{"tf":1.0},"728":{"tf":1.0}}}}}}}},"q":{"df":74,"docs":{"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"322":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"576":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"662":{"tf":1.0}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"673":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"247":{"tf":1.0},"687":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"250":{"tf":1.0},"258":{"tf":1.0},"668":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"373":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"747":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"445":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"693":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"738":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"307":{"tf":1.0},"31":{"tf":1.0},"424":{"tf":1.0},"512":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"190":{"tf":1.0},"262":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"475":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"682":{"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":{"158":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"369":{"tf":1.0},"424":{"tf":1.0},"517":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"303":{"tf":1.0},"317":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"171":{"tf":1.0},"297":{"tf":1.0},"326":{"tf":1.0},"451":{"tf":1.0},"49":{"tf":1.0},"588":{"tf":1.0},"730":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"24":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"728":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"744":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"703":{"tf":1.0},"728":{"tf":1.0},"732":{"tf":1.0},"737":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"720":{"tf":1.0},"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"393":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"538":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"448":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"254":{"tf":1.0}},"r":{"df":1,"docs":{"742":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"428":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"22":{"tf":1.0},"252":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"316":{"tf":1.0},"556":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"192":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{"'":{"df":2,"docs":{"196":{"tf":1.0},"719":{"tf":1.0}}},"df":35,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"278":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"4":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"747":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"718":{"tf":1.0},"722":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"247":{"tf":1.0},"249":{"tf":1.0},"666":{"tf":1.0},"724":{"tf":1.0},"736":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"744":{"tf":1.0}}}}}}}}}}}}},"df":8,"docs":{"154":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"474":{"tf":1.0},"678":{"tf":1.0},"740":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"163":{"tf":1.0},"196":{"tf":1.0},"532":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"716":{"tf":1.0},"725":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"239":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"587":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"724":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"189":{"tf":1.0},"20":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"477":{"tf":1.0},"680":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"384":{"tf":1.0},"390":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"462":{"tf":1.0},"672":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"443":{"tf":1.0},"561":{"tf":1.0},"566":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"146":{"tf":1.0},"164":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"725":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"472":{"tf":1.0},"474":{"tf":1.0},"678":{"tf":1.0},"707":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"358":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"152":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"236":{"tf":1.0},"254":{"tf":1.0},"303":{"tf":1.0},"315":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"553":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"724":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"237":{"tf":1.0},"733":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"679":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"292":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"419":{"tf":1.0},"425":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"731":{"tf":1.0}}}}}}},"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":{"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"716":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":27,"docs":{"115":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"47":{"tf":1.0},"479":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"64":{"tf":1.0},"692":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0}}}},"s":{"df":1,"docs":{"736":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"684":{"tf":1.0},"691":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"306":{"tf":1.0},"509":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"712":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"197":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"49":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"328":{"tf":1.0},"598":{"tf":1.0}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"188":{"tf":1.0},"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"742":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"739":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"39":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"254":{"tf":1.0},"340":{"tf":1.0},"743":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"377":{"tf":1.0},"667":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"392":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"601":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"742":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"121":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"200":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"693":{"tf":1.0}}},"df":13,"docs":{"24":{"tf":1.0},"303":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"540":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"125":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"721":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"729":{"tf":1.0}}}},"t":{"df":10,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"290":{"tf":1.0},"313":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"548":{"tf":1.0},"733":{"tf":1.0},"739":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"691":{"tf":1.0},"730":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"154":{"tf":1.0},"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"738":{"tf":1.0}}}},"df":43,"docs":{"126":{"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},"142":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"277":{"tf":1.0},"417":{"tf":1.0},"502":{"tf":1.0},"516":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"566":{"tf":1.0},"70":{"tf":1.0},"723":{"tf":1.0},"740":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"186":{"tf":1.0},"240":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"736":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}},"v":{"2":{"df":1,"docs":{"112":{"tf":1.0}}},"3":{"df":2,"docs":{"101":{"tf":1.0},"109":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"41":{"tf":1.0},"711":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"369":{"tf":1.0},"370":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"736":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":69,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0}}}}}}}},"i":{"a":{"df":1,"docs":{"736":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"245":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0},"462":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"713":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":1,"docs":{"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"441":{"tf":1.0}}},"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":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":130,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"278":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"345":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"418":{"tf":1.0},"44":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"46":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":1.0},"666":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":2.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"71":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951},"725":{"tf":1.0},"726":{"tf":1.0},"74":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}},"df":14,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"277":{"tf":1.0},"282":{"tf":1.0},"45":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"665":{"tf":1.0},"726":{"tf":1.0}}}},"y":{"df":1,"docs":{"739":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"725":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"168":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"427":{"tf":1.0},"434":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"410":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"531":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.0},"699":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"294":{"tf":1.0},"399":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"323":{"tf":1.0},"46":{"tf":1.0},"579":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"517":{"tf":1.0}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}}); \ No newline at end of file diff --git a/searchindex.json b/searchindex.json index 73e6f5f3..c5136e9b 100644 --- a/searchindex.json +++ b/searchindex.json @@ -1 +1 @@ -{"doc_urls":["pages/index.html#vst-home","pages/index.html#welcome-to-the-world-of-vst-3","pages/index.html#what-is-vst","pages/index.html#main-benefits-of-vst-3","pages/index.html#what-is-the-vst-3-sdk","pages/index.html#vst-3-licensing","pages/index.html#getting-started","pages/index.html#tutorials","pages/index.html#vst-3-forum","pages/index.html#technical-documentation","pages/index.html#miscellaneous","pages/What+is+VST/Index.html#what-is-vst","pages/What+is+VST/Index.html#vst-3-new-standard-for-virtual-studio-technology","pages/What+is+VST/Index.html#about-the-vst-standard","pages/What+is+VST/Index.html#from-the-technical-point-of-view","pages/What+is+VST/Use+cases.html#use-cases","pages/What+is+VST/Use+cases.html#why-use-vst-3-sdk","pages/What+is+VST/Use+cases.html#advantages-of-using-vst-3-sdk","pages/What+is+VST/Use+cases.html#examples-of-vst-3-host-applications-05102023","pages/Main+benefits+of+VST+3/Index.html#main-benefits-of-vst-3","pages/Main+benefits+of+VST+3/Index.html#1-improved-performance-with-the--silence-flag","pages/Main+benefits+of+VST+3/Index.html#2--multiple-dynamic-ios","pages/Main+benefits+of+VST+3/Index.html#3--sample-accurate-automation","pages/Main+benefits+of+VST+3/Index.html#4--logical-parameter-organization","pages/Main+benefits+of+VST+3/Index.html#5-resizeable-ui-editor","pages/Main+benefits+of+VST+3/Index.html#6-mouse-over-support","pages/Main+benefits+of+VST+3/Index.html#7--context-menu-support","pages/Main+benefits+of+VST+3/Index.html#8--channel-context-information","pages/Main+benefits+of+VST+3/Index.html#9--note-expression","pages/Main+benefits+of+VST+3/Index.html#10-3d-audio-support","pages/Main+benefits+of+VST+3/Index.html#11-factory-concept","pages/Main+benefits+of+VST+3/Index.html#12--support-remote-control-representation","pages/Main+benefits+of+VST+3/Index.html#13-others","pages/What+is+the+VST+3+SDK/Index.html#what-is-the-vst-3-sdk","pages/What+is+the+VST+3+SDK/Index.html#vst-3-sdk-explained","pages/What+is+the+VST+3+SDK/Index.html#what-is-included","pages/What+is+the+VST+3+SDK/Index.html#the-vst-3-api","pages/What+is+the+VST+3+SDK/Index.html#vst-3-implementation-helper-classes","pages/What+is+the+VST+3+SDK/Index.html#vst-3-plug-ins-examples","pages/What+is+the+VST+3+SDK/Index.html#vst-3-plug-in-test-host","pages/What+is+the+VST+3+SDK/Index.html#vst-3-project-generator","pages/What+is+the+VST+3+SDK/Index.html#validator-command-line","pages/What+is+the+VST+3+SDK/Index.html#audiohost","pages/What+is+the+VST+3+SDK/Index.html#editorhost","pages/What+is+the+VST+3+SDK/Index.html#vst-3-inspector","pages/What+is+the+VST+3+SDK/Index.html#vstgui","pages/What+is+the+VST+3+SDK/Index.html#aax-auv3-au-and-vst-2-wrappers","pages/What+is+the+VST+3+SDK/Index.html#ios-inter-app-audio-support","pages/What+is+the+VST+3+SDK/Index.html#vst-3-licensing","pages/What+is+the+VST+3+SDK/Index.html#system-requirements","pages/What+is+the+VST+3+SDK/Index.html#download-link","pages/What+is+the+VST+3+SDK/Index.html#change-history","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#vst-3-plug-in-examples","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#introduction","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#adelay","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#again","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#testchannelcontext","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#hostchecker","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#testlegacymidiccout","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#mda-plug-ins","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#note-expression-synth","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#note-expression-text","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#panner","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#pitchnames","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-prefetchable-support","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-multiple-program-changes","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-program-change","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#sync-delay","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-3-plug-in-test-host","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#introduction","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#how-to-use-it","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-player-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#audio-input","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#event-input","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-rack","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#info-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#context-menu","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#transport","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-3-plug-ins-tests-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#preset-editor","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst-3-project-generator","pages/What+is+the+VST+3+SDK/Project+Generator.html#introduction","pages/What+is+the+VST+3+SDK/Project+Generator.html#start-the-vst-3-project-generator-application","pages/What+is+the+VST+3+SDK/Project+Generator.html#locate-cmake","pages/What+is+the+VST+3+SDK/Project+Generator.html#locate-vst-sdk","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst-sdk-and-cmake-successfully-located","pages/What+is+the+VST+3+SDK/Project+Generator.html#setting-the-preferences","pages/What+is+the+VST+3+SDK/Project+Generator.html#path-preferences","pages/What+is+the+VST+3+SDK/Project+Generator.html#setting-and-creating-a-plug-in-project","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst3-project-generator-license","pages/What+is+the+VST+3+SDK/Validator.html#validator-command-line","pages/What+is+the+VST+3+SDK/Validator.html#validator-command-line-1","pages/What+is+the+VST+3+SDK/AudioHost.html#audiohost-application","pages/What+is+the+VST+3+SDK/AudioHost.html#audiohost","pages/What+is+the+VST+3+SDK/EditorHost.html#editorhost-application","pages/What+is+the+VST+3+SDK/EditorHost.html#editorhost","pages/What+is+the+VST+3+SDK/VST3Inspector.html#vst-3-inspector-application","pages/What+is+the+VST+3+SDK/VST3Inspector.html#vst-3-inspector","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#aax-auv3-au-and-vst-2-wrappers","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---vst-2x-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---aax-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---audio-unit-v3-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---audio-unit-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#vst-3---vst-2x-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#vst-3---aax-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#vst-3---audiounit-v3-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#vst-3---audiounit-v2-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/iOS+Inter-App+Audio+support.html#ios-inter-app-audio-support","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui","pages/What+is+the+VST+3+SDK/VSTGUI.html#introduction","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-forum","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-on-github","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-license","pages/What+is+the+VST+3+SDK/VSTGUI.html#tutorials-for-vstgui","pages/VST+3+Licensing/Index.html#vst-3-licensing","pages/VST+3+Licensing/Index.html#steinberg-vst-usage-guidelines","pages/VST+3+Licensing/Index.html#what-are-the-licensing-options-for-vst-3","pages/VST+3+Licensing/Index.html#which-files-fall-under-which-license","pages/VST+3+Licensing/Index.html#developer-use-cases-faqs","pages/VST+3+Licensing/Usage+guidelines.html#steinberg-vst-usage-guidelines","pages/VST+3+Licensing/Usage+guidelines.html#1-required-use-of-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#2-use-of-vst-unrelated-to-the-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#3-use-when-claiming-compatibility","pages/VST+3+Licensing/Usage+guidelines.html#4-use-on-website","pages/VST+3+Licensing/Usage+guidelines.html#5-use-on-package","pages/VST+3+Licensing/Usage+guidelines.html#6-use-in-product-name-or-logo","pages/VST+3+Licensing/Usage+guidelines.html#7-use-in-company-name","pages/VST+3+Licensing/Usage+guidelines.html#8-use-in-social-media","pages/VST+3+Licensing/Usage+guidelines.html#9-use-in-domain","pages/VST+3+Licensing/Usage+guidelines.html#10-use-in-logo","pages/VST+3+Licensing/Usage+guidelines.html#11-use-in-video","pages/VST+3+Licensing/Usage+guidelines.html#12-use-in-category","pages/VST+3+Licensing/Usage+guidelines.html#13-use-in-combination-or-composition","pages/VST+3+Licensing/Usage+guidelines.html#14-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#15-general-guidelines-for-using-vst-trademark","pages/VST+3+Licensing/Usage+guidelines.html#16-questions-and-suggestions","pages/VST+3+Licensing/What+are+the+licensing+options.html#what-are-the-licensing-options","pages/VST+3+Licensing/What+are+the+licensing+options.html#proprietary-steinberg-vst-3-license","pages/VST+3+Licensing/What+are+the+licensing+options.html#open-source-gplv3-license","pages/VST+3+Licensing/What+are+the+licensing+options.html#steinberg-dual-license-file","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#which-files-fall-under-which-license","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#which-files-of-the-vst-3-sdk-fall-under-which-license","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#what-about-vst-2","pages/VST+3+Licensing/Developer+use+cases.html#developer-use-cases-faqs","pages/Getting+Started/Index.html#getting-started","pages/Getting+Started/Index.html#vst-3-links","pages/Getting+Started/Index.html#how-to-set-up-my-system-for-vst-3","pages/Getting+Started/Links.html#vst-3-links","pages/Getting+Started/Links.html#getting-vst-3-sdk","pages/Getting+Started/Links.html#download-the-full-vst-3-package-as-zip-file","pages/Getting+Started/Links.html#clone-vst-3-repository-from-github","pages/Getting+Started/Links.html#online-documentation","pages/Getting+Started/Links.html#vst-3-forum","pages/Getting+Started/Links.html#vstgui","pages/Getting+Started/Links.html#external-links-to-vst-3-dsp-conferences-and-plug-ins-development","pages/Getting+Started/How+to+setup+my+system.html#how-to-setup-up-my-system-for-vst-3","pages/Getting+Started/How+to+setup+my+system.html#get-the-source-code","pages/Getting+Started/How+to+setup+my+system.html#from-the-downloaded--vstsdkzip--file","pages/Getting+Started/How+to+setup+my+system.html#from-github","pages/Getting+Started/How+to+setup+my+system.html#get-an-ide-for-development","pages/Getting+Started/How+to+setup+my+system.html#for-windows","pages/Getting+Started/How+to+setup+my+system.html#for-macos","pages/Getting+Started/How+to+setup+my+system.html#for-linux","pages/Getting+Started/How+to+setup+my+system.html#package-requirements","pages/Getting+Started/How+to+setup+my+system.html#get-cmake","pages/Getting+Started/How+to+setup+my+system.html#get-a-vst-3-host-application","pages/Getting+Started/Preparation+on+Windows.html#preparation-on-windows","pages/Getting+Started/Preparation+on+Windows.html#solution-1","pages/Getting+Started/Preparation+on+Windows.html#solution-2","pages/Getting+Started/Preparation+on+Windows.html#solution-3","pages/Tutorials/Index.html#tutorials","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Index.html#using-cmake-for-building-vst-3-plug-ins","pages/Tutorials/Index.html#generate-a-new-plug-in-with-the-project-generator-app","pages/Tutorials/Index.html#code-your-first-plug-in","pages/Tutorials/Index.html#use-vstgui-to-design-a-user-interface","pages/Tutorials/Index.html#data-exchange","pages/Tutorials/Index.html#advanced-vst-3-techniques","pages/Tutorials/Index.html#how-to-use-the-silence-flags","pages/Tutorials/Index.html#guideline-for-replacing-a-vst-2-plug-in-by-a-vst-3-plug-in","pages/Tutorials/Index.html#strings-conversion-helper","pages/Tutorials/Index.html#creating-a-cmake-plug-in-project-from-scratch","pages/Tutorials/Index.html#creating-a-plug-in-with-vst-3-sdk-as-an-external-project","pages/Tutorials/Index.html#switching-to-another-vstgui-submodule-or-branch","pages/Tutorials/Index.html#tutorials-on-youtube-from-3rd-party-developers","pages/Tutorials/Index.html#how-to-setup-the-vst-3-sdks-sample-plugin-projects","pages/Tutorials/Index.html#vst-3-sdk-tutorial-create-your-own-vst-3-synth-plug-in","pages/Tutorials/Index.html#building-your-first-audio-plug-in-windows-10","pages/Tutorials/Index.html#building-your-first-audio-plug-in-macos","pages/Tutorials/Index.html#building-your-first-audio-plug-in-linux-ubuntu","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#part-2-building-the-examples-on-windows","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#building-using-cmake-gui","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#part-2-building-the-examples-on-macos","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#part-2-building-the-examples-on-linux","pages/Tutorials/Using+cmake+for+building+plug-ins.html#using-cmake-for-building-vst-3-plug-ins","pages/Tutorials/Using+cmake+for+building+plug-ins.html#goal","pages/Tutorials/Using+cmake+for+building+plug-ins.html#cmake-for-building-vst-3-plug-ins","pages/Tutorials/Using+cmake+for+building+plug-ins.html#command-line-for-windows","pages/Tutorials/Using+cmake+for+building+plug-ins.html#command-line-for-macos","pages/Tutorials/Using+cmake+for+building+plug-ins.html#on-linux-with-qtcreator","pages/Tutorials/Using+cmake+for+building+plug-ins.html#use-of-cmake-gui","pages/Tutorials/Using+cmake+for+building+plug-ins.html#available-smtg-cmake-options","pages/Tutorials/Using+cmake+for+building+plug-ins.html#using-your-ide-for-compiling-the-examples","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#generate-a-new-plug-in-with-the-project-generator-app","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#goal","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#part-2-using-the--vst-3-plug-in--project-generator--application","pages/Tutorials/Code+your+first+plug-in.html#code-your-first-plug-in","pages/Tutorials/Code+your+first+plug-in.html#goal","pages/Tutorials/Code+your+first+plug-in.html#part-1-coding-your-plug-in","pages/Tutorials/Code+your+first+plug-in.html#add-a-parameter-gain","pages/Tutorials/Code+your+first+plug-in.html#add-the-process-applying-the-gain","pages/Tutorials/Code+your+first+plug-in.html#add-storerestore-state","pages/Tutorials/Code+your+first+plug-in.html#part-2-advanced-steps","pages/Tutorials/Code+your+first+plug-in.html#add-an-event-input","pages/Tutorials/Code+your+first+plug-in.html#add-a-mono-audio--side-chain","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#use-vstgui-to-design-a-user-interface","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#goal","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-1-preparation","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-2-open-the-vstguiwyswyg-editor","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-3-parameter-binding","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-4-creating-custom-views","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-5-showcase","pages/Tutorials/Data+Exchange.html#data-exchange-tutorial---how-to-send-data-from-the-realtime-process-to-the-edit-controller","pages/Tutorials/Data+Exchange.html#tutorial---how-to-use-the-data-exchange-api","pages/Tutorials/Data+Exchange.html#sending-data-from-the-audio-processor","pages/Tutorials/Data+Exchange.html#receiving-data-in-the-edit-controller","pages/Tutorials/Advanced+VST+3+techniques.html#advanced-vst-3-techniques","pages/Tutorials/Advanced+VST+3+techniques.html#part-1-sample-accurate-parameter-handling","pages/Tutorials/Advanced+VST+3+techniques.html#part-2-adding-32-and-64-bit-audio-processing","pages/Tutorials/Advanced+VST+3+techniques.html#part-3-thread-safe-state-changes","pages/Tutorials/How+to+use+the+silence+flags.html#how-to-use-the-silence-flags","pages/Tutorials/How+to+use+the+silence+flags.html#goal","pages/Tutorials/How+to+use+the+silence+flags.html#what-about-silence-flags","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-receives-a-silent-audio-input","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-generates-silent-output","pages/Tutorials/How+to+use+the+silence+flags.html#in-bypass","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-generates-audio-output","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#guideline-for-replacing-a-vst-2-plug-in-by-a-vst-3-plug-in","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#goal","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#vst-2-and-vst-3-version-of-your-plug-in-have-the-same-uid","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#vst-2-and-vst-3-version-of-your-plug-in-have-not-the-same-uid","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#using-the--moduleinfojson--file","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#using-the--iplugincompatibility--interface","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#presetproject-compatibility-vst-2--vst-3","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#parameters-compatibility","pages/Tutorials/Strings+Conversion+Helper.html#strings-conversion-helper","pages/Tutorials/Strings+Conversion+Helper.html#goal","pages/Tutorials/Strings+Conversion+Helper.html#convert-a-string128-string-to-an-utf-8-string","pages/Tutorials/Strings+Conversion+Helper.html#convert-an-utf-8-string-to-a-string128-string","pages/Tutorials/Creating+a+plug-in+from+scratch.html#creating-a-cmake-plug-in-project-from-scratch","pages/Tutorials/Creating+a+plug-in+from+scratch.html#goal","pages/Tutorials/Creating+a+plug-in+from+scratch.html#building-the-cmakeliststxt","pages/Tutorials/Creating+a+plug-in+from+scratch.html#add-plug-in-gui-editor-by-using-vstgui","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#creating-a-plug-in-with-vst-3-sdk-as-an-external-project","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#goal","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#part-1-how-to-clone-and-build","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#part-2-adapting-the--helloworld--example","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-vstgui-submodule-or-branch","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#goal","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-submodule","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-branch","pages/Technical+Documentation/Index.html#technical-documentation","pages/Technical+Documentation/Index.html#vst-3-api-documentation","pages/Technical+Documentation/Index.html#vst-module-architecture","pages/Technical+Documentation/Index.html#parameters-and-automation","pages/Technical+Documentation/Index.html#vst-3-units","pages/Technical+Documentation/Index.html#presets--program-lists","pages/Technical+Documentation/Index.html#complex-plug-in-structures--multi-timbral-instruments","pages/Technical+Documentation/Index.html#data-exchange","pages/Technical+Documentation/Index.html#vst-3-workflow-diagrams","pages/Technical+Documentation/Index.html#vst-3-locations--format","pages/Technical+Documentation/Index.html#about-midi-in-vst-3","pages/Technical+Documentation/Index.html#host-requirements-for-vst-3-support","pages/Technical+Documentation/Index.html#300-interfaces-supported-by-the-plug-in","pages/Technical+Documentation/Index.html#300-interfaces-supported-by-the-host","pages/Technical+Documentation/Index.html#301-parameter-midi-mapping","pages/Technical+Documentation/Index.html#302-parameter-finder","pages/Technical+Documentation/Index.html#310-audio-presentation-latency","pages/Technical+Documentation/Index.html#310-ui-group-editing-dirty-state--open-editor-request","pages/Technical+Documentation/Index.html#310-knobmode-openhelp--openaboutbox","pages/Technical+Documentation/Index.html#350-note-expression","pages/Technical+Documentation/Index.html#350-key-switch","pages/Technical+Documentation/Index.html#350-remote-presentation-of-parameters","pages/Technical+Documentation/Index.html#350-context-menu","pages/Technical+Documentation/Index.html#350-enhanced-linked-parameters","pages/Technical+Documentation/Index.html#360-ios-inter-app-audio","pages/Technical+Documentation/Index.html#360-preset-meta-information","pages/Technical+Documentation/Index.html#365-channel-context-info","pages/Technical+Documentation/Index.html#365-unit-bus-assignment-change","pages/Technical+Documentation/Index.html#365-prefetchable","pages/Technical+Documentation/Index.html#365-automation-state","pages/Technical+Documentation/Index.html#366-plugview-content-scaling","pages/Technical+Documentation/Index.html#368-request-bus-activation","pages/Technical+Documentation/Index.html#3610-ui-snapshots","pages/Technical+Documentation/Index.html#3611-noteexpression-physical-ui-mapping","pages/Technical+Documentation/Index.html#3612-legacy-midi-cc-out-event","pages/Technical+Documentation/Index.html#3612-midi-learn","pages/Technical+Documentation/Index.html#3612-host-query-interface-support","pages/Technical+Documentation/Index.html#3612-mpe-support-for-wrappers","pages/Technical+Documentation/Index.html#370-parameter-function-name","pages/Technical+Documentation/Index.html#370-progress-display","pages/Technical+Documentation/Index.html#370-process-context-requirements","pages/Technical+Documentation/Index.html#375-module-info","pages/Technical+Documentation/Index.html#379-get-current-systemtime","pages/Technical+Documentation/Index.html#379-data-transfert-between-processorcontroller","pages/Technical+Documentation/API+Documentation/Index.html#vst-3-api-documentation","pages/Technical+Documentation/API+Documentation/Index.html#basic-concept","pages/Technical+Documentation/API+Documentation/Index.html#initialization","pages/Technical+Documentation/API+Documentation/Index.html#creation-and-initialization-from-host-point-of-view","pages/Technical+Documentation/API+Documentation/Index.html#extensions","pages/Technical+Documentation/API+Documentation/Index.html#persistence","pages/Technical+Documentation/API+Documentation/Index.html#the-processing-part","pages/Technical+Documentation/API+Documentation/Index.html#icomponent","pages/Technical+Documentation/API+Documentation/Index.html#iaudioprocessor","pages/Technical+Documentation/API+Documentation/Index.html#the-editing-part","pages/Technical+Documentation/API+Documentation/Index.html#vst-3-threading-model","pages/Technical+Documentation/API+Documentation/Index.html#communication-between-the-components","pages/Technical+Documentation/API+Documentation/Index.html#standard-communication","pages/Technical+Documentation/API+Documentation/Index.html#private-communication","pages/Technical+Documentation/API+Documentation/Index.html#initialization-of-communication-from-host-point-of-view","pages/Technical+Documentation/VST+Module+Architecture/Index.html#vst-module-architecture","pages/Technical+Documentation/VST+Module+Architecture/Index.html#introduction","pages/Technical+Documentation/VST+Module+Architecture/Index.html#interfaces","pages/Technical+Documentation/VST+Module+Architecture/Index.html#funknown","pages/Technical+Documentation/VST+Module+Architecture/Index.html#iidcid","pages/Technical+Documentation/VST+Module+Architecture/Index.html#direction","pages/Technical+Documentation/VST+Module+Architecture/Index.html#versioning-and-inheritance","pages/Technical+Documentation/VST+Module+Architecture/Index.html#com-compatibility","pages/Technical+Documentation/VST+Module+Architecture/Index.html#plug-ins","pages/Technical+Documentation/VST+Module+Architecture/Index.html#module-factory","pages/Technical+Documentation/VST+Module+Architecture/Index.html#locations","pages/Technical+Documentation/VST+Module+Architecture/Index.html#categories","pages/Technical+Documentation/VST+Module+Architecture/Index.html#ipluginbase","pages/Technical+Documentation/VST+Module+Architecture/Index.html#purpose-specific-interfaces","pages/Technical+Documentation/VST+Module+Architecture/Index.html#unicode","pages/Technical+Documentation/VST+Module+Architecture/Index.html#sdk-backward-compatibility","pages/Technical+Documentation/VST+Module+Architecture/Loading.html#how-the-host-will-load-a-vst-ma-based-plug-in","pages/Technical+Documentation/VST+Module+Architecture/Derive+From+Interface.html#hot-to-derive-a-class-from-an-interface","pages/Technical+Documentation/VST+Module+Architecture/Interface+Versions+and+Inheritance.html#interface-versions-and-inheritance","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#moduleinfo","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#sdk","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#example","pages/Technical+Documentation/Parameters+Automation/Index.html#parameters-and-automation","pages/Technical+Documentation/Parameters+Automation/Index.html#parameters","pages/Technical+Documentation/Parameters+Automation/Index.html#representation-of-parameter-values","pages/Technical+Documentation/Parameters+Automation/Index.html#conversion-of-normalized-values","pages/Technical+Documentation/Parameters+Automation/Index.html#automation","pages/Technical+Documentation/Parameters+Automation/Index.html#problems","pages/Technical+Documentation/Parameters+Automation/Index.html#automation-recording","pages/Technical+Documentation/Parameters+Automation/Index.html#automation-playback","pages/Technical+Documentation/Parameters+Automation/Index.html#gui-playback","pages/Technical+Documentation/Parameters+Automation/Index.html#informing-the-host-about-changes","pages/Technical+Documentation/Parameters+Automation/Index.html#parameter-titles-default-values-or-flags-have-changed","pages/Technical+Documentation/Parameters+Automation/Index.html#multiple-parameter-values-have-changed","pages/Technical+Documentation/VST+3+Units/Index.html#vst-3-units","pages/Technical+Documentation/VST+3+Units/Index.html#introduction","pages/Technical+Documentation/VST+3+Units/Index.html#unit-details","pages/Technical+Documentation/VST+3+Units/Index.html#examples","pages/Technical+Documentation/Presets+Program+Lists/Index.html#presets--program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#simple-plug-ins","pages/Technical+Documentation/Presets+Program+Lists/Index.html#program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#structure-of-program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#pitch-names","pages/Technical+Documentation/Complex+Structures/Index.html#complex-plug-in-structures--multi-timbral-instruments","pages/Technical+Documentation/Complex+Structures/Index.html#the-problem","pages/Technical+Documentation/Complex+Structures/Index.html#the-simple-mode","pages/Technical+Documentation/Complex+Structures/Index.html#multi-timbral-program-lists","pages/Technical+Documentation/Complex+Structures/Index.html#units-and-tracks","pages/Technical+Documentation/Complex+Structures/Index.html#routing","pages/Technical+Documentation/Data+Exchange/Index.html#data-exchange","pages/Technical+Documentation/Data+Exchange/Index.html#introduction","pages/Technical+Documentation/Data+Exchange/Index.html#the-data-exchange-api","pages/Technical+Documentation/Data+Exchange/Index.html#idataexchangehandler","pages/Technical+Documentation/Data+Exchange/Index.html#idataexchangereceiver","pages/Technical+Documentation/Workflow+Diagrams/Index.html#vst-3-workflow-diagrams","pages/Technical+Documentation/Workflow+Diagrams/Index.html#audio-processor-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#edit-controller-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#get-latency-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#resize-view-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#bus-arrangement-setting-sequence","pages/Technical+Documentation/Workflow+Diagrams/Audio+Processor+Call+Sequence.html#audio-processor-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Edit+Controller+Call+Sequence.html#edit-controller-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#get-latency-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#initiated-from-audioprocessor","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#initiated-from-editcontrollerui","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#without-editcontroller","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#resize-view-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#initiated-from-plug-in","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#initiated-from-host","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#bus-arrangement-setting-sequence","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#plug-in-does-accepts-what-the-host-wants-as-bus-arrangements","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#plug-in-does-not-accept-what-the-host-wants-as-bus-arrangements","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#check-faq-for-some-use-case","pages/Technical+Documentation/Locations+Format/Index.html#vst-3-locations--format","pages/Technical+Documentation/Locations+Format/Index.html#plug-in-format-structure","pages/Technical+Documentation/Locations+Format/Index.html#plug-in-locations","pages/Technical+Documentation/Locations+Format/Index.html#preset-format","pages/Technical+Documentation/Locations+Format/Index.html#preset-locations","pages/Technical+Documentation/Locations+Format/Index.html#snapshots","pages/Technical+Documentation/Locations+Format/Index.html#remote-representation-locations","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#plug-in-format-structure","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-macos-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-windows-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#limitation-for-loading-plug-in-dll-in-a-host-inside-the-same-process","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-linux-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#merged-bundle","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#plug-in-locations","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#introduction","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-macos-platform","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-windows-platform","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-linux-platform","pages/Technical+Documentation/Locations+Format/Preset+Format.html#preset-format","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#preset-locations","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#introduction","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-mac-platform","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-windows-xp2000-platform","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-windows-vista7810","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-linux-platform","pages/Technical+Documentation/Locations+Format/Snapshots.html#snapshots","pages/Technical+Documentation/About+MIDI/Index.html#about-midi-in-vst-3","pages/Technical+Documentation/About+MIDI/Index.html#related-concepts-in-midi-and-vst-3","pages/Technical+Documentation/About+MIDI/Index.html#midi-20-per-note-controllers","pages/Technical+Documentation/About+MIDI/Index.html#midi-20-increased-resolution-compared-to-midi-10","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#provide-a-runloop-on-linux","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#query-irunloop-from-iplugframe","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#query-irunloop-from-the-host-context-of-iplugfactory3","pages/Technical+Documentation/Host+Requirements/Index.html#minimum-host-requirements-for-vst-3-support","pages/Technical+Documentation/Change+History/Index.html#features-history","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#300-interfaces-supported-by-the-plug-in","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#icomponent","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iaudioprocessor","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#ieditcontroller","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iconnectionpoint","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iunitinfo","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iprogramlistdata","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iunitdata","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iplugview","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#sizing-of-a-view","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#keyboard-handling","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#300-multiple-dynamic-io-support","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#introduction","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#multiple-input-or-output-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#information-about-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#activation-of-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#what-is-a-side-chain","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-can-i-implement-a-side-chain-path-into-my-plug-in","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#audio-bus-channel-configuration","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-are-the-different-speakers-located","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#my-plug-in-is-capable-of-processing-all-possible-channel-configurations","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-are-speaker-arrangement-settings-handled-for-fx-plug-ins","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-report-to-the-host-that-the-plug-in-arrangement-has-changed","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#my-plug-in-has-mono-input-and-stereo-output-how-does-vst-3-handle-this","pages/Technical+Documentation/Change+History/3.0.0/Silence+flags.html#300-silence-flags","pages/Technical+Documentation/Change+History/3.0.0/Silence+flags.html#introduction","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#300-interfaces-supported-by-the-host","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iattributelist","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#icomponenthandler","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#ieventlist","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iunithandler","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#ihostapplication","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#imessage","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iparamvaluequeue","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iparameterchanges","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iplugframe","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#301-parameter-midi-mapping","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#introduction","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#example","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#302-parameter-finder","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#introduction","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#examples","pages/Technical+Documentation/Change+History/3.1.0/IAudioPresentationLatency.html#301-parameter-midi-mapping","pages/Technical+Documentation/Change+History/3.1.0/IAudioPresentationLatency.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#310-dirty-state-open-editor-request-and-ui-group-editing-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#dirty-state-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#open-editor-request-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#ui-group-editing","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#examples-of-different-use-cases","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#310-knobmode-open-help--open-aboutbox","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#example","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#350-note-expression","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#350-key-switch","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#350-remote-presentation-of-parameters","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#example","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#graphical-overview","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#example-of-implementation-using-helper-class","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#location-table-for-vst-xmls-representation","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-mac-platform","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-windows-vista781011-platform","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-windows-xp2000-platform","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#350-context-menu","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#examples","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#from-the-host-perspective","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#from-the-plug-in-perspective","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#350-enhanced-linked-parameters","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#example","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#360-ios-inter-app-audio","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#introduction","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#create-and-setup-the-xcode-project","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#add-your-audio-component-description-to-the-infoplist","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#add-files-to-the-project","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#if-using-vstgui","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#code-changes","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#ui-handling","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#creating-a-different-ui-when-running-on-ios","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#using---vstgui","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#using-a-native-uiview","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#host-ui-integration","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#360-preset-meta-information","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#introduction","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#example","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#365-channel-context-info","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#example","pages/Technical+Documentation/Change+History/3.6.5/IUnitHandler2.html#365-unit-bus-assignment-change","pages/Technical+Documentation/Change+History/3.6.5/IUnitHandler2.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#365-prefetchable","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#example","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#365-automation-state","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#example","pages/Technical+Documentation/Change+History/3.6.6/IPlugViewContentScaleSupport.html#366-plugview-content-scaling","pages/Technical+Documentation/Change+History/3.6.6/IPlugViewContentScaleSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#368-request-bus-activation","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#introduction","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#example","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#3610-ui-snapshots","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#introduction","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#examples","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#again","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#note-expression-synth","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#how-cubase-uses-snapshots","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#3611-noteexpression-physical-ui-mapping","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#introduction","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#example","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#3612-legacy-midi-cc-out-event","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#example","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#3612-midi-learn","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#example","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#3612-host-query-interface-support","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#example","pages/Technical+Documentation/Change+History/3.6.12/IVst3WrapperMPESupport.html#3612-mpe-support-for-wrappers","pages/Technical+Documentation/Change+History/3.6.12/IVst3WrapperMPESupport.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#370-parameter-function-name","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#example","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#370-progress-display","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#examples","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#how-to-call-it-from-the-plug-in-side","pages/Technical+Documentation/Change+History/3.7.0/IProcessContextRequirements.html#370-process-context-requirements","pages/Technical+Documentation/Change+History/3.7.0/IProcessContextRequirements.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/Control+Voltage.html#370-control-voltage-bus-flag","pages/Technical+Documentation/Change+History/3.7.0/Control+Voltage.html#introduction","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#375-module-info-and-plug-in-compatibility","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#introduction","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#plug-ins-module-info-file-moduleinfojson","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#iplugincompatibility","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#example","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#example-of-host-implementation","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#379-get-current-systemtime","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#introduction","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#example","pages/Technical+Documentation/Change+History/3.7.9/IDataExchangeHandler.html#379-data-transfert-between-processorcontroller","pages/Technical+Documentation/Change+History/3.7.9/IDataExchangeHandler.html#introduction","pages/Versions/Index.html#change-history","pages/Versions/Index.html#versions","pages/Versions/Version+3.7.9.html#version-379-20231009","pages/Versions/Version+3.7.9.html#version-379-20231009-1","pages/Versions/Version+3.7.8.html#version-378-20230515","pages/Versions/Version+3.7.8.html#version-378-20230515-1","pages/Versions/Version+3.7.7.html#version-377-20221212","pages/Versions/Version+3.7.7.html#version-377-20221212-1","pages/Versions/Version+3.7.6.html#version-376-20220905","pages/Versions/Version+3.7.6.html#version-376-20220905-1","pages/Versions/Version+3.7.6.html#general-change","pages/Versions/Version+3.7.5.html#version-375-20220516","pages/Versions/Version+3.7.5.html#version-375-20220516-1","pages/Versions/Version+3.7.4.html#version-374-20211214","pages/Versions/Version+3.7.4.html#version-374-20211214-1","pages/Versions/Version+3.7.3.html#version-373-20210810","pages/Versions/Version+3.7.3.html#version-373-20210810-1","pages/Versions/Version+3.7.2.html#version-372-20210330","pages/Versions/Version+3.7.2.html#version-372-20210330-1","pages/Versions/Version+3.7.1.html#version-371-20201117","pages/Versions/Version+3.7.1.html#version-371-20201117-1","pages/Versions/Version+3.7.0.html#version-370-20200729","pages/Versions/Version+3.7.0.html#version-370-20200729-1","pages/Versions/Version+3.6.14.html#version-3614-20191129","pages/Versions/Version+3.6.14.html#version-3614-20191129-1","pages/Versions/Version+3.6.13.html#version-3613-20190408","pages/Versions/Version+3.6.13.html#version-3613-20190408-1","pages/Versions/Version+3.6.12.html#version-3612-20181203","pages/Versions/Version+3.6.12.html#version-3612-20181203-1","pages/Versions/Version+3.6.11.html#version-3611-20181022","pages/Versions/Version+3.6.11.html#version-3611-20181022-1","pages/Versions/Version+3.6.10.html#version-3610-20180611","pages/Versions/Version+3.6.10.html#version-3610-20180611-1","pages/Versions/Version+3.6.9.html#version-369-20180301","pages/Versions/Version+3.6.9.html#version-369-20180301-1","pages/Versions/Version+3.6.8.html#version-368-20171108","pages/Versions/Version+3.6.8.html#version-368-20171108-1","pages/Versions/Version+3.6.7.html#version-367-20170303","pages/Versions/Version+3.6.7.html#version-367-20170303-1","pages/Versions/Version+3.6.6.html#version-366-20160617","pages/Versions/Version+3.6.6.html#version-366-20160617-1","pages/Versions/Version+3.6.5.html#version-365-20150828","pages/Versions/Version+3.6.5.html#version-365-20150828-1","pages/Versions/Version+3.6.0.html#version-360-20131122","pages/Versions/Version+3.6.0.html#version-360-20131122-1","pages/Versions/Version+3.5.2.html#version-352-20120925","pages/Versions/Version+3.5.2.html#version-352-20120925-1","pages/Versions/Version+3.5.1.html#version-351-20111111","pages/Versions/Version+3.5.1.html#version-351-20111111-1","pages/Versions/Version+3.5.0.html#version-350-20110204","pages/Versions/Version+3.5.0.html#version-350-20110204-1","pages/Versions/Version+3.1.0.html#version-310-20100625","pages/Versions/Version+3.1.0.html#version-310-20100625-1","pages/Versions/Version+3.0.2.html#version-302-20090115","pages/Versions/Version+3.0.2.html#version-302-20090115-1","pages/Versions/Version+3.0.1.html#version-301-20080319","pages/Versions/Version+3.0.1.html#version-301-20080319-1","pages/Versions/Version+3.0.0.html#version-300-20080117","pages/Versions/Version+3.0.0.html#version-300-20080117-1","pages/FAQ/Index.html#frequently-asked-questions","pages/FAQ/Communication.html#communication","pages/FAQ/Communication.html#q-how-should-i-communicate-between-the-processing-and-the-user-interface","pages/FAQ/Communication.html#q-i-want-to-implement-an-audio-meter-in-my-user-interface-how-do-i-do-this","pages/FAQ/Communication.html#q-how-does-the-host-send-automation-data-to-my-vst-3-plug-in","pages/FAQ/Communication.html#q-how-report-to-the-host-that-the-plug-in-has-new-parameter-titles","pages/FAQ/Communication.html#q-how-receive-midi-controllers-from-the-host","pages/FAQ/Communication.html#q-how-are-my-parameter-changes-from-ui-interaction-sent-to-the-processor-if-the-host-does-not-process","pages/FAQ/Processing.html#processing","pages/FAQ/Processing.html#q-how-does-audio-processing-bypass-work","pages/FAQ/Processing.html#q-can-the-maximum-sample-block-size-change-while-the-plug-in-is-processing","pages/FAQ/Processing.html#q-can-the-sample-rate-change-while-the-plug-in-is-processing","pages/FAQ/Processing.html#q-can-the-host-call-the-process-function-without-audio-buffers","pages/FAQ/Processing.html#q-what-is-a-side-chain","pages/FAQ/Processing.html#q-how-can-i-implement-a-side-chain-path-into-my-plug-in","pages/FAQ/Processing.html#q-my-plug-in-is-capable-of-processing-all-possible-channel-configurations","pages/FAQ/Processing.html#q-how-are-speaker-arrangement-settings-handled-for-fx-plug-ins","pages/FAQ/Processing.html#q-my-plug-in-has-mono-input-and-stereo-output-how-does-vst-3-handle-this","pages/FAQ/Processing.html#q-how-does-it-work-with-silence-flags","pages/FAQ/Processing.html#q-how-report-to-the-host-that-the-plug-in-latency-has-changed","pages/FAQ/Processing.html#q-how-report-to-the-host-that-the-plug-in-arrangement-has-changed","pages/FAQ/Processing.html#q-can-iaudioprocessorsetprocessing-be-called-without-any-iaudioprocessorprocess-call","pages/FAQ/Processing.html#q-how-to-make-sure-that-a-plug-in-is-always-processed","pages/FAQ/Processing.html#q-can-icomponentgetstatesetstate-be-called-during-processing","pages/FAQ/Processing.html#q-how-can-a-plug-in-be-informed-that-it-is-currently-processed-in-offline-processing","pages/FAQ/Processing.html#q-what-should-i-not-call-in-the-realtime-process-function","pages/FAQ/GUI+Editor.html#gui-editor","pages/FAQ/GUI+Editor.html#q-the-host-doesnt-open-my-plug-in-ui-why","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#compatibility-with-vst-2x-or-vst-1","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-how-can-i-update-my-vst-2-version-of-my-plug-in-to-a-vst-3-version-and-be-sure-that-cubase-will-load-it-instead-of-my-old-one","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-how-can-i-support-projects-which-were-saved-with-the-vst-2-version-of-my-plug-in","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-ive-already-released-a-vst-3-plug-in-with-a-different-uid-than-its-vst-2-equivalent-how-can-i-declare-that-the-vst-3-plug-in-can-replace-its-vst-2-plug-in-counterpart","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-in-vst-2-the-editor-was-able-to-access-the-processing-part-named-effect-directly-how-can-i-do-this-in-vst-3","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-does-vst-3-implement-methods-like-beginedit-and-endedit-known-from-vst-2","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-does-vst-3-include-variable-inputoutput-processing-like-processvariableio-of-vst-2","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-what-is-the-equivalent-to-the-vst-2-kplugcategofflineprocess","pages/FAQ/Persistence.html#persistence","pages/FAQ/Persistence.html#q-how-does-persistence-work","pages/FAQ/Persistence.html#q-whats-the-difference-between-ieditcontrollersetcomponentstate-and-ieditcontrollersetstate","pages/FAQ/Miscellaneous.html#miscellaneous","pages/FAQ/Miscellaneous.html#q-how-is-a-normalized-value-converted-to-a-discrete-integer-value-in-vst-3","pages/FAQ/Miscellaneous.html#q-what-is-the-return-value--tresult-","pages/FAQ/Miscellaneous.html#q-which-version-of-steinberg-sequencers-support-vst-3","pages/FAQ/Miscellaneous.html#q-why-do-plug-ins-need-subcategories","pages/FAQ/Miscellaneous.html#q-is-it-possible-to-define-a-plug-in-as-fx-and-instrument","pages/FAQ/Miscellaneous.html#q-is-it-possible-to-ask-a-plug-in-about-which-speaker-arrangements-are-supported","pages/FAQ/Miscellaneous.html#q-which-version-of-steinberg-sequencers-support--vst-3-note-expression-","pages/FAQ/Miscellaneous.html#q-when-compiling-for-mac-audiounit-i-have-a-compiler-error-in-aucarbonviewbasecpp-what-can-i-do","pages/FAQ/Miscellaneous.html#q-how-can-i-develop-a-surroundpanner-plug-in-which-is-integrated-in-nuendo-as-panner","pages/FAQ/Miscellaneous.html#q-how-can-i-validate-my-plug-in","pages/FAQ/Miscellaneous.html#q-how-can-i-allow-to-create-symbolic-link-on-windows","pages/FAQ/Miscellaneous.html#q-my-generated--vst-3--plug-in-is-not-visible-in-my-preferred-host","pages/FAQ/Miscellaneous.html#q-what-is-a-guid-and-how-can-i-create-it","pages/FAQ/Licensing.html#licensing","pages/FAQ/Licensing.html#q-i-would-like-to-share-the-source-code-of-my-vst-3-plug-inhost-on-github-or-other-such-platform","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-as-freewareshareware-in-binary-form-only","pages/FAQ/Licensing.html#q-i-would-like-to-sell-my-vst-3-plug-inhost-in-binary-form-only","pages/FAQ/Licensing.html#q-i-would-like-to-adapt-the-vst-3-sdks-sources-to-my-vst-3-plug-inhosts-needs","pages/FAQ/Licensing.html#q-i-would-like-to-reuse-a-distributed-modified-version-of-the-vst-3-sdk-for-my-own-vst-3-plug-inshost","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-in-binary-form-based-on-a-modified-version-of-vst-3-sdk-which-is-under--gplv3-","pages/FAQ/Licensing.html#q-i-would-like-to-sell-my-vst-3-plug-inhost-in-binary-form-which-is-based-on-a-3rd-party-sdk-like-juce","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-in-binary-form-which-is-based-on-a-3rd-party-sdk-like-juce-and-used-its--gplv3--license","pages/FAQ/Licensing.html#q-do-i-have-to-sign-and-send-to-steinberg-the-proprietary-steinberg-vst-3-license-agreement-for-each-new-version-of-the-vst-3-sdk","pages/FAQ/Licensing.html#q-i-would-like-to-share-the-source-code-of-my-vst-2-plug-inhost-on-github-or-other-web-based-exchange-platform","pages/FAQ/Licensing.html#q-i-am-a-developercompany-and-i-want-to-develop-and-distribute-a-vst-2-plug-in-andor-host-in-binary-form","pages/FAQ/Hosting.html#hosting","pages/FAQ/Hosting.html#q-what-is-the-purpose-of--restartcomponent--is-it-generally-ok-to-return--knotimplemented-","pages/FAQ/Hosting.html#q-can-the-host-expect-classid-to-be-globally-unique-or-should-it-expect-different-modules-to-reuse-class-ids","pages/FAQ/Hosting.html#q-do-all-version-updates-for-a-certain-plug-in-require-a-new-classid","pages/FAQ/Hosting.html#q-should-the-host-support-plug-ins-that-dont-have--editcontroller---icomponentgetcontrollerclassid--fails-or-subsequent--ipluginfactorycreateinstance--fails","pages/FAQ/Hosting.html#q-should-the-host-support-plug-ins-that-dont-have-iplugview--ieditcontrollercreateview--fails-or--iplugviewisplatformtypesupported--returns-false","pages/FAQ/Hosting.html#q-what-is-allowed-to-change-for-a-given-parameter--paramid--name-number-of-steps-automatable-or-not-which-unit-it-is-part-of","pages/FAQ/Hosting.html#q-is-it-ok-to-change-anyall-the-parameterflags-on--kparamtitleschanged-","pages/FAQ/Hosting.html#q-is-parameterinfostepcount-only-allowed-to-be-changed-on--kreloadcomponent-","pages/FAQ/Hosting.html#q-some-plug-ins-have-parameters-that-are-not-automatable--kcanautomate--they-are-calling-begineditperformeditendedit-when-users-manipulate-them-via-the-gui-is-the-host-supposed-to-react-to-the-performedit-by-sending-the-value-to-the-process-call-of-the-iaudioprocessor","pages/FAQ/Hosting.html#q-can-the-host-get-away-with-returning-knotimplemented-for--restartcomponent--kreloadcomponent-","pages/FAQ/Hosting.html#q-is-it-common-for-big--important-plug-ins-to-rely-on--kreloadcomponent--for-normal-usage","pages/FAQ/Hosting.html#q-in-what-ways-if-any-can-units-change-in-terms-of-the-number-or-names-of-units-the-allocation-of-parameter-buses-to-units-etc","pages/FAQ/Hosting.html#q-iplugviewcontentscalesupport---could--should-this-be-used-to-set-individual-zoom-levels-for-the-gui-of-specific-plug-ins--instances-or-should-it-only-be-used-to-convey-os-scaling-level-like-in-the-editorhost-example","pages/FAQ/Hosting.html#q-if-its-only-intended-to-convey-os-scale-factor-then-why-an-extra-interface-when-the-plug-in-can-get-the-scale-factor-from-the-os","pages/FAQ/Hosting.html#q-in-the-examples-that-implement-host-specific-interfaces--funknownaddref--and--funknownrelease--tend-to-be-implemented-as-a-no-op--eg-return-1000----this-appears-to-be-safer-as-the-plug-in-cannot-delete-or-leak-objects-that-live-in-the-host-is-there-any-case-when-the-host-needs-to-implement-true--addref--and--release--which-actually-control-the-lifetime-of-the-object","pages/FAQ/Hosting.html#q-what-should-the-host-do-if-a-plug-in-does-not-call--componenthandlerrestartcomponent--from-the-mainui-thread","pages/FAQ/Hosting.html#q-some-plug-ins-return-kresultfalse-when-the-host-calls--setcomponentstate--should-the-host-just-ignore-the-returned-result-code","pages/Forum/Index.html#vst-3-forum","pages/Miscellaneous/Index.html#miscellaneous","pages/Miscellaneous/Index.html#some-copyrightstrademarks-referred-to-in-the-vst-3-sdk","pages/Miscellaneous/Index.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":3,"title":2},"1":{"body":26,"breadcrumbs":5,"title":4},"10":{"body":2,"breadcrumbs":2,"title":1},"100":{"body":8,"breadcrumbs":13,"title":4},"101":{"body":10,"breadcrumbs":15,"title":6},"102":{"body":10,"breadcrumbs":14,"title":5},"103":{"body":9,"breadcrumbs":17,"title":5},"104":{"body":26,"breadcrumbs":13,"title":1},"105":{"body":21,"breadcrumbs":13,"title":1},"106":{"body":9,"breadcrumbs":15,"title":4},"107":{"body":24,"breadcrumbs":12,"title":1},"108":{"body":79,"breadcrumbs":12,"title":1},"109":{"body":19,"breadcrumbs":17,"title":5},"11":{"body":26,"breadcrumbs":2,"title":1},"110":{"body":48,"breadcrumbs":13,"title":1},"111":{"body":76,"breadcrumbs":13,"title":1},"112":{"body":19,"breadcrumbs":17,"title":5},"113":{"body":45,"breadcrumbs":13,"title":1},"114":{"body":90,"breadcrumbs":13,"title":1},"115":{"body":11,"breadcrumbs":13,"title":5},"116":{"body":18,"breadcrumbs":5,"title":1},"117":{"body":79,"breadcrumbs":5,"title":1},"118":{"body":19,"breadcrumbs":6,"title":2},"119":{"body":2,"breadcrumbs":6,"title":2},"12":{"body":97,"breadcrumbs":8,"title":7},"120":{"body":129,"breadcrumbs":6,"title":2},"121":{"body":18,"breadcrumbs":6,"title":2},"122":{"body":43,"breadcrumbs":6,"title":3},"123":{"body":33,"breadcrumbs":7,"title":4},"124":{"body":27,"breadcrumbs":7,"title":4},"125":{"body":19,"breadcrumbs":7,"title":4},"126":{"body":7,"breadcrumbs":7,"title":4},"127":{"body":146,"breadcrumbs":11,"title":4},"128":{"body":73,"breadcrumbs":13,"title":6},"129":{"body":46,"breadcrumbs":14,"title":7},"13":{"body":91,"breadcrumbs":3,"title":2},"130":{"body":27,"breadcrumbs":11,"title":4},"131":{"body":21,"breadcrumbs":10,"title":3},"132":{"body":12,"breadcrumbs":10,"title":3},"133":{"body":54,"breadcrumbs":12,"title":5},"134":{"body":5,"breadcrumbs":11,"title":4},"135":{"body":18,"breadcrumbs":11,"title":4},"136":{"body":29,"breadcrumbs":10,"title":3},"137":{"body":17,"breadcrumbs":10,"title":3},"138":{"body":53,"breadcrumbs":10,"title":3},"139":{"body":25,"breadcrumbs":10,"title":3},"14":{"body":150,"breadcrumbs":4,"title":3},"140":{"body":6,"breadcrumbs":11,"title":4},"141":{"body":23,"breadcrumbs":11,"title":4},"142":{"body":31,"breadcrumbs":13,"title":6},"143":{"body":6,"breadcrumbs":10,"title":3},"144":{"body":60,"breadcrumbs":7,"title":2},"145":{"body":105,"breadcrumbs":10,"title":5},"146":{"body":55,"breadcrumbs":9,"title":4},"147":{"body":205,"breadcrumbs":9,"title":4},"148":{"body":20,"breadcrumbs":11,"title":4},"149":{"body":116,"breadcrumbs":14,"title":7},"15":{"body":25,"breadcrumbs":5,"title":2},"150":{"body":110,"breadcrumbs":9,"title":2},"151":{"body":20,"breadcrumbs":11,"title":4},"152":{"body":22,"breadcrumbs":4,"title":2},"153":{"body":6,"breadcrumbs":5,"title":3},"154":{"body":19,"breadcrumbs":7,"title":5},"155":{"body":49,"breadcrumbs":8,"title":3},"156":{"body":60,"breadcrumbs":9,"title":4},"157":{"body":40,"breadcrumbs":12,"title":7},"158":{"body":26,"breadcrumbs":10,"title":5},"159":{"body":20,"breadcrumbs":7,"title":2},"16":{"body":99,"breadcrumbs":7,"title":4},"160":{"body":19,"breadcrumbs":8,"title":3},"161":{"body":15,"breadcrumbs":6,"title":1},"162":{"body":247,"breadcrumbs":14,"title":9},"163":{"body":54,"breadcrumbs":12,"title":5},"164":{"body":0,"breadcrumbs":9,"title":2},"165":{"body":15,"breadcrumbs":10,"title":3},"166":{"body":4,"breadcrumbs":8,"title":1},"167":{"body":0,"breadcrumbs":9,"title":2},"168":{"body":12,"breadcrumbs":8,"title":1},"169":{"body":7,"breadcrumbs":8,"title":1},"17":{"body":89,"breadcrumbs":8,"title":5},"170":{"body":27,"breadcrumbs":8,"title":1},"171":{"body":95,"breadcrumbs":9,"title":2},"172":{"body":56,"breadcrumbs":8,"title":1},"173":{"body":20,"breadcrumbs":11,"title":4},"174":{"body":42,"breadcrumbs":6,"title":2},"175":{"body":7,"breadcrumbs":6,"title":2},"176":{"body":18,"breadcrumbs":6,"title":2},"177":{"body":92,"breadcrumbs":6,"title":2},"178":{"body":146,"breadcrumbs":2,"title":1},"179":{"body":0,"breadcrumbs":5,"title":4},"18":{"body":286,"breadcrumbs":9,"title":6},"180":{"body":18,"breadcrumbs":6,"title":5},"181":{"body":18,"breadcrumbs":6,"title":5},"182":{"body":18,"breadcrumbs":6,"title":5},"183":{"body":8,"breadcrumbs":8,"title":7},"184":{"body":16,"breadcrumbs":7,"title":6},"185":{"body":18,"breadcrumbs":4,"title":3},"186":{"body":15,"breadcrumbs":6,"title":5},"187":{"body":9,"breadcrumbs":3,"title":2},"188":{"body":31,"breadcrumbs":5,"title":4},"189":{"body":6,"breadcrumbs":4,"title":3},"19":{"body":105,"breadcrumbs":8,"title":4},"190":{"body":13,"breadcrumbs":9,"title":8},"191":{"body":14,"breadcrumbs":4,"title":3},"192":{"body":13,"breadcrumbs":6,"title":5},"193":{"body":15,"breadcrumbs":8,"title":7},"194":{"body":12,"breadcrumbs":6,"title":5},"195":{"body":0,"breadcrumbs":6,"title":5},"196":{"body":1,"breadcrumbs":8,"title":7},"197":{"body":1,"breadcrumbs":10,"title":9},"198":{"body":1,"breadcrumbs":7,"title":6},"199":{"body":1,"breadcrumbs":6,"title":5},"2":{"body":19,"breadcrumbs":2,"title":1},"20":{"body":43,"breadcrumbs":9,"title":5},"200":{"body":1,"breadcrumbs":7,"title":6},"201":{"body":19,"breadcrumbs":9,"title":4},"202":{"body":19,"breadcrumbs":10,"title":5},"203":{"body":19,"breadcrumbs":10,"title":5},"204":{"body":19,"breadcrumbs":10,"title":5},"205":{"body":23,"breadcrumbs":15,"title":5},"206":{"body":49,"breadcrumbs":11,"title":1},"207":{"body":16,"breadcrumbs":17,"title":7},"208":{"body":77,"breadcrumbs":15,"title":5},"209":{"body":49,"breadcrumbs":14,"title":4},"21":{"body":39,"breadcrumbs":8,"title":4},"210":{"body":19,"breadcrumbs":15,"title":5},"211":{"body":49,"breadcrumbs":11,"title":1},"212":{"body":16,"breadcrumbs":17,"title":7},"213":{"body":41,"breadcrumbs":15,"title":5},"214":{"body":19,"breadcrumbs":15,"title":5},"215":{"body":49,"breadcrumbs":11,"title":1},"216":{"body":16,"breadcrumbs":17,"title":7},"217":{"body":35,"breadcrumbs":15,"title":5},"218":{"body":52,"breadcrumbs":15,"title":7},"219":{"body":7,"breadcrumbs":9,"title":1},"22":{"body":20,"breadcrumbs":8,"title":4},"220":{"body":33,"breadcrumbs":14,"title":6},"221":{"body":67,"breadcrumbs":11,"title":3},"222":{"body":17,"breadcrumbs":11,"title":3},"223":{"body":18,"breadcrumbs":10,"title":2},"224":{"body":49,"breadcrumbs":11,"title":3},"225":{"body":209,"breadcrumbs":12,"title":4},"226":{"body":27,"breadcrumbs":12,"title":4},"227":{"body":21,"breadcrumbs":13,"title":6},"228":{"body":31,"breadcrumbs":8,"title":1},"229":{"body":33,"breadcrumbs":14,"title":7},"23":{"body":51,"breadcrumbs":8,"title":4},"230":{"body":141,"breadcrumbs":16,"title":9},"231":{"body":31,"breadcrumbs":7,"title":3},"232":{"body":30,"breadcrumbs":5,"title":1},"233":{"body":43,"breadcrumbs":8,"title":4},"234":{"body":139,"breadcrumbs":7,"title":3},"235":{"body":276,"breadcrumbs":8,"title":4},"236":{"body":178,"breadcrumbs":7,"title":3},"237":{"body":0,"breadcrumbs":8,"title":4},"238":{"body":253,"breadcrumbs":7,"title":3},"239":{"body":309,"breadcrumbs":9,"title":5},"24":{"body":17,"breadcrumbs":8,"title":4},"240":{"body":25,"breadcrumbs":11,"title":5},"241":{"body":14,"breadcrumbs":7,"title":1},"242":{"body":120,"breadcrumbs":9,"title":3},"243":{"body":39,"breadcrumbs":11,"title":5},"244":{"body":95,"breadcrumbs":10,"title":4},"245":{"body":42,"breadcrumbs":11,"title":5},"246":{"body":28,"breadcrumbs":9,"title":3},"247":{"body":27,"breadcrumbs":12,"title":9},"248":{"body":15,"breadcrumbs":8,"title":5},"249":{"body":633,"breadcrumbs":7,"title":4},"25":{"body":6,"breadcrumbs":8,"title":4},"250":{"body":187,"breadcrumbs":7,"title":4},"251":{"body":60,"breadcrumbs":9,"title":4},"252":{"body":406,"breadcrumbs":11,"title":6},"253":{"body":312,"breadcrumbs":13,"title":8},"254":{"body":227,"breadcrumbs":11,"title":6},"255":{"body":21,"breadcrumbs":7,"title":3},"256":{"body":5,"breadcrumbs":5,"title":1},"257":{"body":70,"breadcrumbs":6,"title":2},"258":{"body":129,"breadcrumbs":9,"title":5},"259":{"body":72,"breadcrumbs":8,"title":4},"26":{"body":13,"breadcrumbs":8,"title":4},"260":{"body":52,"breadcrumbs":5,"title":1},"261":{"body":39,"breadcrumbs":8,"title":4},"262":{"body":35,"breadcrumbs":17,"title":8},"263":{"body":51,"breadcrumbs":10,"title":1},"264":{"body":38,"breadcrumbs":17,"title":8},"265":{"body":18,"breadcrumbs":17,"title":8},"266":{"body":11,"breadcrumbs":12,"title":3},"267":{"body":12,"breadcrumbs":12,"title":3},"268":{"body":27,"breadcrumbs":15,"title":6},"269":{"body":57,"breadcrumbs":11,"title":2},"27":{"body":9,"breadcrumbs":8,"title":4},"270":{"body":17,"breadcrumbs":7,"title":3},"271":{"body":16,"breadcrumbs":5,"title":1},"272":{"body":21,"breadcrumbs":10,"title":6},"273":{"body":10,"breadcrumbs":10,"title":6},"274":{"body":13,"breadcrumbs":11,"title":5},"275":{"body":37,"breadcrumbs":7,"title":1},"276":{"body":166,"breadcrumbs":8,"title":2},"277":{"body":32,"breadcrumbs":12,"title":6},"278":{"body":21,"breadcrumbs":15,"title":7},"279":{"body":23,"breadcrumbs":9,"title":1},"28":{"body":38,"breadcrumbs":7,"title":3},"280":{"body":15,"breadcrumbs":12,"title":4},"281":{"body":126,"breadcrumbs":13,"title":5},"282":{"body":11,"breadcrumbs":11,"title":5},"283":{"body":11,"breadcrumbs":7,"title":1},"284":{"body":48,"breadcrumbs":9,"title":3},"285":{"body":11,"breadcrumbs":9,"title":3},"286":{"body":194,"breadcrumbs":4,"title":2},"287":{"body":16,"breadcrumbs":6,"title":4},"288":{"body":13,"breadcrumbs":5,"title":3},"289":{"body":6,"breadcrumbs":4,"title":2},"29":{"body":11,"breadcrumbs":8,"title":4},"290":{"body":4,"breadcrumbs":5,"title":3},"291":{"body":6,"breadcrumbs":5,"title":3},"292":{"body":6,"breadcrumbs":8,"title":6},"293":{"body":7,"breadcrumbs":4,"title":2},"294":{"body":9,"breadcrumbs":6,"title":4},"295":{"body":9,"breadcrumbs":6,"title":4},"296":{"body":7,"breadcrumbs":5,"title":3},"297":{"body":6,"breadcrumbs":7,"title":5},"298":{"body":6,"breadcrumbs":6,"title":4},"299":{"body":6,"breadcrumbs":6,"title":4},"3":{"body":8,"breadcrumbs":5,"title":4},"30":{"body":15,"breadcrumbs":7,"title":3},"300":{"body":6,"breadcrumbs":6,"title":4},"301":{"body":6,"breadcrumbs":5,"title":3},"302":{"body":16,"breadcrumbs":6,"title":4},"303":{"body":12,"breadcrumbs":11,"title":9},"304":{"body":8,"breadcrumbs":6,"title":4},"305":{"body":10,"breadcrumbs":5,"title":3},"306":{"body":10,"breadcrumbs":5,"title":3},"307":{"body":7,"breadcrumbs":6,"title":4},"308":{"body":13,"breadcrumbs":5,"title":3},"309":{"body":16,"breadcrumbs":6,"title":4},"31":{"body":44,"breadcrumbs":9,"title":5},"310":{"body":8,"breadcrumbs":7,"title":5},"311":{"body":17,"breadcrumbs":6,"title":4},"312":{"body":14,"breadcrumbs":6,"title":4},"313":{"body":10,"breadcrumbs":7,"title":5},"314":{"body":5,"breadcrumbs":4,"title":2},"315":{"body":7,"breadcrumbs":5,"title":3},"316":{"body":15,"breadcrumbs":6,"title":4},"317":{"body":8,"breadcrumbs":6,"title":4},"318":{"body":15,"breadcrumbs":5,"title":3},"319":{"body":12,"breadcrumbs":7,"title":5},"32":{"body":81,"breadcrumbs":6,"title":2},"320":{"body":13,"breadcrumbs":8,"title":6},"321":{"body":13,"breadcrumbs":5,"title":3},"322":{"body":9,"breadcrumbs":7,"title":5},"323":{"body":10,"breadcrumbs":6,"title":4},"324":{"body":10,"breadcrumbs":6,"title":4},"325":{"body":10,"breadcrumbs":5,"title":3},"326":{"body":9,"breadcrumbs":6,"title":4},"327":{"body":7,"breadcrumbs":5,"title":3},"328":{"body":7,"breadcrumbs":5,"title":3},"329":{"body":19,"breadcrumbs":7,"title":5},"33":{"body":59,"breadcrumbs":6,"title":3},"330":{"body":95,"breadcrumbs":10,"title":4},"331":{"body":149,"breadcrumbs":8,"title":2},"332":{"body":57,"breadcrumbs":7,"title":1},"333":{"body":149,"breadcrumbs":11,"title":5},"334":{"body":24,"breadcrumbs":7,"title":1},"335":{"body":77,"breadcrumbs":7,"title":1},"336":{"body":38,"breadcrumbs":8,"title":2},"337":{"body":77,"breadcrumbs":7,"title":1},"338":{"body":276,"breadcrumbs":7,"title":1},"339":{"body":144,"breadcrumbs":8,"title":2},"34":{"body":35,"breadcrumbs":7,"title":4},"340":{"body":55,"breadcrumbs":10,"title":4},"341":{"body":12,"breadcrumbs":9,"title":3},"342":{"body":76,"breadcrumbs":8,"title":2},"343":{"body":47,"breadcrumbs":8,"title":2},"344":{"body":92,"breadcrumbs":11,"title":5},"345":{"body":54,"breadcrumbs":8,"title":3},"346":{"body":107,"breadcrumbs":6,"title":1},"347":{"body":0,"breadcrumbs":6,"title":1},"348":{"body":9,"breadcrumbs":6,"title":1},"349":{"body":49,"breadcrumbs":6,"title":1},"35":{"body":5,"breadcrumbs":4,"title":1},"350":{"body":28,"breadcrumbs":6,"title":1},"351":{"body":99,"breadcrumbs":7,"title":2},"352":{"body":52,"breadcrumbs":7,"title":2},"353":{"body":0,"breadcrumbs":7,"title":2},"354":{"body":267,"breadcrumbs":7,"title":2},"355":{"body":80,"breadcrumbs":6,"title":1},"356":{"body":61,"breadcrumbs":6,"title":1},"357":{"body":26,"breadcrumbs":6,"title":1},"358":{"body":22,"breadcrumbs":8,"title":3},"359":{"body":260,"breadcrumbs":6,"title":1},"36":{"body":17,"breadcrumbs":6,"title":3},"360":{"body":66,"breadcrumbs":8,"title":3},"361":{"body":102,"breadcrumbs":17,"title":6},"362":{"body":135,"breadcrumbs":12,"title":4},"363":{"body":167,"breadcrumbs":11,"title":3},"364":{"body":75,"breadcrumbs":7,"title":1},"365":{"body":43,"breadcrumbs":7,"title":1},"366":{"body":104,"breadcrumbs":7,"title":1},"367":{"body":58,"breadcrumbs":6,"title":2},"368":{"body":301,"breadcrumbs":5,"title":1},"369":{"body":174,"breadcrumbs":7,"title":3},"37":{"body":25,"breadcrumbs":8,"title":5},"370":{"body":48,"breadcrumbs":7,"title":3},"371":{"body":79,"breadcrumbs":5,"title":1},"372":{"body":85,"breadcrumbs":5,"title":1},"373":{"body":289,"breadcrumbs":6,"title":2},"374":{"body":123,"breadcrumbs":6,"title":2},"375":{"body":18,"breadcrumbs":6,"title":2},"376":{"body":0,"breadcrumbs":7,"title":3},"377":{"body":28,"breadcrumbs":10,"title":6},"378":{"body":57,"breadcrumbs":8,"title":4},"379":{"body":20,"breadcrumbs":8,"title":3},"38":{"body":6,"breadcrumbs":8,"title":5},"380":{"body":48,"breadcrumbs":6,"title":1},"381":{"body":120,"breadcrumbs":7,"title":2},"382":{"body":44,"breadcrumbs":6,"title":1},"383":{"body":40,"breadcrumbs":8,"title":3},"384":{"body":107,"breadcrumbs":8,"title":3},"385":{"body":137,"breadcrumbs":7,"title":2},"386":{"body":75,"breadcrumbs":8,"title":3},"387":{"body":51,"breadcrumbs":7,"title":2},"388":{"body":26,"breadcrumbs":14,"title":6},"389":{"body":149,"breadcrumbs":9,"title":1},"39":{"body":13,"breadcrumbs":8,"title":5},"390":{"body":133,"breadcrumbs":10,"title":2},"391":{"body":148,"breadcrumbs":12,"title":4},"392":{"body":78,"breadcrumbs":10,"title":2},"393":{"body":46,"breadcrumbs":9,"title":1},"394":{"body":26,"breadcrumbs":6,"title":2},"395":{"body":148,"breadcrumbs":5,"title":1},"396":{"body":12,"breadcrumbs":7,"title":3},"397":{"body":188,"breadcrumbs":5,"title":1},"398":{"body":44,"breadcrumbs":5,"title":1},"399":{"body":13,"breadcrumbs":10,"title":4},"4":{"body":35,"breadcrumbs":4,"title":3},"40":{"body":15,"breadcrumbs":7,"title":4},"400":{"body":0,"breadcrumbs":10,"title":4},"401":{"body":0,"breadcrumbs":10,"title":4},"402":{"body":0,"breadcrumbs":9,"title":3},"403":{"body":0,"breadcrumbs":10,"title":4},"404":{"body":0,"breadcrumbs":10,"title":4},"405":{"body":295,"breadcrumbs":14,"title":4},"406":{"body":106,"breadcrumbs":14,"title":4},"407":{"body":11,"breadcrumbs":12,"title":3},"408":{"body":78,"breadcrumbs":11,"title":2},"409":{"body":78,"breadcrumbs":11,"title":2},"41":{"body":15,"breadcrumbs":6,"title":3},"410":{"body":51,"breadcrumbs":11,"title":2},"411":{"body":9,"breadcrumbs":14,"title":4},"412":{"body":69,"breadcrumbs":12,"title":2},"413":{"body":95,"breadcrumbs":12,"title":2},"414":{"body":19,"breadcrumbs":14,"title":4},"415":{"body":58,"breadcrumbs":15,"title":5},"416":{"body":76,"breadcrumbs":15,"title":5},"417":{"body":0,"breadcrumbs":14,"title":4},"418":{"body":27,"breadcrumbs":10,"title":4},"419":{"body":8,"breadcrumbs":9,"title":3},"42":{"body":14,"breadcrumbs":4,"title":1},"420":{"body":9,"breadcrumbs":8,"title":2},"421":{"body":7,"breadcrumbs":8,"title":2},"422":{"body":10,"breadcrumbs":8,"title":2},"423":{"body":17,"breadcrumbs":7,"title":1},"424":{"body":12,"breadcrumbs":9,"title":3},"425":{"body":28,"breadcrumbs":12,"title":3},"426":{"body":51,"breadcrumbs":11,"title":2},"427":{"body":179,"breadcrumbs":11,"title":2},"428":{"body":115,"breadcrumbs":17,"title":8},"429":{"body":85,"breadcrumbs":11,"title":2},"43":{"body":12,"breadcrumbs":4,"title":1},"430":{"body":62,"breadcrumbs":11,"title":2},"431":{"body":21,"breadcrumbs":10,"title":2},"432":{"body":69,"breadcrumbs":9,"title":1},"433":{"body":36,"breadcrumbs":10,"title":2},"434":{"body":71,"breadcrumbs":10,"title":2},"435":{"body":33,"breadcrumbs":10,"title":2},"436":{"body":94,"breadcrumbs":10,"title":2},"437":{"body":21,"breadcrumbs":10,"title":2},"438":{"body":86,"breadcrumbs":9,"title":1},"439":{"body":37,"breadcrumbs":10,"title":2},"44":{"body":21,"breadcrumbs":6,"title":3},"440":{"body":42,"breadcrumbs":11,"title":3},"441":{"body":38,"breadcrumbs":10,"title":2},"442":{"body":29,"breadcrumbs":10,"title":2},"443":{"body":15,"breadcrumbs":8,"title":1},"444":{"body":66,"breadcrumbs":8,"title":3},"445":{"body":168,"breadcrumbs":10,"title":5},"446":{"body":24,"breadcrumbs":10,"title":5},"447":{"body":136,"breadcrumbs":12,"title":7},"448":{"body":30,"breadcrumbs":8,"title":3},"449":{"body":21,"breadcrumbs":8,"title":3},"45":{"body":30,"breadcrumbs":4,"title":1},"450":{"body":50,"breadcrumbs":10,"title":5},"451":{"body":35,"breadcrumbs":13,"title":6},"452":{"body":146,"breadcrumbs":6,"title":2},"453":{"body":29,"breadcrumbs":10,"title":4},"454":{"body":36,"breadcrumbs":7,"title":1},"455":{"body":17,"breadcrumbs":7,"title":1},"456":{"body":21,"breadcrumbs":7,"title":1},"457":{"body":29,"breadcrumbs":7,"title":1},"458":{"body":52,"breadcrumbs":7,"title":1},"459":{"body":33,"breadcrumbs":7,"title":1},"46":{"body":11,"breadcrumbs":9,"title":6},"460":{"body":27,"breadcrumbs":7,"title":1},"461":{"body":7,"breadcrumbs":7,"title":1},"462":{"body":118,"breadcrumbs":8,"title":2},"463":{"body":38,"breadcrumbs":8,"title":2},"464":{"body":70,"breadcrumbs":12,"title":5},"465":{"body":95,"breadcrumbs":8,"title":1},"466":{"body":212,"breadcrumbs":11,"title":4},"467":{"body":106,"breadcrumbs":9,"title":2},"468":{"body":85,"breadcrumbs":9,"title":2},"469":{"body":159,"breadcrumbs":9,"title":2},"47":{"body":8,"breadcrumbs":8,"title":5},"470":{"body":55,"breadcrumbs":12,"title":5},"471":{"body":14,"breadcrumbs":11,"title":4},"472":{"body":27,"breadcrumbs":10,"title":3},"473":{"body":70,"breadcrumbs":13,"title":6},"474":{"body":348,"breadcrumbs":14,"title":7},"475":{"body":40,"breadcrumbs":12,"title":5},"476":{"body":126,"breadcrumbs":15,"title":8},"477":{"body":11,"breadcrumbs":8,"title":3},"478":{"body":134,"breadcrumbs":6,"title":1},"479":{"body":26,"breadcrumbs":10,"title":4},"48":{"body":17,"breadcrumbs":6,"title":3},"480":{"body":22,"breadcrumbs":7,"title":1},"481":{"body":28,"breadcrumbs":7,"title":1},"482":{"body":11,"breadcrumbs":7,"title":1},"483":{"body":25,"breadcrumbs":7,"title":1},"484":{"body":17,"breadcrumbs":7,"title":1},"485":{"body":25,"breadcrumbs":7,"title":1},"486":{"body":207,"breadcrumbs":7,"title":1},"487":{"body":37,"breadcrumbs":7,"title":1},"488":{"body":17,"breadcrumbs":7,"title":1},"489":{"body":15,"breadcrumbs":10,"title":4},"49":{"body":79,"breadcrumbs":5,"title":2},"490":{"body":97,"breadcrumbs":7,"title":1},"491":{"body":64,"breadcrumbs":7,"title":1},"492":{"body":7,"breadcrumbs":8,"title":3},"493":{"body":34,"breadcrumbs":6,"title":1},"494":{"body":10,"breadcrumbs":6,"title":1},"495":{"body":6,"breadcrumbs":10,"title":4},"496":{"body":112,"breadcrumbs":7,"title":1},"497":{"body":20,"breadcrumbs":22,"title":10},"498":{"body":26,"breadcrumbs":13,"title":1},"499":{"body":32,"breadcrumbs":15,"title":3},"5":{"body":14,"breadcrumbs":4,"title":3},"50":{"body":6,"breadcrumbs":5,"title":2},"500":{"body":28,"breadcrumbs":16,"title":4},"501":{"body":28,"breadcrumbs":15,"title":3},"502":{"body":92,"breadcrumbs":16,"title":4},"503":{"body":7,"breadcrumbs":14,"title":6},"504":{"body":30,"breadcrumbs":9,"title":1},"505":{"body":68,"breadcrumbs":9,"title":1},"506":{"body":20,"breadcrumbs":8,"title":3},"507":{"body":155,"breadcrumbs":6,"title":1},"508":{"body":541,"breadcrumbs":6,"title":1},"509":{"body":12,"breadcrumbs":8,"title":3},"51":{"body":7,"breadcrumbs":5,"title":2},"510":{"body":157,"breadcrumbs":6,"title":1},"511":{"body":379,"breadcrumbs":6,"title":1},"512":{"body":27,"breadcrumbs":10,"title":4},"513":{"body":130,"breadcrumbs":7,"title":1},"514":{"body":143,"breadcrumbs":7,"title":1},"515":{"body":1,"breadcrumbs":8,"title":2},"516":{"body":2,"breadcrumbs":11,"title":5},"517":{"body":102,"breadcrumbs":11,"title":5},"518":{"body":72,"breadcrumbs":8,"title":2},"519":{"body":85,"breadcrumbs":9,"title":3},"52":{"body":63,"breadcrumbs":11,"title":4},"520":{"body":94,"breadcrumbs":9,"title":3},"521":{"body":11,"breadcrumbs":8,"title":3},"522":{"body":90,"breadcrumbs":6,"title":1},"523":{"body":0,"breadcrumbs":6,"title":1},"524":{"body":43,"breadcrumbs":7,"title":2},"525":{"body":138,"breadcrumbs":7,"title":2},"526":{"body":7,"breadcrumbs":10,"title":4},"527":{"body":57,"breadcrumbs":7,"title":1},"528":{"body":17,"breadcrumbs":7,"title":1},"529":{"body":38,"breadcrumbs":12,"title":5},"53":{"body":70,"breadcrumbs":8,"title":1},"530":{"body":61,"breadcrumbs":8,"title":1},"531":{"body":0,"breadcrumbs":8,"title":1},"532":{"body":56,"breadcrumbs":11,"title":4},"533":{"body":43,"breadcrumbs":12,"title":5},"534":{"body":18,"breadcrumbs":10,"title":3},"535":{"body":4,"breadcrumbs":9,"title":2},"536":{"body":57,"breadcrumbs":9,"title":2},"537":{"body":0,"breadcrumbs":9,"title":2},"538":{"body":33,"breadcrumbs":12,"title":5},"539":{"body":16,"breadcrumbs":9,"title":2},"54":{"body":14,"breadcrumbs":8,"title":1},"540":{"body":16,"breadcrumbs":10,"title":3},"541":{"body":63,"breadcrumbs":10,"title":3},"542":{"body":7,"breadcrumbs":10,"title":4},"543":{"body":40,"breadcrumbs":7,"title":1},"544":{"body":70,"breadcrumbs":7,"title":1},"545":{"body":7,"breadcrumbs":10,"title":4},"546":{"body":64,"breadcrumbs":7,"title":1},"547":{"body":160,"breadcrumbs":7,"title":1},"548":{"body":6,"breadcrumbs":12,"title":5},"549":{"body":47,"breadcrumbs":8,"title":1},"55":{"body":80,"breadcrumbs":8,"title":1},"550":{"body":7,"breadcrumbs":6,"title":2},"551":{"body":38,"breadcrumbs":5,"title":1},"552":{"body":26,"breadcrumbs":5,"title":1},"553":{"body":7,"breadcrumbs":8,"title":3},"554":{"body":19,"breadcrumbs":6,"title":1},"555":{"body":42,"breadcrumbs":6,"title":1},"556":{"body":12,"breadcrumbs":10,"title":4},"557":{"body":91,"breadcrumbs":7,"title":1},"558":{"body":14,"breadcrumbs":10,"title":4},"559":{"body":44,"breadcrumbs":7,"title":1},"56":{"body":15,"breadcrumbs":8,"title":1},"560":{"body":30,"breadcrumbs":7,"title":1},"561":{"body":21,"breadcrumbs":8,"title":3},"562":{"body":76,"breadcrumbs":6,"title":1},"563":{"body":0,"breadcrumbs":6,"title":1},"564":{"body":4,"breadcrumbs":6,"title":1},"565":{"body":4,"breadcrumbs":8,"title":3},"566":{"body":12,"breadcrumbs":8,"title":3},"567":{"body":12,"breadcrumbs":12,"title":5},"568":{"body":40,"breadcrumbs":8,"title":1},"569":{"body":83,"breadcrumbs":8,"title":1},"57":{"body":19,"breadcrumbs":8,"title":1},"570":{"body":7,"breadcrumbs":14,"title":6},"571":{"body":26,"breadcrumbs":9,"title":1},"572":{"body":24,"breadcrumbs":9,"title":1},"573":{"body":13,"breadcrumbs":8,"title":3},"574":{"body":45,"breadcrumbs":6,"title":1},"575":{"body":98,"breadcrumbs":6,"title":1},"576":{"body":7,"breadcrumbs":12,"title":5},"577":{"body":25,"breadcrumbs":8,"title":1},"578":{"body":18,"breadcrumbs":8,"title":1},"579":{"body":19,"breadcrumbs":10,"title":4},"58":{"body":25,"breadcrumbs":8,"title":1},"580":{"body":51,"breadcrumbs":7,"title":1},"581":{"body":7,"breadcrumbs":10,"title":4},"582":{"body":53,"breadcrumbs":7,"title":1},"583":{"body":111,"breadcrumbs":7,"title":1},"584":{"body":10,"breadcrumbs":8,"title":3},"585":{"body":66,"breadcrumbs":6,"title":1},"586":{"body":0,"breadcrumbs":6,"title":1},"587":{"body":40,"breadcrumbs":8,"title":3},"588":{"body":6,"breadcrumbs":10,"title":4},"589":{"body":71,"breadcrumbs":7,"title":1},"59":{"body":243,"breadcrumbs":10,"title":3},"590":{"body":13,"breadcrumbs":12,"title":5},"591":{"body":49,"breadcrumbs":8,"title":1},"592":{"body":25,"breadcrumbs":12,"title":5},"593":{"body":41,"breadcrumbs":8,"title":1},"594":{"body":6,"breadcrumbs":13,"title":6},"595":{"body":12,"breadcrumbs":8,"title":1},"596":{"body":47,"breadcrumbs":8,"title":1},"597":{"body":9,"breadcrumbs":10,"title":3},"598":{"body":7,"breadcrumbs":8,"title":3},"599":{"body":30,"breadcrumbs":6,"title":1},"6":{"body":68,"breadcrumbs":3,"title":2},"60":{"body":22,"breadcrumbs":10,"title":3},"600":{"body":11,"breadcrumbs":6,"title":1},"601":{"body":19,"breadcrumbs":12,"title":5},"602":{"body":26,"breadcrumbs":8,"title":1},"603":{"body":2,"breadcrumbs":4,"title":2},"604":{"body":91,"breadcrumbs":3,"title":1},"605":{"body":4,"breadcrumbs":8,"title":3},"606":{"body":258,"breadcrumbs":8,"title":3},"607":{"body":4,"breadcrumbs":8,"title":3},"608":{"body":285,"breadcrumbs":8,"title":3},"609":{"body":4,"breadcrumbs":8,"title":3},"61":{"body":12,"breadcrumbs":10,"title":3},"610":{"body":113,"breadcrumbs":8,"title":3},"611":{"body":4,"breadcrumbs":8,"title":3},"612":{"body":0,"breadcrumbs":8,"title":3},"613":{"body":239,"breadcrumbs":7,"title":2},"614":{"body":4,"breadcrumbs":8,"title":3},"615":{"body":304,"breadcrumbs":8,"title":3},"616":{"body":4,"breadcrumbs":8,"title":3},"617":{"body":198,"breadcrumbs":8,"title":3},"618":{"body":4,"breadcrumbs":8,"title":3},"619":{"body":203,"breadcrumbs":8,"title":3},"62":{"body":21,"breadcrumbs":8,"title":1},"620":{"body":4,"breadcrumbs":8,"title":3},"621":{"body":311,"breadcrumbs":8,"title":3},"622":{"body":4,"breadcrumbs":8,"title":3},"623":{"body":134,"breadcrumbs":8,"title":3},"624":{"body":4,"breadcrumbs":8,"title":3},"625":{"body":268,"breadcrumbs":8,"title":3},"626":{"body":4,"breadcrumbs":8,"title":3},"627":{"body":123,"breadcrumbs":8,"title":3},"628":{"body":4,"breadcrumbs":8,"title":3},"629":{"body":61,"breadcrumbs":8,"title":3},"63":{"body":18,"breadcrumbs":8,"title":1},"630":{"body":4,"breadcrumbs":8,"title":3},"631":{"body":190,"breadcrumbs":8,"title":3},"632":{"body":4,"breadcrumbs":8,"title":3},"633":{"body":101,"breadcrumbs":8,"title":3},"634":{"body":4,"breadcrumbs":8,"title":3},"635":{"body":71,"breadcrumbs":8,"title":3},"636":{"body":4,"breadcrumbs":8,"title":3},"637":{"body":105,"breadcrumbs":8,"title":3},"638":{"body":4,"breadcrumbs":8,"title":3},"639":{"body":151,"breadcrumbs":8,"title":3},"64":{"body":15,"breadcrumbs":10,"title":3},"640":{"body":4,"breadcrumbs":8,"title":3},"641":{"body":177,"breadcrumbs":8,"title":3},"642":{"body":4,"breadcrumbs":8,"title":3},"643":{"body":144,"breadcrumbs":8,"title":3},"644":{"body":4,"breadcrumbs":8,"title":3},"645":{"body":122,"breadcrumbs":8,"title":3},"646":{"body":4,"breadcrumbs":8,"title":3},"647":{"body":121,"breadcrumbs":8,"title":3},"648":{"body":4,"breadcrumbs":8,"title":3},"649":{"body":145,"breadcrumbs":8,"title":3},"65":{"body":22,"breadcrumbs":11,"title":4},"650":{"body":4,"breadcrumbs":8,"title":3},"651":{"body":114,"breadcrumbs":8,"title":3},"652":{"body":4,"breadcrumbs":8,"title":3},"653":{"body":146,"breadcrumbs":8,"title":3},"654":{"body":4,"breadcrumbs":8,"title":3},"655":{"body":180,"breadcrumbs":8,"title":3},"656":{"body":4,"breadcrumbs":8,"title":3},"657":{"body":22,"breadcrumbs":8,"title":3},"658":{"body":4,"breadcrumbs":8,"title":3},"659":{"body":91,"breadcrumbs":8,"title":3},"66":{"body":11,"breadcrumbs":10,"title":3},"660":{"body":4,"breadcrumbs":8,"title":3},"661":{"body":5,"breadcrumbs":8,"title":3},"662":{"body":36,"breadcrumbs":6,"title":3},"663":{"body":47,"breadcrumbs":5,"title":1},"664":{"body":91,"breadcrumbs":10,"title":6},"665":{"body":7,"breadcrumbs":11,"title":7},"666":{"body":45,"breadcrumbs":12,"title":8},"667":{"body":39,"breadcrumbs":11,"title":7},"668":{"body":79,"breadcrumbs":9,"title":5},"669":{"body":75,"breadcrumbs":13,"title":9},"67":{"body":11,"breadcrumbs":9,"title":2},"670":{"body":110,"breadcrumbs":5,"title":1},"671":{"body":182,"breadcrumbs":9,"title":5},"672":{"body":61,"breadcrumbs":12,"title":8},"673":{"body":9,"breadcrumbs":10,"title":6},"674":{"body":14,"breadcrumbs":12,"title":8},"675":{"body":6,"breadcrumbs":7,"title":3},"676":{"body":6,"breadcrumbs":10,"title":6},"677":{"body":6,"breadcrumbs":11,"title":7},"678":{"body":6,"breadcrumbs":12,"title":8},"679":{"body":6,"breadcrumbs":13,"title":9},"68":{"body":36,"breadcrumbs":13,"title":5},"680":{"body":9,"breadcrumbs":8,"title":4},"681":{"body":24,"breadcrumbs":10,"title":6},"682":{"body":6,"breadcrumbs":10,"title":6},"683":{"body":27,"breadcrumbs":10,"title":6},"684":{"body":19,"breadcrumbs":10,"title":6},"685":{"body":31,"breadcrumbs":9,"title":5},"686":{"body":50,"breadcrumbs":11,"title":7},"687":{"body":53,"breadcrumbs":9,"title":5},"688":{"body":11,"breadcrumbs":7,"title":2},"689":{"body":13,"breadcrumbs":11,"title":6},"69":{"body":47,"breadcrumbs":9,"title":1},"690":{"body":86,"breadcrumbs":13,"title":5},"691":{"body":155,"breadcrumbs":23,"title":15},"692":{"body":94,"breadcrumbs":16,"title":8},"693":{"body":34,"breadcrumbs":29,"title":21},"694":{"body":19,"breadcrumbs":20,"title":12},"695":{"body":9,"breadcrumbs":18,"title":10},"696":{"body":14,"breadcrumbs":18,"title":10},"697":{"body":40,"breadcrumbs":13,"title":5},"698":{"body":14,"breadcrumbs":5,"title":1},"699":{"body":57,"breadcrumbs":7,"title":3},"7":{"body":75,"breadcrumbs":2,"title":1},"70":{"body":83,"breadcrumbs":9,"title":1},"700":{"body":35,"breadcrumbs":10,"title":6},"701":{"body":86,"breadcrumbs":5,"title":1},"702":{"body":7,"breadcrumbs":13,"title":9},"703":{"body":55,"breadcrumbs":8,"title":4},"704":{"body":29,"breadcrumbs":11,"title":7},"705":{"body":77,"breadcrumbs":9,"title":5},"706":{"body":28,"breadcrumbs":10,"title":6},"707":{"body":23,"breadcrumbs":11,"title":7},"708":{"body":11,"breadcrumbs":13,"title":9},"709":{"body":23,"breadcrumbs":11,"title":7},"71":{"body":0,"breadcrumbs":11,"title":3},"710":{"body":40,"breadcrumbs":11,"title":7},"711":{"body":31,"breadcrumbs":7,"title":3},"712":{"body":14,"breadcrumbs":10,"title":6},"713":{"body":53,"breadcrumbs":12,"title":8},"714":{"body":114,"breadcrumbs":7,"title":3},"715":{"body":142,"breadcrumbs":5,"title":1},"716":{"body":35,"breadcrumbs":15,"title":11},"717":{"body":39,"breadcrumbs":13,"title":9},"718":{"body":24,"breadcrumbs":12,"title":8},"719":{"body":48,"breadcrumbs":15,"title":11},"72":{"body":41,"breadcrumbs":10,"title":2},"720":{"body":10,"breadcrumbs":16,"title":12},"721":{"body":37,"breadcrumbs":20,"title":16},"722":{"body":28,"breadcrumbs":17,"title":13},"723":{"body":16,"breadcrumbs":20,"title":16},"724":{"body":124,"breadcrumbs":20,"title":16},"725":{"body":15,"breadcrumbs":17,"title":13},"726":{"body":12,"breadcrumbs":16,"title":12},"727":{"body":214,"breadcrumbs":5,"title":1},"728":{"body":15,"breadcrumbs":11,"title":7},"729":{"body":38,"breadcrumbs":16,"title":12},"73":{"body":37,"breadcrumbs":10,"title":2},"730":{"body":47,"breadcrumbs":12,"title":8},"731":{"body":24,"breadcrumbs":16,"title":12},"732":{"body":25,"breadcrumbs":16,"title":12},"733":{"body":2,"breadcrumbs":16,"title":12},"734":{"body":11,"breadcrumbs":10,"title":6},"735":{"body":3,"breadcrumbs":9,"title":5},"736":{"body":18,"breadcrumbs":25,"title":21},"737":{"body":8,"breadcrumbs":11,"title":7},"738":{"body":23,"breadcrumbs":14,"title":10},"739":{"body":13,"breadcrumbs":17,"title":13},"74":{"body":74,"breadcrumbs":10,"title":2},"740":{"body":18,"breadcrumbs":23,"title":19},"741":{"body":30,"breadcrumbs":17,"title":13},"742":{"body":13,"breadcrumbs":37,"title":33},"743":{"body":21,"breadcrumbs":11,"title":7},"744":{"body":9,"breadcrumbs":17,"title":13},"745":{"body":23,"breadcrumbs":6,"title":3},"746":{"body":11,"breadcrumbs":2,"title":1},"747":{"body":96,"breadcrumbs":6,"title":5},"748":{"body":202,"breadcrumbs":2,"title":1},"75":{"body":25,"breadcrumbs":10,"title":2},"76":{"body":41,"breadcrumbs":10,"title":2},"77":{"body":13,"breadcrumbs":9,"title":1},"78":{"body":92,"breadcrumbs":14,"title":6},"79":{"body":15,"breadcrumbs":10,"title":2},"8":{"body":18,"breadcrumbs":4,"title":3},"80":{"body":42,"breadcrumbs":11,"title":4},"81":{"body":29,"breadcrumbs":8,"title":1},"82":{"body":29,"breadcrumbs":13,"title":6},"83":{"body":37,"breadcrumbs":9,"title":2},"84":{"body":82,"breadcrumbs":10,"title":3},"85":{"body":17,"breadcrumbs":12,"title":5},"86":{"body":76,"breadcrumbs":9,"title":2},"87":{"body":26,"breadcrumbs":9,"title":2},"88":{"body":443,"breadcrumbs":11,"title":4},"89":{"body":126,"breadcrumbs":11,"title":4},"9":{"body":20,"breadcrumbs":3,"title":2},"90":{"body":9,"breadcrumbs":9,"title":3},"91":{"body":30,"breadcrumbs":9,"title":3},"92":{"body":7,"breadcrumbs":7,"title":2},"93":{"body":50,"breadcrumbs":6,"title":1},"94":{"body":7,"breadcrumbs":7,"title":2},"95":{"body":43,"breadcrumbs":6,"title":1},"96":{"body":9,"breadcrumbs":11,"title":4},"97":{"body":31,"breadcrumbs":10,"title":3},"98":{"body":62,"breadcrumbs":15,"title":6},"99":{"body":9,"breadcrumbs":14,"title":5}},"docs":{"0":{"body":"","breadcrumbs":"VST » VST Home","id":"0","title":"VST Home"},"1":{"body":"VST Logo This part of the Steinberg Developer Resource is a portal dedicated to developers of VST 3 plug-ins and VST 3 hosts. Almost everything you need for developing VST 3 plug-ins is explained in the sections below.","breadcrumbs":"VST » Welcome to the world of VST 3","id":"1","title":"Welcome to the world of VST 3"},"10":{"body":"Copyrights and Glossary","breadcrumbs":"VST » Miscellaneous","id":"10","title":"Miscellaneous"},"100":{"body":"Helper Class wrapping a VST 3 plug-in to an AAX plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - AAX Wrapper","id":"100","title":"VST 3 - AAX Wrapper"},"101":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v3 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - Audio Unit v3 Wrapper","id":"101","title":"VST 3 - Audio Unit v3 Wrapper"},"102":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v2 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - Audio Unit Wrapper","id":"102","title":"VST 3 - Audio Unit Wrapper"},"103":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work?","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » VST 3 - VST 2.x Wrapper","id":"103","title":"VST 3 - VST 2.x Wrapper"},"104":{"body":"Helper Class wrapping a VST 3 plug-in to a VST 2.4 plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to a VST 2.x plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » Introduction","id":"104","title":"Introduction"},"105":{"body":"You just need to add public.sdk/source/vst/vst2wrapper/vst2wrapper.sdk.cpp to your project and add the following code somewhere in your sources: //-----------------------------------------------------------------\n#include \"public.sdk/source/vst/vst2wrapper/vst2wrapper.h\" //-----------------------------------------------------------------\n::AudioEffect* createEffectInstance (audioMasterCallback audioMaster)\n{ return Steinberg::Vst::Vst2Wrapper::create (GetPluginFactory(), kAudioProcessorCID, kVst2UniqueID, audioMaster);\n}","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » How does it work?","id":"105","title":"How does it work?"},"106":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work?","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » VST 3 - AAX Wrapper","id":"106","title":"VST 3 - AAX Wrapper"},"107":{"body":"Helper Class wrapping a VST 3 plug-in to an AAX plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to an AAX plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » Introduction","id":"107","title":"Introduction"},"108":{"body":"Check the AGainAAX example AAX SDK 2.3 or higher is expected in folder external.avid.aax (located at the same level as the folder public.sdk) Here is the step based on the AgainAAX example: In the cpp file againaax.cpp, you can define the plug-in properties: IO audio, product ID, ... On Windows, copy built linker output again_aax.aaxplugin to \"c:\\Program Files\\Common Files\\Avid\\Audio\\Plug-Ins\\again_aax.aaxplugin\\Contents\\x64\" (the debug build does this automatically, but needs appropriate access rights (Administrator rights of your visual)) On OSX, copy built bundle build/Debug/again.aaxplugin to \"/Library/Application Support/Avid/Audio/Plug-Ins\" A developer version of Pro Tools is needed to load the plug-in, the release version of Pro Tools requires plug-ins to be Pace-signed (PACE Anti-Piracy Inc.: https://www.ilok.com )","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » How does it work?","id":"108","title":"How does it work?"},"109":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work? Related pages: Audio Unit v3 Plug-Ins | Apple Developer Documentation","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » VST 3 - AudioUnit v3 Wrapper","id":"109","title":"VST 3 - AudioUnit v3 Wrapper"},"11":{"body":"/ VST Home On this page: VST 3: New Standard for Virtual Studio Technology About the VST standard From the technical point of view Related pages: Use cases Main benefits of VST 3 What is the VST 3 SDK?","breadcrumbs":"What is VST? » What is VST?","id":"11","title":"What is VST?"},"110":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v3 plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to an AU v3 plug-in. The wrapped AudioUnit does support MPE when the VST 3 plug-in has Note Expression support. You need to implement Steinberg::Vst::INoteExpressionPhysicalUIMapping to map your Note Expression to the limited three expressions defined by MPE.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » Introduction","id":"110","title":"Introduction"},"111":{"body":"Structure: App (container app which initializes the AU through small Playback Engine) Extension (extension which is loaded by hosts, also initializes the AU) How to use the VST 3 → AU v3 Wrapper with the sample code: make sure you have correct code signing set up build & run targets How to use the VST 3 → AU v3 Wrapper with your own VST plug-in: duplicate either the folder again_auv3 or note_expression_synth_auv3 in public.sdk/samples/vst, rename it and edit CMakelist.txt to add your sources, resources and modified target names etc. open audiounitconfig.h and change the definitions in this file. also change the other files in that folder to your requirements. Code signing is required, but you can build and test with a developer only identity. build & run targets","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » How does it work?","id":"111","title":"How does it work?"},"112":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work? Related pages: Audio Unit v3 Plug-Ins | Apple Developer Documentation","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » VST 3 - AudioUnit v2 Wrapper","id":"112","title":"VST 3 - AudioUnit v2 Wrapper"},"113":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v2 plug-in. The VST 3 SDK comes with an AudioUnit wrapper, which can wrap one VST 3 audio processor and edit controller as an AudioUnit effect/instrument. The wrapper is a small dynamic library which loads the VST 3 plug-in. As AudioUnits store important information in their resource fork, this library must be compiled for every VST 3 plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » Introduction","id":"113","title":"Introduction"},"114":{"body":"You first need to build the SDK ( check here ) and then you should have the xcode project. You may need to download the CoreAudio SDK from Apple and point cmake to it when building the SDK with it ( see here ). Create a copy of the again AU wrapper example project directory (public.sdk/source/vst/auwrapper/again/) Rename the copy to your needs Edit the target settings of the project and change Product Name Library search path so that it points to the directory where libauwrapper.a exists architecture setting so that it only includes architectures that the VST 3 plug-in supports Search in the project for AUWRAPPER_CHANGE and change the settings to your needs, especially in: Edit audiounitconfig.h, see comments there Edit Info.plist, see comments there Edit the \"Make Links Script\" for easier debugging/development Build your project Done ... that is all! For the release version, you must place a copy or an alias of your VST 3 plug-in in the resource folder of the bundle named \"plugin.vst3\"","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » How does it work?","id":"114","title":"How does it work?"},"115":{"body":"/ VST Home / What is the VST 3 SDK? See [3.6.0] iOS Inter-App Audio","breadcrumbs":"What is the VST 3 SDK? » iOS Inter-App Audio Support » iOS Inter-App Audio Support","id":"115","title":"iOS Inter-App Audio Support"},"116":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction VSTGUI Forum VSTGUI on GitHub VSTGUI License Tutorials for VSTGUI Related pages: https://sdk.steinberg.net","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI","id":"116","title":"VSTGUI"},"117":{"body":"This is a user interface toolkit mainly for audio plug-ins (VST, AudioUnit, etc). Based on the XML definition of the plug-in UI, VSTGUI includes an embedded editor (UIDescription Editor) which allows the developer to create a plug-in UI just by drag & drop of the UI element. First developed in-house by Steinberg Media Technologies (around 1998) for their first VST plug-ins. Later added as binary libraries to the official VST SDK . Since May 2003, VSTGUI is open source, and is hosted now at GitHub https://github.com/steinbergmedia/vstgui . The last official release version of VSTGUI is always included in the VST 3 SDK . what_if_35 Example of the VSTGUI UIDescription Editor (embedded editing WYSIWYG) Check the folder vstgui4 of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » Introduction","id":"117","title":"Introduction"},"118":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, submit bug reports, request new features and connect to other VSTGUI developers: what_if_36 https://sdk.steinberg.net","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI Forum","id":"118","title":"VSTGUI Forum"},"119":{"body":"what_if_37 https://github.com/steinbergmedia/vstgui","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI on GitHub","id":"119","title":"VSTGUI on GitHub"},"12":{"body":"With VST (Virtual Studio Technology), Steinberg established the world’s leading and most widely supported standard for plug-ins and virtual instruments in 1996. With VST 3 Steinberg releases the next major revision of Steinberg ’s Virtual Studio Technology to the audio industry. VST 3 marks an important milestone in audio technology with a completely rewritten code base providing not only many new features but also the most stable and reliable VST platform ever. This combination of the latest technology and new features is the result of Steinberg ’s twelve years of development experience as the leading plug-in interface provider. VST 3 has been designed to provide a technological and creative basis for many innovative and exciting new products for the audio industry, offering a new world of creative possibilities for instrument and effect plug-in users. The VST 3 SDK is available as a free technology, open in use for any developer.","breadcrumbs":"What is VST? » VST 3: New Standard for Virtual Studio Technology","id":"12","title":"VST 3: New Standard for Virtual Studio Technology"},"120":{"body":"BSD style VSTGUI LICENSE\n(c) Steinberg Media Technologies, All Rights Reserved Redistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met: * Redistributions of source code must retain the abovecopyright notice,\nthis list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice,\nthis list of conditions and the following disclaimer inthe documentation\nand/or other materials provided with the distribution.\n* Neither the name of the Steinberg Media Technologies northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI License","id":"120","title":"VSTGUI License"},"121":{"body":"Use VSTGUI to design a User Interface This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to createstunning user interfaces for your plug-in.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » Tutorials for VSTGUI","id":"121","title":"Tutorials for VSTGUI"},"122":{"body":"/ VST Home Related pages: Steinberg VST usage guidelines What are the licensing options for VST 3? Which files fall under which license? Developer use cases (FAQs) This developer use case guide will help you to decide which VST 3 licensing model to choose. The VST 3 SDK has new Usage Guidelines to follow for all licensing models, please read them carefully!","breadcrumbs":"VST 3 Licensing » VST 3 Licensing","id":"122","title":"VST 3 Licensing"},"123":{"body":"Whenever VST ® is used or the SDK has been used to create a product or the SDK is included (Open-source GPLv3 case), it is required to add the reference to Steinberg by using the VST compatible logo as supplied by Steinberg . Included in the VST 3 SDK , the VST compatible logo can be found in the folder VST_SDK/VST3_SDK/vst3_doc/artwork .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines","id":"123","title":"Steinberg VST usage guidelines"},"124":{"body":"You can choose between the Proprietary Steinberg VST 3 or the Open-source GPLv3 license ( dual-license ) depending on how you want to distribute your VST 3 plug-in/host. The License Agreement could be found here and in the VST 3 SDK package .","breadcrumbs":"VST 3 Licensing » What are the licensing options for VST 3?","id":"124","title":"What are the licensing options for VST 3?"},"125":{"body":"All files describing the VST 3 interface, except VST 2 files, located in the folder \"pluginterfaces\" of the SDK, fall under the dual-license described previously.","breadcrumbs":"VST 3 Licensing » Which files fall under which license?","id":"125","title":"Which files fall under which license?"},"126":{"body":"The following use cases support you to choose the right license.","breadcrumbs":"VST 3 Licensing » Developer use cases (FAQs)","id":"126","title":"Developer use cases (FAQs)"},"127":{"body":"/ VST Home / VST 3 Licensing On this page: 1. Required use of VST Compatible logo 2. Use of VST unrelated to the VST Compatible logo 3. Use when claiming compatibility 4. Use on website 5. Use on package 6. Use in product name or logo 7. Use in company name 8. Use in social media 9. Use in domain 10. Use in logo 11. Use in video 12. Use in category 13. Use in combination or composition 14. VST Compatible logo 15. General guidelines for using VST trademark 16. Questions and suggestions Related pages: VST 3 Licensing What are the licensing options for VST 3? Developer use cases (FAQs) Whenever VST ® is used or the SDK has been used to create a product or the SDK is included (Open-source GPLv3 case), it is required to add the reference to Steinberg by using the VST compatible logo as supplied by Steinberg . Included in the VST 3 SDK , the VST compatible logo can be found in the folder VST_SDK/VST3_SDK/vst3_doc/artwork . This logo exists in different forms: with and without the trademark text, black on white and white on black. If you choose the logo without the trademark text, you have to include the following statement somewhere: \"VST is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries.\"","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » Steinberg VST usage guidelines","id":"127","title":"Steinberg VST usage guidelines"},"128":{"body":"Whenever “ VST ” is used, or the SDK is used to create a product, or when the SDK is included, it is required to add the reference to Steinberg by using the “ VST Compatible logo ” as supplied by Steinberg on each of the following: on package on website: The VST Compatible logo must be shown on every webpage that relates to such a product or shows VST . Using e.g. only within the imprint is NOT sufficient. all documentation, regardless of the media used, such as PDF manuals, website, printed manuals etc. On each of the following the logo can be omitted only if not enough space is available. However, in such a case be sure to include Steinberg's copyrights notice: on all advertising materials in the \"about box\" or similar (e.g. help menu, startup screen) of the product.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 1. Required use of VST Compatible logo","id":"128","title":"1. Required use of VST Compatible logo"},"129":{"body":"It is allowed for all parties that have entered into the current Steinberg VST Plug-in SDK Licensing Agreement to use “ VST ” in regular letters to refer to compatibility as long as complying with the Agreement. This can be done on the package/website or even within the name of the product as long as the form of use is in line with the Agreement and the VST Compatible logo is always shown in the context of such. The following shall provide more guidance related to common forms of usage.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 2. Use of VST unrelated to the VST Compatible logo","id":"129","title":"2. Use of VST unrelated to the VST Compatible logo"},"13":{"body":"The Virtual Studio Technology ( VST ) interface is nothing short of a revolution in digital audio. Developed by Steinberg and first launched in 1996, VST creates a full, professional studio environment on your computer. VST allows the integration of virtual effect processors and instruments into your digital audio environment. These can be software recreations of hardware effect units and instruments or new creative effect components in your VST system. All are integrated seamlessly into VST compatible host applications like digital audio workstations (DAW). VST also allows easy integration of external equipment, allowing you to put together a system tailor-made to your needs. Being an open standard, the possibilities offered by VST have steadily been growing over the past decade. New virtual effect processors and virtual instruments are constantly being developed by Steinberg and of course dozens of other companies.","breadcrumbs":"What is VST? » About the VST standard","id":"13","title":"About the VST standard"},"130":{"body":"It is allowed to use claims such as “ compatible with 64-bit VST ” if the VST Compatible logo is placed in context of such claim, e.g. not too far away on the same page, and the product uses or has been created using the SDK and is, in fact, compatible.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 3. Use when claiming compatibility","id":"130","title":"3. Use when claiming compatibility"},"131":{"body":"It is not sufficient to include the VST Compatible logo only in the imprint or one other page. All pages that relate to a product using or created using the SDK or showing VST must show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 4. Use on website","id":"131","title":"4. Use on website"},"132":{"body":"The VST Compatible logo must be printed on the package of any product using or created using the SDK or showing VST .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 5. Use on package","id":"132","title":"5. Use on package"},"133":{"body":"Provided that the VST Compatible logo is always displayed in the context of such a product name, “ VST ” may be added to the basic product name, e.g. like “mycoolEngine for VST ”, if set in regular type and not graphically illustrated or integrated into the product name, and if the VST Compatible logo is always shown in direct context to such a product name. It is not allowed to merge the basic product name and VST in any graphical way into one integrated visual. E.g., it is allowed to use like this: licensing_1 while it is unacceptable to use it like this: licensing_2","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 6. Use in product name or logo","id":"133","title":"6. Use in product name or logo"},"134":{"body":"It is not allowed to include VST in the company name.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 7. Use in company name","id":"134","title":"7. Use in company name"},"135":{"body":"It is allowed to use VST in channels and their names/URLs and the like, if a junction is used to denote the compatibility, e.g. in “MycoolEngineForVST”, and if the channels etc. always show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 8. Use in social media","id":"135","title":"8. Use in social media"},"136":{"body":"It is allowed to use VST in domains, e.g. second level domains, if a junction is used to denote the compatibility, e.g. in “MycoolEngineForVST.com” , and if any page under such domain shows the VST Compatible logo and the domain only shows products using or created using the SDK.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 9. Use in domain","id":"136","title":"9. Use in domain"},"137":{"body":"It is not permitted to include VST in a company logo but it is allowed to include VST in a product logo provided that is in conformity with No. 6 (Use in product name or logo).","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 10. Use in logo","id":"137","title":"10. Use in logo"},"138":{"body":"It is allowed to use “ VST ” in the title of a video or in a video, e.g. a tutorial, in a way as named above, e.g. as an addition to a product name or to show the compatibility, if the VST Compatible logo is shown in the video and, if VST is included in the title of the video, on any page that shows the video and/or the title. Provided that a frame of the video is shown as still (e.g. when presenting the video while not playing it) and such frame includes VST , the frame or the direct context of the video needs to show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 11. Use in video","id":"138","title":"11. Use in video"},"139":{"body":"It is allowed to use VST in a category or in a related URL outside of the domain, e.g. in www.myreviews.com/VSTplugins/ , if such category is of generic meaning, and if under such category only forms of use and/or products in line with the SDK agreement are listed.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 12. Use in category","id":"139","title":"12. Use in category"},"14":{"body":"A VST plug-in is an audio processing component that is utilized within a host application. This host application provides the audio or/and event streams that are processed by the plug-in's code. Generally speaking, a VST plug-in can take a stream of audio data, apply a process to the audio, and return the result to the host application. A VST plug-in normally performs its process using the processor of the computer. The audio stream is broken into a series of blocks. The host supplies the blocks in sequence. The host and its current environment control the block-size. The VST plug-in maintains the status of all its own parameters relating to the running process: The host does not maintain any information about what the plug-in did with the last block of data it processed. From the host application's point of view, a VST plug-in is a black box with an arbitrary number of inputs, outputs (Event (MIDI) or Audio), and associated parameters. The host needs no implicit knowledge of the plug-in's process to be able to use it. The plug-in process can use whatever parameters it wants, internally to the process, but depending on the capabilities of the host, it can allow the changes to user parameters to be automated by the host. The source code of a VST plug-in is platform independent, but the delivery system depends on the platform architecture: On Windows , a VST plug-in is a multi-threaded DLL (Dynamic Link Library), recently packaged into a folder structure. On macOS X , a VST plug-in is a Mach-O Bundle. On Linux , a VST plug-in is a package.","breadcrumbs":"What is VST? » From the technical point of view","id":"14","title":"From the technical point of view"},"140":{"body":"It is not allowed to create combinations or compositions like “ VSTi ” or similar.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 13. Use in combination or composition","id":"140","title":"13. Use in combination or composition"},"141":{"body":"The current VST Compatible logos are the following: licensing_3 licensing_4 Minimum printing size = 20 x 18,7 mm licensing_5 licensing_6 Minimum printing size = 15 x 10 mm","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 14. VST Compatible logo","id":"141","title":"14. VST Compatible logo"},"142":{"body":"On product documentation and promotional materials, use the registered trademark symbol (®) the first time the VST trademark appears in the text. Also include an attribution of Steinberg's ownership within the credit notice. Attribution: \"VST® is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries.\"","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 15. General guidelines for using VST trademark","id":"142","title":"15. General guidelines for using VST trademark"},"143":{"body":"Questions and suggestions regarding this guide can be sent to reception@steinberg.de","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 16. Questions and suggestions","id":"143","title":"16. Questions and suggestions"},"144":{"body":"/ VST Home / VST 3 Licensing On this page: Proprietary Steinberg VST 3 license Open-source GPLv3 license Steinberg Dual-License file Related pages: VST 3 Licensing Developer use cases (FAQs) GNU General Public License GPLv3 You can choose between the Proprietary Steinberg VST 3 or the Open-source GPLv3 license ( dual-license ) depending on how you want to distribute your VST 3 plug-in/host. The License Agreement could be found here and in the VST 3 SDK package .","breadcrumbs":"VST 3 Licensing » What are the licensing options » What are the licensing options","id":"144","title":"What are the licensing options"},"145":{"body":"The \" Proprietary Steinberg VST 3 \" license allows you to distribute your VST 3 plug-in/host in a binary form. However, please note the following requirements: You need written permission from Steinberg Media Technologies GmbH in order to distribute your VST 3 plug-in/host (Steinberg will send you the countersigned License agreement included in the SDK that you signed and sent to us). You need to mention Steinberg Media Technologies GmbH in the about box and/or documentation of your VST 3 plug-in/host and follow the Steinberg VST usage guidelines . For more details please read the \" Proprietary Steinberg VST 3 \" license agreement. If you accept it, please enter all required information, sign it and send it back to us, either via land mail (to the Steinberg address mentioned in the license), or via e-mail to reception@steinberg.de or via fax (+49 (0)40 210 35-300). We will countersign the license agreement and send it back to you. ⓘ As PDF The License agreement is part of the VST SDK package, too.","breadcrumbs":"VST 3 Licensing » What are the licensing options » Proprietary Steinberg VST 3 license","id":"145","title":"Proprietary Steinberg VST 3 license"},"146":{"body":"The open-source license lets you share the source code of your VST 3 plug-in/host including the VST 3 SDK's sources which are subject to the GPLv3 . ⓘ Note Note that VST 2 sources are NOT part of the GPLv3 ! For more information about GPLv3 check this link . It also permits you to change and modify the VST 3 SDK 's sources as long as you share your changes and make them available for everyone (e.g. on an Internet hosting service like GitHub). Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"VST 3 Licensing » What are the licensing options » Open-source GPLv3 license","id":"146","title":"Open-source GPLv3 license"},"147":{"body":"//----------------------------------------------------------------------------\n// LICENSE\n// (c) 2022, Steinberg Media Technologies GmbH, All Rights Reserved\n//----------------------------------------------------------------------------\nThis license applies only to files referencing this license,\nfor other files of the Software Development Kit therespective embedded license text\nis applicable. The license can be found at: This Software Development Kit is licensed under the terms ofthe Steinberg VST 3 License,\nor alternatively under the terms of the General PublicLicense (GPL) Version 3.\nYou may use the Software Development Kit according to eitherof these licenses as it is\nmost appropriate for your project on a case-by-case basis(commercial or not). a) Proprietary Steinberg VST 3 License\nThe Software Development Kit may not be distributed in partsor its entirety\nwithout prior written agreement by Steinberg MediaTechnologies GmbH.\nThe SDK must not be used to re-engineer or manipulate anytechnology used\nin any Steinberg or Third-party application or softwaremodule,\nunless permitted by law.\nNeither the name of the Steinberg Media Technologies GmbH northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission.\nBefore publishing a software under the proprietary license, you need to obtain a copy\nof the License Agreement signed by Steinberg MediaTechnologies GmbH.\nThe Steinberg VST SDK License Agreement can be found at:\n THE SDK IS PROVIDED BY STEINBERG MEDIA TECHNOLOGIES GMBH \"ASIS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULARPURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL STEINBERG MEDIA TECHNOLOGIES GMBH BE LIABLEFOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE. b) General Public License (GPL) Version 3\nDetails of these licenses can be found at: \n//---------------------------------------------------------------------------------","breadcrumbs":"VST 3 Licensing » What are the licensing options » Steinberg Dual-License file","id":"147","title":"Steinberg Dual-License file"},"148":{"body":"/ VST Home / VST 3 Licensing On this page: Which files of the VST 3 SDK fall under which license? What about VST 2? Related pages: VST 3 Licensing","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » Which files fall under which license?","id":"148","title":"Which files fall under which license?"},"149":{"body":"All files describing the VST 3 interface, except VST 2 files, located in the folder \"pluginterfaces\" of the SDK, fall under the dual-license described previously. Each of these files includes this text: //----------------------------------------------------------------------------\n// This file is part of a Steinberg SDK. It is subject to thelicense terms\n// in the LICENSE file found in the top-level directory ofthis distribution\n// and at www.steinberg.net/sdklicenses.\n// No part of the SDK, including this file, may be copied, modified, propagated,\n// or distributed except according to the terms contained inthe LICENSE file.\n//---------------------------------------------------------------------------- for all other files of the VST 3 SDK , the respective embedded license text is applicable, for example: all VSTGUI files fall under a BSD style license all Helper files (included in base and public.sdk folders) except VST 2 files fall under a BSD style license all VST 2 files (included in pluginterfaces and public.sdk folders) fall under the \" Proprietary Steinberg VST 2 \" license all mda-vst3 examples ( public.sdk/samples/mda-vst3 folder ) fall under a BSD style license: Copyright (c) 2008 Paul Kellett","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » Which files of the VST 3 SDK fall under which license?","id":"149","title":"Which files of the VST 3 SDK fall under which license?"},"15":{"body":"VST Home / What is VST? On this page: Why use VST 3 SDK? Advantages of using VST 3 SDK Examples of VST 3 host applications (05/10/2023) Related pages: Main benefits of VST 3","breadcrumbs":"What is VST? » Use cases » Use cases","id":"15","title":"Use cases"},"150":{"body":"The \"Proprietary Steinberg VST 2\" license, which is the VST 2 license agreement, allows you to distribute your VST 2 plug-in/host in a binary form. However, please note the following requirements: You need written permission from Steinberg Media Technologies GmbH in order to distribute your VST 2 plug-in/host (which had to be done before October 2018). You need to mention Steinberg Media Technologies GmbH in the about box and/or documentation of your VST 2 plug-in/host and follow the Steinberg VST usage guidelines . Note that the \"Proprietary Steinberg VST 3\" license does not include the \"Proprietary Steinberg VST 2\" license, you have to sign it separately! It was available in the VST 2 SDK and in the VST 3 SDK old version. Note that from the first of October 2018, Steinberg does not accept any more submissions of license agreement for VST 2 plug-in/host! This means: If you do not have a license agreement signed with Steinberg before October 2018, you are not allowed to distribute VST 2 plug-ins or VST 2 hosts!","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » What about VST 2?","id":"150","title":"What about VST 2?"},"151":{"body":"/ VST Home / VST 3 Licensing Related pages: Steinberg VST usage guidelines What are the licensing options for VST 3? See Frequently Asked Questions: Licensing","breadcrumbs":"VST 3 Licensing » Developer use cases (FAQs) » Developer use cases (FAQs)","id":"151","title":"Developer use cases (FAQs)"},"152":{"body":"/ VST Home Related pages: VST 3 Links How to set up my system for VST 3 Preparation on Windows This section provides general information about where to find the VST 3 SDK and how to get it.","breadcrumbs":"Getting Started » Getting Started","id":"152","title":"Getting Started"},"153":{"body":"Important links you will need for working with VST 3 .","breadcrumbs":"Getting Started » VST 3 Links","id":"153","title":"VST 3 Links"},"154":{"body":"In order to build VST 3 plug-ins, you need the source code of the VST 3 (interface definition), an IDE/compiler, cmake and a VST 3 host application.","breadcrumbs":"Getting Started » How to set up my system for VST 3","id":"154","title":"How to set up my system for VST 3"},"155":{"body":"/ VST Home / Getting Started On this page: Getting VST 3 SDK Download the full VST 3 package as zip file Clone VST 3 repository from GitHub Online Documentation VST 3 Forum VSTGUI External Links to VST 3, DSP, Conferences and Plug-ins development Related pages: How to set up my system for VST 3 Important links you will need for working with VST 3 .","breadcrumbs":"Getting Started » VST 3 Links » VST 3 Links","id":"155","title":"VST 3 Links"},"156":{"body":"You have 2 possibilities for getting the VST 3 SDK: Component as zip package as GitHub repository VST 3 API ✔️ ✔️ Helpers classes ✔️ ✔️ AAX, AUv3, AU and VST 2 wrappers ✔️ ✔️ iOS Inter-App Audio support ✔️ ✔️ VST 3 Plug-ins Examples ✔️ ✔️ Validator command line ✔️ ✔️ AudioAudioHost ✔️ ✔️ EditorHost ✔️ ✔️ VST 3 Inspector ✔️ ✔️ VSTGUI ✔️ ✔️ VST 3 Project Generator ✔️(as exe only) ✔️(as source code) VST 3 Plug-in Test Host (exe only) ✔️ ❌ VST 3 Licensing ✔️Proprietary+ GPLv3 ❌only GPLv3","breadcrumbs":"Getting Started » VST 3 Links » Getting VST 3 SDK","id":"156","title":"Getting VST 3 SDK"},"157":{"body":"Download a full VST 3 SDK package which includes everything you need to build a VST 3 plug-in or host. Test your VST 3 plug-in in real-time with the included VST 3 Plug-in Test Host and execute automated tests (See What is the VST 3 SDK? ): https://www.steinberg.net/vst3sdk (direct link to zip file, ~100 MB)","breadcrumbs":"Getting Started » VST 3 Links » Download the full VST 3 package as zip file","id":"157","title":"Download the full VST 3 package as zip file"},"158":{"body":"Clone the VST 3 SDK repository from GitHub for easy integration into your workspace: https://github.com/steinbergmedia/vst3sdk ⓘ Note Independently of the download source of the VST 3 SDK be sure that you follow the license agreement (check What are the licensing options for VST 3? )","breadcrumbs":"Getting Started » VST 3 Links » Clone VST 3 repository from GitHub","id":"158","title":"Clone VST 3 repository from GitHub"},"159":{"body":"Browse the VST 3 SDK 's online documentation including API reference and sample code: https://steinbergmedia.github.io/vst3_doc Browse the VST portal for the whole documentation and tutorials: https://steinbergmedia.github.io/vst3_dev_portal/pages/index.html","breadcrumbs":"Getting Started » VST 3 Links » Online Documentation","id":"159","title":"Online Documentation"},"16":{"body":"There are different use cases you can realize by using the VST 3 SDK : You are a plug-in developer and you want to create audio FX or instrument plug-ins which can be included and used in a VST 3 host application. an audio FX plug-in is an audio processor effect taking audio as input and creating audio as output: such as Delay , Phaser , Compressor , Reverb , … an instrument plug-in is a sound/audio generator, taking as input note events and creating audio as output: such as emulations of well-known hardware synths. There are 2 kinds of instrument plug-ins: virtual sample-based (using audio samples as the basis for sound generation) and virtual synth (using different types of synthesis: physical modelling, additive, subtractive, FM, sample-based, …) You are a host developer and you want to load in your application VST 3 plug-ins: audio FX and/or instruments plug-ins.","breadcrumbs":"What is VST? » Use cases » Why use VST 3 SDK?","id":"16","title":"Why use VST 3 SDK?"},"160":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, submit bug reports, request new features and connect to other VST 3 developers: https://sdk.steinberg.net","breadcrumbs":"Getting Started » VST 3 Links » VST 3 Forum","id":"160","title":"VST 3 Forum"},"161":{"body":"When you download the VST 3 SDK , the last official release version of VSTGUI is included, but you can get it (the release and the development branches) from github: https://github.com/steinbergmedia/vstgui","breadcrumbs":"Getting Started » VST 3 Links » VSTGUI","id":"161","title":"VSTGUI"},"162":{"body":"Here, you can find some links to external resource about VST 3 , DSP and Plug-ins development: Category Links YouTube • ADC 2020 : Support of MIDI2 and MIDI-CI in VST 3 instruments, Arne Scheffler and Janne Roeper getting_started_vid_1 • ADC 2017 : VST 3 history, advantages and best practice, Yvan Grabit getting_started_vid_2 • ADC 2016 : The Golden Rules of Audio Programming, Pete Goodliffe • How to setup the VST 3 SDK's Sample Plug-in Projects Forums / Mailing List • KVRAudio Forum : DSP and Plug-in Development • music-dsp mailing list at columbia.edu • music-dsp Web • Sursound mailing list at Virginia Tech • DSP Stack Overflow : DSP Developer community • Stack Overflow : Developer community Tools / Libraries • MATLAB® : Audio Plug-in Creation and Hosting • Blender : A free and open source 3D creation suite • Armadillo : C++ library for linear algebra & scientific computing • lapack++ : Linear Algebra PACKage in C++ • dlib : Dlib is a modern C++ toolkit • Intel MKL : Intel® Math Kernel Library • CMSIS-DSP : CMSIS-DSP is an optimized compute library for Arm CPU (filtering, mathematics,...) Books • DSP related.com : Articles, news, and blogs about basic and modern DSP topics • Introduction to Signal Processing by Sophocles J. Orfanidis • DSP Guide by Steven W. Smithn (The Scientist and Engineer's Guide to Digital Signal Processing) • Online Books by Julius O. Smith III (Mathematics of the Discrete Fourier Transform (DFT), Introduction to Digital Filters, Physical/Spectral Audio Signal Processing) • Seeing Circles, Sines, and Signals : A visual and interactive introduction to DSP • The ART of VA Filter Design by Vadim Zavalishin (theoretical and practical aspects of the virtual analog filter design in the music DSP context) • Stackoverflow - The Definitive C++ Book Guide and List : Nice list of C++ books (for beginner to advanced levels) Conferences • ADC : Audio Developer Conference by Roli • DAFx : Digital Audio Effects • ICASSP : International Conference on Acoustics, Speech, and Signal Processing • ISMIR : International Society for Music Information Retrieval Other • VST on wikipedia • VST Story Interview • Steinberg Media Technologies getting_started_vid_3","breadcrumbs":"Getting Started » VST 3 Links » External Links to VST 3, DSP, Conferences and Plug-ins development","id":"162","title":"External Links to VST 3, DSP, Conferences and Plug-ins development"},"163":{"body":"/ VST Home / Getting Started On this page: Get the source code From the downloaded vstsdk.zip file From GitHub: Get an IDE for development For Windows For MacOS For Linux Package Requirements Get cmake Get a VST 3 host application Related pages: VST 3 Links Using cmake for building VST 3 plug-ins In order to build VST 3 plug-ins, you need the source code of the VST 3 (interface definition), an IDE/compiler, cmake and a VST 3 host application.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » How to setup up my system for VST 3","id":"163","title":"How to setup up my system for VST 3"},"164":{"body":"","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get the source code","id":"164","title":"Get the source code"},"165":{"body":"Download the VST 3 SDK : check VST 3 SDK Download . Unpack the zip file to a development folder on your computer.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » From the downloaded vstsdk.zip file","id":"165","title":"From the downloaded vstsdk.zip file"},"166":{"body":"git clone --recursive https://github.com/steinbergmedia/vst3sdk.git","breadcrumbs":"Getting Started » How to set up my system for VST 3 » From GitHub:","id":"166","title":"From GitHub:"},"167":{"body":"","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get an IDE for development","id":"167","title":"Get an IDE for development"},"168":{"body":"On Windows , we recommend that you to use Visual Studio C++ or Visual Studio Code . You can get it for free here https://visualstudio.microsoft.com/free .","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For Windows","id":"168","title":"For Windows"},"169":{"body":"On MacOS, a first choice is Xcode (available here https://developer.apple.com/xcode/ ).","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For MacOS","id":"169","title":"For MacOS"},"17":{"body":"By using VST 3 SDK directly: you are sure to be compliant with the VST 3 format. developing your plug-in based on the VST 3 format allows you to support easily new VST 3 features that improve the integration of these plug-ins inside a DAW. Some 3rd party SDKs use only a common layer between all plug-in formats, limiting in this way the possibility for a better integration, for example exclusive VST 3 features: context menu dirty state loading differentially a preset or a project note expression see other benefits of VST 3 you get optimal integration of the VSTGUI tool with VST 3 it includes the major plug-in format wrappers: AAX , AUv3 , AU , VST 2 (deprecated) the included Validator allows you to check your plug-in's conformity to the VST 3 standard","breadcrumbs":"What is VST? » Use cases » Advantages of using VST 3 SDK","id":"17","title":"Advantages of using VST 3 SDK"},"170":{"body":"In order to build the SDK successfully, you need an Ubuntu-based Linux distribution. Other distributions might work as well, but are not tested. Download Linux: http://www.ubuntu.com or https://www.linuxmint.com Install it directly or in a virtual machine like Parallels. We used and tested on Ubuntu 22.04 LTS.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For Linux","id":"170","title":"For Linux"},"171":{"body":"Building the SDK examples requires installation of several packages: Required: sudo apt-get install cmake gcc \"libstdc++6\" libx11-xcb-dev libxcb-util-dev libxcb-cursor-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev libfontconfig1-dev libcairo2-dev libgtkmm-3.0-dev libsqlite3-dev libxcb-keysyms1-dev ⓘ Note On Raspbian/Debian, replace \"libxcb-util-dev\" with \"libxcb-util0-dev\" Optional: sudo apt-get install subversion git ninja-build A recommended IDE (optional): QTCreator sudo apt-get install qtcreator ⓘ Note You can also use the bash file \"setup_linux_packages_for_vst3sdk.sh\" included in the VST3_SDK/tools folder! ⓘ Note Instead of gcc compiler, a recent version of clang compiler will also work! libgtkmm3 is required for VSTGUI and the editorhost example! Jack Audio is required for audiohost example!","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Package Requirements","id":"171","title":"Package Requirements"},"172":{"body":"In order to control the compilation process and create an IDE project, VST 3 SDK uses the open-source and cross-platform tool cmake . You can download cmake here: https://cmake.org/download/ or use a package manager for your OS (Linux). You can use it as a command line tool or use the cmake executable with GUI. cmake-gui is included in the cmake package: getting_started_1 Specific on Windows You have to adapt your Windows right access to allow creation of symbolic links for VST 3 plug-ins: Check HERE!","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get cmake","id":"172","title":"Get cmake"},"173":{"body":"You can use your favorite VST 3 host application, see here for some examples, or you can use the VST 3 Plug-in Test Host application included in the VST 3 SDK .","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get a VST 3 host application","id":"173","title":"Get a VST 3 host application"},"174":{"body":"/ VST Home / Getting Started Generated VST 3 Microsoft Visual Studio Projects using the cmake included in the SDK will create by default symbolic links for each built plug-in in the official VST 3 folder ( C:\\Program Files\\Common Files\\VST3 ). In this folder it is not directly possible to write these symbolic links if you are allowed to do this (not Administrator for example), to solve this problem you have 3 solutions:","breadcrumbs":"Getting Started » Preparation on Windows » Preparation on Windows","id":"174","title":"Preparation on Windows"},"175":{"body":"If you do not want to create these links, call cmake with this parameter: -DSMTG_CREATE_PLUGIN_LINK=0","breadcrumbs":"Getting Started » Preparation on Windows » Solution 1","id":"175","title":"Solution 1"},"176":{"body":"You could choose (which is the default) the new user location for VST 3 plug-ins which should have no right access issue as normal user, call cmake with this parameter: -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1","breadcrumbs":"Getting Started » Preparation on Windows » Solution 2","id":"176","title":"Solution 2"},"177":{"body":"In order to allow create these symbolic links on Windows you have to adapt the Group Policy of Windows which is only available by default in Windows Pro but not in Windows Home . In Windows Home you have to install it before changing the right access to this folder ( C:\\Program Files\\Common Files\\VST3 ). For this there are some internet webpages showing you how to do this, for example this one: https://www.itechtics.com/enable-gpedit-msc-windows-11 . As soon as the group Policy editor is available you have to start it by: Enter run in the Windows search field and start the run App and enter gpedit.msc or Enter Edit group policy in the Windows search field: getting_started_2 Now the Local Group Policy Editor is started: Navigate to: Computer Configuration => Windows Settings => Security Settings =>Local Policies => User Rights Assignment => Create symbolic links Here, you can set which users can create symbolic links, add your user name. getting_started_3","breadcrumbs":"Getting Started » Preparation on Windows » Solution 3","id":"177","title":"Solution 3"},"178":{"body":"/ VST Home On this page: Building the examples included in the SDK Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux Using cmake for building VST 3 plug-ins Generate a new plug-in with the Project Generator App Code your first plug-in Use VSTGUI to design a User Interface Data Exchange Advanced VST 3 techniques How to use the silence flags Guideline for replacing a VST 2 plug-in by a VST 3 plug-in Strings Conversion Helper Creating a cmake plug-in project from scratch Creating a plug-in with VST 3 SDK as an external project Switching to another VSTGUI submodule or branch Tutorials on Youtube from 3rd Party developers How to setup the VST 3 SDK's Sample Plugin Projects VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in Building Your First Audio Plug-in (Windows 10) Building Your First Audio Plug-in (macOS) Building Your First Audio Plug-in (Linux Ubuntu) The tutorials explain common techniques and best practices for building your plug-ins. By following the instruction step by step you will learn how to develop VST 3 plug-ins. ⓘ Note This section is under construction and will be extended inthe future with new tutorials.","breadcrumbs":"Tutorials » Tutorials","id":"178","title":"Tutorials"},"179":{"body":"","breadcrumbs":"Tutorials » Building the examples included in the SDK","id":"179","title":"Building the examples included in the SDK"},"18":{"body":"Name Companies Link ACID Pro MAGIX Software GmbH https://www.magix.com Acoustica Acon Digital https://acondigital.com Audacity Audacity Team https://www.audacityteam.org Audition Adobe https://www.adobe.com Bidule Plogue Art et Technologie, Inc. https://www.plogue.com Bitwig Bitwig GmbH https://www.bitwig.com Camelot Audio Modeling https://audiomodeling.com Cantabile Topten Software https://www.cantabilesoftware.com Catalyst Toneworks https://toneworks.io/ Cross DJ MixVibes https://www.mixvibes.com Cubase Steinberg Media Technologies GmbH https://new.steinberg.net/cubase DaVinci Resolve Blackmagic Design https://www.blackmagicdesign.com/products/davinciresolve Decibel Process Audio https://process.audio deCoda zplane https://products.zplane.de/products/decoda Digital Performer MOTU https://motu.com/en-us/products/software/dp Dime time offaudio https://timeoff.audio Dorico Steinberg Media Technologies GmbH https://new.steinberg.net/dorico Entonal Studio Node Audio https://entonal.studio FL Studio ImageLine https://www.image-line.com Fluid Chords Pitch Innovations https://www.pitchinnovations.com Freestyle Suite New Sonic Arts https://www.newsonicarts.com Gig Performer Deskew Technologies https://gigperformer.com Komplete Kontrol Vienna Symphonic Library GmbH https://www.native-instruments.com KSHMR Chain Excite Audio https://www.excite-audio.com Live Ableton AG https://www.ableton.com/en/live Maschine Native Instruments https://www.native-instruments.com Max Cycling 74 https://cycling74.com Metro Sagan Technology https://sagantech.com Mixcraft Acoustica https://acoustica.com MultitrackStudio Bremmers Audio Design https://www.multitrackstudio.com Music Maker Plus MAGIX Software GmbH https://www.magix.com Nuendo Steinberg Media Technologies GmbH https://new.steinberg.net/nuendo Orb Composer Pro Hexachords https://hexachords.com Overture Sonic Scores https://sonicscores.com OwlPlug OwlPlug https://owlplug.com Qtractor rncbc https://qtractor.org Reaper Reaper https://www.reaper.fm Reason + Reason Studios https://reasonstudios.com Re:Cycle Digital Brain Instruments https://www.digitalbrain-instruments.com RipX DeepAudio Hit’n’Mix Ltd https://hitnmix.com Samplitude MAGIX Software GmbH https://www.magix.com Serato Studio 2 Serato https://serato.com Sonar Bandlab/Cakewalk https://www.bandlab.com/products/cakewalk Sound Forge Audio Studio MAGIX Software GmbH https://www.magix.com Sound Trajectory 2 TripinLab https://www.tripinlab.com Soundop Ivosight Software Inc. https://ivosight.com SpectraLayers Steinberg Media Technologies GmbH https://www.steinberg.net/spectralayers Studio One PreSonus Software Ltd https://www.presonus.com/products/Studio-One Superplugin DDMF https://ddmf.eu TS2 Ircam Lab https://www.ircamlab.com Vienna MIR PRO 3D Vienna Symphonic Library GmbH https://www.vsl.co.at VoxPat Pro Digital Brain Instruments https://www.digitalbrain-instruments.com/ VST Live Steinberg Media Technologies GmbH https://www.steinberg.net/vst-live VST Rack Pro Yamaha Corporation https://europe.yamaha.com/en/products/proaudio/software/vst_rack/index.html Waveform Tracktion Software Corporation https://www.tracktion.com Wavelab Steinberg Media Technologies GmbH https://new.steinberg.net/wavelab Zrythm DAW Zrythm https://www.zrythm.org","breadcrumbs":"What is VST? » Use cases » Examples of VST 3 host applications (05/10/2023)","id":"18","title":"Examples of VST 3 host applications (05/10/2023)"},"180":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on Windows","id":"180","title":"Building the examples included in the SDK on Windows"},"181":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on macOS","id":"181","title":"Building the examples included in the SDK on macOS"},"182":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on Linux","id":"182","title":"Building the examples included in the SDK on Linux"},"183":{"body":"Link This tutorial explains how to use cmake with VST 3 SDK .","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins","id":"183","title":"Using cmake for building VST 3 plug-ins"},"184":{"body":"Link This tutorial explains how to create a new audio plug-in by using the VST 3 Project Generator included in the VST 3 SDK .","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App","id":"184","title":"Generate a new plug-in with the Project Generator App"},"185":{"body":"Link Following the previous tutorial Generate a new plug-in with the Project Generator App , this tutorial explains how to code an audio plug-in and how to add some basic features.","breadcrumbs":"Tutorials » Code your first plug-in","id":"185","title":"Code your first plug-in"},"186":{"body":"Link This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to create stunning user interfaces for your plug-in.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface","id":"186","title":"Use VSTGUI to design a User Interface"},"187":{"body":"Link This tutorial explains how to send data from the realtime process to the edit controller.","breadcrumbs":"Tutorials » Data Exchange","id":"187","title":"Data Exchange"},"188":{"body":"Link In this tutorial, you will learn: How to add nearly sample-accurate parameter changes to an audio effect How to use C++ templates to write one algorithm supporting 32 bit and 64 bit audio processing How to set the state of the audio effect in a thread safe manner","breadcrumbs":"Tutorials » Advanced VST 3 techniques","id":"188","title":"Advanced VST 3 techniques"},"189":{"body":"Link This tutorial explains how to use silence flags.","breadcrumbs":"Tutorials » How to use the silence flags","id":"189","title":"How to use the silence flags"},"19":{"body":"/ VST Home On this page: 1. Improved Performance with the Silence Flag 2. Multiple Dynamic I/Os 3. Sample-accurate Automation 4. Logical Parameter Organization 5. Resizeable UI Editor 6. Mouse Over Support 7. Context Menu Support 8. Channel Context Information 9. Note Expression 10. 3D Audio Support 11. Factory Concept 12. Support Remote control Representation 13. Others Related pages: What is the VST 3 SDK? Here, you can find a non-exhaustive list of VST 3 benefits. VST 3 is a general rework of the long-serving VST plug-in interface (VST 1 & VST 2) . It is not compatible with the older VST (1 & 2) versions, but it includes some new features and possibilities. We have redesigned the API to make it not only far easier and more reliable for developers to work with, but have also provided completely new possibilities for plug-ins. These include:","breadcrumbs":"Main benefits of VST 3 » Main benefits of VST 3","id":"19","title":"Main benefits of VST 3"},"190":{"body":"Link This guideline explains what could be done for creating a VST 3 plug-in replacing an old VST 2 plug-in.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in","id":"190","title":"Guideline for replacing a VST 2 plug-in by a VST 3 plug-in"},"191":{"body":"Link The SDK provides some helpers functions to convert from UTF16 (use in VST 3 interfaces) to UTF8 (used by std::string).","breadcrumbs":"Tutorials » Strings Conversion Helper","id":"191","title":"Strings Conversion Helper"},"192":{"body":"Link This tutorial provides a step-by-step guide for building a VST 3 plug-in's CMakeLists.txt from scratch.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch","id":"192","title":"Creating a cmake plug-in project from scratch"},"193":{"body":"Link This is a simple Hello World VST 3 SDK plug-in to demonstrate how to use the VST 3 SDK as an external project.","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project","id":"193","title":"Creating a plug-in with VST 3 SDK as an external project"},"194":{"body":"Link Sometimes it is necessary to switch to another VSTGUI submodule or branch for testing purpose. This tutorial explains how to do that.","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch","id":"194","title":"Switching to another VSTGUI submodule or branch"},"195":{"body":"","breadcrumbs":"Tutorials » Tutorials on Youtube from 3rd Party developers","id":"195","title":"Tutorials on Youtube from 3rd Party developers"},"196":{"body":"https://www.youtube.com/watch?v=004zcWwgi1A","breadcrumbs":"Tutorials » How to setup the VST 3 SDK's Sample Plugin Projects","id":"196","title":"How to setup the VST 3 SDK's Sample Plugin Projects"},"197":{"body":"https://www.youtube.com/watch?v=zdgytoRLKj0","breadcrumbs":"Tutorials » VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in","id":"197","title":"VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in"},"198":{"body":"https://www.youtube.com/watch?v=4MQZyZKOPPM","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (Windows 10)","id":"198","title":"Building Your First Audio Plug-in (Windows 10)"},"199":{"body":"https://www.youtube.com/watch?v=Twcx6Sd6HBw","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (macOS)","id":"199","title":"Building Your First Audio Plug-in (macOS)"},"2":{"body":"Virtual Studio Technology ( VST ) is an audio plug-in software interface that facilitates the integration of software synthesizers and effects in digital audio workstations (DAW). Use cases","breadcrumbs":"VST » What is VST?","id":"2","title":"What is VST?"},"20":{"body":"Managing large plug-in sets and multiple virtual instruments on typical studio computer systems can often be difficult because of CPU performance limits. VST 3 helps to improve overall performance by applying processing to plug-ins only when audio signals are present on their respective inputs. Instead of always processing input signals, VST 3 plug-ins can apply their processing economically and only when it is needed.","breadcrumbs":"Main benefits of VST 3 » 1. Improved Performance with the Silence Flag","id":"20","title":"1. Improved Performance with the Silence Flag"},"200":{"body":"https://www.youtube.com/watch?v=jXryyxEsFag","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (Linux Ubuntu)","id":"200","title":"Building Your First Audio Plug-in (Linux Ubuntu)"},"201":{"body":"/ VST Home / Tutorials On this page: Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK","id":"201","title":"Building the examples included in the SDK"},"202":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on Windows.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows","id":"202","title":"Building the examples included in the SDK on Windows"},"203":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on macOS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS","id":"203","title":"Building the examples included in the SDK on macOS"},"204":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on Linux.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux","id":"204","title":"Building the examples included in the SDK on Linux"},"205":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on Windows Building using cmake-gui","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Building the examples included in the SDK on Windows","id":"205","title":"Building the examples included in the SDK on Windows"},"206":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Goal","id":"206","title":"Goal"},"207":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Part 1: Getting and installing the VST 3 SDK","id":"207","title":"Part 1: Getting and installing the VST 3 SDK"},"208":{"body":"Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: cmake.exe -G \"Visual Studio 17 2022\" -A x64 ../vst3sdk\nor without symbolic links\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 ../vst3sdk-DSMTG_CREATE_PLUGIN_LINK=0 ⓘ Note You can find the string definition for different Visual Studio Generators in the cmake online documentation ( https://cmake.org/documentation/ ) You have to adapt your Windows right access to allow creation of symbolic links for VST3 plug-ins: Check HERE! Build the plug-in (you can use Visual Studio too): msbuild.exe vstsdk.sln\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Part 2: Building the examples on Windows","id":"208","title":"Part 2: Building the examples on Windows"},"209":{"body":"Start the cmake-gui application which is part of the cmake installation ( https://cmake.org/download/ ) tutorials_1 Browse Source... : select the folder VST3_SDK Browse Build... : select a folder where the outputs (projects/...) will be created. Typically a folder named build You can check the SMTG Options Press Configure and choose the generator in the window that opens: for example \" Visual Studio 17 2022 \" tutorials_2 Press Generate to create the project Open your targeted IDE, and compile the solution/project.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Building using cmake-gui","id":"209","title":"Building using cmake-gui"},"21":{"body":"VST 3 plug-ins are no longer limited to a fixed number of inputs and outputs, and their I/O configuration can dynamically adapt to the channel configuration. Side-chains are also very easily realizable. This includes the possibility to deactivate unused busses after loading and even reactivate those when needed. This cleans up the mixer and further helps to reduce CPU load.","breadcrumbs":"Main benefits of VST 3 » 2. Multiple Dynamic I/Os","id":"21","title":"2. Multiple Dynamic I/Os"},"210":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on macOS","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Building the examples included in the SDK on macOS","id":"210","title":"Building the examples included in the SDK on macOS"},"211":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Goal","id":"211","title":"Goal"},"212":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Part 1: Getting and installing the VST 3 SDK","id":"212","title":"Part 1: Getting and installing the VST 3 SDK"},"213":{"body":"Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: For XCode: cmake -GXcode ../vst3sdk Without XCode (here debug variant): cmake -DCMAKE_BUILD_TYPE=Debug ../ Build the plug-in (you can use XCode too): xcodebuild\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Part 2: Building the examples on macOS","id":"213","title":"Part 2: Building the examples on macOS"},"214":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on Linux","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Building the examples included in the SDK on Linux","id":"214","title":"Building the examples included in the SDK on Linux"},"215":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Goal","id":"215","title":"Goal"},"216":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Part 1: Getting and installing the VST 3 SDK","id":"216","title":"Part 1: Getting and installing the VST 3 SDK"},"217":{"body":"Install the required packages: Required packages Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: cmake ../vst3sdk Build the plug-in: make\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Part 2: Building the examples on Linux","id":"217","title":"Part 2: Building the examples on Linux"},"218":{"body":"/ VST Home / Tutorials On this page: Goal CMake for building VST 3 plug-ins Command line for Windows Command line for macOS On Linux with QtCreator Use of cmake-gui Available SMTG cmake options Using your IDE for compiling the examples Related pages: How to set up my system for VST 3 Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Using cmake for building VST 3 plug-ins","id":"218","title":"Using cmake for building VST 3 plug-ins"},"219":{"body":"This tutorial explains how to use cmake with VST 3 SDK .","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Goal","id":"219","title":"Goal"},"22":{"body":"VST 3 also features vastly improved parameter automation with sample accuracy and support for ramped automation data, allowing completely accurate and rapid parameter automation changes.","breadcrumbs":"Main benefits of VST 3 » 3. Sample-accurate Automation","id":"22","title":"3. Sample-accurate Automation"},"220":{"body":"The SDK provides a set of cmake files allowing you to compile the included samples and to develop new plug-ins. Download cmake from: https://cmake.org or use a package manager for your OS (See How to set up my system for VST 3 ). You can use the command line or the cmake editor ( cmake-gui ).","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » CMake for building VST 3 plug-ins","id":"220","title":"CMake for building VST 3 plug-ins"},"221":{"body":"Example for building Microsoft Studio 17 2022 solution: // go in to the folder where you extracted the VST 3 SDK\nmkdir build\ncd build\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\"\n// or without symbolic links\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\" -DSMTG_CREATE_PLUGIN_LINK=0 // or with symbolic links but using the user location (enable by default), it does not request admin right\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\" -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1 // note: you can find the string definition for different Visual Studio Generators in the cmake online documentation","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Command line for Windows","id":"221","title":"Command line for Windows"},"222":{"body":"Example for building Xcode project: // go in to the folder where you extracted the VST 3 SDK\nmkdir build\ncd build\n/Applications/CMake.app/Content/bin/cmake -G\"Xcode\" \"../vst3sdk\"","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Command line for macOS","id":"222","title":"Command line for macOS"},"223":{"body":"You can use QtCreator 2.3.1 (or higher) start QtCreator 2.3.2 open the CMakeLists.txt located at the top of the VST3_SDK folder click on the menu Build->Run CMake","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » On Linux with QtCreator","id":"223","title":"On Linux with QtCreator"},"224":{"body":"start the CMake (cmake-gui) application set Where is the source code to the location of the VST3_SDK folder set Where to build the binaries to a build folder of yourchoice click on Configure click on Generate for creating project/solution tutorials_3 Example of cmakegui application on Windows Compile with cmake command line cd build\ncmake --build Choose a specific compiler with cmake (command line on Linux) cmake -DCMAKE_C_COMPILER=/usr/bin/clang-DCMAKE_CXX_COMPILER=/usr/bin/clang++ // or cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-DCMAKE_CXX_COMPILER=/usr/bin/g++","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Use of cmake-gui","id":"224","title":"Use of cmake-gui"},"225":{"body":"SMTG_AAX_SDK_PATH : Here, you can define where the AAX SDK is located (if needed) SMTG_ENABLE_VST3_HOSTING_EXAMPLES : Enable VST 3 Hosting Examples (default ON) SMTG_ENABLE_VST3_PLUGIN_EXAMPLES : Enable VST 3 Plug-in Examples (default ON) SMTG_ENABLE_VSTGUI_SUPPORT : Enable VSTGUI Support (default ON) SMTG_BUILD_UNIVERSAL_BINARY : Build universal binary (32 & 64 bit) (Mac only) SMTG_COREAUDIO_SDK_PATH : Here, you can define where the COREAUDIO SDK is located (Mac only, if needed) SMTG_CREATE_BUNDLE_FOR_WINDOWS : Create bundle on Windows for the VST 3 plug-ins (new since 3.6.10! Windows only) (default ON) SMTG_CREATE_MODULE_INFO : Create the moduleinfo.json file (default ON) SMTG_CREATE_PLUGIN_LINK : Create symbolic link for each VST 3 plug-in in ${VST3_FOLDER_NAME} folder (you need to have Administrator rights on Windows or change the Local Group Policy to allow the creation of symbolic links) (default ON) SMTG_CREATE_VST2_AGAIN_SAMPLE_VERSION : Allows you to create the VST 2 version of the Sample Plug-in AGain, be sure that you have copied the VST 2 interfaces into the folder VST_SDK/VST3_SDK/pluginterfaces/vst2.x (default OFF) SMTG_CUSTOM_BINARY_LOCATION : Customize output location for binaries SMTG_CXX_STANDARD : C++ standard version used for plugins: 14, 17, 20 SMTG_ENABLE_ADDRESS_SANITIZER : Enable Address Sanitizer SMTG_ENABLE_TARGET_VARS_LOG : Enables to log target variables for debugging (new since 3.6.11!) (default OFF) SMTG_ENABLE_USE_OF_JACK : Allows you to create the audiohost application using Jack (default OFF) SMTG_MDA_VST3_VST2_COMPATIBLE : Build the MDA examples as a replacement for their VST 2 counterpart (default ON) SMTG_IOS_DEVELOPMENT_TEAM : Needed for building the InterAppAudio and AUv3 examples for iOS (Mac only) SMTG_MYPLUGINS_SRC_PATH : Here, you can add your VST 3 plug-ins folder SMTG_PLUGIN_TARGET_PATH : Here, you can redefine the VST 3 plug-ins folder SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON : use FOLDERID_UserProgramFilesCommon as VST 3 target path (Windows only) (default ON) SMTG_RENAME_ASSERT : Rename ASSERT to SMTG_ASSERT to avoid conflicts with 3rd party libraries (default ON) SMTG_RUN_VST_VALIDATOR : Run the VST validator on VST 3 plug-ins each time they are built (default ON) SMTG_USE_STATIC_CRT : Use static CRuntime on Windows (option /MT) (default OFF: /MD is used) (Windows only)","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Available SMTG cmake options","id":"225","title":"Available SMTG cmake options"},"226":{"body":"Solution/project (vstsdk.sln/vstsdk.xcodeproj) is generated in the \"build\" folder. The created plug-ins are located in the \"build\" folder, in sub-folders /VST3/Release or /VST3/Debug . In order to allow a DAW to find these plug-ins you have to create links from the official VST 3 Locations to them.","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Using your IDE for compiling the examples","id":"226","title":"Using your IDE for compiling the examples"},"227":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Using the VST 3 plug-in Project Generator application","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Generate a new plug-in with the Project Generator App","id":"227","title":"Generate a new plug-in with the Project Generator App"},"228":{"body":"This tutorial explains how to create a new audio plug-in by using the VST 3 Project Generator included in the VST 3 SDK and how to add some basic features. The artifact will be an audio plug-in that can compute a gain to an audio signal and can be loaded into VST 3 hosts like Cubase , WaveLab , ...","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Goal","id":"228","title":"Goal"},"229":{"body":"For downloading the SDK, see the section \" How to set up my system for VST 3 \". You have the following possibilities to start a new project: You can use the helloworld template . Or, which is easier and recommended , you can use the VST 3 Project Generator application included in the VST 3 SDK . The following steps show how to use it.","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Part 1: Getting and installing the VST 3 SDK","id":"229","title":"Part 1: Getting and installing the VST 3 SDK"},"23":{"body":"The VST 3 plug-in parameters are displayed in a tree structure. Parameters are grouped into sections which represent the structure of the plug-in. Plug-ins can communicate their internal structure for the purpose of overview, but also for some associated functionality (e.g. program lists). Parameters like “Cutoff” and “Resonance” could be grouped into a section called “Filter” . This makes searching for a certain parameters easier, such as on an automation track. This also allows for assigning a group of parameters to a specific MIDI Channel input and audio output bus.","breadcrumbs":"Main benefits of VST 3 » 4. Logical Parameter Organization","id":"23","title":"4. Logical Parameter Organization"},"230":{"body":"The VST3 Project Generator application included in the VST 3 SDK is available for Windows and for macOS. Start the application located in the VST3_Project_Generator folder of the VST 3 SDK . Check that the Preferences tab has the required information: see Setting the Preferences . In the Create Plug-in Project tab you have to enter information about the plug-in that you want create: tutorials_4 Check the Create Plug-in Project tab of the VST 3 Project Generator dialog for more detailed documentation. Once you have entered all information, click Create . A script is started which creates a project with updated files in the Output directory. After this step, the IDE ( Visual Studio or XCode ) is launched. Compile the project and test your new plug-in. The plug-in is created in the Output Directory , in order to make it visible to a VST 3 host you may have to copy or symbolic-link it to the official VST 3 Locations / Format . For example, if you chose Audio Effect as Type, a simple Stereo→Stereo plug-in is created. A good way to understand how a VST 3 plug-in works is to add breakpoints in each function in the processor and controller files: tresult PLUGIN_API MyPluginController::initialize (FUnknown*context);\ntresult PLUGIN_API MyPluginController::terminate ();\n//...\ntresult PLUGIN_API MyPluginProcessor::initialize (FUnknown*context);\n//... and start a VST 3 host from the debugger. That´s it, now you could start to code, see next tutorial Code your first plug-in .","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Part 2: Using the VST 3 plug-in Project Generator application","id":"230","title":"Part 2: Using the VST 3 plug-in Project Generator application"},"231":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Coding your plug-in Add a parameter: Gain Add the process applying the gain Add store/restore state Part 2: Advanced Steps Add an Event Input Add a mono audio Side-chain","breadcrumbs":"Tutorials » Code your first plug-in » Code your first Plug-in","id":"231","title":"Code your first Plug-in"},"232":{"body":"Following the previous tutorial Generate a new plug-in with the Project Generator App , this tutorial explains how to code an audio plug-in and how to add some basic features. The artifact will be an audio plug-in that can compute a gain to an audio signal and can be loaded into VST 3 hosts like Cubase , WaveLab , ...","breadcrumbs":"Tutorials » Code your first plug-in » Goal","id":"232","title":"Goal"},"233":{"body":"Now you have an automatically generated frame for your plug-in. The following sections explain how to add a new parameter, its associated processing algorithm, and other specific features like saving/loading project or presets, creating a dedicated user interface, etc. A VST 3 plug-in contains two main classes: its PlugProcessor (performing the processing and persistence) and its PlugController (taking care of communication with the DAW, handling parameters and the UI).","breadcrumbs":"Tutorials » Code your first plug-in » Part 1: Coding your plug-in","id":"233","title":"Part 1: Coding your plug-in"},"234":{"body":"In this basic plug-in example, we will add a Gain parameter which modifies the volume of the audio going through the plug-in. For this, each VST 3 parameter requires a unique identifier (a number). Open the file plugids.h and enter a new id kParamGainId . In this example, assign the unique number 102 for example. plugids.h #include \"pluginterfaces/vst/vsttypes.h\" enum GainParams : Steinberg::Vst::ParamID\n{ kParamGainId = 102, // should be a unique id...\n}; Open the plugcontroller.cpp file, and add the gain parameter with the parameters.addParameter plugcontroller.cpp // Include the file where some ids are defined\n#include \"plugids.h\" //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugController::initialize (FUnknown*context)\n{ tresult result = EditController::initialize (context); if (result != kResultOk) { return result; } //---Create Parameters------------ parameters.addParameter (STR16 (\"Gain\"), STR16 (\"dB\"), 0, .5, Vst::ParameterInfo::kCanAutomate, GainParams::kParamGainId, 0); return kResultTrue;\n} ⓘ Note We add the flag kCanAutomate which informs the DAW/host that this parameter can be automated. A VST 3 parameter is always normalized (its value is a floating point value between [0.0, 1.0] ), here its default value is set to 0.5 . Now adapt the processor part for this new parameter. Open the file plugprocessor.h and add a gain value Vst::ParamValue mGain . This value is used for the processing to apply the gain. plugprocessor.h // ... static FUnknown* createInstance (void*)\n{ return (Steinberg::Vst::IAudioProcessor*)new PlugProcessor ();\n}\nprotected: Steinberg::Vst::ParamValue mGain = 1.;\n// ...","breadcrumbs":"Tutorials » Code your first plug-in » Add a parameter: Gain","id":"234","title":"Add a parameter: Gain"},"235":{"body":"We need to set our internal mGain with its required value from the host. This is the first step of the process method. Parse the parameter change coming from the host in the structure data.inputParameterChanges for the current audio block to process. ⓘ Be sure to add #include \"public.sdk/source/vst/vstaudioprocessoralgo.h at top of the file plugprocessor.cpp ! This includes some helpers to access audio buffer. plugprocessor.cpp #include \"pluginterfaces/vst/ivstparameterchanges.h\"\n#include \"public.sdk/source/vst/vstaudioprocessoralgo.h\" //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (Vst::ProcessData&data)\n{ //--- First: Read inputs parameter changes----------- if (data.inputParameterChanges) { // for each parameter defined by its ID int32 numParamsChanged = data.inputParameterChanges->getParameterCount (); for (int32 index = 0; index < numParamsChanged; index++) { // for this parameter we could iterate the list of value changes (could 1 per audio block or more!) // in this example, we get only the last value (getPointCount - 1) Vst::IParamValueQueue* paramQueue = data.inputParameterChanges->getParameterData (index); if (paramQueue) { Vst::ParamValue value; int32 sampleOffset; int32 numPoints = paramQueue->getPointCount (); switch (paramQueue->getParameterId ()) { case GainParams::kParamGainId: if (paramQueue->getPoint (numPoints - 1, sampleOffset, value) == kResultTrue) mGain = value; break; } } } } // ....\n} ⓘ Note data.inputParameterChanges can include more than 1 change for the same parameter inside a processing audio block. Here we take only the last change in the list and apply it our mGain . The real processing part: plugprocessor.cpp // ... //-- Flush case: we only need to update parameter, noprocessing possible\nif (data.numInputs == 0 || data.numSamples == 0) return kResultOk; //--- Here, you have to implement your processing\nint32 numChannels = data.inputs[0].numChannels; //---get audio buffers using helper-functions(vstaudioprocessoralgo.h)-------------\nuint32 sampleFramesSize = getSampleFramesSizeInBytes(processSetup, data.numSamples);\nvoid** in = getChannelBuffersPointer (processSetup, data.inputs[0]);\nvoid** out = getChannelBuffersPointer (processSetup, data.outputs[0]); // Here could check the silent flags\n// now we will produce the output\n// mark our outputs has not silent\ndata.outputs[0].silenceFlags = 0; float gain = mGain;\n// for each channel (left and right)\nfor (int32 i = 0; i < numChannels; i++)\n{ int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; }\n}\n//... VST 3 includes a way for the host to inform the plug-in that its inputs are silent (using the VST 3 silence flags ): plugprocessor.cpp // Here could check the silent flags\n//---check if silence---------------\n// normally we have to check each channel (simplification)\nif (data.inputs[0].silenceFlags != 0)\n{ // mark output silence too data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; // the plug-in has to be sure that if it sets the flags silence that the output buffer are clear for (int32 i = 0; i < numChannels; i++) { // do not need to be cleared if the buffers are the same (in this case input buffer are // already cleared by the host) if (in[i] != out[i]) { memset (out[i], 0, sampleFramesSize); } } // nothing to do at this point return kResultOk;\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add the process applying the gain","id":"235","title":"Add the process applying the gain"},"236":{"body":"The Processor part represents the state of the plug-in, so it is its job to implement the getState / setState method used by the host to save/load projects and presets. The Controller part gets the Processor state too in its setComponentState method which allows to synchronize its parameters too (used for example by the UI). In the file plugprocessor.cpp , add the mGain value to the state stream given by the host in the getState method which will save it as a project or preset. The helper class IBStreamer could be used for handling the IBStream given by the host. plugprocessor.cpp // add this include at the top of the file\n#include \"base/source/fstreamer.h\" //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::getState (IBStream* state)\n{ // here we need to save the model (preset or project) float toSaveParam1 = mGain; IBStreamer streamer (state, kLittleEndian); streamer.writeFloat (toSaveParam1); return kResultOk;\n} In the setState method, the plug-in receives a new state from the host, it is called after a project or preset is loaded. plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::setState (IBStream* state)\n{ if (!state) return kResultFalse; // called when we load a preset or project, the model has to be reloaded IBStreamer streamer (state, kLittleEndian); float savedParam1 = 0.f; if (streamer.readFloat (savedParam1) == false) return kResultFalse; mGain = savedParam1; return kResultOk;\n} In the setComponentState method, the Controller part of the plug-in receives the same state than the one used in PlugProcessor::setState . PlugController::setComponentState is called just after PlugProcessor::setState . plugcontroller.cpp // add this include at the top of the file\n#include \"base/source/fstreamer.h\" //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugController::setComponentState (IBStream* state)\n{ // Here, you get the state of the component (Processor part) if (!state) return kResultFalse; IBStreamer streamer (state, kLittleEndian); float savedParam1 = 0.f; if (streamer.readFloat (savedParam1) == false) return kResultFalse; // sync with our parameter if (auto param = parameters.getParameter (GainParams::kParamGainId)) param->setNormalized (savedParam1); return kResultOk;\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add store/restore state","id":"236","title":"Add store/restore state"},"237":{"body":"","breadcrumbs":"Tutorials » Code your first plug-in » Part 2: Advanced Steps","id":"237","title":"Part 2: Advanced Steps"},"238":{"body":"In our example we want to modify our current Gain factor with the velocity of a played \"MIDI\" event (noteOn). If you need in your plug-in to receive not only audio but events (like MIDI), you have to add an Event input. For this you just have to add the Event input with addEventInput in the initialize method of the processor: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //.... //---create Event In/Out busses (1 bus with only 1 channel)------ addEventInput (STR16 (\"Event In\"), 1); return kResultOk;\n} ⓘ Note In this example, we add 1 input event bus, receiving only on 1 channel. If you need to receive differentiated events, for example, from different channels, just change it in the following way: addEventInput (STR16 (\"Event In\"), 4); // here 4 channels We create a new internal value mGainReduction (not exported to the host) which is changed by the velocity of a played noteOn , so that the harder you hit the note, the higher is the gain reduction (this is what we want here in this plug-in): plugprocessor.h // ... static FUnknown* createInstance (void*)\n{ return (Steinberg::Vst::IAudioProcessor*)new PlugProcessor ();\n}\nprotected: Steinberg::Vst::ParamValue mGain= 1.; Steinberg::Vst::ParamValue mGainReduction = 0.;\n// ... Now we have to receive the event changes in the process method: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (ProcessData& data)\n{ //--- First: Read inputs parameter changes----------- //... //---Second: Read input events------------- // get the list of all event changes Vst::IEventList* eventList = data.inputEvents; if (eventList) { int32 numEvent = eventList->getEventCount (); for (int32 i = 0; i < numEvent; i++) { Vst::Event event; if (eventList->getEvent (i, event) == kResultOk) { // here we do not take care of the channel info of the event switch (event.type) { //---------------------- case Vst::Event::kNoteOnEvent: // use the velocity as gain modifier: a velocity max (1) will lead to silent audio mGainReduction = event.noteOn.velocity; // value between 0 and 1 break; //---------------------- case Vst::Event::kNoteOffEvent: // noteOff reset the gain modifier mGainReduction = 0.f; break; } } } } Make use of this mGainReduction in our real processing part: plugprocessor.cpp //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (Vst::ProcessData&data)\n{ //.... float gain = mGain - mGainReduction; if (gain < 0.f) // gain should always positive or zero gain = 0.f; // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; } } //...\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add an Event Input","id":"238","title":"Add an Event Input"},"239":{"body":"In our example we want to modulate our main audio input with a Side-chain audio input. First, add a new side-chain audio input (busType: kAux ) in the initialize call of our processor: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::initialize (FUnknown*context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //.... //---create Event In/Out busses (1 bus with only 1 channel)------ addEventInput (STR16 (\"Event In\"), 1); // create a Mono SideChain input bus addAudioInput (STR16 (\"Mono Aux In\"), Steinberg::Vst::SpeakerArr::kMono, Steinberg::Vst::kAux, 0); return kResultOk;\n} We want to be sure that our side-chain is handled as mono input. For this we need to overwrite the AudioEffect::setBusArrangements function: plugprocessor.h //-----------------------------------------------------------------------\nclass PlugProcessor: public AudioEffect\n{\npublic: PlugProcessor (); //... // overwrite this function Steinberg::tresult PLUGIN_API setBusArrangements (Steinberg::Vst::SpeakerArrangement* inputs, Steinberg::int32 numIns, Steinberg::Vst::SpeakerArrangement* outputs, Steinberg::int32 numOuts) SMTG_OVERRIDE; //...\n}; plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::setBusArrangements(Vst::SpeakerArrangement* inputs, int32 numIns, Vst::SpeakerArrangement* outputs, int32 numOuts)\n{ // the first input is the Main Input and the second is the SideChain Input // be sure that we have 2 inputs and 1 output if (numIns == 2 && numOuts == 1) { // we support only when Main input has the same number of channel than the output if (Vst::SpeakerArr::getChannelCount (inputs[0]) != Vst::SpeakerArr::getChannelCount (outputs[0])) return kResultFalse; // we are agree with all arrangement for Main Input and output // then apply them getAudioInput (0)->setArrangement (inputs[0]); getAudioOutput (0)->setArrangement (outputs[0]); // Now check if sidechain is mono (we support in our example only mono Side-chain) if (Vst::SpeakerArr::getChannelCount (inputs[1]) != 1) return kResultFalse; // OK the Side-chain is mono, we accept this by returning kResultTrue return kResultTrue; } // we do not accept what the host wants: return kResultFalse ! return kResultFalse;\n} Adapt our process using the side-chain input as modulation: //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (ProcessData& data)\n{ //--- First: Read inputs parameter changes----------- //... //---Second: Read input events------------- //... float gain = mGain - mGainReduction; if (gain < 0.f) // gain should always positive or zero gain = 0.f; void** auxIn = nullptr; // Check if the Side-chain input is activated bool auxActive = false; if (getAudioInput (1)->isActive ()) { auxIn = getChannelBuffersPointer (processSetup, data.inputs[1]); auxActive = true; } if (auxActive) { // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; // Side-chain is mono, so take auxIn[0]: index 0 Vst::Sample32* ptrAux = (Vst::Sample32*)auxIn[0]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply modulation and gain tmp = (*ptrIn++) * (*ptrAux++) * gain; (*ptrOut++) = tmp; } } } else { // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; } } } That´s it!","breadcrumbs":"Tutorials » Code your first plug-in » Add a mono audio Side-chain","id":"239","title":"Add a mono audio Side-chain"},"24":{"body":"VST 3 introduces a new approach to plug-in GUIs through window resizing, allowing for extremely flexible use of valuable screen space.","breadcrumbs":"Main benefits of VST 3 » 5. Resizeable UI Editor","id":"24","title":"5. Resizeable UI Editor"},"240":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Preparation Part 2: Open the VSTGUI/WYSWYG editor Part 3: Parameter Binding Part 4: Creating Custom Views Part 5: Showcase","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Use VSTGUI to design a User Interface","id":"240","title":"Use VSTGUI to design a User Interface"},"241":{"body":"This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to create stunning user interfaces for your plug-in.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Goal","id":"241","title":"Goal"},"242":{"body":"If you have created your project with the VST 3 Project Generator and check the \" Use VSTGUI \" you can directly jump to Part 2 of this tutorial. Before using the inline UI editor, you must make sure that you use the Steinberg::Vst::EditController class as a base of your own edit controller and that you have used the Steinberg::Vst::Parameter class or any subclass of it for your parameters. Otherwise the inline UI editor won't work properly. Next you have to add vstgui to your project. For cmake users, you can just add the vstgui_support library to your target: target_link_libraries(${target} PRIVATE vstgui_support) If you are not using cmake, you have to manually include the following source files to your project: vstgui/vstgui_[ios/mac/linux/win32].[cpp/mm] vstgui/vstgui_uidescription.cpp vstgui/plugin-bindings/vst3editor.cpp After that you have to alter your project settings to add a preprocessor definition to your debug build: VSTGUI_LIVE_EDITING=1 With cmake , this would look like this: target_compile_definitions(${target} PUBLIC$<$:VSTGUI_LIVE_EDITING=1>) Finally, you have to modify your edit controller class to overwrite the createView() method: #include \"vstgui/plugin-bindings/vst3editor.h\" IPlugView* PLUGIN_API MyEditController::createView (FIDStringname)\n{ if (strcmp (name, ViewType::kEditor) == 0) { return new VSTGUI::VST3Editor (this, \"view\", \"myEditor.uidesc\"); } return 0;\n} Also make sure to include the vst3editor.h header. Now you can build your plug-in and start your preferred VST 3 host to start designing your user interface.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 1: Preparation","id":"242","title":"Part 1: Preparation"},"243":{"body":"If you now open your plug-in UI in your host, you will see a blank editor. To enter the UI editor, right-click on it and choose \" Open UIDescription Editor \". After your first edits, you have to add the uidesc file you have saved to your project (already done if you have used VST 3 Project Generator ). You also have to make sure to always build your project after changes to the uidesc file.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 2: Open the VSTGUI/WYSWYG editor","id":"243","title":"Part 2: Open the VSTGUI/WYSWYG editor"},"244":{"body":"If you've used the Parameter class provided by the VST 3 SDK , you get automatic parameter bindings between the controls of your editor and the parameters in your VST Edit Controller. The only thing you need to do is to declare the IDs of the parameters as tags in the Tags editor (or use the 'Sync Parameter Tags' command in the Edit menu of the toolbar) and set the tags of your controls to these IDs. Your VST Edit Controller now receives the beginEdit(...)/performEdit(...)/endEdit(...) calls when the user changes the controls. If the host automates the parameter, the control also reflects these changes. Additionally, you can modify your VST Edit Controller to return specific parameter objects in the getParameterObject(int32 paramID) method for UI only needs, which are not parameters of your VST audio processor. This way you can store view settings (like the tab which is open when the user closes the editor so that it can be restored when the user opens the editor again). You can look at the sources of the included 'uidescription test' project for more information on how this works.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 3: Parameter Binding","id":"244","title":"Part 3: Parameter Binding"},"245":{"body":"If you need to create custom views, you can implement the VSTGUI::VST3EditorDelegate interface in your edit controller class. The createCustomView method is called if you set the 'custom-view-name' attribute in one of the views. Another way to use your own views is to register them at runtime with the UIViewFactory. This method requires more work but has the advantage that the view is listed like the built-in views and changing attributes works on the fly. See VSTGUI::IViewCreator.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 4: Creating Custom Views","id":"245","title":"Part 4: Creating Custom Views"},"246":{"body":"Here's an example video recorded while creating the new user interface for the famous Grungelizer plug-in of Cubase after it was ported from VST 2.4 to VST 3 . tutorials_5 Create the VST 3 Grungelizer UI in 15 minutes with the UIDescriptionEditor of VSTGUI tutorial_vid_1","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 5: Showcase","id":"246","title":"Part 5: Showcase"},"247":{"body":"/ VST Home / Tutorials On this page: Tutorial - How to use the Data Exchange API Sending data from the audio processor Receiving data in the edit controller Related pages: Data Exchange You'll find the source for this tutorial in the tutorial repository","breadcrumbs":"Tutorials » Data Exchange » Data Exchange Tutorial - How to send data from the realtime process to the edit controller","id":"247","title":"Data Exchange Tutorial - How to send data from the realtime process to the edit controller"},"248":{"body":"In this tutorial, you learn how to use the Data Exchange API to send data from the realtime audio process method to the edit controller of your plug-in.","breadcrumbs":"Tutorials » Data Exchange » Tutorial - How to use the Data Exchange API","id":"248","title":"Tutorial - How to use the Data Exchange API"},"249":{"body":"Let's send data from the processor to the controller. First, we need to add the required include so that we can use the wrapper class. Add the following include before you define your audio processor: #include \"public.sdk/source/vst/utility/dataexchange.h\" To prepare the AudioEffect class, you need to overwrite the following methods: tresult PLUGIN_API initialize (FUnknown* context) override;\ntresult PLUGIN_API connect (Vst::IConnectionPoint* other) override;\ntresult PLUGIN_API disconnect (Vst::IConnectionPoint* other) override;\ntresult PLUGIN_API setActive (TBool state) override;\ntresult PLUGIN_API canProcessSampleSize (int32 symbolicSampleSize) override;\ntresult PLUGIN_API process (Vst::ProcessData& data) override; And we also have to add the wrapper class as a member of our audio processor class: std::unique_ptr dataExchange; Now we can initialize and configure the dataExchange. We do this in: tresult PLUGIN_API DataExchangeProcessor::connect (Vst::IConnectionPoint* other)\n{ auto result = Vst::AudioEffect::connect (other); if (result == kResultTrue) { auto configCallback = [this] (Vst::DataExchangeHandler::Config& config, const Vst::ProcessSetup& setup) { Vst::SpeakerArrangement arr; getBusArrangement (Vst::BusDirections::kInput, 0, arr); numChannels = static_cast (Vst::SpeakerArr::getChannelCount (arr)); auto sampleSize = sizeof (float); config.blockSize = setup.sampleRate * numChannels * sampleSize + sizeof (DataBlock); config.numBlocks = 2; config.alignment = 32; config.userContextID = 0; return true; }; dataExchange = std::make_unique (this, configCallback); dataExchange->onConnect (other, getHostContext ()); } return result;\n} The configration is done via the configCallback. In this example, we configure the queue to have a block size to store exactly 1 second of audio data of all the channels of the configured speaker arrangement of the input bus. We choose two for numBlocks because we send one block per second, and in this case, two blocks should be enough. If the frequency you need to send the block is higher, you need to increase this value to prevent data drop outs. The configCallback is called when the audio processor is activated. The next thing we have to do is to call the dataExchange object when the edit controller is disconnected and release the memory: tresult PLUGIN_API DataExchangeProcessor::disconnect (Vst::IConnectionPoint* other)\n{ if (dataExchange) { dataExchange->onDisconnect (other); dataExchange.reset (); } return AudioEffect::disconnect (other);\n} And we also have to call the dataExchange object when the processor's state changes: tresult PLUGIN_API DataExchangeProcessor::setActive (TBool state)\n{ if (state) dataExchange->onActivate (processSetup); else dataExchange->onDeactivate (); return AudioEffect::setActive (state);\n} Now we prepare the data that we want to send to the controller. To make this a little bit easier, we define a struct that specifies what should look like and move this into its own header \"dataexchange.h\": // dataexchange.h #pragma once #include \"public.sdk/source/vst/utility/dataexchange.h\"\n#include namespace Steinberg::Tutorial { struct DataBlock\n{ uint32_t sampleRate; uint16_t sampleSize; uint16_t numChannels; uint32_t numSamples; float samples[0];\n}; } // Steinberg::Tutorial So, we want to send the sample rate, size, the number of channels and the number of samples plus the actual samples to the controller. To actually work with this DataBlock struct, we introduce a little helper function that we also add to this header: inline DataBlock* toDataBlock (const Vst::DataExchangeBlock& block)\n{ if (block.blockID != Vst::InvalidDataExchangeBlockID) return reinterpret_cast (block.data); return nullptr;\n} One thing remains to be done before we can start sending the data: We need a member variable of the Vst::DataExchangeBlock struct where we store the actual block we work with while processing the audio. So we add this to our processor defintion: class DataExchangeProcessor : public Vst::AudioEffect\n{\nprivate: Vst::DataExchangeBlock currentExchangeBlock {InvalidDataExchangeBlock};\n} Now let's start to implement the processing: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ if (processData.numSamples <= 0) return kResultTrue; return kResultTrue;\n} When there are no samples in the processData we jump out of the method directly. Now the first thing we need to do is to acquire a new block from the dataExchange object: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ // ... if (currentExchangeBlock.blockID == Vst::InvalidDataExchangeBlockID) acquireNewExchangeBlock (); // ...\n} We only want to acquire a new block if we have not already done so. Therefore, we need to check this before we call the acquireNewExchangeBlock method that does this: void DataExchangeProcessor::acquireNewExchangeBlock ()\n{ currentExchangeBlock = dataExchange->getCurrentOrNewBlock (); if (auto block = toDataBlock (currentExchangeBlock)) { block->sampleRate = static_cast (processSetup.sampleRate); block->numChannels = numChannels; block->sampleSize = sizeof (float); block->numSamples = 0; }\n} We ask the dataExchange object for a new block with getCurrentOrNewBlock (), check if it is valid with a call to the previously defined function toDataBlock and fill it with the sample rate, the sample size and the number of channels. Now back to our process function. We now write the samples from the input buffer into our block until the block is filled with 1 second of audio data: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ // ... auto input = processData.inputs[0]; auto output = processData.outputs[0]; if (auto block = toDataBlock (currentExchangeBlock)) { auto numSamples = static_cast (processData.numSamples); while (numSamples > 0) { uint32 numSamplesFreeInBlock = block->sampleRate - block->numSamples; uint32 numSamplesToCopy = std::min (numSamplesFreeInBlock, numSamples); for (auto channel = 0; channel < input.numChannels; ++channel) { auto blockChannelData = &block->samples[0] + block->numSamples; auto inputChannel = input.channelBuffers32[channel] + (processData.numSamples - numSamples); memcpy (blockChannelData, inputChannel, numSamplesToCopy * sizeof (float)); } block->numSamples += numSamplesToCopy; if (block->numSamples == block->sampleRate) { dataExchange->sendCurrentBlock (); acquireNewExchangeBlock (); block = toDataBlock (currentExchangeBlock); if (block == nullptr) break; } numSamples -= numSamplesToCopy; } } // ...\n} When it is filled with 1 second of audio data we send the block with dataExchange->sendCurrentBlock() and directly acquire a new block afterwards. Finally, we need to copy back the input audio buffers to the output audio buffers. The whole method looks like this then: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ if (processData.numSamples <= 0) return kResultTrue; if (currentExchangeBlock.blockID == Vst::InvalidDataExchangeBlockID) acquireNewExchangeBlock (); auto input = processData.inputs[0]; auto output = processData.outputs[0]; if (auto block = toDataBlock (currentExchangeBlock)) { auto numSamples = static_cast (processData.numSamples); while (numSamples > 0) { uint32 numSamplesFreeInBlock = block->sampleRate - block->numSamples; uint32 numSamplesToCopy = std::min (numSamplesFreeInBlock, numSamples); for (auto channel = 0; channel < input.numChannels; ++channel) { auto blockChannelData = &block->samples[0] + block->numSamples; auto inputChannel = input.channelBuffers32[channel] + (processData.numSamples - numSamples); memcpy (blockChannelData, inputChannel, numSamplesToCopy * sizeof (float)); } block->numSamples += numSamplesToCopy; if (block->numSamples == block->sampleRate) { dataExchange->sendCurrentBlock (); acquireNewExchangeBlock (); block = toDataBlock (currentExchangeBlock); if (block == nullptr) break; } numSamples -= numSamplesToCopy; } } for (auto channel = 0; channel < input.numChannels; ++channel) { if (output.channelBuffers32[channel] != input.channelBuffers32[channel]) { memcpy (output.channelBuffers32[channel], input.channelBuffers32[channel], processData.numSamples * sizeof (float)); } output.silenceFlags = input.silenceFlags; } return kResultOk;\n}","breadcrumbs":"Tutorials » Data Exchange » Sending data from the audio processor","id":"249","title":"Sending data from the audio processor"},"25":{"body":"The host can ask the plug-in which parameter is under the mouse.","breadcrumbs":"Main benefits of VST 3 » 6. Mouse Over Support","id":"25","title":"6. Mouse Over Support"},"250":{"body":"We prepare our edit controller by adding the inheritance of Vst::IDataExchangeReceiver and by providing a few methods and adding a new Vst::DataExchangeReceiverHandler member: class DataExchangeController : public Vst::EditControllerEx1, public Vst::IDataExchangeReceiver\n{\npublic: // ... tresult PLUGIN_API notify (Vst::IMessage* message) override; void PLUGIN_API queueOpened (Vst::DataExchangeUserContextID userContextID, uint32 blockSize, bool& dispatchOnBackgroundThread) override; void PLUGIN_API queueClosed (Vst::DataExchangeUserContextID userContextID) override; void PLUGIN_API onDataExchangeBlocksReceived (Vst::DataExchangeUserContextID userContextID, uint32 numBlocks, Vst::DataExchangeBlock* blocks, bool onBackgroundThread) override; DEFINE_INTERFACES DEF_INTERFACE (Vst::IDataExchangeReceiver) END_DEFINE_INTERFACES (EditController) DELEGATE_REFCOUNT (EditController)\nprivate: Vst::DataExchangeReceiverHandler dataExchange {this};\n} First, we need to forward messages to the DataExchangeReceiverHandler so that it can process the data exchange messages in case the host does not support the native API: tresult PLUGIN_API DataExchangeController::notify (Vst::IMessage* message)\n{ if (dataExchange.onMessage (message)) return kResultTrue; return EditControllerEx1::notify (message);\n} In the next step, we can implement the IDataExchangeReceiver methods: void PLUGIN_API DataExchangeController::queueOpened (Vst::DataExchangeUserContextID userContextID, uint32 blockSize, bool& dispatchOnBackgroundThread)\n{ FDebugPrint (\"Data Exchange Queue opened.\\n\");\n} void PLUGIN_API DataExchangeController::queueClosed (Vst::DataExchangeUserContextID userContextID)\n{ FDebugPrint (\"Data Exchange Queue closed.\\n\");\n} void PLUGIN_API DataExchangeController::onDataExchangeBlocksReceived ( Vst::DataExchangeUserContextID userContextID, uint32 numBlocks, Vst::DataExchangeBlock* blocks, bool onBackgroundThread)\n{ for (auto index = 0u; index < numBlocks; ++index) { auto dataBlock = toDataBlock (blocks[index]); FDebugPrint ( \"Received Data Block: SampleRate: %d, SampleSize: %d, NumChannels: %d, NumSamples: %d\\n\", dataBlock->sampleRate, static_cast (dataBlock->sampleSize), static_cast (dataBlock->numChannels), static_cast (dataBlock->numSamples)); }\n} The onDataExchangeBlocksReceived() method will be called each time the processor has sent a block. You can now do whatever you want with the data. If you want the data to be dispatched on a background thread you need to set the dispatchOnBackgroundThread variable to true in the queueOpened method.","breadcrumbs":"Tutorials » Data Exchange » Receiving data in the edit controller","id":"250","title":"Receiving data in the edit controller"},"251":{"body":"/ VST Home / Tutorials On this page: Part 1: Sample-accurate parameter handling Part 2: Adding 32 and 64 bit audio processing Part 3: Thread safe state changes You'll find the source for this tutorial in the tutorial repository In this tutorial, you will learn: How to add nearly sample-accurate parameter changes to an audio effect How to use C++ templates to write one algorithm supporting 32 bit and 64 bit audio processing How to set the state of the audio effect in a thread safe manner","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Advanced VST 3 techniques","id":"251","title":"Advanced VST 3 techniques"},"252":{"body":"We will start by looking at this process function: void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); // get the gain value for this block ParamValue gain = gainParameter.getValue (); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } }\n} This is straightforward and simple, we handle the parameter changes in the function handleParameterChanges , which we will see in a moment. Then we get the last gain parameter value and iterate over the input buffers and copy the samples from there to the output buffers before applying the gain factor. If we look at the handleParameterChanges function: void MyEffect::handleParameterChanges (IParameterChanges*changes)\n{ if (!changes) return; int32 changeCount = changes->getParameterCount (); for (auto i = 0; i < changeCount; ++i) { if (auto queue = changes->getParameterData (i)) { auto paramID = queue->getParameterId (); if (paramID == ParameterID::Gain) { int32 pointCount = queue->getPointCount (); if (pointCount > 0) { int32 sampleOffset; ParamValue value; if (queue->getPoint (pointCount - 1, sampleOffset, value) == kResultTrue) gainParameter.setValue (value); } } } }\n} We see that the Gain parameter only uses the last point for the gain value. If we now want to use all points of the Gain parameter, we can use two utility classes from the SDK. The first one is the ProcessDataSlicer which slices the audio block into smaller pieces. void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.getValue (); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing);\n} As you see, we have moved the algorithm part into a lambda doProcessing which is passed to slicer.process . This lambda is now called multiple times with a maximum of 8 samples per call until the whole buffer is processed. This doesn't give us yet a better parameter resolution, but we can now use the second utility class to handle this. At first, we now look at the type of the gainParameter variable, as this is our next utility class: SampleAccurate::Parameter gainParameter; We have to change the handleParameterChanges function to: void MyEffect::handleParameterChanges (IParameterChanges*inputParameterChanges)\n{ int32 changeCount = inputParameterChanges->getParameterCount (); for (auto i = 0; i < changeCount; ++i) { if (auto queue = changes->getParameterData (i)) { auto paramID = queue->getParameterId (); if (paramID == ParameterID::Gain) { gainParameter.beginChanges (queue); } } } } in order to delegate the handling of the parameter changes to the gainParameter object. Now we just need another small change in the process lambda to use the nearly sample-accurate gain value. We have to call the gainParameter object to advance the parameter value: auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } }\n} Finally, we have to do some cleanup of the gainParameter at the end of the process function by calling gainParameter.endChanges . void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing); gainParameter.endChanges ();\n} Now, we have nearly sample-accurate parameter changes support in this example. At intervals of eight samples, the gain parameter will be updated to the correct value. It's very simple to make this 100% sample-accurate, check out the AGain Sample Accurate example in the SDK.","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 1: Sample-accurate parameter handling","id":"252","title":"Part 1: Sample-accurate parameter handling"},"253":{"body":"The example currently only supports 32 bit processing. Now we will add 64 bit processing. As you may have noticed above, the ProcessDataSlicer uses a template parameter for its process function. This template parameter SampleSize defines the bit depth of the audio buffers in the ProcessData structure. This is currently hard-coded to be SymbolicSampleSizes::kSample32 . In order to support SymbolicSampleSizes::kSample64 we only have to make a few changes to the code. First, we adopt the algorithm part by introducing a new templated method to our effect: template \nvoid MyEffect::process (ProcessData& data)\n{\n} We mostly just move the code from the original process method to this one, except the code for handling parameter changes: template \nvoid MyEffect::process (ProcessData& data)\n{ ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing);\n} We just change the template parameter SampleSize of the process method of the ProcessDataSlicer to use the same template parameter as in our own process function. This will not work correctly yet, as we still work with the 32 bit audio buffers in our doProcessing lambda. In order to fix this, we have to introduce two more templated functions getChannelBuffers that will choose the correct audio buffers depending on the SampleSize template parameter, which can either be SymbolicSampleSizes::kSample32 or SymbolicSampleSizes::kSample64 : template ::type* = nullptr>\ninline Sample32** getChannelBuffers (AudioBusBuffers& buffer)\n{ return buffer.channelBuffers32;\n} template ::type* = nullptr>\ninline Sample64** getChannelBuffers (AudioBusBuffers& buffer)\n{ return buffer.channelBuffers64;\n} Now we can change our doProcessing algorithm to use these functions: template \nvoid MyEffect::process (ProcessData& data)\n{ ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { auto inputBuffers = getChannelBuffers (inputs[0])[channelIndex]; auto outputBuffers = getChannelBuffers (outputs[0])[channelIndex]; for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputBuffers[sampleIndex]; outputBuffers[sampleIndex] = sample * gain; } } }; slicer.process (data, doProcessing);\n} As a final step, we now need to call the templated process<...> function from the normal process function: void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); if (processSetup.symbolicSampleSize == SymbolicSampleSizes::kSample32) process (data); else process (data); gainParameter.endChanges ();\n} Depending on the processSetup.symbolicSampleSize we either call the 32 bit process function or the 64 bit process function. We just have to inform the host that we can process 64 bit: tresult PLUGIN_API MyEffect::canProcessSampleSize (int32symbolicSampleSize)\n{ return (symbolicSampleSize == SymbolicSampleSizes::kSample32 || symbolicSampleSize == SymbolicSampleSizes::kSample64) ? kResultTrue : kResultFalse;\n} Now we have sample-accurate parameter changes and 32 and 64 bit audio processing.","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 2: Adding 32 and 64 bit audio processing","id":"253","title":"Part 2: Adding 32 and 64 bit audio processing"},"254":{"body":"One common issue in this domain is that the plug-in state coming from a preset or a DAW project is set by the host from a non realtime thread. If we want to change our internal data model to use this state, we have to transfer this state to the realtime thread. This should be done in a realtime thread safe manner. Otherwise the model may not reflect the correct state, as parameter changes dispatched in the realtime thread and the state data set on another thread will end in an undefined state. For this case, we have another utility class: RTTransferT This class expects to have a template parameter StateModel describing the state data. We create a simple struct as a data model: struct StateModel\n{ double gain;\n}; using RTTransfer = RTTransferT; We use RTTransfer now as a member for our MyEffect class: class MyEffect : ....\n{ RTTransfer stateTransfer;\n}; If we now get a new state from the host, we create a newStateModel and write the stateGain value into model->gain and pass it to the utility class stateTransfer : tresult PLUGIN_API MyEffect::setState (IBStream* state)\n{ double stateGain = ... // read this out of the state stream StateModel model = std::make_unique (); model->gain = stateGain; stateTransfer.transferObject_ui (std::move (model)); return kResultTrue;\n} To get the stateModel into our realtime thread, we have to change the process function in the following way: void MyEffect::process (ProcessData& data)\n{ stateTransfer.accessTransferObject_rt ([this] (const auto& stateModel) { gainParameter.setValue (stateModel.gain); }); handleParameterChanges (data.inputParameterChanges); if (processSetup.symbolicSampleSize == SymbolicSampleSizes::kSample32) process (data); else process (data); gainParameter.endChanges (); return kResultTrue;\n} The accessTransferObject_rt function will check if there is a new model state. If this is the case, it will call the lambda, and then we can set our gainParameter to the value of stateModel.gain . To free up the memory in the stateTransfer object, we have to call the clear_ui method of it. In this case, where we only have one double as state model, it is OK to hold onto it until the next state is set or the effect is terminated. So we just add it to the terminate method of the plug-in: tresult PLUGIN_API MyEffect::terminate ()\n{ stateTransfer.clear_ui (); return AudioEffect::terminate ();\n} If the model data uses more memory and you want to get rid of it in advance, use a timer or something similar to call the clear_ui method a little bit after the setState method was called. But this is not the scope of this tutorial. If you want to use the utility classes, you will find them in the sdk at: public.sdk/source/vst/utility/processdataslicer.h public.sdk/source/vst/utility/sampleaccurate.h public.sdk/source/vst/utility/rttransfer.h That´s it!","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 3: Thread safe state changes","id":"254","title":"Part 3: Thread safe state changes"},"255":{"body":"/ VST Home / Tutorials On this page: Goal What about Silence flags? Plug-in receives a silent audio input Plug-in generates silent output In bypass Plug-in generates audio output","breadcrumbs":"Tutorials » How to use the silence flags » How to use the silence flags","id":"255","title":"How to use the silence flags"},"256":{"body":"This tutorial explains how to use silence flags.","breadcrumbs":"Tutorials » How to use the silence flags » Goal","id":"256","title":"Goal"},"257":{"body":"It is sometime useful for plug-ins processing to know if the audio inputs really contain audio or only silence (buffer filled with 0!), it is useful too for the host to know if the plug-in will produce silence audio outputs, for example in case of an instrument plug-in which has nothing to play (no input events are coming), then the host will be able to inform following plug-ins in the processing chain this information. This helps to reduce the amount of computing and improve overall performance. But how does it works? The following part will show you how to get this information in the process call and how to propagate it to the audio outputs of the plug-in. The silence flags is part of the AudioBusBuffers ( silenceFlags ) passed from the host to the plug-in and back to the host in the process call.","breadcrumbs":"Tutorials » How to use the silence flags » What about Silence flags?","id":"257","title":"What about Silence flags?"},"258":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // silence flags are a bitmask where each bit corresponds to one channel of a bus // (for example L and R for stereo bus). // Here we check only if the whole first input is silent (in case of Stereo: the L and R are silent) if (data.inputs[0].silenceFlags != 0) // if flags is not zero => then it means that we have silent! { // in the example we are applying a gain to the input signal // As we know that the input is only filled with zero, the output will be then filled with zero too! for (int32 i = 0; i < numChannels; i++) { // do not need to clear the output buffer if they are the same than input buffer, // as we know that the input are filled with zero, else we need to clear the output buffers if (in[i] != out[i]) { memset (out[i], 0, sampleFramesSize); // this is faster than applying a gain to each sample! } } // now we have to inform the host that our output is silent too // this is done simply by setting the silenceFlags of the output bus: data.outputs[0].silenceFlags = ((uint64)1 << numChannels) - 1; // which is 3 (in binary 0011) for stereo // here we are finish we could return return kResultTrue; } ⓘ Note The host has the responsibility to clear the input buffers (set to something near zero, like 10e-7, to prevent de-normalization issue) when it enables the silence flags (the output silence flags will be set by the host to no silence (=0)).","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in receives a silent audio input","id":"258","title":"Plug-in receives a silent audio input"},"259":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above // under certain condition our output buffer could be silent: // for example here our gain could be set to 0 or smaller than a threshold. // We have to inform the host that our output is silent too // this is done simply by setting the silenceFlags of the output bus: if (gain < 0.0000001) { for (int32 i = 0; i < numChannels; i++) { // be sure to set to zero our outputs memset (out[i], 0, sampleFramesSize); } // this will set to 1 all channels data.outputs[0].silenceFlags = ((uint64)1 << numChannels) - 1; // which is 3 (in binary 0011) for stereo } else { //... } ⓘ Note The plug-in, if it produces silence output, has the responsibility to clear (set to zero) its output buffers and to correctly set the output silence flags.","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in generates silent output","id":"259","title":"Plug-in generates silent output"},"26":{"body":"VST 3 defines a way to allow the host to add its own entries in the plug-in context menu of a specific parameter.","breadcrumbs":"Main benefits of VST 3 » 7. Context Menu Support","id":"26","title":"7. Context Menu Support"},"260":{"body":"In Bypass mode the plug-in has to be sure that its outputs have the same stand than its inputs: //-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above //---in bypass mode outputs should be like inputs----- if (bBypass) { for (int32 i = 0; i < numChannels; i++) { // do not need to be copied if the buffers are the same if (in[i] != out[i]) { memcpy (out[i], in[i], sampleFramesSize); } } // the input silence flags has to be forward to the output here! // very important for the host in order to inform next plug-in in the processing chain data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; } else { //... }","breadcrumbs":"Tutorials » How to use the silence flags » In bypass","id":"260","title":"In bypass"},"261":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above //---in bypass mode outputs should be like inputs----- if (bBypass) { //... see above data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; } else { // here we will generate an audio output from the input which contains not only zero // which is the main use case of a plug-in //... // then we have to inform the host that our output is not silent // simply by setting the silenceFlags to zero data.outputs[0].silenceFlags = 0; } //...","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in generates audio output","id":"261","title":"Plug-in generates audio output"},"262":{"body":"/ VST Home / Tutorials On this page: Goal VST 2 and VST 3 version of your Plug-in have the same UID VST 2 and VST 3 version of your Plug-in have not the same UID Using the moduleinfo.json file Using the IPluginCompatibility interface Preset/Project compatibility VST 2 <-> VST 3 Parameters compatibility","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in","id":"262","title":"Guideline for replacing a VST 2 plug-in by a VST 3 plug-in"},"263":{"body":"Here, you can find some informations about how to write a VST 3 version of a plug-in which already exists as VST 2 version. How to guaranty that a Host will correctly replace the old VST 2 by the new VST 3 version of your plug-in. For a VST 3 Host the important information is the UID of your (processor) plug-in, with this information it will find the correct VST 3 version to use. 2 scenarios are possible: The VST 3 and the VST 2 version of your plug-in have the same UID or not.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Goal","id":"263","title":"Goal"},"264":{"body":"It is possible to reuse for a VST 3 plug-in the same generated UID of a VST 2 version (based on 4 characters + its name), this should work with most VST 3 Hosts. Check the function which generates a VST 3 UID from a VST 2 UID here and reuse this value as UID for the VST 3 plug-in (processor component UID)","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » VST 2 and VST 3 version of your Plug-in have the same UID","id":"264","title":"VST 2 and VST 3 version of your Plug-in have the same UID"},"265":{"body":"For this use case since VST 3 SDK version 3.7.5 we have 2 possibilities for a VST 3 plug-in to inform the Host about which VST 2 plug-in it could replace:","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » VST 2 and VST 3 version of your Plug-in have not the same UID","id":"265","title":"VST 2 and VST 3 version of your Plug-in have not the same UID"},"266":{"body":"The Compatibility json array in the moduleinfo.json allows to list the UIDs which could be replaced by the VST 3 plug-in.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Using the moduleinfo.json file","id":"266","title":"Using the moduleinfo.json file"},"267":{"body":"The plug-in should implement this interface ( pluginterfaces/base/iplugincompatibility.h ) when a moduleinfo.json file cannot be used (when no bundle is available for example). Check here .","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Using the IPluginCompatibility interface","id":"267","title":"Using the IPluginCompatibility interface"},"268":{"body":"Check the FAQ here which shows how to use the helper function VST3::tryVst2StateLoad and read a VST 2 state into a VST 3 plug-in. It is possible to write back for VST 2 backward compatibility by using the helper function VST3::writeVst2State ( public.sdk/source/vst/utility/vst2persistence.h ).","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Preset/Project compatibility VST 2 <-> VST 3","id":"268","title":"Preset/Project compatibility VST 2 <-> VST 3"},"269":{"body":"VST 2 was using index to identify parameter, VST 3 uses an ID. It means that to be compatible the VST 3 parameter ID should be kept to same index value as the VST 2 one (starting from 0). If the parameter range or behavior is not changed, previously parameter automation in host should be played back correctly. If you change the meaning of a parameter (range, conversion normalized to plain value), it is recommanded to create a new ID for this parameter. You could add in the VST 3 plug-in a structure to your parameters by using Unit .","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Parameters compatibility","id":"269","title":"Parameters compatibility"},"27":{"body":"A VST 3 plug-in can access channel information where it is instantiated: name, color, ...","breadcrumbs":"Main benefits of VST 3 » 8. Channel Context Information","id":"27","title":"8. Channel Context Information"},"270":{"body":"/ VST Home / Tutorials On this page: Goal Convert a String128 string to an UTF-8 string Convert an UTF-8 string to a String128 string","breadcrumbs":"Tutorials » Strings Conversion Helper » Strings Conversion Helper","id":"270","title":"Strings Conversion Helper"},"271":{"body":"The SDK provides some helpers functions to convert from UTF16 (use in VST 3 interfaces) to UTF8 (used by std::string). Here some code examples:","breadcrumbs":"Tutorials » Strings Conversion Helper » Goal","id":"271","title":"Goal"},"272":{"body":"#include \"public.sdk/source/vst/utility/stringconvert.h\" //...\nFUnknownPtr hostApp (hostContext);\nif (hostApp)\n{ Vst::String128 name; if (hostApp->getName (name) == kResultTrue) { // Here we convert a Vst::String128 to a std::string (UTF8) std::string str = VST3::StringConvert::convert (name); //... }\n}","breadcrumbs":"Tutorials » Strings Conversion Helper » Convert a String128 string to an UTF-8 string","id":"272","title":"Convert a String128 string to an UTF-8 string"},"273":{"body":"#include \"public.sdk/source/vst/utility/stringconvert.h\" //...\nstd::string str (\"My Title\");\nVst::String128 vstStr;\nVST3::StringConvert::convert (str, vstStr);","breadcrumbs":"Tutorials » Strings Conversion Helper » Convert an UTF-8 string to a String128 string","id":"273","title":"Convert an UTF-8 string to a String128 string"},"274":{"body":"/ VST Home / Tutorials On this page: Goal Building the CMakeLists.txt Add plug-in GUI editor by using VSTGUI","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Creating a cmake plug-in project from scratch","id":"274","title":"Creating a cmake plug-in project from scratch"},"275":{"body":"This tutorial provides a step-by-step guide for building a VST 3 plug-in's CMakeLists.txt from scratch. It covers the necessary steps, like defining a plug-in version number, adding C++ source files, linking to the sdk target, and setting platform-specific options. You can also use the VST 3 project generator which generates the CMakeLists.txt.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Goal","id":"275","title":"Goal"},"276":{"body":"Make a new directory, and name it like your new plug-in, e.g. MyPlugin. Afterwards, create a CMakeLists.txt file inside the new directory, and open it in a text editor. Add the following lines to it. Set the minimum required version of cmake. In this example, 3.15.0 is sufficient. cmake_minimum_required(VERSION 3.15.0) See also: https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html Name the project MyPlugin, add a VERSION and an optional DESCRIPTION. project(MyPlugin VERSION 1.0.0 DESCRIPTION \"MyPlugin Effect\"\n) See also: https://cmake.org/cmake/help/latest/command/project.html Set the variable vst3sdk_SOURCE_DIR to the VST 3 SDK's directory. The directory must contain the root CMakeLists.txt of the SDK. Add the SDK as a subdirectory, and call smtg_enable_vst3_sdk right after this. set(vst3sdk_SOURCE_DIR /path/to/vst3sdk) add_subdirectory(${vst3sdk_SOURCE_DIR} ${PROJECT_BINARY_DIR}/vst3sdk)\nsmtg_enable_vst3_sdk() Add a plug-in library and its source files by using the smtg_add_vst3plugin function. smtg_add_vst3plugin(MyPlugin source/version.h source/myplugin_cids.h source/myplugin_processor.h source/myplugin_processor.cpp source/myplugin_controller.h source/myplugin_controller.cpp source/myplugin_entry.cpp\n) Link the VST 3 SDK sdk to the plug-in library. target_link_libraries(MyPlugin PRIVATE sdk\n) Configure the plug-in version by calling smtg_target_configure_version_file. This generates a temporary projectversion.h header, which is automatically included in your project. smtg_target_configure_version_file(MyPlugin) Define platform-specific settings. For macOS, this includes setting the BUNDLE_IDENTIFIER to org.mycompany.myplugin, setting a proper COMPANY_NAME to My Company and an executable .../VST3PluginTestHost.app to start the plug-in with in debug For Windows, it needs a resource file resource/win32resource.rc, setting the VS_STARTUP_PROJECT to MyPlugin and an executable .../VST3PluginTestHost.exe to start the plug-in with in debug if(SMTG_MAC) smtg_target_set_bundle(MyPlugin BUNDLE_IDENTIFIER org.mycompany.MyPlugin COMPANY_NAME My Company ) smtg_target_set_debug_executable(MyPlugin \"/Applications/VST3PluginTestHost.app\" \"--pluginfolder;$(BUILT_PRODUCTS_DIR)\" )\nelseif(SMTG_WIN) target_sources(MyPlugin PRIVATE resource/win32resource.rc ) if(MSVC) set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT MyPlugin) smtg_target_set_debug_executable(MyPlugin \"$(ProgramW6432)/Steinberg/VST3PluginTestHost/VST3PluginTestHost.exe\" \"--pluginfolder \\\"$(OutDir)/\\\"\" ) endif()\nendif()","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Building the CMakeLists.txt","id":"276","title":"Building the CMakeLists.txt"},"277":{"body":"In order to add a VSTGUI editor to the plug-in, link to the vstgui_support target. target_link_libraries(MyPlugin PRIVATE vstgui_support ) Add a myplugin_editor.uisdesc file as a resource. This file needs to be created manually. smtg_target_add_plugin_resources(MyPlugin RESOURCES \"resource/myplugin_editor.uidesc\" ) A plug-in with a basic *.uidesc file can be created by using the VST 3 project generator.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Add plug-in GUI editor by using VSTGUI","id":"277","title":"Add plug-in GUI editor by using VSTGUI"},"278":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: How to clone and build Part 2: Adapting the helloworld example Related pages: Generate a new plug-in with Project Generator","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Creating a plug-in with VST 3 SDK as an external project","id":"278","title":"Creating a plug-in with VST 3 SDK as an external project"},"279":{"body":"This is a simple Hello World VST 3 FX plug-in to demonstrate how to use the VST 3 SDK as an external project. This plug-in was generated with the VST 3 Project Generator and it is available here https://github.com/steinbergmedia/vst3_example_plugin_hello_world","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Goal","id":"279","title":"Goal"},"28":{"body":"VST 3 defines with Note Expression a new way of event controller editing. The plug-in is able to break free from the limitations of MIDI controller events by providing access to new VST 3 controller events that circumvent the laws of MIDI and provide articulation information for each individual note (event) in a polyphonic arrangement according to its noteId.","breadcrumbs":"Main benefits of VST 3 » 9. Note Expression","id":"28","title":"9. Note Expression"},"280":{"body":"Open a command prompt and do the following: git clone https://github.com/steinbergmedia/vst3_example_plugin_hello_world.git\nmkdir build\ncd build\ncmake ../vst3_example_plugin_hello_world\ncmake --build .","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Part 1: How to clone and build","id":"280","title":"Part 1: How to clone and build"},"281":{"body":"This example is there mainly to demonstrate how to use VST 3 SDK as an external project, we highly recommand to use the Project Generator to start from scratch. In the following explaination we try to show you how to modify the source code to build your plug-in on the helloworld example. Now you have to adapt some uids and naming to make your plug-in unique (and not a duplicate of helloworld!) Rename all strings for your plug-in from HelloWorld to MyDelay (for example): HelloWorldProcessor::HelloWorldProcessor to MyDelayProcessor::MyDelayProcessor Open the file vst3_example_plugin_hello_world/include/helloworldcids.h and create new uids for processor and for controller: you can use GUID creator tools like https://www.guidgenerator.com : static const FUID kHelloWorldProcessorUID (0x2A0CC26C, 0xBF88964C, 0xB0BFFCB0, 0x554AF523);\nstatic const FUID kHelloWorldControllerUID (0xB9DBBD64, 0xF7C40A4C, 0x9C8BFB33, 0x8761E244); Open the file version.h and adapt the strings in the following way: #define stringOriginalFilename \"MyDelay.vst3\" #define stringFileDescription\t\"MyDelay VST3\" Open the file helloworldentry.cpp and adapt string: #define stringPluginName \"My First Delay\" Now you can start to code for your effect/instrument (see Code your first plug-in for a step-by-step explanation) Add parameters in helloworldcontroller.cpp Adapt your process algorithm in helloworldprocessor.cpp Add persistence in helloworldprocessor.cpp Add UI (check SDK examples using VSTGUI ) Happy coding!","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Part 2: Adapting the helloworld example","id":"281","title":"Part 2: Adapting the helloworld example"},"282":{"body":"/ VST Home / Tutorials On this page: Goal Switching to another submodule Switching to another branch","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another VSTGUI submodule or branch","id":"282","title":"Switching to another VSTGUI submodule or branch"},"283":{"body":"Sometimes it is necessary to switch to another VSTGUI submodule or branch for testing purposes. This tutorial explains how to do that.","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Goal","id":"283","title":"Goal"},"284":{"body":"Navigate to your local VST 3 SDK checkout, and execute the following command on the command line to switch the submodule: git submodule set-url vstgui4 /path/to/vstgui/\ngit submodule sync\ngit submodule update --init --recursive --remote vstgui4 The path /path/to/vstgui/ should point to a valid VSTGUI repository. Be aware that the set-urlcommand changes the .gitmodules file. Also use / as a delimiter on Windows for local paths, e.g. C:/path/to/vstgui/","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another submodule","id":"284","title":"Switching to another submodule"},"285":{"body":"Switch to any other branch by navigating to the VSTGUI submodule, and execute git checkout. git checkout my_branch","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another branch","id":"285","title":"Switching to another branch"},"286":{"body":"/ VST Home Browse the VST 3 SDK 's technical documentation. The full VST 3 API reference is only available in the VST 3 Package that you can download or find online here: getting_started_vid_2 https://steinbergmedia.github.io/vst3_doc VST 3 API Documentation VST Module Architecture Parameters and Automation VST 3 Units Presets & Program Lists Complex Plug-in Structures / Multi-timbral Instruments VST 3 Workflow Diagrams VST 3 Locations / Format About MIDI in VST 3 Provide A Runloop On Linux [3.0.0] Interfaces supported by the plug-in [3.0.0] Multiple Dynamic I/O Support [3.0.0] Silence flags [3.0.0] Interfaces supported by the host [3.0.1] Parameter MIDI Mapping [3.0.2] Parameter Finder [3.1.0] Audio Presentation Latency [3.1.0] UI Group Editing, Dirty State & Open Editor Request [3.1.0] KnobMode, Open Help & Open Aboutbox [3.5.0] Note Expression [3.5.0] Key Switch [3.5.0] Remote Presentation of Parameters [3.5.0] Context Menu [3.5.0] Enhanced Linked Parameters [3.6.0] iOS Inter-App Audio [3.6.0] Preset Meta-Information [3.6.5] Channel Context Info [3.6.5] Unit-Bus Assignment Change [3.6.5] Prefetchable [3.6.5] Automation State [3.6.6] PlugView Content Scaling [3.6.8] Request Bus Activation [3.6.10] UI Snapshots [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MIDI Learn [3.6.12] Host Query Interface Support [3.6.12] MPE support for Wrappers [3.7.0] Parameter Function Name [3.7.0] Progress Display [3.7.0] Process Context Requirements [3.7.0] Control Voltage Bus Flag [3.7.5] Module Info","breadcrumbs":"Technical Documentation » Technical Documentation","id":"286","title":"Technical Documentation"},"287":{"body":"The VST 3 API is an interface collection designed for realtime audio processing components. Such a component can be an audio effect or an audio instrument.","breadcrumbs":"Technical Documentation » VST 3 API Documentation","id":"287","title":"VST 3 API Documentation"},"288":{"body":"VST-MA is a component model system which is used in all Steinberg host applications as the basic layer for plug-in support.","breadcrumbs":"Technical Documentation » VST Module Architecture","id":"288","title":"VST Module Architecture"},"289":{"body":"Description of how parameters are defined and used in VST 3","breadcrumbs":"Technical Documentation » Parameters and Automation","id":"289","title":"Parameters and Automation"},"29":{"body":"VST 3 supports new speaker configurations like Ambisonic, Atmos, Auro 3D or 22.2.","breadcrumbs":"Main benefits of VST 3 » 10. 3D Audio Support","id":"29","title":"10. 3D Audio Support"},"290":{"body":"A unit is a logical section of the plug-in.","breadcrumbs":"Technical Documentation » VST 3 Units","id":"290","title":"VST 3 Units"},"291":{"body":"How presets and program lists are handled in VST 3 .","breadcrumbs":"Technical Documentation » Presets & Program Lists","id":"291","title":"Presets & Program Lists"},"292":{"body":"How to handle complex plug-in structures and multi-timbrality.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments","id":"292","title":"Complex Plug-in Structures / Multi-timbral Instruments"},"293":{"body":"How to transfer data from the realtime process function to the edit controller.","breadcrumbs":"Technical Documentation » Data Exchange","id":"293","title":"Data Exchange"},"294":{"body":"Some useful graphical call sequences a VST 3 compliant host should follow.","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams","id":"294","title":"VST 3 Workflow Diagrams"},"295":{"body":"Formats definition of a VST 3 plug-in and its preset and where they are located on different platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format","id":"295","title":"VST 3 Locations / Format"},"296":{"body":"Unlike in VST 2 , MIDI is not included in VST 3 .","breadcrumbs":"Technical Documentation » About MIDI in VST 3","id":"296","title":"About MIDI in VST 3"},"297":{"body":"Minimum Host requirements for VST 3 support.","breadcrumbs":"Technical Documentation » Host Requirements for VST 3 Support","id":"297","title":"Host Requirements for VST 3 Support"},"298":{"body":"List of interfaces supported/implemented by the plug-in in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in","id":"298","title":"[3.0.0] Interfaces supported by the plug-in"},"299":{"body":"List of interfaces supported/implemented by the host in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host","id":"299","title":"[3.0.0] Interfaces supported by the host"},"3":{"body":"Here, you can find a non-exhaustive list of VST 3 benefits.","breadcrumbs":"VST » Main benefits of VST 3","id":"3","title":"Main benefits of VST 3"},"30":{"body":"VST 3 plug-in library could export multiple plug-ins and in this way replaces the shell concept of VST 2 (kPlugCategShell).","breadcrumbs":"Main benefits of VST 3 » 11. Factory Concept","id":"30","title":"11. Factory Concept"},"300":{"body":"How the mapping works between MIDI CCs and parameters.","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping","id":"300","title":"[3.0.1] Parameter MIDI Mapping"},"301":{"body":"How the host can retrieve the parameter where the mouse cursor is located.","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder","id":"301","title":"[3.0.2] Parameter Finder"},"302":{"body":"Inform the plug-in about how long from the moment of generation/acquiring (from file or from Input) it will take for its input to arrive, and how long it will take for its output to be presented (to output or to speaker).","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency","id":"302","title":"[3.1.0] Audio Presentation Latency"},"303":{"body":"Improvement of the plug-in's integration in the host (dirty state, request Open Editor, group editing).","breadcrumbs":"Technical Documentation » [3.1.0] UI Group Editing, Dirty State & Open Editor Request","id":"303","title":"[3.1.0] UI Group Editing, Dirty State & Open Editor Request"},"304":{"body":"Extension to allow the host to inform the plug-in about the host knob mode.","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, openHelp & openAboutBox","id":"304","title":"[3.1.0] KnobMode, openHelp & openAboutBox"},"305":{"body":"A new way to control / modify / change a specific played note during playback.","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression","id":"305","title":"[3.5.0] Note Expression"},"306":{"body":"Allows information exchange between the plug-in and the host about which key switches are currently used.","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch","id":"306","title":"[3.5.0] Key Switch"},"307":{"body":"How to better support remote devices/controllers (UI and hardware) for parameters.","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters","id":"307","title":"[3.5.0] Remote Presentation of Parameters"},"308":{"body":"A plug-in can ask the host to create a context menu for a given exported parameter ID or a generic context menu.","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu","id":"308","title":"[3.5.0] Context Menu"},"309":{"body":"This allows the host to start a parameter editing action which can generate other parameter changes (like linked parameters) and this in one session (between a beginEdit and endEdit).","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters","id":"309","title":"[3.5.0] Enhanced Linked Parameters"},"31":{"body":"Remote controllers for audio and MIDI software applications have become increasingly popular. VST 3 offers far more flexible control of VST plug-ins by remote controllers. Using the knobs and faders on the control surface, parameters can be recorded, renamed and edited in many ways. Parameters that cannot be edited can be routed for display purposes to the control surface, for example, to show Gain Reduction on a compressor.","breadcrumbs":"Main benefits of VST 3 » 12. Support Remote control Representation","id":"31","title":"12. Support Remote control Representation"},"310":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio","id":"310","title":"[3.6.0] iOS Inter-App Audio"},"311":{"body":"Interface to access preset meta information from stream, used, for example, in setState in order to inform the plug-in about the current context in which the preset loading occurs.","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information","id":"311","title":"[3.6.0] Preset Meta-Information"},"312":{"body":"Allows the host to inform the plug-in about the context in which the plug-in is instantiated, mainly channel based info (color, name, index, ...).","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info","id":"312","title":"[3.6.5] Channel Context Info"},"313":{"body":"The plug-in has the possibility to inform the host with notifyUnitByBusChange that something has changed in the bus - unit assignment.","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change","id":"313","title":"[3.6.5] Unit-Bus Assignment Change"},"314":{"body":"Indicates if the plug-in supports prefetch (dynamically).","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable","id":"314","title":"[3.6.5] Prefetchable"},"315":{"body":"Hosts can inform the plug-in about its current automation state (Read/Write/Nothing).","breadcrumbs":"Technical Documentation » [3.6.5] Automation State","id":"315","title":"[3.6.5] Automation State"},"316":{"body":"This interface communicates the content scale factor from the host to the plug-in view on systems where plug-ins cannot get this information directly like Microsoft Windows.","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling","id":"316","title":"[3.6.6] PlugView Content Scaling"},"317":{"body":"Allows the plug-in to request the host to activate or deactivate a specific bus.","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation","id":"317","title":"[3.6.8] Request Bus Activation"},"318":{"body":"A VST 3 bundle can contain pre-rendered snapshot images for a VST 3 host as a visual representation of the plug-in UI.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots","id":"318","title":"[3.6.10] UI Snapshots"},"319":{"body":"With this plug-in interface, the host can retrieve the preferred physical mapping associated to note expression supported by the plug-in.","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping","id":"319","title":"[3.6.11] NoteExpression Physical UI Mapping"},"32":{"body":"While designing VST 3 , we performed a careful analysis of the existing functionality of VST and rewrote the interfaces from scratch. In doing so, we focused a lot on providing clear interfaces and their documentation in order to avoid usage errors from the deepest possible layer. Some more features implemented specifically for developers include: More stable technical host/plug-in environment Advanced technical definition of the standard Modular approach Separation of UI and processing UTF16 for localized parameter naming Advanced preset system Multiple plug-ins per library VST 3 SDK package : Test Host included Automated testing environment Validator (small command line Test Host) Plug-in and host examples code included Project Generator ...","breadcrumbs":"Main benefits of VST 3 » 13. Others","id":"32","title":"13. Others"},"320":{"body":"This kind of event is reserved for generating MIDI CC as output event for kEvent Bus during the process call.","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event","id":"320","title":"[3.6.12] Legacy MIDI CC Out Event"},"321":{"body":"If this interface is implemented by the edit controller, the host will call this method whenever there is live MIDI-CC input for the plug-in.","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn","id":"321","title":"[3.6.12] MIDI Learn"},"322":{"body":"Allows a plug-in to ask the host if a given plug-in interface is supported/used by the host.","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface Support","id":"322","title":"[3.6.12] Host Query Interface Support"},"323":{"body":"Implemented on wrappers that support MPE ( MIDI Polyphonic Expression ) to Note Expression translation.","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers","id":"323","title":"[3.6.12] MPE support for Wrappers"},"324":{"body":"This interface allows the host to get a parameter associated to a specific meaning (a functionName) for a given unit","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name","id":"324","title":"[3.7.0] Parameter Function Name"},"325":{"body":"Allows the plug-in to ask the host to create a progress for specific tasks which take some time.","breadcrumbs":"Technical Documentation » [3.7.0] Progress Display","id":"325","title":"[3.7.0] Progress Display"},"326":{"body":"To get accurate process context information ( Vst::ProcessContext ), it is now required to implement this interface.","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements","id":"326","title":"[3.7.0] Process Context Requirements"},"327":{"body":"The moduleinfo.json describes the contents of the plug-in in a JSON5 compatible format.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info","id":"327","title":"[3.7.5] Module Info"},"328":{"body":"Allows a plug-in to ask the host for the current system time.","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime","id":"328","title":"[3.7.9] Get Current SystemTime"},"329":{"body":"These interfaces allow you to send data with a direct and thread-safe connection from the realtime audio context of the audio processor to the non-realtime audio context of the edit controller.","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller","id":"329","title":"[3.7.9] Data Transfert Between Processor/Controller"},"33":{"body":"/ VST Home On this page: VST 3 SDK explained What is included The VST 3 API VST 3 Implementation Helper Classes VST 3 Plug-ins Examples VST 3 Plug-in Test Host VST 3 Project Generator Validator command line AudioHost EditorHost VST 3 Inspector VSTGUI AAX, AUv3, AU and VST 2 wrappers iOS Inter-App Audio support VST 3 Licensing System requirements Download link Change history","breadcrumbs":"What is the VST 3 SDK? » What is the VST 3 SDK?","id":"33","title":"What is the VST 3 SDK?"},"330":{"body":"/ VST Home / Technical Documentation On this page: Basic Concept Initialization Creation and initialization from Host point of view Extensions Persistence The Processing Part IComponent IAudioProcessor The Editing Part VST 3 threading model Communication between the components Standard communication Private communication Initialization of communication from Host point of view Related pages: VST Module Architecture The VST 3 API is an interface collection designed for realtime audio processing components. Such a component can be an audio effect or an audio instrument. VST 3 is based on a technology called VST Module Architecture ( VST-MA ). Please read the VST-MA documentation to find out more about how the plug-in system works in general. The API files belonging to VST 3 are located in the folder \"pluginterfaces/vst\" . ⓘ If you are looking for the C API of VST 3 see https://github.com/steinbergmedia/vst3_c_api .","breadcrumbs":"Technical Documentation » VST 3 API Documentation » VST 3 API Documentation","id":"330","title":"VST 3 API Documentation"},"331":{"body":"A VST 3 audio effect or instrument basically consists of two parts: a processing part and an edit controller part. The corresponding interfaces are: Processor: Steinberg::Vst::IAudioProcessor + Steinberg::Vst::IComponent Controller: Steinberg::Vst::IEditController Tech_doc_1 Tech_doc_2 The design of VST 3 suggests a complete separation of processor and edit controller by implementing two components. Splitting up an effect into these two parts requires some extra implementation efforts. However, this separation enables the host to run each component in a different context, even on different computers. Another benefit is that parameter changes can be separated when it comes to automation. While for processing these changes need to be transmitted in a sample-accurate way, the GUI part can be updated with a much lower frequency and it can be shifted by the amount that results from any delay compensation or other processing offset. A plug-in that supports this separation has to set the Steinberg::Vst::kDistributable flag in the class info of the processor component ( Steinberg::PClassInfo2::classFlags ). Of course not every plug-in can support this, for example if it depends deeply on resources that cannot be moved easily to another computer. So when this flag is not set, the host must not try to separate the components in any way. Although it is not recommended, it is possible to implement both the processing part and the controller part in one component class. The host tries to query the Steinberg::Vst::IEditController interface after creating an Steinberg::Vst::IAudioProcessor and on success uses it as the controller. ⓘ Note A host does not need to instantiate the controller part of a plug-in for processing it. The plug-in should be prepared for processing without having the controller part instantiated.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Basic Concept","id":"331","title":"Basic Concept"},"332":{"body":"Both Steinberg::Vst::IComponent and Steinberg::Vst::IEditController derive from Steinberg::IPluginBase . The purpose of this basic interface is to initialize the component and to terminate it before it is destroyed. The context parameter passed to Steinberg::IPluginBase::initialize should implement the interface Steinberg::Vst::IHostApplication . Hosts should not call other functions before initialize is called, with the sole exception of Steinberg::Vst::IComponent::setIoMode which must be called before initialize. Steinberg::Vst::IComponent::getControllerClassId can also be called before ( See VST 3 Workflow Diagrams ). How can the plug-in access IHostApplication? //-----------------------------------------------------------------------\ntresult PLUGIN_API MyPluginProcessor::initialize (FUnknown*context)\n{ FUnknownPtr hostApp (hostContext); if (hostApp) { String128 name; if (hostApp->getName (name) == kResultTrue) { //... } } //...\n}\n//-----------------------------------------------------------------------","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Initialization","id":"332","title":"Initialization"},"333":{"body":"Here an example of a host implementation creating the component and its associated controller of a plug-in with a given classID: //-----------------------------------------------------------------------\nVst::IComponent* processorComponent;\nVst::IEditController* editController;\nIPluginFactory* factory;\n// ...\n// factory already initialized (after the library is loaded,see validator for example)\n// ...\n// create its component part\ntresult result = factory->createInstance (classID,Vst::IComponent::iid, (void**)&processorComponent);\nif (processorComponent && (result == kResultOk))\n{ // initialize the component with our host context (note: initialize called just after creatInstance) res = (processorComponent->initialize (gStandardPluginContext) == kResultOk); // try to create the controller part from the component // for Plug-ins which did not succeed in separating component from controller :-( if (processorComponent->queryInterface (Vst::IEditController::iid, (void**)&editController) != kResultTrue) { // This is the normal case, where the controller is separated from the component. // ask for the associated controller class ID (could be called before processorComponent->initialize ()) FUID controllerCID; if (processorComponent->getControllerClassId (controllerCID) == kResultTrue && controllerCID.isValid ()) { // create its controller part created from the factory result = factory->createInstance (controllerCID, Vst::IEditController::iid, (void**)&editController); if (editController && (result == kResultOk)) { // editController is now created, we have the ownership, // which means that we have to release it when not used anymore. // initialize the component with our context res = (editController->initialize (gStandardPluginContext) == kResultOk); // now processorComponent and editController are initialized... :-) } } } else { // editController is now created, we have the ownership, // which means that we have to release it when not used anymore. }\n}\n//----------------------------------------------------------------------- ⓘ Note Please be aware that IPluginBase::initialize and IPluginBase::terminate must only be called once per object instance. So if an object implements both IAudioProcessor and IEditController, take care to only call them once, as in the example above.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Creation and initialization from Host point of view","id":"333","title":"Creation and initialization from Host point of view"},"334":{"body":"The functionality of the components implementing these basic interfaces can be extended by a number of optional interfaces that only need to be implemented if this extension is required. Processor Extensions: Steinberg::Vst::IConnectionPoint Steinberg::Vst::IUnitData Steinberg::Vst::IProgramListData Edit Controller Extensions: Steinberg::Vst::IConnectionPoint Steinberg::Vst::IMidiMapping Steinberg::Vst::IUnitInfo","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Extensions","id":"334","title":"Extensions"},"335":{"body":"The host stores and restores the complete state of the processor and of the controller in project files and in preset files: Steinberg::Vst::IComponent::getState + Steinberg::Vst::IComponent::setState store and restore the DSP model. Steinberg::Vst::IEditController::getState + Steinberg::Vst::IEditController::setState store and restore any GUI settings that are not related to the processor (like scroll positions etc). Restore : When the states are restored, the host passes the processor state to both the processor and the controller ( Steinberg::Vst::IEditController::setComponentState ). A host must always pass that state to the processor first. The controller then has to synchronize its parameters to this state (but must not perform any IComponentHandler callbacks). After restoring a state, the host rescans the parameters (asking the controller) in order to update its internal representation. Tech_doc_3 Tech_doc_4 See also Steinberg::IBStream VST 3 Interfaces to be implemented by the Plug-in VST 3 Interfaces to be implemented by the Host","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Persistence","id":"335","title":"Persistence"},"336":{"body":"Tech_doc_5 The processing part consists of two related interfaces: Steinberg::Vst::IComponent and Steinberg::Vst::IAudioProcessor . The reason for splitting the two is to use the basic interfaces Steinberg::Vst::IComponent not only for audio plug-ins but also for other kinds of media (e.g. video processing in the future). Hence the Steinberg::Vst::IAudioProcessor interface represents the audio-specific part of a processing component. Let's have a closer look at the concepts.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » The Processing Part","id":"336","title":"The Processing Part"},"337":{"body":"The Steinberg::Vst::IComponent interface allows the host to get information about the plug-in: Edit controller association : In order to enable the host to create the associated edit controller part, the processing component has to provide the matching class-ID. The host uses the module's class factory to create the controller component. See Steinberg::Vst::IComponent::getControllerClassId The host can ask for bus configurations ( Steinberg::Vst::BusInfo ). See Steinberg::Vst::IComponent::getBusInfo The host can ask for routing information ( Steinberg::Vst::RoutingInfo ). The host can activate or deactivate a specific bus like side-chain . A deactivated bus should be not processed by the plug-in. See Steinberg::Vst::IComponent::activateBus The host can activate or deactivate the plug-in (On/Off button). See Steinberg::Vst::IComponent::setActive The host can store and restore the state of the plug-in (preset and project persistence). See Steinberg::Vst::IComponent::getState , Steinberg::Vst::IComponent::setState","breadcrumbs":"Technical Documentation » VST 3 API Documentation » IComponent","id":"337","title":"IComponent"},"338":{"body":"The Steinberg::Vst::IAudioProcessor interface extends Steinberg::Vst::IComponent by providing a state machine for processing and the process method: Setup : The processor must be configured before processing can start. Configurations are only allowed when the processor is inactive ( Steinberg::Vst::IComponent::setActive ). Process setup : The processor is informed about the parameters that cannot be changed while processing is active. ( Steinberg::Vst::ProcessSetup ). Dynamic Speaker Arrangements : The host can try to change the number of channels of an audio bus. By default the speaker arrangement is defined by the plug-in. In order to adjust the plug-in to a context where a different speaker arrangement is used, the host can try to change it using Steinberg::Vst::IAudioProcessor::setBusArrangements When the processor is configured, it has to be activated ( Steinberg::Vst::IComponent::setActive ). The activation call signals that all configurations have been finished. In addition to that, the processor has a 'processing state'. Before a host begins to perform processing calls, it has to signal this by calling IAudioProcessor::setProcessing (true). When the host stops processing, it must call IAudioProcessor::setProcessing (false) after the last processing call. Please see also: VST 3 Workflow Diagrams Process : Steinberg::Vst::IAudioProcessor::process is the method that implements the actual processing. Any data needed for processing is passed to it as a parameter Steinberg::Vst::ProcessData . This is necessary because processing is often performed in a separate thread and this is a simple way to avoid thread synchronization problems. Block Size : Processing is done in blocks. The maximum number of samples to be processed in one block is set in Steinberg::Vst::IAudioProcessor::setupProcessing . The actual number of samples in a processing block is transmitted in the process call and can be different from call to call, but it must be a value between 1 and maxSamplesPerBlock . Audio Buffers : For any audio bus defined by the plug-in, the host must provide buffer data - even for inactive busses. Busses are addressed by index, so leaving out inactive busses will mix up these indices. The actual data buffer can be null though (see Steinberg::Vst::AudioBusBuffers ). Note : The channelBuffers32 (or channelBuffers64 ) buffer pointers can be the same or different for input and output: this has to be taken into account in the process function (for example not resetting the output before processing if input and output buffers are the same!). It can be the same for multiple inputs or multiple outputs (in the case of instrument plug-ins) all outputs (or inputs) can share the same buffer! Important : The host can call Steinberg::Vst::IAudioProcessor::process without buffers ( numInputs and numOutputs of Steinberg::Vst::AudioBusBuffers are zeroed, numSamples too), in order to flush parameters (from host to plug-in). Parameters can only be flushed when the host needs to send parameter changes and no processing is called. Parameters & Automation : Any parameter changes are transmitted in the process call through the interfaces Steinberg::Vst::IParameterChanges and Steinberg::Vst::IParamValueQueue . Simple parameter changes as a result of GUI interaction are transmitted exactly in the same way as automation. (see Parameters and Automation ). Context : For each processing block the host should provide information about its state. See Steinberg::Vst::ProcessContext Events : Steinberg::Vst::IEventList Tech_doc_6","breadcrumbs":"Technical Documentation » VST 3 API Documentation » IAudioProcessor","id":"338","title":"IAudioProcessor"},"339":{"body":"Tech_doc_7 The edit controller is responsible for the GUI aspects ofthe plug-in. Its standard interface is Steinberg::Vst::IEditController . The host has to provide acallback interface for the edit controller named Steinberg::Vst::IComponentHandler . The handler is essentialfor the communication with both the host and the processor. GUI : Optionally, the controller can define an editor view. The method Steinberg::Vst::IEditController::createView allows the host to specify the type of the view by passing an id-string. Currently the only type defined is \"editor\" ( Steinberg::Vst::ViewType::kEditor ), but there might be variations in future versions (e.g. \"setup\"). See also Steinberg::IPlugView . Parameters : The controller is responsible for the management of parameters. Any change to a parameter that is caused by user interaction in the plug-in GUI must be properly reported to the Steinberg::Vst::IComponentHandler . The host is responsible for transmitting the change to the processor. In order to make recording of automation work, it is necessary to call beginEdit , performEdit and endEdit in the expected order! And from the UI-Thread ! With the new interface IComponentHandler2 (since VST 3.1), the plug-in (from UI) can group parameters which should use the same time-stamp in host when writing automation, by wrapping a set of beginEdit / performEdit / endEdit functions (see IComponentHandler ) with startGroupEdit and finishGroupEdit . More details can be found on the page about Parameters . Plug-in structure : If the plug-in is composed of discrete functional parts, the edit controller should publish this structure and the parameters belonging to each part by implementing the Steinberg::Vst::IUnitInfo interface. More details can be found on the page about VST 3 Units . Tech_doc_8","breadcrumbs":"Technical Documentation » VST 3 API Documentation » The Editing Part","id":"339","title":"The Editing Part"},"34":{"body":"The VST 3 SDK (Virtual Studio Technology Software Development Kit) is a collection of software development tools included in one package. This allows plug-in developers to create plug-ins in VST 3 format and host developers to load VST 3 plug-ins into a DAW or audio editor.","breadcrumbs":"What is the VST 3 SDK? » VST 3 SDK explained","id":"34","title":"VST 3 SDK explained"},"340":{"body":"The threading model used by VST 3 is quite simple and requires that: All initialisation/de-initialisation are done in the UI Thread All function exported by the plug-in are called by the host in the UI Thread with the exception of: IAudioProcessor→process: which could be called in a Audio Thread (realtime thread), avoid any memory allocation! IAudioProcessor→setProcessing: which could be called in a Audio Thread (realtime thread), avoid any memory allocation! All function exported by the host are called by the plug-in in the UI Thread Check the Audio Processor Call Sequence and the Edit Controller Call Sequence .","breadcrumbs":"Technical Documentation » VST 3 API Documentation » VST 3 threading model","id":"340","title":"VST 3 threading model"},"341":{"body":"The two VST 3 components (processor and controller) need a way to communicate. It is the task of the host to handle this.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Communication between the components","id":"341","title":"Communication between the components"},"342":{"body":"All standard data (like parameter changes) are transmitted between processor and controller using the basic interfaces listed above. After creation of processor and controller, the host sets the controller component state from the processors state. This is a change from the previous SDK, where it was assumed that after creation the controller and the processor are in sync. When the host sets a new processor state ( Steinberg::Vst::IComponent::setState ), this state is always transmitted to the controller as well ( Steinberg::Vst::IEditController::setComponentState ). The controller then has to synchronize to this state and adjust its parameters. When the controller transmits a parameter change to the host, the host synchronizes the processor by passing the new values as Steinberg::Vst::IParameterChanges to the process call. The processor can transmit outgoing parameter changes to the host as well. ( Steinberg::Vst::ProcessData::outputParameterChanges ). These are transmitted to the edit controller by the call of Steinberg::Vst::IEditController::setParamNormalized . Tech_doc_9","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Standard communication","id":"342","title":"Standard communication"},"343":{"body":"Data that is unknown to the host can be transmitted by means of messages. The communication interfaces are Steinberg::Vst::IConnectionPoint : The host establishes a connection between processor and controller. Steinberg::Vst::IMessage : Represents a message to send to the counterpart. Steinberg::Vst::IAttributeList : A list of attributes belonging to a message. Please note that messages from the processor to the controller must not be sent during the process call, as this would not be fast enough and would break the real time processing. Such tasks should be handled in a separate timer thread. Tech_doc_10","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Private communication","id":"343","title":"Private communication"},"344":{"body":"Here an example of host implementation where the component and controller parts are connected and synchronized: //-----------------------------------------------------------------------\n// the component and the controller parts are previously becreated and initialized (see above)\n// ...\nif (editController)\n{ // set the host handler // the host set its handler to the controller editController->setComponentHandler (myHostComponentHandler); // connect the 2 components Vst::IConnectionPoint* iConnectionPointComponent = nullPtr; Vst::IConnectionPoint* iConnectionPointController = nullPtr; processorComponent->queryInterface (Vst::IConnectionPoint::iid, (void**)&iConnectionPointComponent); editController->queryInterface (Vst::IConnectionPoint::iid, (void**)&iConnectionPointController); if (iConnectionPointComponent && iConnectionPointController) { iConnectionPointComponent->connect (iConnectionPointController); iConnectionPointController->connect (iConnectionPointComponent); } // synchronize controller to component by using setComponentState MemoryStream stream; // defined in \"public.sdk/source/common/memorystream.h\" stream.setByteOrder (kLittleEndian); if (processorComponent->getState (&stream) == kResultTrue) { stream.rewind (); editController->setComponentState (&stream); } // now processorComponent and editController parts are connected and synchronized...:-)\n} ⓘ Note Please note that you CANNOT rely on the implementation detail that the connection is done directly between the processor component and the edit controller!","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Initialization of communication from Host point of view","id":"344","title":"Initialization of communication from Host point of view"},"345":{"body":"/ VST Home / Technical Documentation On this page: Introduction Interfaces FUnknown IID/CID Direction Versioning and inheritance COM Compatibility Plug-ins Module Factory Locations Categories IPluginBase Purpose-specific interfaces Unicode Plug-ins for Unicode hosts Migrating from non-Unicode to Unicode SDK backward compatibility Related pages: How the host will load a VST-MA based Plug-in How to derive a class from an interface Interface Versions and Inheritance VST 3 API Documentation","breadcrumbs":"Technical Documentation » VST Module Architecture » VST Module Architecture","id":"345","title":"VST Module Architecture"},"346":{"body":"VST-MA is a component model system which is used in all Steinberg host applications as the basic layer for plug-in support. It is object-oriented, cross-platform and (almost) compiler-independent. The basics are very much like Microsoft® COM , so if you are familiar with this technology, understanding VST-MA should be quite easy. VST-MA is provided in C++ only. Interfaces in C++ are expressed as pure virtual class (which is a class with nothing but abstract methods). Unlike COM there is no support for C or other languages yet - simply because there has been no need for this so far. But all VST-MA interfaces can be transformed into different representations in case this should be inevitable some day. It is currently available for Windows, macOS X and Linux. The C++ files belonging to VST-MA are located in the following folders: pluginterfaces/base pluginterfaces/gui Note : The name ' VST Module Architecture ' has only little relation to the 'Virtual Studio Technology' itself. It describes the basic layer for any plug-in category supported in Steinberg hosts. VST-MA existed long before it was used as a base for VST 3 itself.","breadcrumbs":"Technical Documentation » VST Module Architecture » Introduction","id":"346","title":"Introduction"},"347":{"body":"","breadcrumbs":"Technical Documentation » VST Module Architecture » Interfaces","id":"347","title":"Interfaces"},"348":{"body":"Steinberg::FUnknown is the basic interface of VST-MA . All other interfaces are directly or indirectly derived from it.","breadcrumbs":"Technical Documentation » VST Module Architecture » FUnknown","id":"348","title":"FUnknown"},"349":{"body":"Each interface has a unique identifier (IID) of type Steinberg::FUID . It is used to retrieve a new interface from another one ( Steinberg::FUnknown::queryInterface ). It is important to understand the difference between interface identifier and component identifier. A component-ID or class-ID (CID) is used to identify a concrete implementation class and is usually passed to a class factory in order to create the corresponding component. So a lot of different classes (with different class identifiers) can implement the same interfaces.","breadcrumbs":"Technical Documentation » VST Module Architecture » IID/CID","id":"349","title":"IID/CID"},"35":{"body":"The VST 3 SDK package contains:","breadcrumbs":"What is the VST 3 SDK? » What is included","id":"35","title":"What is included"},"350":{"body":"An interface may have a direction , meaning that the interface is expected to be implemented either in the plug-in or in the host. The nature of an interface is documented in the following way: [host imp] : the host implements the interface [plug imp] : the plug-in implements the interface When neither of these is specified, the interface can be used in both ways.","breadcrumbs":"Technical Documentation » VST Module Architecture » Direction","id":"350","title":"Direction"},"351":{"body":"Unlike C++ classes, interfaces do not use inheritance to express specializations of objects. Inheritance is used for versioning only. One of the strict rules is that once an interface has been released, it must never change again. Adding new functionality to an interface requires a new version (usually an ordinal number is added to its name in this case, for example IPluginFactory3 adds new features to IPluginFactory2 ). A new version inherits the old version(s) of the interface, so the old and the new methods are combined in one interface. This is why specializations need to be modeled as separate interfaces! If a specialized interface were to inherit from the basic interface as well, an implementation class that needs to implement all of these interfaces would inherit the base interface twice, causing the compiler to run into ambiguities. So the specialization relation to a basic interface can only be expressed in the documentation. ISpecialInterface [ extends IBaseInterface] => means IBaseInterface::queryInterface (ISpecialInterface::iid, ...) can be used to retrieve the derived interface. You can find some example code here: Interface Versions and Inheritance .","breadcrumbs":"Technical Documentation » VST Module Architecture » Versioning and inheritance","id":"351","title":"Versioning and inheritance"},"352":{"body":"The first layer of VST-MA is binary-compatible to COM . The Vtable and interface identifier of Steinberg::FUnknown match with the corresponding COM interface IUnknown . The main difference is the organization and creation of components/plug-ins by a host application. VST-MA does not require any Microsoft® COM source file. You can find information about COM on pages like: https://docs.microsoft.com/en-us/windows/win32/learnwin32/what-is-a-com-interface- Basic Interfaces Steinberg::FUnknown Steinberg::IPluginBase Steinberg::IPluginFactory Helper Classes Steinberg::FUID Steinberg::FUnknownPtr See also \" How to derive a class from an interface \".","breadcrumbs":"Technical Documentation » VST Module Architecture » COM Compatibility","id":"352","title":"COM Compatibility"},"353":{"body":"","breadcrumbs":"Technical Documentation » VST Module Architecture » Plug-ins","id":"353","title":"Plug-ins"},"354":{"body":"A module (Windows: Dynamic Link Library, macOS: Mach-O Bundle, Linux: package) contains the implementation of one or more components (e.g. VST 3 effects). A VST-MA module must contain a class factory where meta-data and create-methods for the components are registered. The host has access to this factory through the Steinberg::IPluginFactory interface. This is the anchor point for the module and it is realized as a C-style export function named GetPluginFactory . You can find an export definition file in the SDK - public.sdk/source/main/winexport.def ( public.sdk/source/main/macexport.exp ) which can be used to export this function or you could use the macro SMTG_EXPORT_SYMBOL directly in cpp file (check public.sdk/source/main/dllmain.cpp for example). GetPluginFactory is declared as follows: SMTG_EXPORT_SYMBOL IPluginFactory* PLUGIN_API GetPluginFactory (); In addition to the GetPluginFactory function the plug-in may has to export additional entry/exit functions depending on the platform: On Windows On Windows the entry/exit functions are named InitDll / ExitDll and are optional! A Plug-In can export these functions and a host has to call the InitDll function directly after loading the plug-in via LoadLibrary and before calling GetPluginFactory . The ExitDll function must be called before the plug-in is unloaded via FreeLibrary or on program termination without FreeLibrary . As Windows already has this feature (see DllMain in Microsofts documentation) the above functions are optional. On macOS On macOS the entry/exit functions are named BundleEntry / BundleExit and are required! A plug-in must export these functions and a host has to call the BundleEntry function directly after loading the plug-in via CFBundleLoadExecutable and before calling GetPluginFactory . The BundleExit function must be called before the plug-in is unloaded or on program termination. As macOS does not have a standard entry function when loading a bundle the above functions are required and a host has to reject plug-ins not exporting these functions. On Linux On Linux the entry/exit functions are named ModuleEntry / ModuleExit and are required! A plug-in must export these functions and a host has to call the ModuleEntry function directly after loading the plug-In via dlopen and before calling GetPluginFactory . The ModuleExit function must be called before the plug-in is unloaded via dlclose or on program termination. As Linux does not have a standard entry function when loading a dynamic library, the above functions are required and a host has to reject plug-ins not exporting these functions. The entry function is intended for providing the plug-in with the platform specific instance handle which are needed for many platform APIs. Plug-in developers should use these functions instead of using platform functions to get the instance handle. Here an example when using def/exp files instead of SMTG_EXPORT_SYMBOL: winexport.def file on Windows EXPORTS\nGetPluginFactory\nInitDll\nExitDll macexport.exp file on mac _GetPluginFactory\n_bundleEntry\n_bundleExit","breadcrumbs":"Technical Documentation » VST Module Architecture » Module Factory","id":"354","title":"Module Factory"},"355":{"body":"Component modules do not require registration like DirectX . The host application expects component modules to be located in predefined folders of the file system. These folders and their subfolders are scanned for VST-MA modules during application startup. Each folder serves a special purpose: The application's Components subfolder (e.g. \"C:\\Program Files\\Steinberg\\Cubase 12\\Components\" ) is used for components tightly bound to the application. No other application should use it. Components that are shared between all Steinberg hosts are located at: Win: \"/Program Files/Common Files/Steinberg/Shared Components\" Mac: \"/Library/Application Support/Steinberg/Components/\" For special purpose plug-in types, additional locations are defined. Please refer to the corresponding documentation to find out if additional folders are used and where to find them. For VST 3 , see VST 3 Locations/Format .","breadcrumbs":"Technical Documentation » VST Module Architecture » Locations","id":"355","title":"Locations"},"356":{"body":"Any class that the factory can create is assigned to a category. It is this category that tells the host the purpose of the class (and gives a hint of which interfaces it might implement). A class is also described with a name and it has a unique id. For example, the category for import/export filters is \" Project Filter \" and for VST 3 audio plug-ins it is \" Audio Module Class \". \"Service\" is a special category. The purpose of a class of this category is completely unknown to the host. It is loaded automatically during program start (provided that the user did not deactivate it). Since the factory can create any number of classes, one component library can contain multiple components of any type.","breadcrumbs":"Technical Documentation » VST Module Architecture » Categories","id":"356","title":"Categories"},"357":{"body":"The entry-point interface for any component class is Steinberg::IPluginBase . The host uses this interface to initialize and to terminate the plug-in component. When the host initializes the plug-in, it has to pass a so called context. This context contains any interface to the host that the plug-in will need to work.","breadcrumbs":"Technical Documentation » VST Module Architecture » IPluginBase","id":"357","title":"IPluginBase"},"358":{"body":"Each plug-in category (VST 3 Effects, Project import/export Filters, Audio Codecs, etc...) defines its own set of purpose-specific interfaces. These are not part of the basic VST-MA layer.","breadcrumbs":"Technical Documentation » VST Module Architecture » Purpose-specific interfaces","id":"358","title":"Purpose-specific interfaces"},"359":{"body":"Beginning with version 5 of Cubase and Nuendo, the internal structure of the host was modified for better support of internationalization. Therefore, string handling was changed to utilize Unicode strings whenever strings are passed around. As a consequence, all the interfaces to plug-ins have changed from using ASCI to Unicode strings for call and return parameters. So in turn, all plug-ins must be adapted to support Unicode. This has major consequences in that: Unicode hosts (Cubase 5 or later) will only work with Unicode plug-ins. When loading a plug-in, a Unicode host checks the plug-in's type and will not load any non-Unicode plug-ins. Unicode plug-ins will not load in non-Unicode hosts. When loading, a Unicode plug-in requests information from the host and will not load if no Unicode host is detected. Therefore, if a plug-in is supposed to work with both older and newer hosts, it is best to provide two versions of the plug-in. Plug-ins for Unicode hosts Writing plug-ins that are supposed to work only with Unicode hosts is easy. Use a current version of this SDK and develop a plug-in as usual. Make sure that you only ever pass Unicode UTF-16 strings to interfaces that have strings as call parameters and also be prepared that strings returned by these interfaces are always UTF-16 . Therefore, to make things easier, it is recommended that Unicode strings are used throughout the plug-in's implementation, in order to avoid back and forth conversions. Also, use the Steinberg::String and Steinberg::ConstString classes from the Base module, as they have been designed to work universally on both Mac and Win. Migrating from non-Unicode to Unicode In Steinberg SDKs released before Cubase 5, the interface functions were using pointers of type char for passing strings to and from the host. These have been changed now to using Steinberg's defined type tchar which is equivalent to char16 , i.e. 16 bit character. In theory, there are many ways for representing 16 bit characters, but we chose to use the industry standard Unicode , so strings are expected to be encoded in UTF-16 . Accordingly, also the implementation of a plug-in needs to be adapted to deal correctly with Unicode-encoded strings, as well as only ever passing Unicode strings to the host. ⓘ Note Changing a function from using 8 bit to 16 bit character pointers may seem as only a minor modification, but in interface design this is a major intrusion, because an interface is a contract to the outside world that is never to be changed. Therefore, classes that are changed to use Unicode strings are distinguished and also receive a new unique class ID.","breadcrumbs":"Technical Documentation » VST Module Architecture » Unicode","id":"359","title":"Unicode"},"36":{"body":"This is a C++ interface defining how a VST 3 plug-in communicates with a host and vice versa. The heart of VST 3 . Check the folder \"pluginterfaces/vst\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » The VST 3 API","id":"36","title":"The VST 3 API"},"360":{"body":"Even with the current SDK it is still possible to develop non-Unicode plug-ins. In the file pluginterfaces/base/ftypes.h , the line \"#define UNICODE_OFF\" is commented out, but by uncommenting it you can revert all interfaces to using single byte ASCII strings. Alternatively, you can also specify UNICODE_OFF as a preprocessor definition in your project file. Also, the plug-in's factory info now does not define the Unicode flag anymore, so a Unicode host sees the compiled plug-in as non-Unicode. Also, when reverting to single byte strings the plug-in's implementation also has to be changed to behave correctly. ⓘ Note When undefining Unicode, the class IDs also revert to the old ones.","breadcrumbs":"Technical Documentation » VST Module Architecture » SDK backward compatibility","id":"360","title":"SDK backward compatibility"},"361":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture Check the included cpp files showing how to load such Component/plug-in: public.sdk/source/vst/hosting/module.h and for each platform public.sdk/source/vst/hosting/module_win32.cpp, ... Here below you could found a basic implementation on Windows showing how to load the library and get pointer to the wanted exported functions: HMODULE hModule = LoadLibrary (\"SomePlugin.dll\");\nif (hModule)\n{ InitModuleProc initProc = (InitModuleProc)GetProcAddress (hModule, \"InitDll\"); if (initProc) // this entry function is optional on Windows, not on MacOS and Linux! { if (initProc () == false) { FreeLibrary (module); return false; } } GetFactoryProc proc = (GetFactoryProc)GetProcAddress (hModule, \"GetPluginFactory\"); IPluginFactory* factory = proc ? proc () : nullptr; if (factory) { for (int32 i = 0; i < factory->countClasses (); i++) { PClassInfo ci; factory->getClassInfo (i, &ci); FUnknown* obj; factory->createInstance (ci.cid, FUnknown::iid, (void**)&obj); ... obj->release (); } factory->release (); } ExitModuleProc exitProc = (ExitModuleProc)GetProcAddress (hModule, \"ExitDll\"); if (exitProc) // This exit function is optional on Windows, not on MacOS and Linux! exitProc (); FreeLibrary (hModule);\n}","breadcrumbs":"Technical Documentation » VST Module Architecture » How the host will load a VST-MA based Plug-in » How the host will load a VST-MA based Plug-in","id":"361","title":"How the host will load a VST-MA based Plug-in"},"362":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture Interface Versions and Inheritance In the first example we derive a class directly from FUnknown, using some of the helper macros provided by the SDK. class CMyClass: public FUnknown\n{\npublic: CMyClass (); virtual ~CMyClass (); DECLARE_FUNKNOWN_METHODS // declares queryInterface, addRef and release\n}; CMyClass::CMyClass ()\n{ FUNKNOWN_CTOR // init reference counter, increment global object counter\n} CMyClass::~CMyClass ()\n{ FUNKNOWN_DTOR // decrement global object counter\n} IMPLEMENT_REFCOUNT (CMyClass) // implements reference counting tresult CMyClass::queryInterface (const char* iid, void** obj)\n{ QUERY_INTERFACE (iid, obj, ::FUnknown::iid, CMyClass) return kNoInterface;\n} Developing a class with more than one interface is done by multiple inheritance. Additionally you have to provide an appropriate cast for each interface in the queryInterface method. class CMyMultiClass : public Steinberg::IPluginBase, public Steinberg::IPlugController, public Steinberg::IEditorFactory\n{\npublic: DECLARE_FUNKNOWN_METHODS // declare the methods of all inherited interfaces here...\n}; IMPLEMENT_REFCOUNT (CMyMultiClass) // implements referencecounting tresult CMyMultiClass::queryInterface (const char* iid, void** obj)\n{ QUERY_INTERFACE (iid, obj, Steinberg::FUnknown::iid, IPluginBase) QUERY_INTERFACE (iid, obj, Steinberg::IPluginBase::iid, IPluginBase) QUERY_INTERFACE (iid, obj, Steinberg::IPlugController::iid, IPlugController) QUERY_INTERFACE (iid, obj, Steinberg::IEditorFactory::iid, IEditorFactory) *obj = 0; return kNoInterface;\n}","breadcrumbs":"Technical Documentation » VST Module Architecture » How to derive a class from an interface » Hot to derive a class from an interface","id":"362","title":"Hot to derive a class from an interface"},"363":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture How to derive a class from an interface Unlike C++ classes, VST-MA interfaces do not use inheritance to express specializations of objects. Usually all interfaces are derived from FUnknown. This is because interfaces must never change after they have been released. The VST Module Architecture Interfaces use inheritance only for versioning! All specializations will be modeled as separate interfaces! For example the C++ classes: class Shape\n{\npublic: void setPosition (long x, long y);\nprotected: long x; long y;\n};\nclass Rect : public Shape\n{\npublic: void setDimension (long width, long height);\nprotected: long width; long height;\n}; expressed in VST-MA , define an interface for each inheritance level: class IShape : public FUnknown\n{\npublic: virtual void setPosition (long x, long y) = 0;\n};\nclass IRect : public FUnknown\n{\npublic: virtual void setDimension (long width, long height) = 0;\n}; In the next program version there need to be changes to the Shape class that look like this: class Shape\n{\npublic: void setPosition (long x, long y); void setColor (Color color);\nprotected: long x; long y; Color color;\n}; The VST-MA representation now reflect the changes to Shape by adding a new interface that inherits from IShape and looks like the following code, while the former interface definitions remain the same: class IShape2 : public IShape\n{\npublic: virtual void setColor (Color color) = 0;\n};","breadcrumbs":"Technical Documentation » VST Module Architecture » Interface Versions and Inheritance » Interface Versions and Inheritance","id":"363","title":"Interface Versions and Inheritance"},"364":{"body":"/ VST Home / Technical Documentation An optional moduleinfo.json file can be part of the module file package , located in the Resources folder. The file contains the same information as the Module Factory , plus an optional list of compatible classes. The file is encoded in json5 format. The Compatibility json array is used to declare a class to be treated as a replacement for another class or classes. When used this way, the host does not need to load the component to know which classes the module provides. This optional moduleinfo.json file was added in the VST 3 SDK version 3.7.5 and was located in the Contents folder of the bundle. In order to be compliant with code signing on macOS, this file is now (since version 3.7.8) located in the Contents/Resources folder.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » Moduleinfo","id":"364","title":"Moduleinfo"},"365":{"body":"The VST 3 SDK contains a command-line utility called moduleinfotool that is used to create and validate the moduleinfo.json file from a VST plug-in. See public.sdk/vst-utilities/moduleinfotool . The moduleinfotool uses the ModuleInfoLib which can be used by hosts to read and parse the moduleinfo.json file. See public.sdk/source/vst/moduleinfo For plug-ins built with the VST 3 SDK , the moduleinfo.json file will be automatically created during the build process.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » SDK","id":"365","title":"SDK"},"366":{"body":"An example moduleinfo.json looks like this: { \"Name\": \"helloworld\", \"Version\": \"3.7.5.0\", \"Factory Info\": { \"Vendor\": \"Steinberg Media Technologies\", \"URL\": \"http://www.steinberg.net\", \"E-Mail\": \"mailto:info@steinberg.de\", \"Flags\": { \"Unicode\": true, \"Classes Discardable\": false, \"Component Non Discardable\": false, }, }, \"Classes\": [ { \"CID\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Category\": \"Audio Module Class\", \"Name\": \"Hello World\", \"Vendor\": \"Steinberg Media Technologies\", \"Version\": \"1.0.0.1\", \"SDKVersion\": \"VST 3.7.5\", \"Sub Categories\": [ \"Fx\", ], \"Class Flags\": 1, \"Cardinality\": 2147483647, \"Snapshots\": [ { \"Scale Factor\": 1, \"Path\": \"Contents/Resources/Snapshots/BD58B550F9E5634E9D2EFF39EA0927B1_snapshot.png\", }, { \"Scale Factor\": 2, \"Path\": \"Contents/Resources/Snapshots/BD58B550F9E5634E9D2EFF39EA0927B1_snapshot_2.0x.png\", }, ], }, { \"CID\": \"A0B1A6F4005D9B47967177E37A671891\", \"Category\": \"Component Controller Class\", \"Name\": \"Hello WorldController\", \"Vendor\": \"Steinberg Media Technologies\", \"Version\": \"1.0.0.1\", \"SDKVersion\": \"VST 3.7.5\", \"Class Flags\": 0, \"Cardinality\": 2147483647, \"Snapshots\": [ ], }, ], \"Compatibility\": [ { \"New\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Old\": [ \"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\", \"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\", ], }, ],\n} Check here to learn how to create UID for old VST 2 plug-in.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » Example","id":"366","title":"Example"},"367":{"body":"/ VST Home / Technical Documentation On this page: Parameters Representation of parameter values Parameter styles / 'Step Count' Conversion of normalized values Automation Problems Automation Recording Sliders & Knobs Buttons / Radio Groups / Pop-up Menus Text Input Automation Playback GUI playback Informing the host about changes Parameter titles, default values or flags have changed Multiple parameter values have changed Related pages: VST 3 Units Description of how parameters are defined and used in VST 3 .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameters and Automation","id":"367","title":"Parameters and Automation"},"368":{"body":"A plug-in requires parameters in order to control its DSP algorithm, for example, a Frequency parameter for a filter. The plug-in can export these parameters in order to make them visible to the host and allow the host to control/change/automate/remote/visualize them. Some parameters can be defined for private use only (not visible to the user) or as read-only, such as parameters associated to VU Meters. Steinberg::Vst::IEditController::getParameterCount allows the host to identify the number of parameters that are exported by the plug-in. The plug-in must assign a unique 32-bit identifier (ID) to each exported parameter. ⓘ Note Up to 2^31 parameters can be exported with ID range [0, 2.147.483.648] (the range [2.147.483.649, 4.294.967.296] is reserved for host application). Please note that it is not allowed to change this assignment at any time. In particular, a plug-in must not perform any reconfigurations that lead to a different set of automatable parameters. The only allowed variation is the adding or removing of parameters in a future plug-in version. However, keep in mind that automation data can get lost when parameters are removed. Usually, the host is unaware of a parameter's semantics. However, there are a few important exceptions that the controller must announce using the Steinberg::Vst::ParameterInfo::flags : kCanAutomate : This means that this parameter can be automated by the host using its automation track. [SDK 3.0.0] kIsBypass : If the plug-in performs bypass processing itself, it must export the corresponding parameter and flag it with kIsBypass. It is highly recommended that this bypass parameter is provided by the effect plug-in. If the plug-in does not export a bypass parameter, the host can perform bypass processing and the plug-in process call will be discontinued. Only one bypass parameter is allowed. The plug-in should save the state of this bypass parameter like other parameters (when getState and setState are used). If the plug-in does not need a bypass (like Instrument) this flag should be not used. Check this FAQ in order to understand how bypass processing works. [SDK 3.0.0] kIsReadOnly : This means that this parameter cannot be changed from outside the plug-in, this requires that kCanAutomate is NOT set. [SDK 3.0.0] kIsWrapAround : When a UI control created by the host for this parameter attempts to set its value out of the limits, this UI control will make a wrap around (useful for parameters like 360 degree rotation). [SDK 3.0.2] kIsList : This means that the host will display this parameter as list in a generic editor or automation editing. [SDK 3.1.0] kIsHidden : This means that this parameter will NOT be displayed and cannot be changed from outside the plug-in. This requires that kCanAutomate is NOT set and kIsReadOnly is set. [SDK 3.7.0] kIsProgramChange : If the plug-in supports program lists (see VST 3 Units , Program Lists ), each 'unit' of the plug-in needs to export a program selector parameter. Such a parameter is not allowed to be automated when the affected parameters are flagged as automatable as well. A host can display program parameters at dedicated locations of its GUI. [SDK 3.0.0] The controller must support the conversion to a string for any exported parameter. The conversion method Steinberg::Vst::IEditController::getParamStringByValue must provide a result for any possible normalized parameter value. ⚠️ Warning Parameter values are always transmitted in a normalized floating point (64bit double) representation [0.0, 1.0] .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameters","id":"368","title":"Parameters"},"369":{"body":"A plug-in parameter usually has more than one representation. The GUI of a plug-in can display something that appears to be a single parameter, but might control multiple processing parameters at the same time. Or the GUI representation displays a scale-transformed representation of a DSP-Parameter. Somewhere on the way from the GUI to the DSP algorithm, this transformation has to be performed. The host does not need information about DSP parameters, but it is responsible for reporting parameter changes to the processor. According to this, the processor is the only place where a transformation can happen and all parameters always have to match the GUI representation. Does this fit into the idea of separating GUI and processing? No problem so far it is a separation of duties, nothing more. The processor component and the controller component have to work on the same internal plug-in model. The controller knows how this model has to be presented in the GUI. The processor knows how the model has to be translated into DSP parameters. The VST 3 interfaces suggest a normalized value representation for a part of this model (the part that is exported as parameters). This means every value has to be inside the range from 0.0 to 1.0. Parameter styles / 'Step Count' Although values are transmitted in a normalized format, the host needs to know some details of the parameter's displayed GUI representation. When editing automation data, for example, the host must know the nature of a parameter expressed in its 'step count' (see Steinberg::Vst::ParameterInfo::stepCount ). Step count semantics: 0 : A continuous parameter. Any normalized value has an exact mapping (0 = there are no steps between the values) 1 : A discrete parameter with 2 states like (on/off) (yes/no) etc. (1 = there is one step between these states) 2 : A discrete parameter with 3 states (0,1,2) or (3,5,7) (2 = there are two steps between these states) 3 : etc...","breadcrumbs":"Technical Documentation » Parameters and Automation » Representation of parameter values","id":"369","title":"Representation of parameter values"},"37":{"body":"Some helper classes are provided, implementing some VST 3 interfaces for hosting and for creating VST 3 plug-ins. Simply derived your plug-in C++ classes from these helper classes. what_if_1 Check the folder \"public.sdk\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Implementation Helper Classes","id":"37","title":"VST 3 Implementation Helper Classes"},"370":{"body":"The controller and the processor have to work with normalized parameter values. Step count 0: Continuous parameters simply need to be mapped accordingly Step count n: Discrete parameters need a little bit more care Discrete Value => Normalize double normalized = discreteValue / (double)stepCount; Normalize => Discrete Value (Denormalize) int discreteValue = min (stepCount, normalized *(stepCount + 1)); Example : Step Count 3 Tech_doc_11","breadcrumbs":"Technical Documentation » Parameters and Automation » Conversion of normalized values","id":"370","title":"Conversion of normalized values"},"371":{"body":"A host that supports parameter automation is dependent on a proper cooperation of the component owning these parameters. One intention in the design of the VST 3 interfaces was to reduce the amount of possible mistakes for an implementation. The separation of processor and controller enforces that all parameter changes have to be handled by the host in a defined way. Additionally, this allows the host to store the changes as automation data. Nevertheless, there are some more things to consider: No automated parameter must influence another automated parameter! The prime example for this is the automation of preset changes. A preset change can lead to the change of all 'normal' parameters. So if automation data already has been recorded for these parameters and the preset change is recorded as well: who wins? This question cannot be answered and the problem can only be resolved by avoiding it. This is why automation of preset changes is not allowed by default.","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation","id":"371","title":"Automation"},"372":{"body":"A fix value range from 0.0 to 1.0 simplifies the handling of parameters in some ways, but there are problems: Non-linear scaling If the DSP representation of a value does not scale in a linear way to the exported normalized representation (which can happen when a decibel scale is used, for example), the edit controller must provide a conversion to a plain representation. This allows the host to move automation data (being in GUI representation) and keep the original value relations intact. ( Steinberg::Vst::IEditController::normalizedParamToPlain / Steinberg::Vst::IEditController::plainParamToNormalized ). Changes in future plug-in versions Take a discrete parameter, for example, that controls an option of three choices. If the host stores normalized values as automation data and a new version of a plug-in invented a fourth choice, the automation data will be invalid now. So either the host has to store denormalized values as automation or it must recalculate the automation data accordingly.","breadcrumbs":"Technical Documentation » Parameters and Automation » Problems","id":"372","title":"Problems"},"373":{"body":"Automation recording is performed by the host. In doing so, it is essential for the host to know the start and the end of a manipulation. Therefore, the plug-in must operate the Steinberg::Vst::IComponentHandler interface in the following way and in the UI Thread !: The begin of a manipulation must be signaled via Steinberg::Vst::IComponentHandler::beginEdit Changes of parameters are reported via Steinberg::Vst::IComponentHandler::performEdit The end of a manipulation must be signaled via Steinberg::Vst::IComponentHandler::endEdit The plug-in must stick to the order of these callbacks. Otherwise, automation recording cannot work correctly. However, the implementation can bring up difficulties. Each type of GUI control and the way it is operated along with the nature of the controlled parameter requires specific considerations. To address the most common cases: Sliders & Knobs This kind of controls usually control continuous parameters and they are usually operated with the mouse. This common case is the most simple to handle: On mouse-click-down call beginEdit (followed by performEdit when the control allows a jump), on mouse-drag call performEdit and on mouse-click-up call endEdit. Trouble starts with the mouse wheel : There simply is nothing like a defined start or end when the wheel is operated - each wheel event arrives 'out of the blue'. The only way to enable proper automation recording in this case is the usage of a timer. A plug-in implementation should call beginEdit when the first wheel event is handled and start a timer (followed by the first call to performEdit). Further wheel events that arrive inside of the timeout interval are reported with performEdit and the timer is restarted. When the timeout period has passed without further events, endEdit should be called and the timer can be removed. But since it is the host's task to record automation data, one could argue that it should be the host's task to take care of the timer in this case. This is the reason for the following exception to the rule: Mouse wheel events can be reported without beginEdit and endEdit to the host. The host must be prepared to receive a performEdit without a previous call of beginEdit for a parameter and handle the timeout itself. Buttons / Radio Groups / Pop-up Menus This kind of controls usually control discrete parameters and simply switch the state of something. A proper handling is to call beginEdit, performEdit and endEdit in a row. The affected parameter has to be exported to the host with the correct step count because discrete parameters are handled differently than continuous parameters in regard to automation. Mouse wheel handling usually is not supported for buttons, but sometimes for pop-up menus. Discrete parameters do not require the usage of a timer in order to be recorded correctly. So the plug-in should call the 3 functions in a row for each wheel event - again, the other option is to omit beginEdit and endEdit, but in this case, be sure to report the discrete nature of the parameter to the host correctly. Text Input For reporting the results of a text input value change for a continuous or a discrete parameter, always call beginEdit, performEdit and endEdit in a row.","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation Recording","id":"373","title":"Automation Recording"},"374":{"body":"In VST 3 , automation playback is the task of the plug-in and it is the host's task to provide the automation data. The only way for a parameter change to arrive in the processor is the processing call. Receiving parameter changes from the edit controller and playing back automation data is one and the same thing. The need to perform all transformations, from the normalized GUI representation to the DSP representation, produces some overhead. Performing sample-accurate automation requires even more overhead, because the DSP value must be calculated for each single sample. While this cannot be avoided entirely, it is the choice of the plug-in implementation how much processing time to spend on automation accuracy. The host always transmits value changes in a way that allows a sample-accurate reconstruction of the underlying automation curve. The plug-in is responsible for the realization. Tech_doc_12 The processor gets the automation data in the processing call by using queue of parameter changes for each parameter having automation data: A IParameterChanges has some IParamValueQueues (for a specific parameter ID) which has some Automation Points. ⚠️ Warning A parameter (ID) is present only one time in the IParameterChanges list! Automation Points inside a IParamValueQueues are sorted per offset (position inside the audio block)!","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation Playback","id":"374","title":"Automation Playback"},"375":{"body":"The host is responsible for updating the plug-in GUI when automation data is transmitted to the processor. This is realized by frequent calls of Steinberg::Vst::IEditController::setParamNormalized in the UI Thread . See also Steinberg::Vst::IParameterChanges , Steinberg::Vst::IParamValueQueue .","breadcrumbs":"Technical Documentation » Parameters and Automation » GUI playback","id":"375","title":"GUI playback"},"376":{"body":"","breadcrumbs":"Technical Documentation » Parameters and Automation » Informing the host about changes","id":"376","title":"Informing the host about changes"},"377":{"body":"If something happens, user interaction for example, which change the parameter styles ( ParameterFlags ) or title or default value of one or multiple parameters, the plug-in must call IComponentHandler::restartComponent (kParamTitlesChanged); to inform the host about this change (in the UI Thread ). The host rescans the ParameterInfos with getParameterInfo .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameter titles, default values or flags have changed","id":"377","title":"Parameter titles, default values or flags have changed"},"378":{"body":"As result of a program change for example, the plug-in must call: IComponentHandler::restartComponent (kParamValuesChanged); to inform the host about this change (in the UI Thread ). The host invalidates all caches of parameter values and asks the edit controller for the current values. If only some values have changed (less than 10) the plug-in should use the Steinberg::Vst::IComponentHandler::performEdit interface (Show the right use when automation are used: Automation Recording ) ⓘ Note If the plug-in needs to inform the host about changes containing parameter title, default or flags and values (of multiple parameters), it could combine the restartComponent flags: IComponentHandler::restartComponent (kParamValuesChanged|kParamTitlesChanged);","breadcrumbs":"Technical Documentation » Parameters and Automation » Multiple parameter values have changed","id":"378","title":"Multiple parameter values have changed"},"379":{"body":"/ VST Home / Technical Documentation On this page: Introduction Unit details Examples Related pages: Presets & Program Lists Complex Plug-in Structures / Multi-timbral Instruments","breadcrumbs":"Technical Documentation » VST 3 Units » VST 3 Units","id":"379","title":"VST 3 Units"},"38":{"body":"The SDK includes some Plug-ins implementation examples.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-ins Examples","id":"38","title":"VST 3 Plug-ins Examples"},"380":{"body":"A unit is a logical section of the plug-in. For example, an EQ section can be a unit. The purposes of units are: To reveal the internal logical structure of the plug-in To organize parameters by associating them with units To Support program lists To support handling of Complex Plug-in Structures / Multi-timbral Instruments Multiple program lists (associated with a unit) Access to program list data Associations of MIDI tracks and units Synchronization of plug-in GUI and host GUI","breadcrumbs":"Technical Documentation » VST 3 Units » Introduction","id":"380","title":"Introduction"},"381":{"body":"The plug-in can define any number and any kind of units. The semantics of a unit is not important. Units are organized in a hierarchical way. Each unit can contain sub-units. The root unit of this hierarchy is always present (explicit or implicit) and has ID ' 0 '. A plug-in that does not define any further units simply consist of unit ' 0 '. The plug-in has to assign a unique ID to each further unit it defines and must provide a suitable name for it to be shown in the GUI ( Steinberg::Vst::UnitInfo ). Each unit can 'contain' parameters. All parameters of the plug-in are managed and published by the Steinberg::Vst::IEditController , but each parameter can be associated with a unit. ( Steinberg::Vst::ParameterInfo::unitId ). A host can organize the list of parameters in a tree view reflecting the unit hierarchy as nodes. Each unit can be associated with a program list. (See Complex Plug-in Structures / Multi-timbral Instruments ) A unit can be associated with specific busses. There can be any kind of combination, but the VST 3 interfaces only define queries for special situations. (See Units and Tracks ) Tech_doc_13 Most things of interest in regard to units are GUI related, so the access interface Steinberg::Vst::IUnitInfo needs to be implemented as extension of the edit controller. See also Steinberg::Vst::IUnitInfo , Presets & Program Lists .","breadcrumbs":"Technical Documentation » VST 3 Units » Unit details","id":"381","title":"Unit details"},"382":{"body":"Example of a plug-in (MultibandCompressor from Cubase pluginset) with structured parameters list that can be used by the host, here in Cubase for selecting a parameter to automate: Tech_doc_14 Example of a plug-in (VST Amp Rack from Cubase pluginset) with structured parameters list visualized in the Parameters tab of the PluginTestHost application: Tech_doc_15 Example of using the unit structure of HALion Sonic SE inside Cakewalk for automation selection: Tech_doc_16","breadcrumbs":"Technical Documentation » VST 3 Units » Examples","id":"382","title":"Examples"},"383":{"body":"/ VST Home / Technical Documentation On this page: Simple Plug-ins Program Lists Structure of Program Lists Pitch Names Related pages: VST 3 Units Complex Plug-in Structures / Multi-timbral Instruments How presets and program lists are handled in VST 3 . See VST 3 Locations / Format for preset format definition.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Presets & Program Lists","id":"383","title":"Presets & Program Lists"},"384":{"body":"Tech_doc_17 For a simple plug-in, the data of a preset is nothing more than its state. In this case: It is the job of the host to manage the preset handling for the plug-in. The plug-in itself does not need to provide any means in its GUI for loading presets at all and it does not need to define any program lists. Factory presets must be installed as files at the required location (See Preset Locations ). The host has to provide the GUI for loading and saving preset files. These files contain data that the plug-in has filled into the stream in Steinberg::Vst::IComponent::getState . VST 3 defines dedicated locations in the OS file system (see Preset Locations ), so the host does not need to display a file selector dialog. It knows where to search for preset files of a specific plug-in and where to create them. So it can create a pop-up list for selecting a preset or any other GUI of its choice. After loading a preset, the host is responsible to rescan the parameters values (from the controller part). Therefore, the controller must be sure that it gets the correct parameter states when loading a preset (which is done with Steinberg::Vst::IEditController::setComponentState ). See also Communication between the components and Persistence .","breadcrumbs":"Technical Documentation » Presets & Program Lists » Simple Plug-ins","id":"384","title":"Simple Plug-ins"},"385":{"body":"If a plug-in uses a large pool of programs that require some kind of caching or that need to be preloaded, using preset files may not be a sufficient choice. In this case, the plug-in can define a program list. For this purpose, the edit controller has to be extended by the interface Steinberg::Vst::IUnitInfo . If the plug-in defines a program list to be used as pool of factory presets, it must not allow the user to change these presets by the means of parameter editing. Instead, it should load the corresponding data into a kind of working memory and store possible modifications as component state. In addition, the user can be allowed to store the modifications as preset file. If the plug-in defines a program list to be used as a pool of user presets that are initially in an 'empty' state, modifications can be applied to the list items directly. This way of using program lists should only be chosen if programs do require a lot of resources that need to be cached in order to achieve fast program changes (good examples for this are sample-based plug-ins). Tech_doc_18 The plug-in can provide GUI for the selection of programs, but it must enable the host to display the list and the selected program as well. The index of the selected program in the list must be exported as program selection parameter. ( Steinberg::Vst::ParameterInfo::kIsProgramChange ) The plug-in can allow the host to read and write the program data of a list item. To support this, the plug-in must implement the Steinberg::Vst::IProgramListData interface as an extension of the component part.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Program Lists","id":"385","title":"Program Lists"},"386":{"body":"All programs are always transmitted as a flat list to the host. But the plug-in can assign a number of attributes to each program of the list. This enables the host to organize and filter them in a very flexible way. Attribute values are queried via Steinberg::Vst::IUnitInfo::getProgramInfo . The possible attribute identifiers are defined in namespace Steinberg::Vst::PresetAttributes . The attribute identifier specifying a program category, for example, is Steinberg::Vst::PresetAttributes::kInstrument . Although the name suggests that it should be used for instruments only, it can be used for any kind of audio plug-in. The value for an instrument category of a program is \"Piano\" for example. But it is possible to specify a subcategory like \"Acoustic Piano\" as well. In this case, the strings need to be chained in the following way: \"Piano|Acoustic Piano\". This allows the host to organize presets in a category tree view, for example.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Structure of Program Lists","id":"386","title":"Structure of Program Lists"},"387":{"body":"Pitch names are intended to be used with drum kit programs where the different drum sounds are addressed by note pitches. In order to display the name of the drum instrument assigned to a pitch in a drum editor, for example, the host calls Steinberg::Vst::IUnitInfo::hasProgramPitchNames to determine if pitch names are supported and Steinberg::Vst::IUnitInfo::getProgramPitchName to query the pitch name of a single note. See also VST 3 Units Multi-timbral Program Lists and check out the pitchnames VST 3 plug-in example .","breadcrumbs":"Technical Documentation » Presets & Program Lists » Pitch Names","id":"387","title":"Pitch Names"},"388":{"body":"/ VST Home / Technical Documentation On this page: The Problem The Simple Mode Multi-timbral Program Lists Units and Tracks Routing Related pages: VST 3 Units How to handle complex plug-in structures and multi-timbrality.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Complex Plug-in Structures / Multi-timbral Instruments","id":"388","title":"Complex Plug-in Structures / Multi-timbral Instruments"},"389":{"body":"A simple VST effect plug-in usually does not cause the host too many problems. It has only one audio input and output bus and a defined set of parameters that control aspects of its sound. But a VST plug-in can be a lot more complex than this. When the plug-in implements a multi-timbral musical instrument, the host is confronted with a range of problems regarding the integration of this plug-in in its GUI. To mention a few of them: The plug-in can define multiple event input and multiple audio outputs. How can the host know on which output a sound will emerge when a note-event is transmitted to the plug-in? This may be of interest for the host in order to link a MIDI track to the corresponding audio channel. The plug-in can define a list of programs that the user can load from the plug-in GUI. In a multi-timbral instrument, a program only affects a certain part of the plug-in (we call this part a 'unit'). How can the host know about these parts and about the plug-in defined programs that can be loaded? This may be of interest for a host in order to provide shortcuts for this functionality in its own GUI. Since a VST plug-in unlike a hardware MIDI instrument is more than only a black box, a complex plug-in should help its host to provide a more convenient GUI integration than it is possible with hardware instruments. VST 3 uses the concept of units to describe the internal structure of the plug-in (see VST 3 Units ) and a multi-timbral instrument is supposed to support the respective interfaces. But the preferred solution in VST 3 is a reduction of this complexity with the 'simple mode'.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » The Problem","id":"389","title":"The Problem"},"39":{"body":"The SDK provides a test application called VST3PluginTestHost for Apple macOS X (x86_64/M1) and Microsoft Windows (64bits).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host","id":"39","title":"VST 3 Plug-in Test Host"},"390":{"body":"The 'VST 3 simple mode' has the (selfish) background to support the so-called \"simple instrument tracks\" of Cubase. These tracks combine a MIDI track and VST audio channel (without the need to make any further assignments such as the choice of a MIDI output port or a MIDI channel). This mode is defined as 'only one input and only one output'. In 'simple mode', only MIDI channel 0 is used. Therefore, an instrument has to be mono-timbral. The host will now work with multiple instances of the plug-in rather than using the same instance in a way that it contains multiple internal sections of the same kind. The VST-MA component model supports shared resources between multiple instances of a plug-in because usually the same module instance (dll/bundle) is used for each plug-in instance. Yet, a plug-in has the option to support both the simple and the advanced mode with the same implementation. The host tests the general ability to support the 'simple mode' by checking the processor's class flags ( Steinberg::PClassInfo2::classFlags ) for the Steinberg::Vst::kSimpleModeSupported flag. If the plug-in is to be used in an instrument track (or whenever a host regards it more suitable) the Steinberg::Vst::IComponent::setIoMode method is called (before any other call!) to configure the plug-in. A mono-timbral plug-in should set this flag as well and does not need to take into account the setIoMode call.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » The Simple Mode","id":"390","title":"The Simple Mode"},"391":{"body":"For a multi-timbral instrument plug-in, preset handling can be a lot more complex. In this case: The plug-in can define any number of program lists. Each unit can reference one program list (this reference must not change). Each unit that uses a program list references one list item. For each unit referencing a program list, a program selection parameter has to be exported ( Steinberg::Vst::ParameterInfo::kIsProgramChange ). The plug-in can provide GUI for the selection of programs, but it must synchronize the corresponding program selection parameter. A host may want to show the program list of the active unit in the same way as it shows the presets of a simple plug-in (usually in a separate control area at the top or the bottom of the window). The host must be able to display the correct list and the correct program name for the unit that has got the focus in the plug-in GUI. To make this all work correctly, the plug-in must supply a valid implementation of Steinberg::Vst::IUnitInfo and it must operate the callback interface Steinberg::Vst::IUnitHandler accordingly. Similar to the simple case, the host may want to save and load preset files. The component state of the plug-in is not useful here. A preset of a complex plug-in can be: The state of a plug-in unit To support this, the plug-in must implement the Steinberg::Vst::IUnitData interface in its component part. The contents of an item in the program list To support this, the plug-in must implement the Steinberg::Vst::IProgramListData interface in its component part. A plug-in can support unit presets and program list presets. Tech_doc_19 See also Presets & Program Lists , Steinberg::Vst::IProgramListData , Steinberg::Vst::IUnitData .","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Multi-timbral Program Lists","id":"391","title":"Multi-timbral Program Lists"},"392":{"body":"A unit can be associated with busses (or channels of busses). In particular, a unit can have a fixed and unique connection to an input MIDI channel. For a host, it might be useful to know about this connection and which unit can be associated with a specific MIDI track as a result of this. Often, the GUI of a multi-timbral plug-in does not show the settings of all similar units at the same time. Instead, there is some kind of unit selection. The idea is to be able to synchronize the selection of units in a plug-in to the selection of tracks in the host (in both ways). When a plug-in GUI is organized in the described way, it should support the described behavior by implementing Steinberg::Vst::IUnitInfo::getUnitByBus : find out the track - unit relations Steinberg::Vst::IUnitInfo::getSelectedUnit : let the host know which track to select Steinberg::Vst::IUnitInfo::selectUnit : cause the plug-in to select its unit and by calling Steinberg::Vst::IUnitHandler::notifyUnitSelection : trigger the host to synchronize its GUI","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Units and Tracks","id":"392","title":"Units and Tracks"},"393":{"body":"For a host, it may be interesting to know which VSTi channel in the mixer is the output of a specific MIDI track if the plug-in defines multiple audio output busses (represented as VSTi mixer channels in the host). In general, the host needs to know about any input to output routing of the plug-in. So if an unambiguous relation exists between a plug-in input and an output, the following method should be implemented: Steinberg::Vst::IComponent::getRoutingInfo : find out the output of a given input Tech_doc_20","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Routing","id":"393","title":"Routing"},"394":{"body":"/ VST Home / Technical Documentation On this page: Introduction The Data Exchange API IDataExchangeHandler Opening a queue Sending data Closing a queue What to do when the queue is full and no block can be locked? IDataExchangeReceiver Related pages: Data Exchange Tutorial","breadcrumbs":"Technical Documentation » Data Exchange » Data Exchange","id":"394","title":"Data Exchange"},"395":{"body":"In a modern plug-in, the UI representation and the audio processing do not share any data directly. This eliminates undefined behavior, as they run in different threads and any directly shared data would need to be protected by a mutex. But a mutex has no defined running time and may block the audio thread for too long, creating an audible glitch, which must be prevented. The other issue with sharing data between the UI and the audio processing is that the audio is processed before the audio is streamed through the monitor boxes or headphones. Without synchronization, the visual representation is displayed earlier than the sound it represents. To synchronize the visual representation and the processing of the audio signal, the UI has to queue the visual data until the time is reached when the audio is heard. This problem has already been solved for parameters which are automated by the host. The host delays sending the parameter change to the edit controller so that it is in sync with the audible audio. But parameters are limited in how much data they can transfer, this may be enough for a simple peak VU meter display, but presenting an FFT curve with it is a nightmare. Version 3.7.9 of the SDK contains the new Data Exchange API to send data from the realtime processing function to the controller in a safe and efficient way. As this API needs support from the host and not all hosts provide this API right from the start, the SDK contains a backwards compatibility layer that either uses the API directly, if available, or an alternative method based on the IMessage API to emulate the API. See the tutorial on how to use it.","breadcrumbs":"Technical Documentation » Data Exchange » Introduction","id":"395","title":"Introduction"},"396":{"body":"The API consists of two interfaces, the IDataExchangeHandler which needs to be implemented by the host and the IDataExchangeReceiver which needs to be implemented by the plug-in.","breadcrumbs":"Technical Documentation » Data Exchange » The Data Exchange API","id":"396","title":"The Data Exchange API"},"397":{"body":"The IDataExchangeHandler implements a direct and thread-safe connection from the realtime audio context of the audio processor to the non-realtime audio context of the edit controller. This should be used when the edit controller needs continuous data from the audio process for visualization or other \"use-cases\". To circumvent the bottleneck on the main thread, it is possible to configure the connection in a way that the calls to the edit controller happen on a background thread, see IDataExchangeReceiver below. Opening a queue The main operation for a plug-in is to open a queue via the handler before the plug-in is activated (but it must be connected to the edit controller via the IConnectionPoint when the plug-in is using the recommended separation of edit controller and audio processor). The best place to do this is in the IAudioProcessor::setupProcessing method, as this is also the place where the plug-in identifies the sample rate and maximum block size which the plug-in may need to calculate the queue block size. When a queue is opened, the edit controller is notified of this, and the controller can decide if it wishes to receive the data on the main thread or the background thread. Sending data In the IAudioProcessor::process call, the plug-in can now lock a block from the handler and fill it. When done, it can free the block via the handler, which then sends the block to the edit controller. The edit controller then receives the block either on the main thread or on a background thread depending on the setup of the queue. The host guarantees that all blocks are sent before the plug-in is deactivated. Closing a queue The audio processor must close an open queue. This need to be done after deactivating the processor and prior to disconnecting it from the edit controller (see IConnectionPoint ). What to do when the queue is full and no block can be locked? The plug-in needs to be prepared for this situation, as constraints in the overall system may cause the queue to fill up excessively. If you need to transfer the information to the controller, you can declare a hidden parameter, which you can set to a special value and send this parameter change in your audio process method.","breadcrumbs":"Technical Documentation » Data Exchange » IDataExchangeHandler","id":"397","title":"IDataExchangeHandler"},"398":{"body":"The IDataExchangeReceiver interface must be implemented by the edit controller of the plug-in. The host will call the queueOpened method when an exchange queue is opened by the processor. Later when the processor closes the queue, the host will call the queueClosed method. While the queue is open, the host will call the onDataExchangeBlocksReceived method whenever the processor has sent data. The edit controller can decide in the call to queueOpened if the host should deliver the data on a background thread or on the UI thread.","breadcrumbs":"Technical Documentation » Data Exchange » IDataExchangeReceiver","id":"398","title":"IDataExchangeReceiver"},"399":{"body":"/ VST Home / Technical Documentation Some useful graphical call sequences a VST 3 compliant host should follow.","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » VST 3 Workflow Diagrams","id":"399","title":"VST 3 Workflow Diagrams"},"4":{"body":"The VST 3 SDK (Virtual Studio Technology Software Development Kit) is a collection of software development tools included in one package. This allows plug-in developers to create plug-ins in VST 3 format and host developers to load VST 3 plug-ins into a DAW or audio editor.","breadcrumbs":"VST » What is the VST 3 SDK?","id":"4","title":"What is the VST 3 SDK?"},"40":{"body":"This open source application (Win/macOS) allows you to generate easily a new VST 3 plug-in project by just entering in a GUI some parameters.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator","id":"40","title":"VST 3 Project Generator"},"400":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Audio Processor Call Sequence","id":"400","title":"Audio Processor Call Sequence"},"401":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Edit Controller Call Sequence","id":"401","title":"Edit Controller Call Sequence"},"402":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence","id":"402","title":"Get Latency Call Sequence"},"403":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence","id":"403","title":"Resize View Call Sequence"},"404":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence","id":"404","title":"Bus Arrangement Setting Sequence"},"405":{"body":"/ ... / VST 3 Workflow Diagrams Related pages: Edit Controller Call Sequence stateDiagram State0: Factory\nState1: Created\nState2: Initialized\nState25: Connected (optional)\nState3: Setup Done\nState4: Activated\nState5: Processing State1: IComponent->setIoMode\nState1: IComponent->getControllerClassID   State2: IComponent->setState\nState2: IComponent->getState\nState2: ----------------------------------------------\nState2: IConnectionPoint->connect\nState2: ----------------------------------------------\nState2: IAudioProcessor->setBusArrangement\nState2: IAudioProcessor->getBusArrangement\nState2: IAudioProcessor->canProcessSampleSize State25: IComponent->setState\nState25: IComponent->getState\nState25: ----------------------------------------------\nState25: IConnectionPoint->disconnect\nState25: IConnectionPoint->notify\nState25: ----------------------------------------------\nState25: IAudioProcessor->setBusArrangement\nState25: IAudioProcessor->getBusArrangement\nState25: IAudioProcessor->canProcessSampleSize State3: IComponent->getBusCount\nState3: IComponent->getBusInfo\nState3: IComponent->getRoutingInfo\nState3: IComponent->activateBus\nState3: IComponent->setState\nState3: IComponent->getState\nState3: ----------------------------------------------\nState3: IConnectionPoint->connect\nState3: IConnectionPoint->disconnect\nState3: IConnectionPoint->notify\nState3: ----------------------------------------------\nState3: IAudioProcessor->getLatencySamples\nState3: IAudioProcessor->getTailSamples\nState3: IAudioProcessor->setBusArrangement\nState3: IAudioProcessor->getBusArrangement\nState3: IAudioProcessor->canProcessSampleSize\nState3: IAudioProcessor->setupProcessing\nState3: ----------------------------------------------\nState3: IProcessContextRequirements->getProcessContextRequirements State4: IComponent->getBusCount\nState4: IComponent->getBusInfo\nState4: IComponent->getRoutingInfo\nState4: IComponent->setState\nState4: IComponent->getState\nState4: ----------------------------------------------\nState4: IConnectionPoint->notify\nState4: ----------------------------------------------\nState4: IAudioProcessor->getLatencySamples\nState4: IAudioProcessor->getTailSamples\nState4: IAudioProcessor->getBusArrangement\nState4: IAudioProcessor->canProcessSampleSize\nState4: ----------------------------------------------\nState4: IAudioPresentationLatency->setAudioPresentationLatency State5: ---[Processing Thread]-------------------------------\nState5: IAudioProcessor->process\nState5: ---[UI Thread]---------------------------------------\nState5: IComponent->getBusCount\nState5: IComponent->getBusInfo\nState5: IComponent->getRoutingInfo\nState5: IComponent->setState\nState5: IComponent->getState\nState5: ---[UI Thread]---------------------------------------\nState5: IConnectionPoint->notify\nState5: ---[UI Thread]---------------------------------------\nState5: IAudioProcessor->getLatencySamples\nState5: IAudioProcessor->getTailSamples\nState5: IAudioProcessor->getBusArrangement\nState5: IAudioProcessor->canProcessSampleSize State0 --> State1: createInstance\nState1 --> State0: release\nState1 --> State2: initialize\nState2 --> State25: connect\nState25 --> State2: disconnect\nState2 --> State1: terminate\nState2 --> State3: setupProcessing\nState25 --> State3: setupProcessing\nState3 --> State1: terminate\nState3 --> State4: setActive(true)\nState4 --> State3: setActive(false)\nState4 --> State5: setProcessing(true)\nState5 --> State4: setProcessing(false) ⚠️ Warning Note about IAudioProcessor->setProcessing transition between Activated and Processing state may be called from real-time Processing Thread (must be lock-free and without memory allocation!) plug-in has to reset its inner processing state (for example to clean its delay buffers in order to have a defined state when the processing starts again).","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Audio Processor Call Sequence » Audio Processor Call Sequence","id":"405","title":"Audio Processor Call Sequence"},"406":{"body":"/ ... / VST 3 Workflow Diagrams Related pages: Audio Processor Call Sequence stateDiagram State0: Factory\nState1: Created\nState2: Initialized\nState3: Connected State2: IEditController->setComponentHandler\nState3: IConnectionPoint->notify\nState3: ----------------------------------------------\nState3: IEditController->setComponentState\nState3: IEditController->getTailSamples\nState3: IEditController->getParameterCount\nState3: IEditController->getParameterInfo\nState3: IEditController->getParamValueByString\nState3: IEditController->normalizedParamToPlain\nState3: IEditController->plainParamToNormalized\nState3: IEditController->getParamNormalized\nState3: IEditController->setParamNormalized\nState3: IEditController->createView\nState3: ----------------------------------------------\nState3: IEditController2 ...\nState3: ----------------------------------------------\nState3: IMidiMapping ...\nState3: ----------------------------------------------\nState3: IEditControllerHostEditing ...\nState3: ----------------------------------------------\nState3: INoteExpressionController ...\nState3: ----------------------------------------------\nState3: IKeyswitchController ...\nState3: ----------------------------------------------\nState3: IXmlRepresentationController ... State0 --> State1: createInstance\nState1 --> State0: release\nState1 --> State2: initialize\nState2 --> State1: terminate\nState2 --> State3: IConnectionPoint->connect\nState3 --> State1: terminate ⓘ Note All Edit Controller methods must be called from the UI Thread","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Edit Controller Call Sequence » Edit Controller Call Sequence","id":"406","title":"Edit Controller Call Sequence"},"407":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Initiated from AudioProcessor Initiated from EditController/UI without EditController","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Get Latency Call Sequence","id":"407","title":"Get Latency Call Sequence"},"408":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host\nparticipant EC as EditController autonumber AP->>+H: sendMessage/latency changed\nH-->>-AP: return\nH->>+EC: notify EC->>+H: restatComponent H-->>-EC: return\nEC-->>-H: return H->>+AP: setProcessing (false) AP-->>-H: return\nH->>+AP: setActive (false)\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Initiated from AudioProcessor","id":"408","title":"Initiated from AudioProcessor"},"409":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host\nparticipant EC as EditController autonumber EC->>+H: sendMessage/latency changed H->>+AP: notify AP-->>-H: return\nH-->>-EC: return EC->>+H: restatComponent\nH-->>-EC: return\nH->>+AP: setProcessing (false)\nAP-->>-H: return\nH->>+AP: setActive (false)\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Initiated from EditController/UI","id":"409","title":"Initiated from EditController/UI"},"41":{"body":"The validator is a small command line host application (source code included) which can be used to check your plug-in for VST 3 conformity.","breadcrumbs":"What is the VST 3 SDK? » Validator command line","id":"41","title":"Validator command line"},"410":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host autonumber H->>+AP: setupProcessing\nAP-->>-H: return H->>+AP: setState\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » without EditController","id":"410","title":"without EditController"},"411":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Initiated from Plug-In Initiated from Host","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Resize View Call Sequence","id":"411","title":"Resize View Call Sequence"},"412":{"body":"sequenceDiagram participant P as PlugView participant H as Host resp. IPlugFrame autonumber Note left of P: Press e.g. \"Large\" button on plug-in GUI P->>+H: resizeView(size) H->>+P: getSize P-->>-H: return Note right of H: Still returns the \"old\" size H->>H: resize frame H->>+P: onSize P->>P: resize view P-->>-H: return H->>+P: getSize P-->>-H: return Note right of H: Now returns the \"new\" size H-->>-P: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Initiated from Plug-In","id":"412","title":"Initiated from Plug-In"},"413":{"body":"User drags window frame in order to resize sequenceDiagram participant P as PlugView participant H as Host resp. IPlugFrame autonumber Note right of H: User drags window frame Note right of H: in order to resize H->>+P: checkSizeContraints(size) P-->>-H: return H->>+H: resize frame to [size] H->>+P: onSize(size) P->>P: resize view P-->>-H: return Moving window to other screen sequenceDiagram participant P as IPlugViewContentScaleSupport participant H as Host resp. IPlugFrame autonumber Note right of H: Move window to other screen H->>+P: setContentScaleFactor(factor) P-->>-H: return Note right of H: From here, same sequence Note right of H: than \"Initiated from Plug-In\" P->>+H: resizeView(size) H-->>-P: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Initiated from Host","id":"413","title":"Initiated from Host"},"414":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Plug-In does accepts what the host wants as Bus Arrangements Plug-In does not accept what the host wants as Bus Arrangements Check FAQ for some use case!","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Bus Arrangement Setting Sequence","id":"414","title":"Bus Arrangement Setting Sequence"},"415":{"body":"sequenceDiagram participant H as Host participant P as Plug-in: IAudioProcessor autonumber H->>+P: setProcessing (false) P-->>-H: return H->>+P: setActive (false) P-->>-H: return H->>+P: setBusArrangements (req. Ins, req. Outs) P-->>P: adapt its arrangements if needed P-->>-H: return kResultTrue H->>+P: setActive (true) P-->>-H: return H->>+P: setProcessing (true) P-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Plug-In does accepts what the host wants as Bus Arrangements","id":"415","title":"Plug-In does accepts what the host wants as Bus Arrangements"},"416":{"body":"sequenceDiagram participant H as Host participant P as Plug-in: IAudioProcessor autonumber H->>+P: setProcessing (false) P-->>-H: return H->>+P: setActive (false) P-->>-H: return H->>+P: setBusArrangements (req. Ins, req. Outs) P-->>P: Adapt its buses according to the requested ones if possible P-->>P: return kResultFalse if not match. P-->>-H: return kResultFalse H->>+P: for each Bus: getBusArrangement () P-->>-H: return kResultTrue H->>+P: setActive (true) P-->>-H: return H->>+P: setProcessing (true) P-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Plug-In does not accept what the host wants as Bus Arrangements","id":"416","title":"Plug-In does not accept what the host wants as Bus Arrangements"},"417":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Check FAQ for some use case!","id":"417","title":"Check FAQ for some use case!"},"418":{"body":"/ VST Home / Technical Documentation On this page: Plug-in Format Structure Plug-in Locations Preset Format Preset Locations Snapshots Remote Representation Locations Formats definition of a VST 3 plug-in and its preset and where they are located on different platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » VST 3 Locations / Format","id":"418","title":"VST 3 Locations / Format"},"419":{"body":"This section explains how a VST 3 plug-in is structured as files and folders.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure","id":"419","title":"Plug-in Format Structure"},"42":{"body":"Simple cross-platform (only tested on Linux) host application allowing you to register a VST 3 plug-in with Jack Server.","breadcrumbs":"What is the VST 3 SDK? » AudioHost","id":"42","title":"AudioHost"},"420":{"body":"This section explains where VST 3 plug-in are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations","id":"420","title":"Plug-in Locations"},"421":{"body":"This section explains the VST 3 format for preset file.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Format","id":"421","title":"Preset Format"},"422":{"body":"This section explains where VST 3 preset files are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations","id":"422","title":"Preset Locations"},"423":{"body":"Since VST 3.6.10, a VST 3 bundle can contain pre-rendered snapshot images for VST 3 host as visual representation of the plug-in UI.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Snapshots","id":"423","title":"Snapshots"},"424":{"body":"This section explains where VST XMLs files (Remote Presentation of Parameters) are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Remote Representation Locations","id":"424","title":"Remote Representation Locations"},"425":{"body":"/ ... / VST 3 Locations / Format On this page: For the macOS platform For the Windows platform Limitation for loading Plug-in DLL in a Host (inside the same process) For the Linux platform Merged Bundle Related pages: VST 3 Locations / Format Snapshots","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Plug-in Format Structure","id":"425","title":"Plug-in Format Structure"},"426":{"body":"On the macOS platform, VST 3 plug-in is a standard macOS bundle, its file extension is \" .vst3 \" and has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/MacOS/ folder contains the plug-in’s macOS universal binary (Mach-O) MyPlugin.vst3/Contents/Info.plist the plug-in’s property list MyPlugin.vst3/Contents/PkgInfo specifies the type and creator codes of the bundle (optional)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the macOS platform","id":"426","title":"For the macOS platform"},"427":{"body":"On the Windows platform, a VST 3 plug-in is organized as a bundle-like package (simple folder), its file extension is \" .vst3 \" and has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/ x86-win /MyPlugin.vst3 folder contains the plug-in binary (32 bit dll for i386 architecture) MyPlugin.vst3/Contents/ x86_64-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for x86_64 architecture) MyPlugin.vst3/Contents/ arm64ec-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for Arm64EC architecture). Recommended archi for Windows on Arm64! MyPlugin.vst3/Contents/ arm-win /MyPlugin.vst3 folder contains the plug-in binary (32 bit dll for Arm classic architecture) MyPlugin.vst3/Contents/ arm64-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for Arm64 classic architecture) MyPlugin.vst3/Contents/ arm64x-win /MyPlugin.vst3 folder contains the plug-in binary for both Arm64 code and Arm64EC code together (64 bit dll for Arm64 classic architecture) MyPlugin.vst3/desktop.ini used to set custom icon in Windows Explorer MyPlugin.vst3/Plugin.ico customized plug-in icon ⓘ Note In previous SDKs, the VST 3 plug-in was defined as a single dll file with the .vst3 extension. This has been deprecated since VST 3.6.10 . The file desktop.ini should contain: desktop.ini [.ShellClassInfo]\nIconResource=Plugin.ico,0 and you should then change their attributes with this command line (s for system to make sure that Windows will use it for the folder/bundle, r for read-only and h for hidden (optional)): attrib +s +r +h desktop.ini\nattrib +r +h Plugin.ico","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the Windows platform","id":"427","title":"For the Windows platform"},"428":{"body":"See Microsoft Blogs about this : OS PC Architecture Host Process App Compatible Plug-in Architectures Windows 10 Intel x86 Intel x86 Intel x86 Windows 10/11 Intel x64 Intel x64 Intel x64* Windows 10/11 Intel x64 Intel x86 Intel x86 Windows 11 Arm64 Arm64 Classic Arm64 Classic, Arm64X Windows 11 Arm64 Arm64EC Arm64X, Arm64EC, Intel x64 Windows 11 Arm64 Intel x64 Arm64EC, Intel x64, Arm64X \"TLDR: Please offer both Arm64EC and x64 versions of your DAWs and plug-ins, and please stay up to date with the latest developer tooling and SDKs.\" ( Pete Brown - Microsoft ) ⓘ Note With out-of-process/inter-process communication a host can overriden these limitations, by allowing, for example, an Arm64 Classic host to handle an Arm64EC plug-in. ⓘ Note To learn more about Arm64X (new type of binary that can contain both the classic Arm64 code and Arm64EC code together), click here .","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Limitation for loading Plug-in DLL in a Host (inside the same process)","id":"428","title":"Limitation for loading Plug-in DLL in a Host (inside the same process)"},"429":{"body":"On Linux, a VST 3 plug-in is organized as a bundle-like package, its file extension is \" .vst3 \", and it has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/i386-linux folder contains the plug-in binary (32 bit shared library .so for Kernel Architecture i386) MyPlugin.vst3/Contents/x86_64-linux folder contains the plug-in binary (64 bit shared library .so for Kernel Architecture x86_64) MyPlugin.vst3/Contents/XXX-linux with XXX the architecture name based on the output of command-line \"uname -m\" (machine hardware) + \"-linux\" for example: • armv3l-linux • armv4b-linux • armv4l-linux • armv5tel-linux • armv5tejl-linux • armv6l-linux • armv7l-linux • armv8l-linux","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the Linux platform","id":"429","title":"For the Linux platform"},"43":{"body":"Simple cross-platform (Win/macOS/Linux) host application allowing you to open the editor of a VST 3 plug-in.","breadcrumbs":"What is the VST 3 SDK? » EditorHost","id":"43","title":"EditorHost"},"430":{"body":"Note that all the bundles can be merged to one, which allows to have a cross-platform bundle/folder. For example: ./MyPlugin.vst3 ├── Contents │ ├── Resources │ │ ├── Documentation │ │ │ ├── Manual.pdf │ │ │ └── WhatsNew.pdf │ │ ├── Help │ │ │ └── helpdoc.xml │ │ ├── Snapshots │ │ │ ├── 84E8DE5F92554F5396FAE4133C935A18_snapshot.png │ │ │ └── 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png │ │ ├── VST XMLs │ │ │ └── AGain │ │ │ └── 84E8DE5F92554F5396FAE4133C935A18 │ │ │ ├── Generic 8 Cells.xml │ │ │ └── WK-Audio ID 8 Cells.xml │ │ ├── moduleinfo.json │ │ └── MyPlugin.srf │ │ │ ├── armv7l-linux │ │ └── MyPlugin.so │ │ │ ├── i686-linux │ │ └── MyPlugin.so │ │ │ ├── i386-linux │ │ └── MyPlugin.so │ │ │ ├── x86_64-linux │ │ └── MyPlugin.so │ │ │ ├── MacOS │ │ └── MyPlugin │ │ │ ├── x86_64-win │ │ └── MyPlugin.vst3 │ │ │ ├── arm64ec-win │ │ └── MyPlugin.vst3 │ │ │ ├── Info.plist (macOS Only) │ └── PkgInfo (macOS Only) │ ├── desktop.ini (Windows only) └── Plugin.ico (Windows only)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Merged Bundle","id":"430","title":"Merged Bundle"},"431":{"body":"/ ... / VST 3 Locations / Format On this page: Introduction On macOS platform On Windows platform On Linux platform Related pages: VST 3 Locations / Format Plug-in Format Structure","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » Plug-in Locations","id":"431","title":"Plug-in Locations"},"432":{"body":"A VST 3 plug-in should be installed at specific folder location, the following tables specify these predefined locations for different operating system. ⓘ Note VST 3 doesn't require a plug-in registration like it is used with DirectX. ⚠️ Warning Links, Symbolic links or Shortcuts could be used from these predefined folders. 3 levels of folder location are defined: User : available only for the current logged user Global : available for all users of the system Application : available only inside a specific Audio Application (local plug-ins) ⓘ Note The host should scan, at first, higher level of priority. First found plug-in (for a given Processor UID) has to be used.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » Introduction","id":"432","title":"Introduction"},"433":{"body":"On the macOS platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path 1 User /Users/$USERNAME/Library/Audio/Plug-ins/VST3/ 2 Global /Library/Audio/Plug-ins/VST3/ 3 Global /Network/Library/Audio/Plug-ins/VST3/ 4 Application $APPFOLDER/Contents/VST3/ ⓘ Note The host recursively scans these folders at startup in this order (Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On macOS platform","id":"433","title":"On macOS platform"},"434":{"body":"On the Windows platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path Comment 1 User %LOCALAPPDATA%/Programs/Common/VST3/ FOLDERID_UserProgramFilesCommon native bitdepth: • 32bit Plug-in on 32bit OS, • 64bit on 64bit OS Mainly used for development use case. example: C:\\Users\\MyUserName\\AppData\\Local\\Programs\\Common\\VST3 2 Global /Program Files/Common Files/VST3/ FOLDERID_ProgramFilesCommon native bitdepth: • 32bit Plug-in on 32bit OS, • 64bit on 64bit OS 2 Global /Program Files (x86)/Common Files/VST3/ 32bit Plug-ins on 64bit Windows 3 Application $APPFOLDER/VST3/ ⓘ Note The host recursively scans these folders at startup in this order (Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On Windows platform","id":"434","title":"On Windows platform"},"435":{"body":"On the Linux platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path 1 User $HOME/.vst3/ 2 Global /usr/lib/vst3/ 3 Global /usr/local/lib/vst3/ 4 Application $APPFOLDER/vst3/ ⓘ Note The host recursively scans these folders at startup in this order (User/Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On Linux platform","id":"435","title":"On Linux platform"},"436":{"body":"/ ... / VST 3 Locations / Format Related pages: Preset Locations Presets & Program Lists The file extension has to be .vstpreset , for example: myBestDefault.vstpreset Specification of a VST 3 Preset file : VST 3 Preset File Format Definition =================================== 0 +---------------------------+ | HEADER | | header id ('VST3') | 4 Bytes | version | 4 Bytes (int32) | ASCII-encoded class id | 32 Bytes +--| offset to chunk list | 8 Bytes (int64) | +---------------------------+ | | DATA AREA |<-+ | | data of chunks 1..n | | | ... ... | | | | | +->+---------------------------+ | | CHUNK LIST | | | list id ('List') | | 4 Bytes | entry count | | 4 Bytes (int32) +---------------------------+ | | 1..n | | | +----------------------+ | | | | chunk id | | | 4 Bytes | | offset to chunk data |----+ 8 Bytes (int64) | | size of chunk data | | 8 Bytes (int64) | +----------------------+ |\nEOF +---------------------------+ Check the Steinberg::Vst::PresetFile source code which allows to read and write such presets.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Format » Preset Format","id":"436","title":"Preset Format"},"437":{"body":"/ ... / VST 3 Locations / Format On this page: Introduction For Mac platform For Windows XP/2000 platform For Windows Vista/7/8/10 For Linux platform Related pages: VST 3 Locations / Format","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » Preset Locations","id":"437","title":"Preset Locations"},"438":{"body":"VST 3 presets are located at predefined locations on the computer, depending on the operating system. 3 levels of preset scope are defined: User : available only for the current logged user Public : available for all users of the system Apps : available only inside a specific audio application 4 types of preset are defined: User : presets created by the user User_Factory : like User type, but more hidden Shared_Factory : factory presets installed by the plug-in installer App_Factory : presets installed by an audio application installer, only visible for this specific audio application ⚠️ Warning $COMPANY and $PLUGIN-NAME folder names contain only allowed characters for file naming (replace characters \"\\*?/:<>|\"by \"_\"). ⓘ Note Each path defined below should be scanned in the given priority, presets extracted and added to the preset list.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » Introduction","id":"438","title":"Introduction"},"439":{"body":"Prio Type Scope Write Path Comment 1 User User X Users/$USERNAME/Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ 2 Shared_Factory Public - Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ Computer shared FactoryROM 3 Shared_Factory Public - Network/Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ Network shared FactoryROM 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Mac platform","id":"439","title":"For Mac platform"},"44":{"body":"Simple cross-platform (Win/macOS/Linux) host application, built with VSTGUI, which scans the VST 3 Folder, collects information from the factory about each VST 3 plug-in and display it in its UI.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector","id":"44","title":"VST 3 Inspector"},"440":{"body":"Prio Type Scope Write Path Comment 1 User User X [My Documents]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_personal 2 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_appdata 3 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_common_appdata 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Windows XP/2000 platform","id":"440","title":"For Windows XP/2000 platform"},"441":{"body":"Prio Type Scope Write Path Comment 1 User User X [Users/$USERNAME/Documents]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_Documents 2 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_RoamingAppData 3 Shared_Factory Public - [ProgramData]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_ProgramData 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Windows Vista/7/8/10","id":"441","title":"For Windows Vista/7/8/10"},"442":{"body":"Prio Type Scope Write Path Comment 1 User User X $HOME/.vst3/presets/$COMPANY/$PLUGIN-NAME/ 2 Shared_Factory Public - /usr/share/vst3/presets/$COMPANY/$PLUGIN-NAME/ 3 Shared_Factory Public - /usr/local/share/vst3/presets/$COMPANY/$PLUGIN-NAME/ 4 App_Factory Apps - [$APPFOLDER]/vst3/presets/$COMPANY/$PLUGIN-NAME/ Host Application","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Linux platform","id":"442","title":"For Linux platform"},"443":{"body":"/ ... / VST 3 Locations / Format On this page: Related pages: VST 3 Locations / Format See [3.6.10] UI Snapshots","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Snapshots » Snapshots","id":"443","title":"Snapshots"},"444":{"body":"/ VST Home / Technical Documentation On this page: Related Concepts in MIDI and VST 3 MIDI 2.0 Per-Note Controllers MIDI 2.0 Increased Resolution, compared to MIDI 1.0 Related pages: [3.0.1] Parameter MIDI Mapping [3.5.0] Note Expression [3.5.0] Key Switch [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MPE support for Wrappers Unlike in VST 2, MIDI is not included in VST 3 . But VST 3 offers suitable concepts that can be translated to and from MIDI using Event : Tech_doc_27","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » About MIDI in VST 3","id":"444","title":"About MIDI in VST 3"},"445":{"body":"Relationship of concepts in MIDI 1.0 to VST 3 MIDI 1.0 VST 3 Defined in Port Bus of Steinberg::Vst::MediaType , Steinberg::Vst::MediaTypes::kEvent ivstcomponent.h Channel Channel of a Bus, Unit by Bus and Channel ivstcomponent.h , ivstunits.h Note-On Steinberg::Vst::NoteOnEvent ivstevents.h Note-Off Steinberg::Vst::NoteOffEvent ivstevents.h Poly Key Pressure Steinberg::Vst::PolyPressureEvent ivstevents.h Control Change Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Channel Pressure Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Pitch Bend Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Program Change Parameter , kIsProgramChange , Steinberg::Vst::ProgramListInfo ivstcomponent.h , ivstunits.h MPE (MIDI Polyphonic Expression) NoteExpression , PhysicalUI ivstnoteexpression.h , ivstphysicalui.h System Exclusive Steinberg::Vst::DataEvent of Type Steinberg::Vst::DataEvent::kMidiSysEx ivstevents.h Additional relationships of concepts introduced in MIDI 2.0 ( https://www.midi.org/ ) to VST 3 MIDI 2.0 VST 3 Defined in/Comments Group (of Channels) Bus of Steinberg::Vst::MediaType , Steinberg::Vst::MediaTypes::kEvent ivstcomponent.h Registered Per-Note Controller NoteExpression , PhysicalUI ivstnoteexpression.h , ivstphysicalui.h Assignable Per-Note Controller NoteExpression ivstnoteexpression.h System Exclusive 8-Bit indirect support The host can translate to 7-Bit, Steinberg::Vst::DataEventof Type Steinberg::Vst::DataEvent::kMidiSysEx Registered Controller not supported The host can do detailed tuning via NoteExpression Assignable Controller not supported The host should offer mapping to parameters Relative Registered Controller not supported The host is free to translate this to parameters Relative Assignable Controller not supported The host is free to translate this to parameters Per-Note Pitch Bend not supported The host can do detailed tuning via NoteExpression Mixed Data Set not supported not supported","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » Related Concepts in MIDI and VST 3","id":"445","title":"Related Concepts in MIDI and VST 3"},"446":{"body":"There are many subtle differences between MIDI 2.0 Per-Note Controllers and VST 3 NoteExpression . The good thing is that plug-in developers do not have to do anything about it. It is the host's duty to translate from MIDI 2.0 to VST 3 .","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » MIDI 2.0 Per-Note Controllers","id":"446","title":"MIDI 2.0 Per-Note Controllers"},"447":{"body":"MIDI 2.0 achieved a significant increase in resolution of many important values, like Velocity, Pressure, and Controllers compared to MIDI 1.0 . Nevertheless, VST 3 still has superior resolution than MIDI 2.0 . Plug-ins and hosts supporting VST 3 should make use of these capabilities and should not stick to a 0-127 mindset. See the following tables to compare the resolution of specific values in MIDI 1.0 , MIDI 2.0 , and VST 3 . Value MIDI 1.0 MIDI 2.0 VST 3 Velocity (On & Off) 7 Bit integer 16 Bit integer 32 Bit float Poly Pressure 7 Bit integer 32 Bit integer 32 Bit float Channel Pressure / Parameters 7 Bit integer 32 Bit integer 64 Bit float Controllers / Parameters 7-14 Bit integer 32 Bit integer 64 Bit float Pitch Bend / Parameters 14 Bit integer 32 Bit integer 64 Bit float Note Attribute Tuning not available 16 Bit fixed point (7.9) 32 Bit float Per-Note Controllers / NoteExpression not available 32 Bit integer 64 Bit float","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » MIDI 2.0 Increased Resolution, compared to MIDI 1.0","id":"447","title":"MIDI 2.0 Increased Resolution, compared to MIDI 1.0"},"448":{"body":"/ VST Home / Technical Documentation On this page: Query IRunLoop from IPlugFrame Query IRunLoop from the host context of IPlugFactory3 On Linux , there is no global event run loop like on Windows and macOS . For this reason, the plug-in can query for an Linux::IRunLoop which must be provided by the host application in two different ways.","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Provide a RunLoop on Linux","id":"448","title":"Provide a RunLoop on Linux"},"449":{"body":"The host application must provide the Linux::IRunLoop via IPlugFrame (by calling IPlugView::setFrame ). // Plug-in implementation\ntresult PLUGIN_API MyPlugView::setFrame (Steinberg::IPlugFrame* frame)\n{ ... Steinberg::FUnknownPtr runLoop (plugFrame); if (runLoop) { runLoop->registerEventHandler (...); } ...\n}","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Query IRunLoop from IPlugFrame","id":"449","title":"Query IRunLoop from IPlugFrame"},"45":{"body":"This is a user interface toolkit mainly for audio plug-ins (VST, AudioUnit, etc). Based on the XML definition of the plug-in UI, VSTGUI includes an embedded editor (UIDescription Editor) which allows the developer to create a plug-in UI just by drag & drop of the UI element.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI","id":"45","title":"VSTGUI"},"450":{"body":"A plug-in also needs a way to query for an Linux::IRunLoop without IPlugFrame . This allows to register timers in case the editor is closed or unavailable. These timers can be used inside Vst::IAudioProcessor for extra computations or sending messages within the UI thread. The host application must call Vst::IPlugFactory3::setHostContext (context) for this and provide a context. This context can be used to query an Linux::IRunLoop interface. // Plug-in implementation\ntresult PLUGIN_API MyPlugFactory::setHostContext (FUnknown* context)\n{ ... Steinberg::FUnknownPtr runLoop (context); if (runLoop) { runLoop->registerTimer (...); } ...\n}","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Query IRunLoop from the host context of IPlugFactory3","id":"450","title":"Query IRunLoop from the host context of IPlugFactory3"},"451":{"body":"/ VST Home / Technical Documentation VST 3 Interfaces to be implemented by a VST 3 host: [3.0.0] Interfaces supported by the host . If MIDI is supported: [3.6.12] MIDI Learn . [3.6.12] Host Query Interface support . If a plug-in implements IPluginViewContentScaleSupport , the host should follow the [3.6.6] PlugView Content Scaling requirements.","breadcrumbs":"Technical Documentation » Host Requirements for VST 3 Support » Minimum Host requirements for VST 3 support","id":"451","title":"Minimum Host requirements for VST 3 support"},"452":{"body":"[3.0.0] Interfaces supported by the plug-in [3.0.0] Multiple Dynamic I/O Support [3.0.0] Silence flags [3.0.0] Interfaces supported by the host [3.0.1] Parameter MIDI Mapping [3.0.2] Parameter Finder [3.1.0] Audio Presentation Latency [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support [3.1.0] KnobMode, Open Help & Open Aboutbox [3.5.0] Note Expression [3.5.0] Key Switch [3.5.0] Remote Presentation of Parameters [3.5.0] Context Menu [3.5.0] Enhanced Linked Parameters [3.6.0] iOS Inter-App Audio [3.6.0] Preset Meta-Information [3.6.5] Channel Context Info [3.6.5] Unit-Bus Assignment Change [3.6.5] Prefetchable [3.6.5] Automation State [3.6.6] PlugView Content Scaling [3.6.8] Request Bus Activation [3.6.10] UI Snapshots [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MIDI Learn [3.6.12] Host Query Interface support [3.6.12] MPE support for Wrappers [3.7.0] Parameter Function Name [3.7.0] Progress display [3.7.0] Process Context Requirements [3.7.0] Control Voltage Bus Flag [3.7.5] Module Info and Plug-in Compatibility [3.7.9] Get Current SystemTime [3.7.9] Data Transfert Between Processor/Controller","breadcrumbs":"Technical Documentation » <<<<<<<< Features History >>>>>>>> » Features History","id":"452","title":"Features History"},"453":{"body":"/ VST Home / Technical Documentation On this page: IComponent IAudioProcessor IEditController IConnectionPoint IUnitInfo IProgramListData IUnitData IPlugView Sizing of a view Keyboard handling Related pages [3.0.0] Interfaces supported by the host List of interfaces supported/implemented by the plug-in in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » [3.0.0] Interfaces supported by the plug-in","id":"453","title":"[3.0.0] Interfaces supported by the plug-in"},"454":{"body":"Component base interface. [plug imp] [released: 3.0.0] [mandatory] This is the basic interface for a VST component and must always be supported. It contains the common parts of any kind of processing class. The parts that are specific to a media type are defined in a separate interface. An implementation component must provide both the specific interface and IComponent . See also IPluginBase .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IComponent","id":"454","title":"IComponent"},"455":{"body":"Audio processing interface. [plug imp] [extends IComponent ] [released: 3.0.0] [mandatory] This interface must always be supported by audio processing plug-ins.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IAudioProcessor","id":"455","title":"IAudioProcessor"},"456":{"body":"Edit controller component interface. [plug imp] [released: 3.0.0] [mandatory] The controller part of an effect or instrument with parameter handling (export, definition, conversion...). See also IComponent::getControllerClassId , IMidiMapping .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IEditController","id":"456","title":"IEditController"},"457":{"body":"Connect a component with another one. [plug imp] [host imp] [released: 3.0.0] [mandatory] This interface is used for the communication of separate components. Note that some hosts will place a proxy object between the components so that they are not directly connected. See also Communication between the components .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IConnectionPoint","id":"457","title":"IConnectionPoint"},"458":{"body":"Edit controller extension to describe the plug-in structure. [plug imp] [extends IEditController ] [released: 3.0.0] [optional] IUnitInfo describes the internal structure of the plug-in. The root unit is the component itself, so getUnitCount must return 1 at least. The root unit id has to be 0 (kRootUnitId). Each unit can reference one program list - this reference must not change. Each unit that uses a program list references one program of the list. See also VST 3 Units , IUnitHandler .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IUnitInfo","id":"458","title":"IUnitInfo"},"459":{"body":"Component extension to access program list data. [plug imp] [extends IComponent ] [released: 3.0.0] [optional] A component can support program list data via this interface or/and unit preset data ( IUnitData ). See also IUnitData , Complex Plug-in Structures / Multi-timbral Instruments .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IProgramListData","id":"459","title":"IProgramListData"},"46":{"body":"These wrappers allow you to create versions of your VST 3 plug-in in other plug-in formats with minimum effort.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 wrappers","id":"46","title":"AAX, AUv3, AU and VST 2 wrappers"},"460":{"body":"Component extension to access unit data. [plug imp] [extends IComponent ] [released: 3.0.0] [optional] A component can support unit preset data via this interface or program list data ( IProgramListData ). See also Presets & Program Lists .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IUnitData","id":"460","title":"IUnitData"},"461":{"body":"Plug-in definition of a view. [plug imp] [released: 3.0.0]","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IPlugView","id":"461","title":"IPlugView"},"462":{"body":"After the creation of a IPlugView, the plug-in must make sure that it returns the correct size if the host asks for it (IPlugView::getSize ()). Usually, the size of a plug-in view is fixed. But both the host and the plug-in can cause a view to be resized: Host : If IPlugView::canResize () returns kResultTrue , the host will set up the window so that the user can resize it. While the user resizes the window, IPlugView::checkSizeConstraint () is called, allowing the plug-in to change the size to a valid supported rectangle size. The host then resizes the window to this rect and has to call IPlugView::onSize (). Plug-in : The plug-in can call IPlugFrame::resizeView () and cause the host to resize the window. Afterwards, in the same callstack, the host has to call IPlugView::onSize () if a resize is needed (size was changed). ⓘ Note Note that if the host calls IPlugView::getSize () before calling IPlugView::onSize () (if needed), it will get the old size, not the current one! Here the calling sequence: plug-in->host: IPlugFrame::resizeView (newSize) host->plug-in (optional): IPlugView::getSize () returns the currentSize (not the newSize!) host->plug-in: if newSize is different from the current size: IPlugView::onSize (newSize) host->plug-in (optional): IPlugView::getSize () returns the newSize ⓘ Note Please only resize the platform representation of the view when IPlugView::onSize() is called.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » Sizing of a view","id":"462","title":"Sizing of a view"},"463":{"body":"The plug-in view receives keyboard events from the host. A view implementation must not handle keyboard events by the means of platform callbacks, but let the host pass them to the view. The host depends on a proper return value when IPlugView::onKeyDown is called, otherwise the plug-in view may cause a malfunction of the host's key command handling. See also IPlugFrame , Platform UI Types .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » Keyboard handling","id":"463","title":"Keyboard handling"},"464":{"body":"/ VST Home / Technical Documentation On this page: Introduction Multiple Input or Output busses Information about busses Activation of busses What is a Side-Chain? How can I implement a Side-chain path into my plug-in? Audio bus Channel Configuration How are the different Speakers located? My plug-in is capable of processing all possible channel configurations How are speaker arrangement settings handled for FX plug-ins? How report to the host that the plug-in Arrangement has changed? My plug-in has mono input and stereo output. How does VST 3 handle this? Related pages Audio Processor Call Sequence Bus Arrangement Setting Sequence Complex Plug-in Structures / Multi-timbral Instruments","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » [3.0.0] Multiple Dynamic I/O Support","id":"464","title":"[3.0.0] Multiple Dynamic I/O Support"},"465":{"body":"VST 3 plug-ins are no longer limited to a fixed number of inputs and outputs, and their I/O configuration can dynamically adapt to the channel configuration. Side-chains are also very easily realizable. This includes the possibility to deactivate unused busses after loading and even reactivate those when needed. This cleans up the mixer and further helps to reduce CPU load. A bus can be understood as a \"collection of data channels\" belonging together: it describes a data input ( kInput ) or a data output ( kOutput ) of the plug-in. 2 types of bus is supported: kAudio and kEvent a VST component can define any desired number of busses. a bus could be defined a main bus ( kMain ) or auxiliary bus ( kAux ) for sidechaining (The kMain busses have to place before any others kAux busses in the exported busses list) a host that can handle multiple busses, allows the user to activate busses which are initially all inactive.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Introduction","id":"465","title":"Introduction"},"466":{"body":"A plug-in could have different reason to define multiple event input busses, for examples: in case of complex multitimbral instrument supporting more than 16 loaded sub-instruments at the same time by adding a kind of structure in its inputs from host perspective (simulating a kind of number of \"MIDI Port\" having its sub-MIDI channels) in case to different inputs meaning, which are distinctly visible and selectable in the host: one input for playing event one input for modulation event A plug-in could have different reason to define multiple event output busses, for example: in case of a main event output for played event from the UI and one event output for internally generated events from an arpeggiator. A plug-in could decide to export more than one audio input by adding a second audio input ( Side-chains, see below ) or more. A typical use case for multiple audio outputs is instrument plug-ins, for examples: with one main audio output and some auxiliary audio outputs for FX Returns or FX Sends. with one main audio output for each internally loaded instrument. Example //------------------------------------------------------------------------\ntresult PLUGIN_API MyPlugin::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //---create Audio In/Out busses------ // we want a stereo Input and a Stereo Output addAudioInput (STR16 (\"Stereo In\"), SpeakerArr::kStereo, kMain, BusInfo::kDefaultActive); addAudioOutput (STR16 (\"Stereo Out\"), SpeakerArr::kStereo, kMain, BusInfo::kDefaultActive); //---create Main Event In bus (1 bus with only 16 channel)------ addEventInput (STR16 (\"Event In\"), 16, kMain, BusInfo::kDefaultActive); //---create Aux Event In bus (1 bus with only 1 channel)------ addEventInput (STR16 (\"Mod In\"), 1, kAux, 0); // not default activated wanted //---create Event out bus (1 bus with only 1 channel)------ addEventOutput (STR16 (\"Arpeggiator\"), 1, kAux, 0); // not default activated wanted return kResultOk;\n}","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Multiple Input or Output busses","id":"466","title":"Multiple Input or Output busses"},"467":{"body":"In order to get the number and information about busses exported by the plug-in, the host uses this interface IComponent with these functions: /** Called after the plug-in is initialized. */\nvirtual int32 PLUGIN_API getBusCount (MediaType type, BusDirection dir) = 0; /** Called after the plug-in is initialized. */\nvirtual tresult PLUGIN_API getBusInfo (MediaType type, BusDirection dir, int32 index, BusInfo& bus /*out*/) = 0; BusInfo contains information like: name, number of channel, ... and the some flags indicating: kDefaultActive : The bus should be activated by the host per default on instantiation (activateBus call is requested). By default a bus is inactive. Note that if a host offers the possibility to activate/deactivate busses to the user later on, it may not follow this flag kDefaultActive and let some busses deactivated on instantiation. kIsControlVoltage : The bus does not contain ordinary audio data, but data used for control changes at sample rate. The data is in the same format as the audio data [-1.0, 1.0]. A host has to prevent unintended routing to speakers to prevent damage. Only valid for audio media type busses.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Information about busses","id":"467","title":"Information about busses"},"468":{"body":"Dynamic usage of busses is handled in the host by activating and deactivating busses. All busses are initially inactive. The plug-in has to define which of them have to be activated by default after instantiation of the plug-in, this is only a wish, the host is allowed to not follow it, and only activate the first bus for example. // here default activation is wanted (but not guaranteed)\naddAudioInput (STR16 (\"SideChain\"), SpeakerArr::kStereo, kAux, BusInfo::kDefaultActive); In order to be use each Input bus and Output bus have to be activated, this is done by the host by using this interface implemented by the plug-in ( IComponent ): //------------------------------------------------------------------------\ntresult PLUGIN_API Component::activateBus (MediaType type, BusDirection dir, int32 index, TBool state)\n{ // ... Deactivated busses do not need to be processed by the plug-in, which allows to reduce the CPU load. Check the workflow diagrams in order to understand when this is called: Audio Processor Call Sequence Bus Arrangement Setting Sequence","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Activation of busses","id":"468","title":"Activation of busses"},"469":{"body":"In audio applications, some plug-ins allow for a secondary signal to be made available to the plug-in and act as a controller of one or more parameters in the processing. Such a signal is commonly called a Side-chain Signal or Side-chain Input. Examples : If a recorded kick drum is considered well played, but the recording of the bass player's part shows that he regularly plays slightly ahead of the kick drum, a plug-in with a 'Gating' function on the bass part can use the kick drum signal as a side-chain to 'trim' the bass part precisely to that of the kick. Another application is to automatically lower the level of a musical background when another signal, such as a voice, reaches a certain level. In this case a plug-in with a 'Ducking' function would be used - where the main musical signal is reduced while the voice signal is applied to the side-chain input. A delay's mix parameter can be controlled by a side-chain input signal - to make the amount of delay signal proportional to the level of another. The side-chain can be used as an additional modulation source instead of cyclic forms of modulation. From the plug-in's perspective, side-chain inputs and/or outputs are additional inputs and outputs which can be enabled or disabled by the host. The host (if supported) will provide to the user a way to route some signal paths to these side-chain inputs or from side-chain outputs to others signal inputs. getting_started_vid_3 What is Side-Chaining and How to Use It | Music Production For Beginners getting_started_vid_4 Here an example of Side-Chaining for a Instrument in Cubase","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » What is a Side-Chain?","id":"469","title":"What is a Side-Chain?"},"47":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in","breadcrumbs":"What is the VST 3 SDK? » iOS Inter-App Audio support","id":"47","title":"iOS Inter-App Audio support"},"470":{"body":"In AudioEffect::initialize (FUnknown* context) you must add the required bus- and speaker configuration of your plug-in. For example, if your plug-in works on one input and one output bus, both stereo, the appropriate code snippet would look in the following way: addAudioInput (USTRING (\"Stereo In\"), SpeakerArr::kStereo);\naddAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); // In addition, adding a stereo side-chain bus would look in the following way:\naddAudioInput (USTRING (\"Aux In\"), SpeakerArr::kStereo, kAux, 0); // 0 here means not activated by default wanted","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How can I implement a Side-chain path into my plug-in?","id":"470","title":"How can I implement a Side-chain path into my plug-in?"},"471":{"body":"Each audio bus has its channel configuration which is a Speaker Arrangement: Stereo (L+R) const SpeakerArrangement kStereo = kSpeakerL | kSpeakerR;","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Audio bus Channel Configuration","id":"471","title":"Audio bus Channel Configuration"},"472":{"body":"Here's an overview of the main defined speaker locations (Check enum Speakers and namespace SpeakerArr). A SpeakerArrangement is a bitset combination of speakers. For example: const SpeakerArrangement kStereo = kSpeakerL | kSpeakerR; // => representing in hexadecimal 0x03 and in binary 0011. Tech_doc_28","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How are the different Speakers located?","id":"472","title":"How are the different Speakers located?"},"473":{"body":"What type of speaker arrangement should I select when adding busses? Take the configuration your plug-in is most likely to be used with. For a 5.1-surround setup that would be the following: addAudioInput (USTRING (\"Surround In\"), SpeakerArr::k51);\naddAudioOutput (USTRING (\"Surround Out\"), SpeakerArr::k51); But when the host calls Vst::IAudioProcessor::setBusArrangements the host is informing your plug-in of the current speaker arrangement of the track it was selected in. You should return kResultOk , in the case you accept this arrangement, or kResultFalse , in case you do not. ⓘ Note If you reject a Vst::IAudioProcessor::setBusArrangements by returning kResultFalse , the host calls Vst::IAudioProcessor::getBusArrangement where you have the chance to give the parameter 'arrangement' the value of the speaker arrangement your plug-in does accept for this given bus. Afterward the host can recall Vst::IAudioProcessor::setBusArrangements with the plug-in wanted Arrangements then the plug-in should return kResultOk .","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » My plug-in is capable of processing all possible channel configurations","id":"473","title":"My plug-in is capable of processing all possible channel configurations"},"474":{"body":"After instantiation of the plug-in, the host calls Vst::IAudioProcessor::setBusArrangements with a default configuration (depending on the current channel configuration), if the plug-in accepts it (by returning kResultOK ), it will continue with this configuration. If not (by returning kResultFalse ), the host asks the plug-in for its wanted configuration by calling Vst::IAudioProcessor::getBusArrangement (for Input and Output) and then recall Vst::IAudioProcessor::setBusArrangements with the final wanted configuration. Check Bus Arrangement Setting Sequences workflow. // Example of a Plug-in supporting only symmetric Input-Output Arrangements: host -> plug-in: setBusArrangements (monoIN, stereoOUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Stereo;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (stereoIN, stereoOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only asymmetric Input-Output Arrangements (mono->stereo): host -> plug-in: setBusArrangements (stereoIN, stereoOUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (MonoIN, stereoOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only asymmetric Input-Output Arrangements (mono-> stereo to up 5.1): host -> plug-in: setBusArrangements (5.1IN, 5.1OUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return 5.1;\nhost -> plug-in: setBusArrangements (MonoIN, 5.1OUT)\nplug-in return: kResultOk // Host -> Plug-in: setBusArrangements (QuadroIN, QuadroOUT) plug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return Quadro;\nhost -> plug-in: setBusArrangements (MonoIN, QuadroOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only symmetric Input-Output Arrangements and Side-chain Input always mono: host -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:Mono, Output: stereo)\nplug-in return: kResultTrue or\nhost -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:stereo, Output: stereo)\nplug-in return: kResultFalse // because we want mono for Side-chain\nhost -> plug-in: getBusArrangement (IN) => return Input Main:stereo / Input Side-chain:mono;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:mono, Output: stereo)\nplug-in return: kResultOk // Example of a Plug-in supporting only symmetric Input-Output Arrangements and Side-chain Input following the Main Input Arrangement: host -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:Mono, Output: stereo)\nplug-in return: kResultFalse // because we want the same arrangement for Input Main and Side-chain\nhost -> plug-in: getBusArrangement (IN) => return Input Main:stereo / Input Side-chain:stereo;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:stereo, Output: stereo)\nplug-in return: kResultOk","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How are speaker arrangement settings handled for FX plug-ins?","id":"474","title":"How are speaker arrangement settings handled for FX plug-ins?"},"475":{"body":"When loading a preset or with an user interaction, the plug-in wants to change its IO configuration. In this case the plug-in should call from the editController its component handler with flag kIoChanged: componentHandler->restartComponent (kIoChanged); The host will call Vst::IAudioProcessor::getBusArrangement (for Input and Output) in order to check the new requested arrangement and then the host will call Vst::IAudioProcessor::setBusArrangements (called in suspend state: setActive (false)) to confirm the requested arrangement.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How report to the host that the plug-in Arrangement has changed?","id":"475","title":"How report to the host that the plug-in Arrangement has changed?"},"476":{"body":"There are two ways to instantiate a plug-in in the following way: Way 1 In AudioEffect::initialize (FUnknown* context) you add one mono and one stereo bus. //---------------------------------------------------------------\ntresult PLUGIN_API AGain::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } addAudioInput (USTRING (\"Mono In\"), SpeakerArr::kMono); addAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); //... In case of Cubase/Nuendo being the host, the plug-in, afterbeing inserted into a stereo track, gets the left channel ofthe stereo input signal as its mono input. From this signalyou can create a stereo output signal. Way 2 In AudioEffect ::initialize (FUnknown* context) you add one stereo input and one stereo output bus. //---------------------------------------------------------------\ntresult PLUGIN_API AGain::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } addAudioInput (USTRING (\"Stereo In\"), SpeakerArr::kStereo); addAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); //... For processing, the algorithm of your plug-in takes the left channel only, or creates a new mono input signal, by adding the samples of the left and right channels.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » My plug-in has mono input and stereo output. How does VST 3 handle this?","id":"476","title":"My plug-in has mono input and stereo output. How does VST 3 handle this?"},"477":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages How to use the silence flags","breadcrumbs":"Technical Documentation » [3.0.0] Silence flags » [3.0.0] Silence flags","id":"477","title":"[3.0.0] Silence flags"},"478":{"body":"Managing large plug-in sets and multiple virtual instruments on typical studio computer systems can often be difficult because of CPU performance limits. VST 3 helps to improve overall performance by applying processing to plug-ins only when audio signals are present on their respective inputs. Instead of always processing input signals, VST 3 plug-ins can apply their processing economically and only when it is needed. The feature is supported by the IAudioProcessor interface of the plug-in. The silence flags is part of the AudioBusBuffers ( silenceFlags ) passed from the host to the plug-in and back to the host in the process call: MyPluginProcessor::process (ProcessData& data) for the inputs: check this flag: data.inputs[0]silenceFlags for the outputs: set this when the plug-in generates or notsilence: data.outputs[0].silenceFlags The silence flags are a bitmask where each bit corresponds to one channel of a bus (for example L and R for stereo bus). ⓘ Note The host has the responsibility to clear the input buffers (set to something near zero, like 10e-7, to prevent de-normalization issue) when it enables the silence flags (the output silence flags will be set by the host to no silence (=0)), on the other side the plug-in, if it produces silence output, has the responsibility to clear (set to zero) its output buffers and to correctly set the output silence flags. Check tutorial about How to use the silence flags .","breadcrumbs":"Technical Documentation » [3.0.0] Silence flags » Introduction","id":"478","title":"Introduction"},"479":{"body":"/ VST Home / Technical Documentation On this page: IAttributeList IComponentHandler IEventList IUnitHandler IHostApplication IMessage IParamValueQueue IParameterChanges IPlugFrame Related pages [3.0.0] Interfaces supported by the plug-in List of interfaces supported/implemented by the host in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » [3.0.0] Interfaces supported by the host","id":"479","title":"[3.0.0] Interfaces supported by the host"},"48":{"body":"Please sign this Steinberg VST 3 Plug-In SDK Licensing Agreement if you want to develop, release or host VST 3 plug-Ins.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Licensing","id":"48","title":"VST 3 Licensing"},"480":{"body":"Attribute list used in IMessage and IStreamAttributes . [host imp] [released: 3.0.0] [mandatory] An attribute list associates values with a key (id: some predefined keys can be found in Predefined Preset Attributes ).","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IAttributeList","id":"480","title":"IAttributeList"},"481":{"body":"Host callback interface for an edit controller. [host imp] [released: 3.0.0] [mandatory] Allow transfer of parameter editing to component (processor) via host and support automation. Cause the host to react on configuration changes (restartComponent). See also IEditController .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IComponentHandler","id":"481","title":"IComponentHandler"},"482":{"body":"List of events to process. [host imp] [released: 3.0.0] [mandatory] See also ProcessData , Event.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IEventList","id":"482","title":"IEventList"},"483":{"body":"Host callback for unit support. [host imp] [extends IComponentHandler ] [released: 3.0.0] [optional] Host callback interface, used with IUnitInfo . Retrieve via queryInterface from IComponentHandler . See also VST 3 Units , IUnitInfo .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IUnitHandler","id":"483","title":"IUnitHandler"},"484":{"body":"Basic host callback interface. [host imp] [passed as 'context' in to IPluginBase::initialize ] [released: 3.0.0] [mandatory] Basic VST host application interface.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IHostApplication","id":"484","title":"IHostApplication"},"485":{"body":"Private plug-in message. [host imp] [create via IHostApplication::createInstance ] [released: 3.0.0] [mandatory] Messages are sent from the processor component to then controller component and vice versa. See also IAttributeList , IConnectionPoint , Communication between the components .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IMessage","id":"485","title":"IMessage"},"486":{"body":"Queue of changes for a specific parameter. [host imp] [released: 3.0.0] [mandatory] The change queue can be interpreted as segment of an automation curve. For each processing block, a segment with the size of the block is transmitted to the processor. The curve is expressed as sampling points of a linear approximation of the original automation curve. If the original already is a linear curve, it can be transmitted precisely. A non-linear curve has to be converted to a linear approximation by the host. Every point of the value queue defines a linear section of the curve as a straight line from the previous point of a block to the new one. So the plug-in can calculate the value of the curve for any sample position in the block. Implicit Points : In each processing block, the section of the curve for each parameter is transmitted. In order to reduce the amount of points, the point at block position 0 can be omitted. If the curve has a slope of 0 over a period of multiple blocks, only one point is transmitted for the block where the constant curve section starts. The queue for the following blocks will be empty as long as the curve slope is 0. If the curve has a constant slope other than 0 over the period of several blocks, only the value for the last sample of the block is transmitted. In this case, the last valid point is at block position -1. The processor can calculate the value for each sample in the block by using a linear interpolation: double x1 = -1; // position of last point related to current buffer\ndouble y1 = currentParameterValue; // last transmitted value int32 pointTime = 0;\nParamValue pointValue = 0;\nIParamValueQueue::getPoint (0, pointTime, pointValue); double x2 = pointTime;\ndouble y2 = pointValue; double slope = (y2 - y1) / (x2 - x1);\ndouble offset = y1 - (slope * x1); double curveValue = (slope * bufferTime) + offset; // bufferTime is any position in buffer Jumps : A jump in the automation curve has to be transmitted as two points: one with the old value and one with the new value at the next sample position. Tech_doc_29 See also IParameterChanges , ProcessData .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IParamValueQueue","id":"486","title":"IParamValueQueue"},"487":{"body":"All parameter changes of a processing block. [host imp] [released: 3.0.0] [mandatory] This interface is used to transmit any changes to be applied to parameters in the current processing block. A change can be caused by GUI interaction as well as automation. Changes are transmitted as a list of queues ( IParamValueQueue ) containing only queues for parameters that actually did change. See IParamValueQueue , ProcessData .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IParameterChanges","id":"487","title":"IParameterChanges"},"488":{"body":"Callback interface passed to IPlugView . [host imp] [released: 3.0.0] [mandatory] Enables a plug-in to resize the view and causes the host to resize the window.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IPlugFrame","id":"488","title":"IPlugFrame"},"489":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages About MIDI in VST 3 [3.6.12] MIDI Learn","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » [3.0.1] Parameter MIDI Mapping","id":"489","title":"[3.0.1] Parameter MIDI Mapping"},"49":{"body":"Operating System Architecture Compiler Notes Windows 11 x86, x86_64, arm64, arm64EC MSVC 2022 Windows 8.1 -10 x86, x86_64 MSVC 2019, MSVC 2022 macOS 10.13 - 12 x86, x86_64, Apple Silicon Xcode 10 - 13.3 iOS 13 - 15 arm64 Xcode 11 - 13.3 Linux - Raspberry Pi OS (Buster) arm32 GCC 8.3 and higher Visual Studio Code Linux - Ubuntu 22.04 LTS x86, x86_64 GCC 11.2 and higher Visual Studio Code, Qt Creator Linux - Ubuntu 20.04 LTS x86, x86_64 GCC 8.3 and higher Visual Studio Code, Qt Creator","breadcrumbs":"What is the VST 3 SDK? » System requirements","id":"49","title":"System requirements"},"490":{"body":"How the mapping works between MIDI CC s and parameters . MIDI Mapping Interface: Vst::IMidiMapping [plug imp] [extends IEditController ] [released: 3.0.1] [optional] MIDI controllers are not transmitted directly to a VST component. MIDI as hardware protocol has restrictions that can be avoided in software. Controller data in particular come along with unclear and often ignored semantics. On top of this, they can interfere with regular parameter automation and the host is unaware of what happens in the plug-in when passing MIDI controllers directly. So any functionality that is to be controlled by MIDI controllers must be exported as regular parameter. The host will transform incoming MIDI controller data using this interface and transmit them as regular parameter change. This allows the host to automate them in the same way as other parameters. CtrlNumber can be a typical MIDI controller value extended to some others values like pitchbend or aftertouch (see ControllerNumbers ). If the mapping has changed, the plug-in must call IComponentHandler::restartComponent ( kMidiCCAssignmentChanged ) to inform the host about this change.","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » Introduction","id":"490","title":"Introduction"},"491":{"body":"In myeditcontroller.h //--------------------------------------\nclass MyEditController: public EditControllerEx1, public IMidiMapping\n{ //... //---IMidiMapping--------------------------- tresult PLUGIN_API getMidiControllerAssignment (int32 busIndex, int16 channel, CtrlNumber midiControllerNumber, ParamID& id) SMTG_OVERRIDE; //---Interface--------- OBJ_METHODS (MyEditController, EditControllerEx1) DEFINE_INTERFACES DEF_INTERFACE (IMidiMapping) END_DEFINE_INTERFACES (MyEditController) REFCOUNT_METHODS (MyEditController)\n}; In myeditcontroller.cpp //--------------------------------------\ntresult PLUGIN_API MyEditController::getMidiControllerAssignment (int32 busIndex, int16 midiChannel, CtrlNumber midiControllerNumber, ParamID& tag)\n{ // for my first Event bus and for MIDI channel 0 and for MIDI CC Volume only if (busIndex == 0 && midiChannel == 0 && midiControllerNumber == kCtrlVolume) { tag = kGainId; return kResultTrue; } return kResultFalse;\n}","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » Example","id":"491","title":"Example"},"492":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » [3.0.2] Parameter Finder","id":"492","title":"[3.0.2] Parameter Finder"},"493":{"body":"How the host can retrieve the parameter where the mouse cursor is located.Extension for IPlugView to find view parameters (lookup value under mouse support): Vst::IParameterFinder . [plug imp] [extends IPlugView ] [released: 3.0.2] [optional] It is highly recommended to implement this interface. A host can implement important functionality when a plug-in supports this interface.","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » Introduction","id":"493","title":"Introduction"},"494":{"body":"For example, all Steinberg hosts require this interface in order to support the AI Knob . Tech_doc_image_link_1","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » Examples","id":"494","title":"Examples"},"495":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency » [3.0.1] Parameter MIDI Mapping","id":"495","title":"[3.0.1] Parameter MIDI Mapping"},"496":{"body":"Extended IAudioProcessor interface for a component: Vst::IAudioPresentationLatency . [plug imp] [extends IAudioProcessor ] [released: 3.1.0] [optional] Inform the plug-in about how long from the moment of generation/acquiring (from file or from Input) it will take for its input to arrive, and how long it will take for its output to be presented (to output or to speaker).Note for Input Presentation Latency: when reading from file, the first plug-in will have an input presentation latency set to zero. When monitoring audio input from an audio device, the initial input latency is the input latency of the audio device itself. Note for Output Presentation Latency: when writing to a file, the last plug-in will have an output presentation latency set to zero. When the output of this plug-in is connected to an audio device, the initial output latency is the output latency of the audio device itself. A value of zero either means no latency or an unknown latency. Each plug-in adding a latency (returning a none zero value for IAudioProcessor::getLatencySamples ) will modify the input presentation latency of the next plug-ins in the mixer routing graph and will modify the output presentation latency of the previous plug-ins. Tech_doc_31","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency » Introduction","id":"496","title":"Introduction"},"497":{"body":"/ VST Home / Technical Documentation On this page: Introduction Dirty State Support Open Editor Request Support UI Group Editing Examples of different use cases","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support","id":"497","title":"[3.1.0] Dirty State, Open Editor Request and UI Group Editing Support"},"498":{"body":"Improvement of the plug-in's integration in the host (dirty state, request Open Editor, group editing). Extended host callback interface Vst::IComponentHandler2 for an edit controller. [host imp] [extends IComponentHandler ] [released: 3.1.0] [optional]","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Introduction","id":"498","title":"Introduction"},"499":{"body":"This allows the plug-in to tell the host that its internal state is dirty or not. If set to true, it means that after saving, there have been further changes, in addition to the parameter changes. In this case, the host should save before quitting. void MyPluginController::informHostAboutMyDirtyState (bool dirty)\n{ FUnknownPtr componentHandler2 (componentHandler); if (componentHandler2) componentHandler2->setDirty (dirty);\n}","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Dirty State Support","id":"499","title":"Dirty State Support"},"5":{"body":"Steinberg VST usage guidelines What are the licensing options Which files fall under which license? Developer use cases (FAQs)","breadcrumbs":"VST » VST 3 licensing","id":"5","title":"VST 3 licensing"},"50":{"body":"Important links you will need for working with VST 3","breadcrumbs":"What is the VST 3 SDK? » Download link","id":"50","title":"Download link"},"500":{"body":"Requesting the host to open the plug-in´s editor the next time it's possible. You should use this instead of showing an alert and blocking the program flow (especially on loading projects). void MyPluginController::requestHostToOpenEditor()\n{ FUnknownPtr componentHandler2 (componentHandler); if (componentHandler2) componentHandler2->requestOpenEditor ();\n}","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Open Editor Request Support","id":"500","title":"Open Editor Request Support"},"501":{"body":"This part handles parameter group editing from the plug-in UI. It wraps a set of: Steinberg::Vst::IComponentHandler::beginEdit Steinberg::Vst::IComponentHandler::performEdit Steinberg::Vst::IComponentHandler::endEdit functions (see IComponentHandler ) which should use the same timestamp in the host when writing automation. This allows for better synchronizing of multiple parameter changes at once.","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » UI Group Editing","id":"501","title":"UI Group Editing"},"502":{"body":"//--------------------------------------\n// we are in the editcontroller...\n// in case of multiple switch buttons (with associated ParamID 1 and 3)\n// on mouse down:\nhostHandler2->startGroupEdit ();\nhostHandler->beginEdit (1);\nhostHandler->beginEdit (3);\nhostHandler->performEdit (1, 1.0);\nhostHandler->performEdit (3, 0.0); // the opposite of paramID 1 for example\n//....\n// on mouse up:\nhostHandler->endEdit (1);\nhostHandler->endEdit (3);\nhostHandler2->finishGroupEdit ();\n//....\n//....\n//--------------------------------------\n// in case of multiple faders (with associated ParamID 1 and 3)\n// on mouse down:\nhostHandler2->startGroupEdit ();\nhostHandler->beginEdit (1);\nhostHandler->beginEdit (3);\nhostHandler2->finishGroupEdit ();\n//....\n// on mouse move:\nhostHandler2->startGroupEdit ();\nhostHandler->performEdit (1, x); // x the wanted value\nhostHandler->performEdit (3, x);\nhostHandler2->finishGroupEdit ();\n//....\n// on mouse up:\nhostHandler2->startGroupEdit ();\nhostHandler->endEdit (1);\nhostHandler->endEdit (3);\nhostHandler2->finishGroupEdit (); See also IComponentHandler , IEditController .","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Examples of different use cases","id":"502","title":"Examples of different use cases"},"503":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » [3.1.0] KnobMode, Open Help & Open Aboutbox","id":"503","title":"[3.1.0] KnobMode, Open Help & Open Aboutbox"},"504":{"body":"Edit controller component interface extension: Vst::IEditController2 . [plug imp] [extends IEditController ] [released: 3.1.0] [optional] Extension to allow the host to inform the plug-in about the host knob mode ( setKnobMode ), and to open the plug-in's about box ( openAboutBox ) or help documentation ( openHelp ).","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » Introduction","id":"504","title":"Introduction"},"505":{"body":"In mycontroller.h class MyEditController : public ComponentBase, public IEditController, public IEditController2\n{\npublic: //... //---from IEditController2------- tresult PLUGIN_API setKnobMode (KnobMode mode) SMTG_OVERRIDE { hostKnobMode = mode; return kResultTrue; } tresult PLUGIN_API openHelp (TBool /*onlyCheck*/) SMTG_OVERRIDE; tresult PLUGIN_API openAboutBox (TBool /*onlyCheck*/) SMTG_OVERRIDE {return kResultFalse;} //... DEFINE_INTERFACES DEF_INTERFACE (IEditController) DEF_INTERFACE (IEditController2) END_DEFINE_INTERFACES (ComponentBase)\n}; In mycontroller.cpp tresult PLUGIN_API MyEditController::openHelp (TBool onlyCheck)\n{ if (onlyCheck) { // the host just wants to know if i have a help documentation return kResultTrue; } // here i can open my documentation // could in my UI documentation or external pdf file return kResultTrue;\n} See also IEditController , EditController .","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » Example","id":"505","title":"Example"},"506":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Related pages: [3.5.0] Key Switch [3.6.11] NoteExpression Physical UI Mapping About MIDI in VST 3","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » [3.5.0] Note Expression","id":"506","title":"[3.5.0] Note Expression"},"507":{"body":"A new way to control / modify / change a specific played note during playback. Edit controller component interface extension: Vst::INoteExpressionController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] Note Expression is a new way of event controller editing in hosts supporting this VST 3.5 feature (in Cubase since version 6). getting_started_vid_5 getting_started_vid_6 With VST 3 Note Expression, the plug-in is able to break free from the limitations of MIDI controller events by providing access to new VST 3 controller events that provide articulation information for each individual note (event) in a polyphonic arrangement according to its noteId. A major limitation of MIDI is the nature of controller information; controllers are only channel messages (Pitchbend, Modulation, ...) and cannot be assigned to a specific playing note, with the exception of poly pressure (polyphonic aftertouch), which allows change only for a given pitch (not a given note!). Articulating each note in a chord individually creates a much more natural feel, just like multiple players playing the same instrument at the same time but each adding their own personality to the notes played. For example Cubase 6 introduces the first VST 3 Note Expression compatible virtual instrument: HALion Sonic SE . HALion Sonic SE not only supports \"standard\" note expression control for Tuning (Pitch), Volume and Pan, it also offers additional custom pre-assigned note expression types of event ( kCustomStart in Steinberg::Vst::NoteExpressionTypeIDs ).","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » Introduction","id":"507","title":"Introduction"},"508":{"body":"The best way to understand how to support note expression from the plug-in side is to check out the step by step implementation example below. For more details, check out the Note Expression Synth example included in the SDK. Step by Step: We want a mono-timbral (1 channel) instrument plug-in with 1 event bus and support for the detune ( kTuningTypeID ) note expression: The instrument Plug-in must have at least one input event bus: //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); if (result == kResultTrue) { // we want a Stereo Output addAudioOutput (STR16 (\"Stereo Output\"), SpeakerArr::kStereo); // create Event In bus (1 bus with only 1 channel) addEventInput (STR16 (\"Event Input\"), 1); } return result;\n} The controller must provide the Vst::INoteExpressionController interface, like below: //------------------------------------------------------------------\nclass MyExampleController: public EditController, public INoteExpressionController\n{\npublic: // ... //---from INoteExpressionController virtual int32 PLUGIN_API getNoteExpressionCount (int32 busIndex, int16 channel) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionInfo (int32 busIndex, int16 channel, int32 noteExpressionIndex, NoteExpressionTypeInfo& info) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionStringByValue (int32 busIndex, int16 channel, NoteExpressionTypeID id, NoteExpressionValue valueNormalized, String128 string) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionValueByString (int32 busIndex, int16 channel, NoteExpressionTypeID id, const TChar* string, NoteExpressionValue& valueNormalized) SMTG_OVERRIDE; // ... OBJ_METHODS (MyExampleController, EditController) DEFINE_INTERFACES DEF_INTERFACE (INoteExpressionController) END_DEFINE_INTERFACES (EditController) REFCOUNT_METHODS(EditController) //...\n}; Now we have to implement the Steinberg::Vst::INoteExpressionController interface, in our example Steinberg::Vst::INoteExpressionController::getNoteExpressionCount should return 1 as we only want to support tuning: //------------------------------------------------------------------\nint32 PLUGIN_API MyExampleController::getNoteExpressionCount (int32 busIndex, int16 channel)\n{ // we accept only the first bus and 1 channel if (busIndex == 0 && channel == 0) return 1; return 0;\n} Then we have to implement Steinberg::Vst::INoteExpressionController::getNoteExpressionInfo which describes what note expression the plug-in supports: // ------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionInfo (int32 busIndex, int16 channel, int32 noteExpressionIndex, NoteExpressionTypeInfo& info)\n{ // we accept only the first bus and 1 channel and only 1 Note Expression (tuning) if (busIndex == 0 && channel == 0 && noteExpressionIndex == 0) { memset (&info, 0, sizeof (NoteExpressionTypeInfo)); // set the tuning type info.typeId = kTuningTypeID; // set some strings USTRING (\"Tuning\").copyTo (info.title, 128); USTRING (\"Tun\").copyTo (info.shortTitle, 128); USTRING (\"Half Tone\").copyTo (info.units, 128); info.unitID = -1; // no unit wanted info.associatedParameterID = -1; // no associated parameter wanted info.flags = NoteExpressionTypeInfo::kIsBipolar; // event is bipolar (centered) // for Tuning the convert functions are: plain = 240 * (norm - 0.5); norm = plain / 240 + 0.5; // we want to support only +/- one octave double kNormTuningOneOctave = 12.0 / 240.0; info.valueDesc.minimum = 0.5 - kNormTuningOneOctave; info.valueDesc.maximum = 0.5 + kNormTuningOneOctave; info.valueDesc.defaultValue = 0.5; // middle of [0, 1] => no detune (240 * (0.5 - 0.5) = 0) info.valueDesc.stepCount = 0; // we want continuous (no step) return kResultTrue; } return kResultFalse;\n} For displaying note expression values, we have to implement the conversion functions: Steinberg::Vst::INoteExpressionController::getNoteExpressionStringByValue : normalized value -> string //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionStringByValue (int32 busIndex, int16 channel, NoteExpressionTypeID id, NoteExpressionValue valueNormalized, String128 string)\n{ // here we use the id (not the index) if (busIndex == 0 && channel == 0 && id == kTuningTypeID) { // here we have to convert a normalized value to a Tuning string representation UString128 wrapper; valueNormalized = (240 * valueNormalized) - 120; // compute half Tones wrapper.printFloat (valueNormalized, 2); wrapper.copyTo (string, 128); return kResultTrue; } return kResultFalse;\n} - [Steinberg::Vst::INoteExpressionController::getNoteExpressionValueByString](https://steinbergmedia.github.io/vst3_doc/vstinterfaces/classSteinberg_1_1Vst_1_1INoteExpressionController.html#ab79e988315e33b4c30c8f2bd47a0cffc): string -> normalized value //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionValueByString (int32 busIndex, int16 channel, NoteExpressionTypeID id, const TChar* string, NoteExpressionValue& valueNormalized);\n{ // here we use the id (not the index) if (busIndex == 0 && channel == 0 && id == kTuningTypeID) { // here we have to convert a given tuning string (half Tone) to a normalized value String wrapper ((TChar*)string); ParamValue tmp; if (wrapper.scanFloat (tmp)) { valueNormalized = (tmp + 120) / 240; return kResultTrue; } } return kResultFalse;\n} Last step, in the processor component we have to adapt the process call to interpret the note expression event ( Steinberg::Vst::NoteExpressionValueEvent ) sent from the host to the plug-in: //------------------------------------------------------------------\ntresult MyExampleProcessor::process (ProcessData& data)\n{ // .... // get the input event queue IEventList* inputEvents = data.inputEvents; if (inputEvents) { Event e; int32 numEvents = inputEvents->getEventCount (); // for each events check it.. for (int32 i = 0; i < numEvents; i++) { if (inputEvents->getEvent (i, e) == kResultTrue) { switch (e.type) { //----------------------- case Event::kNoteOnEvent: { // here a note On, we may need to play something a keep a trace of the e.noteOn. noteId break; } //----------------------- case Event::kNoteOffEvent: { // here we have to release the voice associated to this id: e.noteOff.noteId // Note that kNoteExpressionValueEvent event could be sent after the note is in released break; } //----------------------- case Event::kNoteExpressionValueEvent: { // here are the Note Expression interpretation // we check and use only tuning expression if (e.noteExpressionValue.typeId == kTuningTypeID) { // we have to find the voice which be changed (the note could be in released state) VoiceClass* voice = findVoice (e. noteExpressionValue.noteId); if (voice) { // we apply to it the wanted value (for a given type of note expression (detune, volume....) voice->setNoteExpressionValue (e. noteExpressionValue.typeId, e. noteExpressionValue.value); } // if the associated id is not anymore marked as playing voice (end of release reached) we ignore the Note Expression Event } break; } } } } } // ...\n} That is it!","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » How does it work?","id":"508","title":"How does it work?"},"509":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Related pages: [3.5.0] Note Expression","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » [3.5.0] Key Switch","id":"509","title":"[3.5.0] Key Switch"},"51":{"body":"All released versions of the VST 3 SDK with changes and dates.","breadcrumbs":"What is the VST 3 SDK? » Change history","id":"51","title":"Change history"},"510":{"body":"Allows information exchange between the plug-in and the host about which key switches are currently used. Extended plug-in interface IEditController for key switches support: Vst::IKeyswitchController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] Some instrument plug-ins support key switching functionality, which allows the users to switch between different layered sounds while playing notes. To achieve this, the users have to press a specific key associated to the wanted layer before playing new notes. A typical example is a sample-based player plug-in with a violin sound, which can include different layers or articulations: pizzicato, legato, tremolo, etc. By pressing and/or holding a specific key, for example C-1, before playing new notes, the plug-in will choose to play pizzicato, by using D-1, it will play legato, and so on. With VST Expression Map (introduced by Steinberg in Cubase 5), these key switches can be used in the Score Editor, to associate a symbol (articulation) to a note. Each time this note is played, the corresponding key switch will be used (sent to the plug-in as noteOn event). getting_started_vid_7 In order to help the creation of such a map, VST 3.5 defines a new interface Steinberg::Vst::IKeyswitchController . If an (instrument) plug-in supports such an interface, the host can get the current set of used key switches from the plug-in (megatrigg / articulation: Steinberg::Vst::KeyswitchInfo ) for a given channel of an event bus, and then automatically use them (like in Cubase 6 ) to create a VST Expression Map .","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » Introduction","id":"510","title":"Introduction"},"511":{"body":"Here the step by step example. We want a plug-in with 1 event bus, which is mono-timbral (1 channel), and which supports 2 key switches: The instrument plug-in should have one input event bus (could be more): //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); if (result == kResultTrue) { // we want a Stereo Output addAudioOutput (STR16 (\"Stereo Output\"), SpeakerArr::kStereo); // create Event In bus (1 bus with only 1 channel) addEventInput (STR16 (\"Event Input\"), 1); } return result;\n} The controller should have the interface Steinberg::Vst::IKeyswitchController , here in the class declaration: //------------------------------------------------------------------\nclass MyExampleController: public EditController, public IKeyswitchController\n{\npublic: //... //---from IKeyswitchController virtual int32 PLUGIN_API getKeyswitchCount (int32 busIndex, int16 channel); virtual tresult PLUGIN_API getKeyswitchInfo (int32 busIndex, int16 channel, int32 keySwitchIndex, KeyswitchInfo& info); //... OBJ_METHODS (MyExampleController, EditController) DEFINE_INTERFACES DEF_INTERFACE (IKeyswitchController) END_DEFINE_INTERFACES (EditController) REFCOUNT_METHODS(EditController) //...\n}; Now we have to implement the interface Steinberg::Vst::IKeyswitchController (only 2 functions), in our example Steinberg::Vst::IKeyswitchController::getKeyswitchCount should return 2 (2 key switches): //------------------------------------------------------------------\nint32 MyExampleController::getKeyswitchCount (int32 busIndex, int16 channel)\n{ // we accept only the first bus and 1 channel if (busIndex == 0 && channel == 0) return 2; return 0;\n} Then, we have to implement Steinberg::Vst::IKeyswitchController::getKeyswitchInfo , which allows to inform the host about what the plug-in supports: //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getKeyswitchInfo (int32 busIndex, int16 channel, int32 keySwitchIndex, KeyswitchInfo& info)\n{ // we accept only the first bus and 1 channel and only 2 keyswitches if (busIndex == 0 && channel == 0 && (keySwitchIndex == 0 || keySwitchIndex == 1) { memset (&info, 0, sizeof (KeyswitchInfo)); // in this case we want that Keyswitch should be maintained pressed for playing info.typeId = kKeyRangeTypeID; // we could use keyRemapped to make easier the use of the keyswitch (near the available instrument key range) // take care that there are no overlap between keyswitches and real key (playing sound) if (keySwitchIndex == 0) { USTRING (\"Accentuation\").copyTo (info.title, 128); USTRING (\"Acc\").copyTo (info.shortTitle, 128); // if the user keeps pressed C-1 or C#-1 or C-0 then the Accentuation sound should be played info.keyswitchMin = 12; // C-1 info.keyswitchMax = 13; // C#-1 info.keyRemapped = 24; // C-0 } else { USTRING (\"Softly\").copyTo (info.title, 128); USTRING (\"Soft\").copyTo (info.shortTitle, 128); // if the user keeps pressed D-1 or D#-1 or D-0 then the Softly sound should be played info.keyswitchMin = 14; // D-1 info.keyswitchMax = 15; // D#-1 info.keyRemapped = 26; // D-0 } info.unitID = -1; // not used info.flags = 0; // not used return kResultTrue; } return kResultFalse;\n} Last step, in the processor component, we have to adapt the process call to switch to the wanted articulation: //------------------------------------------------------------------\ntresult MyExampleProcessor::process (ProcessData& data)\n{ // .... // get the input event queue IEventList* inputEvents = data.inputEvents; if (inputEvents) { Event e; int32 numEvents = inputEvents->getEventCount (); // for each events check it.. for (int32 i = 0; i < numEvents; i++) { if (inputEvents->getEvent (i, e) == kResultTrue) { switch (e.type) { //----------------------- case Event::kNoteOnEvent: { // here a note On // check if this is a Keyswitch switch (e.noteOn.pitch) { // Accentuation Keyswitch case 12: case 13: case 24: currentLayer = kAccentuationLayer; break; // Softly Keyswitch case 14: case 15: case 26: currentLayer = kSoftlyLayer; break; default: // play the note in the currentLayer // ... } } break; //----------------------- case Event::kNoteOffEvent: { // check if keyswitch is released switch (e.noteOff.pitch) { // Accentuation Keyswitch case 12: case 13: case 24: case 14: case 15: case 26: currentLayer = kDefaultLayer; break; default: // released note... //... } } break; //.... } } } } //...\n} That is it!","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » How does it work?","id":"511","title":"How does it work?"},"512":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Graphical overview Example of implementation using helper class Location table for VST XMLs representation For Mac platform For Windows Vista/7/8/10/11 platform For Windows XP/2000 platform","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » [3.5.0] Remote Presentation of Parameters","id":"512","title":"[3.5.0] Remote Presentation of Parameters"},"513":{"body":"How to better support remote devices/controllers (UI and hardware) for parameters. Since VST 3.5, a new interface is available: Vst::IXmlRepresentationController Extended plug-in interface IEditController for a component: Vst::IXmlRepresentationController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] A representation based on XML is a way to export, structure, and group plug-in parameters for a specific remote (hardware or software rack (such as quick controls)). It allows to describe each parameter more precisely (what is the best matching to a knob, different title lengths matching limited remote display, ...). A representation is composed of pages (this means that to see all exported parameters, the user has to navigate through the pages). A page is composed of cells (for example, 8 cells per page). A cell is composed of layers (for example, a cell can have a knob, a display, and a button, which means 3 layers). A layer is associated to a plug-in parameter using the ParameterID as identifier: it could be a knob with a display for title and/or value, this display uses the same ParameterID, but it could be another one. switch link which allows to jump directly to a subpage (on another page) more... See Vst::LayerType This representation is implemented as XML text following the Document Type Definition (DTD): http://dtd.steinberg.net/VST-Remote-1.1.dtd","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Introduction","id":"513","title":"Introduction"},"514":{"body":"Here an example of what should be passed in the stream of getXmlRepresentationStream: \n\n My name 2010-12-31 This is an example for 4 Cells per Page for the Remote named ProductRemote from company HardwareCompany. Mix dry/wet Mix Delay Dly Spatial Spat Width + Widt Sync Note + Note Rate \n","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Example","id":"514","title":"Example"},"515":{"body":"ech_doc_32","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Graphical overview","id":"515","title":"Graphical overview"},"516":{"body":"See Steinberg::Vst::XmlRepresentationHelper .","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Example of implementation using helper class","id":"516","title":"Example of implementation using helper class"},"517":{"body":"When a host needs to use a VST XMLs representation (for internal use, like quick control assignments, to get the most important parameters sorted per page of a plug-in), the host will check the presence in a specific location for a given remote and for this given plug-in a representation XML file with the remote name as filename (check below about how the path is defined). If this is not found, the host will ask the plug-in by using Steinberg::Vst::IXmlRepresentationController (if implemented). Explanation: priority column: specifies the scan order by the host. Path #1 will be checked first, #8 will be checked last. The first XML found will be used and overrides the others. type of column: user: specific to the currently logged in user shared: for all users of this machine factory: installed by plug-in or application installer with the plug-in $COMPANY and $PLUGIN-NAME folder names contain only allowed characters for file naming replace characters \"\\*?/:.<>|\\\"\\t\\n\\r\" by \"_\" $UID is the Unique ID of the processor in its string representation for example: \"57F704D1FA974D668083E4B9AF581D23\" len=32)","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Location table for VST XMLs representation","id":"517","title":"Location table for VST XMLs representation"},"518":{"body":"Prio Type Scope Write Path Comment 1 User User X Users/$USERNAME/Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID 2 User User X Users/$USERNAME/Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME 3 Shared_Factory Public - Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Computer shared FactoryROM 4 Shared_Factory Public - Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME Computer shared FactoryROM 5 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Host Application 6 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 7 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 8 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Mac platform","id":"518","title":"For Mac platform"},"519":{"body":"Prio Type Scope Write Path Comment 1 User User X [Users/$USERNAME/Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_Documents 2 User User X [Users/$USERNAME/Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_Documents 3 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_RoamingAppData 4 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_RoamingAppData 5 Shared_Factory Public - [ProgramData]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_ProgramData 6 Shared_Factory Public - [ProgramData]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_ProgramData 7 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/ Host Application 8 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 9 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 10 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Windows Vista/7/8/10/11 platform","id":"519","title":"For Windows Vista/7/8/10/11 platform"},"52":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction ADelay AGain TestChannelContext HostChecker TestLegacyMIDICCOut mda plug-ins Note Expression Synth Note Expression Text Panner PitchNames Test Prefetchable Support Test Multiple Program Changes Test Program Change Sync Delay Related pages: VST 3 Plug-in Test Host AAX, AUv3, AU and VST 2 Wrappers Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » VST 3 Plug-in Examples","id":"52","title":"VST 3 Plug-in Examples"},"520":{"body":"Prio Type Scope Write Path Comment 1 User User X [My Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_PERSONAL 2 User User X [My Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_PERSONAL 3 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_APPDATA 4 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_APPDATA 5 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_COMMON_APPDATA 6 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_COMMON_APPDATA 7 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Host Application 8 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 9 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 10 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Windows XP/2000 platform","id":"520","title":"For Windows XP/2000 platform"},"521":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples From the host perspective From the plug-in perspective","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » [3.5.0] Context Menu","id":"521","title":"[3.5.0] Context Menu"},"522":{"body":"Extended host callback interface for an edit controller: Vst::IComponentHandler3 [host imp] [extends IComponentHandler ] [released: 3.5.0] [optional] A plug-in can ask the host to create a context menu for a given exported parameter ID or a generic context menu. The host may pre-fill this context menu with specific items regarding the parameter ID like \"Show automation for parameter\", \"MIDI learn\" etc... The plug-in can use the context menu in two ways: add its own items to the menu via the IContextMenu interface and call IContextMenu::popup(...) to create the pop-up. See below for an example of how to use it. extract the host menu items and add them to a context menu created by the plug-in. ⓘ Note It is recommended to use this context menu interface, even if you do not add your own items to the menu as this is considered to be a big user value. See also IContextMenu , IContextMenuTarget .","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » Introduction","id":"522","title":"Introduction"},"523":{"body":"","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » Examples","id":"523","title":"Examples"},"524":{"body":"For example, Cubase adds its owned entries in the context menu opened with right-click on an exported parameter when the plug-in uses createContextMenu . The plug-in itself, in this example, only adds the \"Open UIDescription Editor\" entry. ⓘ Note Plug-ins using VSTGUI automatically have this context menu feature. Tech_doc_33 Context menu with Cubase Tech_doc_34 Here an example of what Bitwig is doing with context menus.","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » From the host perspective","id":"524","title":"From the host perspective"},"525":{"body":"Adding plug-in specific items to the context menu: //------------------------------------------------------------------------\nclass PluginContextMenuTarget : public IContextMenuTarget, public FObject\n{\npublic: PluginContextMenuTarget () {} virtual tresult PLUGIN_API executeMenuItem (int32 tag) { // this will be called if the user has executed one of the menu items of the plug-in. // It won't be called for items of the host. switch (tag) { case 1: break; case 2: break; } return kResultTrue; } OBJ_METHODS(PluginContextMenuTarget, FObject) DEFINE_INTERFACES DEF_INTERFACE (IContextMenuTarget) END_DEFINE_INTERFACES (FObject) REFCOUNT_METHODS(FObject)\n}; // The following is the code to create the context menu\nvoid popupContextMenu (IComponentHandler* componentHandler, IPlugView* view, const ParamID* paramID, UCoord x, UCoord y)\n{ if (componentHandler == 0 || view == 0) return; FUnknownPtr handler (componentHandler); if (handler == 0) return; IContextMenu* menu = handler->createContextMenu (view, paramID); if (menu) { // here, you can add your entries (optional) PluginContextMenuTarget* target = new PluginContextMenuTarget (); IContextMenu::Item item = {0}; UString128 (\"My Item 1\").copyTo (item.name, 128); item.tag = 1; menu->addItem (item, target); UString128 (\"My Item 2\").copyTo (item.name, 128); item.tag = 2; menu->addItem (item, target); target->release (); //--end of adding new entries // here the the context menu will be pop-up (and it waits a user interaction) menu->popup (x, y); menu->release (); }\n}","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » From the plug-in perspective","id":"525","title":"From the plug-in perspective"},"526":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » [3.5.0] Enhanced Linked Parameters","id":"526","title":"[3.5.0] Enhanced Linked Parameters"},"527":{"body":"Parameter editing from host: Vst::IEditControllerHostEditing . [plug imp] [extends IEditController ] [released: 3.5.0] [optional] This allows the host to start a parameter editing action which can generate other parameter changes (like linked parameters) and this in one session (between a beginEdit and endEdit). If this interface is implemented by the edit controller, and when performing edits from outside the plug-in (host / remote) of a not automatable, not read-only, and not hidden flagged parameter (kind of helper parameter), the host will start with a beginEditFromHost before calling setParamNormalized and end with an endEditFromHost . Here the sequence that the host will call:","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » Introduction","id":"527","title":"Introduction"},"528":{"body":"//------------------------------------------------------------------------\nplugEditController->beginEditFromHost (id);\nplugEditController->setParamNormalized (id, value);\nplugEditController->setParamNormalized (id, value + 0.1);\n// ...\nplugEditController->endEditFromHost (id); See also IEditController .","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » Example","id":"528","title":"Example"},"529":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Create and Setup the Xcode Project Add your Audio Component description to the Info.plist Add files to the project If using VSTGUI Code changes UI Handling Creating a different UI when running on iOS Using VSTGUI Using a native UIView Host UI Integration","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » [3.6.0] iOS Inter-App Audio","id":"529","title":"[3.6.0] iOS Inter-App Audio"},"53":{"body":"The SDK includes some Plug-ins implementation examples. The Legendary AGain and ADelay , thanks Paul Kellet the Open-source mda Plug-ins, a basic \"Note Expression Synth\" supporting \" Note Expression Event \", an example of pitchnames support Plug-in, a VST 3 Host Checker which checks if a host is VST 3 compliant and more... what_if_2 what_if_3 what_if_4 what_if_5 Check the folder \"public.sdk/samples/vst\" of the SDK! ⓘ Note They use cmake as project generator: Using cmake for building VST 3 plug-ins In order to add your own Plug-ins check: Generate a new plug-in with the Project Generator App","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Introduction","id":"53","title":"Introduction"},"530":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in. The VST 3 SDK provides an easy way to create an iOS InterApp-Audio application out of your VST 3 plug-in. The SDK comes with an iOS VST 3 host application that can run standalone or as an Inter-App Audio slave. If your plug-in does not use any specific Windows or macOS X API's, it should be reasonably easy to get your plug-in running on iOS. If you use VSTGUI4 with the VST3Editor class as your UI, you mainly only have to create a new UI description for the different device sizes.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Introduction","id":"530","title":"Introduction"},"531":{"body":"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » How does it work?","id":"531","title":"How does it work?"},"532":{"body":"Create a new iOS Application in Xcode. Use the \"Empty Application\" template. Use \"C++11\" as \"C++ Language Dialect\". Activate \"Objective-C Automatic Reference Counting\". Change the Bundle Identifier according to your registered AppID at Apple (see the Apple Documentation). Activate the \"Inter-App Audio\" capability for the project. Activate the \"Background Modes\" capability for the project and check the \"Audio and Airplay\" mode. Change the \"Header Search Path\" configuration to add a path to the root of the VST 3 SDK.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Create and Setup the Xcode Project","id":"532","title":"Create and Setup the Xcode Project"},"533":{"body":"Add a new Array with the name \"AudioComponents\". Add a new Dictionary to the array. Add the following keys to the dictionary: manufacturer, name, type, subtype, version. Set the values of these keys: The manufacturer value must be the one registered with Apple (the one you use for AudioUnits). The type value must be either 'aurx' (Effect), 'aurm' (Effect with MIDI), 'aurg' (Generator) or 'auri' (Instrument). The version value must be 1.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Add your Audio Component description to the Info.plist","id":"533","title":"Add your Audio Component description to the Info.plist"},"534":{"body":"all the sources from your VST 3 plug-in project all files from public.sdk/source/vst/interappaudio/ all files from public.sdk/source/vst/hosting all files from base/source/ (if not already done previously) public.sdk/source/vst/auwrapper/NSDataIBStream.mm (if not already done previously)","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Add files to the project","id":"534","title":"Add files to the project"},"535":{"body":"add vstgui_ios.mm add vstgui_uidescription_ios.mm","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » If using VSTGUI","id":"535","title":"If using VSTGUI"},"536":{"body":"Xcode created some files for you when you created the project. One of it is the App Delegate. You need to change the base class from NSResponder to VSTInterAppAudioAppDelegateBase (you need to import its header file which is here: public.sdk/source/vst/interappaudio/VSTInterAppAudioAppDelegateBase.h) and then remove all methods from it. If you want to add some custom behavior to your app, you should do it in your App Delegate class implementation. For example, if you want to only allow landscape mode, you have to add this method: //-----------------------------------------------------------------\n- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window\n{ return UIInterfaceOrientationMaskLandscapeLeft|UIInterfaceOrientationMaskLandscapeRight;\n} Make sure to call the super method if you override one of themethods implemented by VSTInterAppAudioAppDelegateBase (theheader shows which methods are implemented).","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Code changes","id":"536","title":"Code changes"},"537":{"body":"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » UI Handling","id":"537","title":"UI Handling"},"538":{"body":"To create a different view for iOS, you can check the host context for the IInterAppAudioWrapper interface: //-----------------------------------------------------------------\nIPlugView* PLUGIN_API MyEditController::createView (FIDString _name)\n{ ConstString name (_name); if (name == ViewType::kEditor) { FUnknownPtr interAudioApp (getHostContext ()); if (interAudioApp) { // create and return the view for iOS } else { // create and return the view for Windows/macOSX } } return 0;\n}","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Creating a different UI when running on iOS","id":"538","title":"Creating a different UI when running on iOS"},"539":{"body":"VSTGUI 4.3 or higher includes support for iOS. You can use it the same like you use it for Windows or macOS X. See the VSTGUI documentation for some limitations.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Using VSTGUI","id":"539","title":"Using VSTGUI"},"54":{"body":"Very simple delay plug-in: only one parameter (a delay) Check the folder \"public.sdk/samples/vst/adelay\" of the SDK! Classes: ADelayProcessor ADelayController","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » ADelay","id":"54","title":"ADelay"},"540":{"body":"If you want to create a native UIView as your plug-in editor, you have to create your own IPlugView derivate and attach the UIView in the IPlugView::attached method. An example of this can be seen in \"public.sdk/samples/vst/adelay/interappaudio/iosEditor.mm\"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Using a native UIView","id":"540","title":"Using a native UIView"},"541":{"body":"The example project in \"public.sdk/samples/vst/InterAppAudio\" uses a custom solution to show the UI for controlling and switching to the host application. You should take this as an example if you want to add it this way. You can also use the UI Apple provides with its example source for Inter-App Audio. But you can also implement the host UI integration into your plug-in view. Your edit controller will get an interface to IInterAppAudioHost via its initialize method which you can use to get the host icon and send commands or switch to the host. If you use this method to show the host controls you should implement the IInterAppAudioConnectionNotification interface in your edit controller to conditionally show or hide the controls depending on the connection state.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Host UI Integration","id":"541","title":"Host UI Integration"},"542":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » [3.6.0] Preset Meta-Information","id":"542","title":"[3.6.0] Preset Meta-Information"},"543":{"body":"Meta attributes of a stream: Vst::IStreamAttributes . [host imp] [extends IBStream ] [released: 3.6.0] [optional] Interface to access preset meta information from stream, used, for example, in setState in order to inform the plug-in about the current context in which the preset loading occurs(Project context or Preset load (see StateType )) or used to get the full file path of the loaded preset (if available).","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » Introduction","id":"543","title":"Introduction"},"544":{"body":"#include \"pluginterfaces/base/ustring.h\"\n#include \"pluginterfaces/vst/vstpresetkeys.h\"\n// ... tresult PLUGIN_API MyPluginProcessor::setState (IBStream* state)\n{ FUnknownPtr stream (state); if (stream) { IAttributeList* list = stream->getAttributes (); if (list) { // get the current type (project/Default..) of this state String128 string; if (list->getString (PresetAttributes::kStateType, string, 128 * sizeof (TChar)) == kResultTrue) { UString128 tmp (string); char ascii[128]; tmp.toAscii (ascii, 128); if (!strncmp (ascii, StateType::kProject, strlen (StateType::kProject))) { // we are in project loading context... } } // get the full file path of this state TChar fullPath[1024]; if (list->getString (PresetAttributes::kFilePathStringType, fullPath, 1024 * sizeof (TChar)) == kResultTrue) { // here we have the full path ... } } } //...read the state here..... return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » Example","id":"544","title":"Example"},"545":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » [3.6.5] Channel Context Info","id":"545","title":"[3.6.5] Channel Context Info"},"546":{"body":"Channel context interface: Vst::IInfoListener . [plug imp] [extends IEditController ] [released: 3.6.5] [optional] Allows the host to inform the plug-in about the context in which the plug-in is instantiated, mainly channel based info (color, name, index, ...). Index can be defined inside a namespace (for example, index start from 1 to N for Type Input/Output Channel (Index namespace) and index start from 1 to M for Type Audio Channel). As soon as the plug-in provides this Vst::IInfoListener interface, the host will call setChannelContextInfos for each change occurring to this channel (new name, new color, new indexation, ...).","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » Introduction","id":"546","title":"Introduction"},"547":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API MyPlugin::setChannelContextInfos (IAttributeList* list)\n{ if (list) { // optional we can ask for the Channel Name Length int64 length; if (list->getInt (ChannelContext::kChannelNameLengthKey, length) == kResultTrue) { ... } // get the Channel Name where we, as Plug-in, are instantiated String128 name; if (list->getString (ChannelContext::kChannelNameKey, name, sizeof (name)) == kResultTrue) { ... } // get the Channel UID if (list->getString (ChannelContext::kChannelUIDKey, name, sizeof (name)) == kResultTrue) { ... } // get Channel Index int64 index; if (list->getInt (ChannelContext::kChannelIndexKey, index) == kResultTrue) { ... } // get the Channel Color int64 color; if (list->getInt (ChannelContext::kChannelColorKey, color) == kResultTrue) { uint32 channelColor = (uint32)color; String str; str.printf (\"%x%x%x%x\", ChannelContext::GetAlpha (channelColor), ChannelContext::GetRed (channelColor), ChannelContext::GetGreen (channelColor), ChannelContext::GetBlue (channelColor)); String128 string128; Steinberg::UString (string128, 128).fromAscii (str); ... } // get Channel Index Namespace Order of the current used index namespace if (list->getInt (ChannelContext::kChannelIndexNamespaceOrderKey, index) == kResultTrue) { ... } // get the channel Index Namespace Length if (list->getInt (ChannelContext::kChannelIndexNamespaceLengthKey, length) == kResultTrue) { ... } // get the channel Index Namespace String128 namespaceName; if (list->getString (ChannelContext::kChannelIndexNamespaceKey, namespaceName, sizeof (namespaceName)) == kResultTrue) { ... } // get Plug-in Channel Location int64 location; if (list->getInt (ChannelContext::kChannelPluginLocationKey, location) == kResultTrue) { String128 string128; switch (location) { case ChannelContext::kPreVolumeFader: Steinberg::UString (string128, 128).fromAscii (\"PreVolFader\"); break; case ChannelContext::kPostVolumeFader: Steinberg::UString (string128, 128).fromAscii (\"PostVolFader\"); break; case ChannelContext::kUsedAsPanner: Steinberg::UString (string128, 128).fromAscii (\"UsedAsPanner\"); break; default: Steinberg::UString (string128, 128).fromAscii (\"unknown!\"); break; } } // do not forget to call addRef () if you want to keep this list }\n}","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » Example","id":"547","title":"Example"},"548":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change » [3.6.5] Unit-Bus Assignment Change","id":"548","title":"[3.6.5] Unit-Bus Assignment Change"},"549":{"body":"Host callback for extended unit support: Vst::IUnitHandler2 . [host imp] [extends IUnitHandler ] [released: 3.6.5] [optional] Host callback interface, used with IUnitInfo . Retrieve via queryInterface from IComponentHandler . The plug-in has the possibility to inform the host with notifyUnitByBusChange that something has changed in the bus - unit assignment,the host then has to recall IUnitInfo::getUnitByBus in order to get the new relations between busses and unit. See also VST 3 Units , IUnitHandler , IUnitInfo .","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change » Introduction","id":"549","title":"Introduction"},"55":{"body":"The SDK includes an AGain plug-in which is a very simple VST 3 plug-in. This plug-in: is multichannel compatible supports bypass processing has an automated gain parameter has an Event input bus (allowing to use noteOn velocity to control the gain factor) has a VU peak meter uses the VSTGUI4 library a version of this plug-in with side-chaining is available (showing a plug-in using the same controller and different - components) an AAX version is available a AUv3 version is available what_if_2 Check the folder \"public.sdk/samples/vst/again\" of the SDK! Classes: AGain AGainWithSideChain (used for side-chain version) AGainController AGain Sample Accurate Simple plug-in showing how to achieve sample-accurate processing. Based Check the folder \"public.sdk/samples/vst/again_sampleaccurate\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » AGain","id":"55","title":"AGain"},"550":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » [3.6.5] Prefetchable","id":"550","title":"[3.6.5] Prefetchable"},"551":{"body":"Indicates if the plug-in supports prefetch (dynamically): Vst::IPrefetchableSupport . [plug imp] [extends IComponent ] [released: 3.6.5] [optional] The plug-in should implement this interface if it needs to dynamically change between prefetchable or not. By default (without implementing this interface), the host decides in which mode the plug-in is processed. For more info about the prefetch processing mode check the ProcessModes::kPrefetch documentation","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » Introduction","id":"551","title":"Introduction"},"552":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API myPlug::getPrefetchableSupport (PrefetchableSupport& prefetchable)\n{ prefetchable = kIsNeverPrefetchable; switch (myPrefetchableMode) { case 0: prefetchable = kIsNeverPrefetchable; break; case 1: prefetchable = kIsYetPrefetchable; break; case 2: prefetchable = kIsNotYetPrefetchable; break; } return kResultOk;\n}","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » Example","id":"552","title":"Example"},"553":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » [3.6.5] Automation State","id":"553","title":"[3.6.5] Automation State"},"554":{"body":"Extended plug-in interface IEditController : Vst::IAutomationState . [plug imp] [extends IEditController ] [released: 3.6.5] [optional] Hosts can inform the plug-in about its current automation state (Read/Write/Nothing).","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » Introduction","id":"554","title":"Introduction"},"555":{"body":"in mycontroller.h //------------------------------------------------------------------------\nclass MyController: public EditControllerEx1, public IAutomationState\n{ //... //---IAutomationState--------------------------------- tresult PLUGIN_API setAutomationState (int32 state) SMTG_OVERRIDE; //... DEFINE_INTERFACES //... DEF_INTERFACE (IAutomationState) END_DEFINE_INTERFACES (EditControllerEx1) //...\n}; In mycontroller.cpp //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::setAutomationState (int32 state)\n{ switch (state) { case kNoAutomation: break; case kReadState: break; case kWriteState: break; case kReadWriteState: break; default: } return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » Example","id":"555","title":"Example"},"556":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: Resize View Call Sequence","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling » [3.6.6] PlugView Content Scaling","id":"556","title":"[3.6.6] PlugView Content Scaling"},"557":{"body":"Plug-in view content scale support: Vst::IPlugViewContentScaleSupport . [plug impl] [extends IPlugView ] [released: 3.6.6] [optional] This interface communicates the content scale factor from the host to the plug-in view on systems where plug-ins cannot get this information directly like Microsoft Windows. The host calls setContentScaleFactor directly before or after the plug-in view is attached and when the scale factor changes while the view is attached (system change or window moved to another screen with different scaling settings). The host may call setContentScaleFactor in a different context, for example: scaling the plug-in editor for better readability. When a plug-in handles this (by returning kResultTrue), it needs to scale the width and height of its view by the scale factor and inform the host via a IPlugFrame::resizeView() , the host will then call IPlugView::onSize() . The host will then call IPlugView::onSize(). ⓘ Note Note that the host is allowed to call setContentScaleFactor() at any time the IPlugView is valid.","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling » Introduction","id":"557","title":"Introduction"},"558":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » [3.6.8] Request Bus Activation","id":"558","title":"[3.6.8] Request Bus Activation"},"559":{"body":"Extended host callback interface for an edit controller: Vst::IComponentHandlerBusActivation . [host imp] [extends IComponentHandler ] [released: 3.6.8] [optional] Allows the plug-in to request the host to activate or deactivate a specific bus. If the host accepts this request, it will call later on IComponent::activateBus . This is particularly useful for instruments with more than 1 outputs, where the user could request from the plug-in UI a given output bus activation. See also IComponentHandler .","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » Introduction","id":"559","title":"Introduction"},"56":{"body":"Very simple plug-in: showing how to use the Steinberg::Vst::ChannelContext::IInfoListener interface using a generic UI what_if_10 Check the folder \"public.sdk/samples/vst/channelcontext\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » TestChannelContext","id":"56","title":"TestChannelContext"},"560":{"body":"// somewhere in your code when you need to inform the host to enable a specific Bus.\nFUnknownPtr busActivation (componentHandler);\nif (busActivation)\n{ // here we want to activate our audio input Side-chain (the 2cd input bus: index 1) busActivation->requestBusActivation (kAudio, kInput, 1, true);\n}","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » Example","id":"560","title":"Example"},"561":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples AGain Note Expression Synth How Cubase uses Snapshots Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » [3.6.10] UI Snapshots","id":"561","title":"[3.6.10] UI Snapshots"},"562":{"body":"Since VST 3.6.10, a VST 3 bundle can contain pre-rendered snapshot images for a VST 3 host as a visual representation of the plug-in UI. This snapshot must have a predefined format and file name so that a host can recognize it. The image format must be PNG The image needs to be located inside the bundle directory in the folder Resources/Snapshots/ The file name must start with the unique ID of the audio processor printed in the form 84E8DE5F92554F5396FAE4133C935A18 followed by the string _snapshot and optionally followed by the HiDPI scale factor _2.0x and ending with the file extension .png . For example, again's snapshot must be named: 84E8DE5F92554F5396FAE4133C935A18_snapshot.png 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png for the 2x scaled HiDPI variant. If the HiDPI scale factor is omitted, a scale factor of 1 is used.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Introduction","id":"562","title":"Introduction"},"563":{"body":"","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Examples","id":"563","title":"Examples"},"564":{"body":"Tech_doc_22 84E8DE5F92554F5396FAE4133C935A18_snapshot.png Tech_doc_23 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » AGain","id":"564","title":"AGain"},"565":{"body":"Tech_doc_24 6EE65CD1B83A4AF480AA7929AEA6B8A0_snapshot.png Tech_doc_25 6EE65CD1B83A4AF480AA7929AEA6B8A0_snapshot_2.0x.png","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Note Expression Synth","id":"565","title":"Note Expression Synth"},"566":{"body":"Tech_doc_26 In the Right Zone under the Media Tab, the user can choose FXs and Instruments using the snapshots.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » How Cubase uses Snapshots","id":"566","title":"How Cubase uses Snapshots"},"567":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.5.0] Note Expression","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » [3.6.11] NoteExpression Physical UI Mapping","id":"567","title":"[3.6.11] NoteExpression Physical UI Mapping"},"568":{"body":"Extended plug-in interface IEditController for note expression event support: Vst::INoteExpressionPhysicalUIMapping . [plug imp] [extends IEditController ] [released: 3.6.11] [optional] With this plug-in interface, the host can retrieve the preferred physical mapping associated to note expression supported by the plug-in. When the mapping changes (for example, when switching presets), the plug-in needs to inform the host about it via IComponentHandler::restartComponent ( kNoteExpressionChanged ).","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » Introduction","id":"568","title":"Introduction"},"569":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this INoteExpressionPhysicalUIMapping interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::INoteExpressionPhysicalUIMapping\n{ // ... //--- INoteExpressionPhysicalUIMapping --------------------------------- tresult PLUGIN_API getPhysicalUIMapping (int32 busIndex, int16 channel, PhysicalUIMapList& list) SMTG_OVERRIDE; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::INoteExpressionPhysicalUIMapping) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstnoteexpression.h\" namespace Steinberg { namespace Vst { DEF_CLASS_IID (INoteExpressionPhysicalUIMapping) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::getPhysicalUIMapping (int32 busIndex, int16 channel, PhysicalUIMapList& list)\n{ if (busIndex == 0 && channel == 0) { for (uint32 i = 0; i < list.count; ++i) { NoteExpressionTypeID type = kInvalidTypeID; if (kPUIXMovement == list.map[i].physicalUITypeID) list.map[i].noteExpressionTypeID = kCustomStart + 1; else if (kPUIYMovement == list.map[i].physicalUITypeID) list.map[i].noteExpressionTypeID = kCustomStart + 2; } return kResultTrue; } return kResultFalse;\n}","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » Example","id":"569","title":"Example"},"57":{"body":"Instrument, Panner and Fx plug-in checking the VST 3 support of a host. It uses VSTGUI an AAX version is available what_if_5 Check the folder \"public.sdk/samples/vst/hostchecker\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » HostChecker","id":"57","title":"HostChecker"},"570":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » [3.6.12] Legacy MIDI CC Out Event","id":"570","title":"[3.6.12] Legacy MIDI CC Out Event"},"571":{"body":"Legacy MIDI CC Out event specific data: midiCCOut . Used in Event (union) [released: 3.6.12] This kind of event is reserved for generating MIDI CC as output event for kEvent Bus during the process call.","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » Introduction","id":"571","title":"Introduction"},"572":{"body":"In myprocessor.cpp #include \"public.sdk/source/vst/vsteventshelper.h\" //-----------------------------------------------------------------------------\ntresult PLUGIN_API MyProcessor::process (ProcessData& data)\n{ int16 channel = 10; float value = 0.4f; //... Event evtMIDICC; Helpers::initLegacyMIDICCOutEvent (evtMIDICC, kCtrlModWheel, channel, value); data.outputEvents->addEvent (evtMIDICC); //...\n}","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » Example","id":"572","title":"Example"},"573":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.0.1] Parameter MIDI Mapping","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » [3.6.12] MIDI Learn","id":"573","title":"[3.6.12] MIDI Learn"},"574":{"body":"MIDI Learn Interface: Vst::IMidiLearn . [plug imp] [extends IEditController ] [released: 3.6.12] [mandatory] If this interface is implemented by the edit controller, the host will call this method whenever there is live MIDI-CC input for the plug-in. This way, the plug-in can change its MIDI-CC parameter mapping and inform the host via the IComponentHandler::restartComponent with the kMidiCCAssignmentChanged flag. Use this if you want to implement custom MIDI-Learn functionality in your plug-in.","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » Introduction","id":"574","title":"Introduction"},"575":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this IMidiLearn interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::IMidiLearn\n{ // ... //--- IMidiLearn --------------------------------- tresult PLUGIN_API onLiveMIDIControllerInput (int32 busIndex, int16 channel, CtrlNumber midiCC) SMTG_OVERRIDE; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::IMidiLearn) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstmidilearn.h namespace Steinberg { namespace Vst { DEF_CLASS_IID (IMidiLearn) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::onLiveMIDIControllerInput (int32 busIndex, int16 channel, CtrlNumber midiCC)\n{ // if we are not in doMIDILearn (triggered by a UI button for example) or wrong channel then return if (!doMIDILearn || busIndex != 0 || channel != 0 || midiLearnParamID == InvalidParamID) return kResultFalse; // adapt our internal MIDICC -> parameterID mapping midiCCMapping[midiCC] = midiLearnParamID; // new mapping then inform the host that our MIDI assignment has changed if (auto componentHandler = getComponentHandler ()) { componentHandler->restartComponent (kMidiCCAssignmentChanged); } return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » Example","id":"575","title":"Example"},"576":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » [3.6.12] Host Query Interface support","id":"576","title":"[3.6.12] Host Query Interface support"},"577":{"body":"Host callback interface for an edit controller: Vst::IPlugInterfaceSupport . [host imp] [released: 3.6.12] [mandatory] Allows a plug-in to ask the host if a given plug-in interface is supported/used by the host. It is implemented by the hostContext given when the component is initialized.","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » Introduction","id":"577","title":"Introduction"},"578":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API MyPluginController::initialize (FUnknown* context)\n{ // ... FUnknownPtr plugInterfaceSupport (context); if (plugInterfaceSupport) { if (plugInterfaceSupport->isPlugInterfaceSupported (IMidiMapping::iid) == kResultTrue) // IMidiMapping is used by the host } // ...\n} See also IPluginBase .","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » Example","id":"578","title":"Example"},"579":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: [3.5.0] Note Expression [3.6.11] NoteExpression Physical UI Mapping About MIDI in VST 3","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers » [3.6.12] MPE support for Wrappers","id":"579","title":"[3.6.12] MPE support for Wrappers"},"58":{"body":"Very simple plug-in: showing how to use LegacyMIDICCOutEvent which allow to generate MIDI CC as output event VST parameters change which creates LegacyMIDICCOutEvent Event what_if_11 Check the folder \"public.sdk/samples/vst/legacymidiccout\" of the SDK! Classes: LegacyMIDICCOut::Plug","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » TestLegacyMIDICCOut","id":"58","title":"TestLegacyMIDICCOut"},"580":{"body":"Wrapper MPE Support interface: Vst::IVst3WrapperMPESupport . [host imp] [passed as 'context' to IPluginBase::initialize() ] [released: 3.6.12] [optional] Implemented on wrappers that support MPE ( MIDI Polyphonic Expression ) to Note Expression translation. ⓘ Note By default, MPE input processing is enabled, the masterChannel will be zero, the memberBeginChannel will be one and the memberEndChannel will be 14. ⓘ Note As MPE is a subset of the VST 3 Note Expression feature, mapping from the three MPE expressions is handled via the INoteExpressionPhysicalUIMapping interface.","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers » Introduction","id":"580","title":"Introduction"},"581":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » [3.7.0] Parameter Function Name","id":"581","title":"[3.7.0] Parameter Function Name"},"582":{"body":"Edit controller component interface extension: Vst::IParameterFunctionName . [plug imp] [extends IEditController ] [released: 3.7.0] [optional] This interface allows the host to get a parameter associated to a specific meaning (a functionName) for a given unit. The host can use this information, for example, for drawing a Gain Reduction meter in its own UI. In order to get the plain value of this parameter, the host should use the IEditController::normalizedParamToPlain . The host can automatically map parameters to dedicated UI controls, such as the wet-dry mix knob or the Randomize button.","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » Introduction","id":"582","title":"Introduction"},"583":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this IParameterFunctionName interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::IParameterFunctionName\n{ // ... tresult PLUGIN_API getParameterIDFromFunctionName (UnitID unitID, FIDString functionName, Vst::ParamID& paramID) override; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::IParameterFunctionName) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstparameterfunctionname.h\" namespace Steinberg { namespace Vst { DEF_CLASS_IID (IParameterFunctionName) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::getParameterIDFromFunctionName (UnitID unitID, FIDString functionName, Vst::ParamID& paramID)\n{ using namespace Vst; paramID = kNoParamId; if (unitID == kRootUnitId && FIDStringsEqual (functionName, kCompGainReduction)) paramID = kMyGainReductionId; return (paramID != kNoParamId) ? kResultOk : kResultFalse;\n} Example of host implementation FUnknownPtr functionName (mEditController->getIEditController ());\nif (functionName)\n{ Vst::ParamID paramID; if (functionName->getParameterIDFromFunctionName (Vst::FunctionNameType::kCompGainReduction, paramID) == kResultTrue) { // paramID could be cached for performance issue Vst::ParamValue norm = mEditController->getIEditController ()->getParamNormalized (paramID); Vst::ParamValue plain = mEditController->getIEditController ()->normalizedParamToPlain (paramID, norm); // plain is something like -6 (-6dB) }\n}","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » Example","id":"583","title":"Example"},"584":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples How to call it from the plug-in side","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » [3.7.0] Progress display","id":"584","title":"[3.7.0] Progress display"},"585":{"body":"Extended host callback interface for an edit controller: Vst::IProgress . [host imp] [extends IComponentHandler ] [released: 3.7.0] [optional] Allows the plug-in to ask the host to create a progress for specific tasks which take some time. The host can visualize the progress as read-only UI elements. For example, after loading a project where a plug-in needs to load extra data (e.g. samples) in a background thread, this enables the host to get and visualize the current status of the loading progress and to inform the user when the loading is finished. Note: During the progress, the host can unload the plug-in at any time. Make sure that the plug-in supports this use case.","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » Introduction","id":"585","title":"Introduction"},"586":{"body":"","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » Examples","id":"586","title":"Examples"},"587":{"body":"//--------------------------------------\n// we are in the editcontroller:\n// as member: IProgress::ID mProgressID; FUnknownPtr progress (componentHandler);\nif (progress) progress->start (IProgress::ProgressType::UIBackgroundTask, STR (\"Load Samples...\"), mProgressID); // ...\nmyProgressValue += incProgressStep;\nFUnknownPtr progress (componentHandler);\nif (progress) progress->update (mProgressID, myProgressValue); // ...\nFUnknownPtr progress (componentHandler);\nif (progress) progress->finish (mProgressID); VST 3 Plug-in Test Host integration of Vst::IProgress : Tech_doc_35","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » How to call it from the plug-in side","id":"587","title":"How to call it from the plug-in side"},"588":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements » [3.7.0] Process Context Requirements","id":"588","title":"[3.7.0] Process Context Requirements"},"589":{"body":"Extended IAudioProcessor interface for a component: Vst::IProcessContextRequirements . [plug imp] [extends IAudioProcessor ] [released: 3.7.0] [mandatory] To get accurate process context information ( Vst::ProcessContext ), it is now required to implement this interface and return the desired bit mask of flags which your audio effect needs. If you do not implement this interface, you may not get any information at all in the process function. The host asks for this information once between initialize and setActive. It cannot be changed afterwards. This gives the host the opportunity to better optimize the audio process graph when it knows which plug-ins need which information. ⚠️ Warning Plug-Ins built with an earlier SDK version (< 3.7) will still get the old information, but the information may not be as accurate as when using this interface.","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements » Introduction","id":"589","title":"Introduction"},"59":{"body":"Effects (stereo to stereo plug-ins): Ambience: Reverb Bandisto: Multi-band Distortion BeatBox: Drum Replacer Combo: Amp and Speaker Simulator DeEsser: High frequency Dynamics Processor Degrade: Sample quality reduction Delay: Simple stereo delay with feedback tone control Detune: Simple up/down pitch shifting thickener Dither: Range of dither types including noise shaping DubDelay: Delay with feedback saturation and time/pitch modulation Dynamics: Compressor / Limiter / Gate Image: Stereo image adjustment and M-S matrix Leslie: Rotary speaker simulator Limiter: Opto-electronic style limiter Loudness: Equal loudness contours for bass EQ and mix correction MultiBand: Multi-band compressor with M-S processing modes Overdrive: Soft distortion RePsycho!: Drum loop pitch changer RezFilter: Resonant filter with LFO and envelope follower RingMod: Simple Ring Modulator Round Panner: 3D panner Shepard: Continuously rising/falling tone generator SpecMeter: Stereo 13 Bands spectral Meter Splitter: Frequency / level crossover for setting up dynamic processing Stereo Simulator: Haas delay and comb filtering Sub-Bass Synthesizer: Several low frequency enhancement methods TalkBox: High resolution vocoder TestTone: Signal generator with pink and white noise, impulses and sweeps Thru-Zero Flanger: Classic tape-flanging simulation Tracker: Pitch tracking oscillator, or pitch tracking EQ Instruments (1 Event input, 1 stereo Audio output): DX10: Sounds similar to the later Yamaha DX synths including the heavy bass but with a warmer, cleaner tone. EPiano: Simple EPiano JX10: The plug-in is designed for high quality (lower aliasing than most soft synths) and low processor usage Piano: Not designed to be the best sounding piano in the world, but boasts extremely low CPU and memory usage. Based on the OpenSource mda plug-ins ( http://mda.smartelectronix.com/ ), this set of plug-ins demonstrates how wrap DS- code in a VST 3 plug-in. Check the folder \"public.sdk/samples/vst/mda-vst3\" of the SDK! Classes: BaseProcessor BaseController BaseParameter","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » mda plug-ins","id":"59","title":"mda plug-ins"},"590":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.7.0] Control Voltage Bus Flag » [3.7.0] Control Voltage Bus Flag","id":"590","title":"[3.7.0] Control Voltage Bus Flag"},"591":{"body":"Extended struct BusInfo flags for a component: Vst::IComponent::getBusInfo . [plug imp] [extends IComponent ] [released: 3.7.0] The kIsControlVoltage flag allows the plug-in to inform the host that an audio bus does not contain ordinary audio data, but data used for control changes at sample rate. The data is in the same format as the audio data [-1.0, 1.0]. A host has to prevent unintended routing to speakers to prevent damage. Only valid for audio media type busses.","breadcrumbs":"Technical Documentation » [3.7.0] Control Voltage Bus Flag » Introduction","id":"591","title":"Introduction"},"592":{"body":"/ VST Home / Technical Documentation On this page: Introduction Plug-in’s module info file: moduleinfo.json IPluginCompatibility Example Example of host implementation Related pages: Moduleinfo Compatibility with VST 2.x or VST 1","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » [3.7.5] Module Info and Plug-in Compatibility","id":"592","title":"[3.7.5] Module Info and Plug-in Compatibility"},"593":{"body":"A new moduleinfo.json file added to the plug-in bundle (in the Resources folder) describes the contents of the plug-in in a JSON5 compatible format. This includes a compatibility list which allows, for example, a VST 3 plug-in to replace a given VST 2 plug-in (check here , to learn how to create UID for old VST 2 plug-ins). [plug imp] [released: 3.7.5]","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Introduction","id":"593","title":"Introduction"},"594":{"body":"Check moduleinfo.json for more information about the content of this file.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Plug-in’s module info file: moduleinfo.json","id":"594","title":"Plug-in’s module info file: moduleinfo.json"},"595":{"body":"If the plug-in could not deliver the moduleinfo.json because it does not support bundle, it is possible to add the new interface IPluginCompatibility to the plug-in factory.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » IPluginCompatibility","id":"595","title":"IPluginCompatibility"},"596":{"body":"In plugentry.cpp : //------------------------------------------------------------------------\nclass PluginCompatibility : public FObject, public IPluginCompatibility\n{ public: //... tresult PLUGIN_API getCompatibilityJSON (IBStream* stream) override { /* write the JSON compatibility array into the stream [ { \"New\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Old\": [ \"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\", \"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\", ], } ] */ return kResultTrue; } //... }; //------------------------------------------------------------------------\nstatic FUnknown* createCompatibilityInstance (void* context)\n{ return (IPluginCompatibility*)new PluginCompatibility;\n} //------------------------------------------------------------------------\nBEGIN_FACTORY_DEF (stringCompanyName, stringCompanyWeb, stringCompanyEmail) //... DEF_CLASS2 (INLINE_UID_FROM_FUID(PluginCompatibilityUID), PClassInfo::kManyInstances, kPluginCompatibilityClass, stringPluginName, Vst::kDistributable, \"\", FULL_VERSION_STR, kVstVersionString, createCompatibilityInstance)","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Example","id":"596","title":"Example"},"597":{"body":"Check function void Validator::testModule in public.sdk/samples/vst-hosting/validator/source/validator.cpp. plugCompatibility = factory.createInstance (classInfo.ID ());","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Example of host implementation","id":"597","title":"Example of host implementation"},"598":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » [3.7.9] Get Current SystemTime","id":"598","title":"[3.7.9] Get Current SystemTime"},"599":{"body":"Extended plug-in interface IComponentHandler for an edit controller, IComponentHandlerSystemTime allows the plug-in to ask for the current systemTime (this should be the same kind of time reference than the one used in ProcessContext::systemTime, this one is not compensated like the one of the ProcessContext). [host imp] [extends IComponentHandler ] [released: 3.7.9] [optional]","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » Introduction","id":"599","title":"Introduction"},"6":{"body":"VST 3 Links — Important links you will need for working with VST 3 How to setup up my system for VST 3 — In order to build VST 3 plug-ins, you need the source code of the VST 3 (API: interface definition), an IDE/compiler, cmake and a VST 3 host application. Preparation on Windows — Generated VST 3 Microsoft Visual Studio Projects using the cmake files included in the SDK will create by default symbolic links for each built plug-in in the official VST 3 folder, in order to allow this on Windows you have to adapt the Group Policy of Windows. See Here!","breadcrumbs":"VST » Getting Started","id":"6","title":"Getting Started"},"60":{"body":"Instrument plug-in supporting note expression events It shows how easy it is to use VSTGUI a AUv3 version is available what_if_4 Check the folder \"public.sdk/samples/vst/note_expression_synth\" of the SDK! Classes: NoteExpressionSynth::Processor NoteExpressionSynth::Controller NoteExpressionSynth::Voice","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Note Expression Synth","id":"60","title":"Note Expression Synth"},"600":{"body":"//--------------------------------------\n// we are in the editcontroller: int64 systemTime = 0; FUnknownPtr handlerSystemTime (componentHandler);\nif (handlerSystemTime) handlerSystemTime->getSystemTime (systemTime);","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » Example","id":"600","title":"Example"},"601":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: Data Exchange Data Exchange Tutorial - How to send data from the realtime process to the edit controller","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller » [3.7.9] Data Transfert Between Processor/Controller","id":"601","title":"[3.7.9] Data Transfert Between Processor/Controller"},"602":{"body":"Host Data Exchange handler interface: IDataExchangeHandler . [host imp] [context interface] [released: 3.7.9] [optional] Data Exchange Receiver interface: IDataExchangeReceiver [plug imp] [released: 3.7.9] [optional] Check Data Exchange .","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller » Introduction","id":"602","title":"Introduction"},"603":{"body":"/ VST Home","breadcrumbs":"Change History » Change History","id":"603","title":"Change History"},"604":{"body":"All released versions of the VST 3 SDK with changes and dates: Version 3.7.9 (2023/10/09) Version 3.7.8 (2023/05/15) Version 3.7.7 (2022/12/12) Version 3.7.6 (2022/09/05) Version 3.7.5 (2022/05/16) Version 3.7.4 (2021/12/14) Version 3.7.3 (2021/08/10) Version 3.7.2 (2021/03/30) Version 3.7.1 (2020/11/17) Version 3.7.0 (2020/07/29) Version 3.6.14 (2019/11/29) Version 3.6.13 (2019/04/08) Version 3.6.12 (2018/12/03) Version 3.6.11 (2018/10/22) Version 3.6.10 (2018/06/11) Version 3.6.9 (2018/03/01) Version 3.6.8 (2017/11/08) Version 3.6.7 (2017/03/03) Version 3.6.6 (2016/06/17) Version 3.6.5 (2015/08/28) Version 3.6.0 (2013/11/22) Version 3.5.2 (2012/09/25) Version 3.5.1 (2011/11/11) Version 3.5.0 (2011/02/04) Version 3.1.0 (2010/06/25) Version 3.0.2 (2009/01/15) Version 3.0.1 (2008/03/19) Version 3.0.0 (2008/01/17)","breadcrumbs":"Change History » Versions","id":"604","title":"Versions"},"605":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.9 (2023/10/09) » Version 3.7.9 (2023/10/09)","id":"605","title":"Version 3.7.9 (2023/10/09)"},"606":{"body":"Interface changes: New Vst::IDataExchangeHandler / Vst::IDataExchangeReceiver : API to send data from the realtime processing function to the controller in a safe and efficient way. New Vst::IComponentHandlerSystemTime : API to query the system time from the controller. New on Linux: Query IRunLoop from the host context of IPlugFactory3 . New Flags/Enums: New speakers: kSpeakerLw and kSpeakerRw for Left and Right Wide New predefined 3D speaker arrangements (compatible Dolby Atmos): k90_4_W => L R C Ls Rs Sl Sr Tfl Tfr Trl Trr Lw Rw k91_4_W => L R C Lfe Ls Rs Sl Sr Tfl Tfr Trl Trr Lw Rw k90_6_W => L R C Ls Rs Sl Sr Tfl Tfr Trl Trr Tsl Tsr Lw Rw k91_6_W => L R C Lfe Ls Rs Sl Sr Tfl Tfr Trl Trr Tsl Tsr Lw Rw VSTGUI update 4.13.0 Documentation New tutorial: Data Exchange Tutorial - How to send data from the realtime process to the edit controller . New doc page about Provide a RunLoop on Linux . cmake Change minimal cmake version to 3.5.0. Partially fix for Windows, create destination installation folders if they don't exist (Issue#8) . Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): fix some warnings Audio Unit: AUv3Wrapper: Fix iOS build errors ( PR#47 ) Make AUv3 follow VST3 threading model (PR#62) Fix \"Missing field initializer\" warnings in AUv3Wrapper (Issue#55) Examples : New VST 3 plug-ins example DataExchange showing the use of the VST Data Exchange API: public.sdk/samples/vst/dataexchange . Update Hostchecker plug-in to check new interfaces: Vst::IDataExchangeHandler / Vst::IDataExchangeReceiver / Vst::IComponentHandlerSystemTime . Helpers classes: New helper for system time public.sdk/source/vst/utility/systemtime.cpp . New VST Data Exchange API Helper implementing Vst::IDataExchangeHandler : public.sdk/source/vst/utility/dataexchange.cpp . Fix \"Missing field initializer\" warning in vstparameters.h (PR#60) . Fix buffer overflow/memory corruption ( Issue#15 ). Fix undefined behavior - load of misaligned address ( Issue#64 ). vstgui4 seems incomplete on Linux ( Issue#104 ). Validator : Allow moduleinfo.json and IPluginCompatibility to coexist, not seen as error but warning (not recommanded!) (Issue#63) . VST3 Project Generator v2023.09: Rename SMTG_ADD_VSTGUI to SMTG_ENABLE_VSTGUI_SUPPORT .","breadcrumbs":"Change History » Version 3.7.9 (2023/10/09) » Version 3.7.9 (2023/10/09)","id":"606","title":"Version 3.7.9 (2023/10/09)"},"607":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.8 (2023/05/15) » Version 3.7.8 (2023/05/15)","id":"607","title":"Version 3.7.8 (2023/05/15)"},"608":{"body":"Interface changes: Breaking Change : the moduleinfo.json file, introduced in the VST 3.7.5, is now located in the Contents/Resources folder in order to be compliant with code signing on macOS. Add new Microsoft unified Arm64X binary definition for VST 3 plug-ins. New category: kFxVocals for tools dedicated to vocals. New Flags/Enums: New predefined Ambisonics speaker arrangements: kAmbi4thOrderACN with new speakers: kSpeakerACN16 to kSpeakerACN24 , kAmbi5thOrderACN , kAmbi6thOrderACN , kAmbi7thOrderACN : breaking speaker-bit compability by starting from index 0. Including some helper functions to map speaker index between order 1 to 4 and order 5 to 7 ( convertSpeaker_Ambi_1234Order_to_Ambi567Order and convertSpeaker_Ambi_567Order_to_Ambi1234Order ). VSTGUI update 4.12.3 cmake Fix \"When vst3sdk is a submodule, example plugins are not built - a switch to choose would be very useful\" ( Issue#94 ). Fix CMake fails with bad $-escape ( Issue#100 ). Breaking Change : options renamed to more meaningful words: SMTG_ADD_VST3_HOSTING_SAMPLES => SMTG_ENABLE_VST3_HOSTING_EXAMPLES SMTG_ADD_VST3_PLUGINS_SAMPLES => SMTG_ENABLE_VST3_PLUGIN_EXAMPLES SMTG_ADD_VSTGUI => SMTG_ENABLE_VSTGUI_SUPPORT Plug-in Wrappers : Audio Unit: AUv3Wrapper: Remove duplicate -loadAudioFile: method declaration ( PR#46 ). Fix iOS build errors ( PR#47 ) Fix resets all parameter values when restartComponent (kParamTitlesChanged) is called ( Issue#45 ) AUv2Wrapper: Fix \"AUv2 editor does not always work\" ( Issues#108 ) Fix endless SMTG_AUView setFrame recursion call in AUv2 Wrapper Examples : Improve silence flag handling in some plug-ins examples. Hello World VST 3 plug-in example is moved to github ! Helpers classes: Fix Build error on Linux with gcc 12 (moduleinfoparser.cpp) ( PR#49 ). Fix cannot fully build on linux due to missing Steinberg::SystemClipboard::copyTextToClipboard() implementation ( Issue#102 ). Fix Controller CID output from validator cut on non-Windows platform ( Issue#109 ). Add security check ( PR#51 ). Fix moduleinfotool.exe with UTF8 Normalization issue on Windows. Improve robustness of FStreamer::readString8 ( PR#5 ). Fix warning: loop variable 'flag' binds to a temporary value produced by a range of type 'std::optional JSON::Object ::value_type' Fix warnings that cannot be silenced on MinGW 8.1 ( PR#14 ). Remove warnings that cannot be silenced on Linux ( PR#6 . Fix language standard check in module_linux.cpp ( PR#53 ). Fix Qualify std::move call in module.cpp to silence a -Wunqualified-std-cast-call warning ( PR#53 ). Fix Include in moduleinfo.h to ensure that sized int types are visible ( PR#53 ). Validator : Add info when a unit has too many parameters VST3PluginTestHost v3.5: New Native Arm64EC version for Windows on Arm: allowing to load VST 3 Plug-ins built for Arm64EC. New Windows built-in ASIO Driver for x64 and Arm64EC.","breadcrumbs":"Change History » Version 3.7.8 (2023/05/15) » Version 3.7.8 (2023/05/15)","id":"608","title":"Version 3.7.8 (2023/05/15)"},"609":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.7 (2022/12/12) » Version 3.7.7 (2022/12/12)","id":"609","title":"Version 3.7.7 (2022/12/12)"},"61":{"body":"Plug-in visualizing the NoteExpression as Text It shows how easy it is to use VSTGUI4 Check the folder \"public.sdk/samples/vst/note_expression_text\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Note Expression Text","id":"61","title":"Note Expression Text"},"610":{"body":"Interface changes: Refactor SDK version macros in vsttypes.h so that the C API generator can use it. Better Support of MinGW in fplatform.h . VSTGUI update 4.12 Documentation New tutorial: Creating a cmake plug-in project from scratch New tutorial: Switching to another VSTGUI submodule or branch cmake Adapting cmake for making possible to extract an example from the SDK. Fix folder name for Windows Arm64EC . Remove ${SDK_ROOT} from smtg_target_configure_version_file . Replace SDK_ROOT with vst3sdk_SOURCE_DIR . Better support of MinGW. Improve SMTG_AAXSupport.cmake and SMTG_CoreAudioSupport.cmake Fix initialization of CMAKE_OSX_DEPLOYMENT_TARGET . Plug-in Wrappers : Audio Unit: AUv3Wrapper: fix crash building parameter groups ( PR#43 ). AUv3Wrapper: fix crash for empty parameter groups ( PR#44 ). VST3PluginTestHost v3.4: MIDI 2 support on macOS with higher resolution for Velocity On/Off , Aftertouch , Polypressure , ControlChange and PitchBend . VST3 Project Generator v2022.11: Support of multiple namespaces for generated plug-in source code (XX::YY::ZZ), request C++17 minimum. Fix support of space character in paths.","breadcrumbs":"Change History » Version 3.7.7 (2022/12/12) » Version 3.7.7 (2022/12/12)","id":"610","title":"Version 3.7.7 (2022/12/12)"},"611":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » Version 3.7.6 (2022/09/05)","id":"611","title":"Version 3.7.6 (2022/09/05)"},"612":{"body":"","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » Version 3.7.6 (2022/09/05)","id":"612","title":"Version 3.7.6 (2022/09/05)"},"613":{"body":"The integer types used throughout the SDK are now based on the standard types defined in and the UTF-16 character type is now char16_t from c++11. This is not an ABI change, all types have the same size as before, and old compiled plug-ins will still load without any issue in all hosts on all supported systems. But implementations may have to be adopted especially on Windows where the tchar/char16 type was directly used for Windows API's. There are simple casting functions in pluginterfaces/base/fstrdefs.h (see wscast ) for easy adoption. Interface changes: New architecture folder for Windows Arm64EC and Arm64 Classic New macro SMTG_HIDDEN_SYMBOL in pluginterfaces/base/fplatform.h VSTGUI Bugfix update 4.11.1 New Flags/Enums: Fix ITU 3+7+0 Sound System F k70_3 => L R C Ls Rs Sl Sr Tfl Tfr Trc k72_3 => L R C LFE Ls Rs Sl Sr Tfl Tfr Trc LFE2 Documentation New tutorial: Guideline for replacing a VST 2 plug-in by a VST 3 plug-in cmake New file SMTG_AddVST3AuV2.cmake : Add AUv2 target for a VST 3 plug-in Reworked AU Objective-C Namespace handling Add check if PROJECT_VERSION is set in project() , if not then FATAL_ERROR. Display error text when Spaces in Xcode path which is not supported by cmake. New function smtg_check_language_cxx in SMTG_DetectPlatform.cmake allows checking if C++ compiler is available. Plug-in Wrappers : Audio Unit: Simplify the creation of an AUv2 wrapped plug-in by a simple cmake function (see smtg_target_add_auv2) Reworked AUWrapper Objective-C code Examples : Add more structured Units and parameters to Hostchecker plug-in. Validator : Fix validator output on Windows, cout was not flushed in case of crash Helpers classes: Refactoring by using IPtr in public.sdk/source/vst/vsteditcontroller.h and public.sdk/source/common/pluginview.h Fix crash in module_win32.cpp when loading failed and the error code could not be printed Prevent the pluginfactory_constexpr on Linux to export symbols in debug mode which may be shared between modules. VST3PluginTestHost v3.3.10: Support loading PACE protected plug-ins on macOS by using the required entitlement for the hardened runtime VST3 Project Generator v2022.09: Fix: Prevent crash when PATH contains empty substring PR#3","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » General change","id":"613","title":"General change"},"614":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.5 (2022/05/16) » Version 3.7.5 (2022/05/16)","id":"614","title":"Version 3.7.5 (2022/05/16)"},"615":{"body":"Interface changes: New moduleinfo.json file: The moduleinfo.json describes the contents of the plug-in in a JSON5 compatible format. It contains the factory info (see PFactoryInfo), the contained classes (see PClassInfo), the included snapshots and a list of compatibility of the included classes. This compatibility list allows, for example, that a VST 3 plug-in could replace a given VST 2 plug-in. New interface IPluginCompatibility in pluginterfaces/base/iplugincompatibility.h to use when a moduleinfo.json file cannot be used. Fix issue building with Visual Studio 2022 (https://github.com/steinbergmedia/vst3sdk/issues/90). Fix warnings for Windows ARM64EC target. Fix constexpr issue by using SMTG_CONSTEXPR. VSTGUI 4.11 Using DirectComposition on Windows now with support for CLayeredViewContainer Removed 32-bit Carbon support Reworked Event handling Different fixes New Flags/Enums: New predefined 3D speaker arrangement: k50_5_3 => L R C Ls Rs Tfl Tfc Tfr Trl Trr Bfl Bfc Bfr k51_5_3 => L R C LFE Ls Rs Tfl Tfc Tfr Trl Trr Bfl Bfc Bfr ITU 4+5+1 Sound System E k50_4_1 => L R C Ls Rs Tfl Tfr Trl Trr Bfc k51_4_1 => L R C LFE Ls Rs Tfl Tfr Trl Trr Bfc ITU 3+7+0 Sound System F k70_3 => L R C Ls Rs Sl Sr Tfl Tfr Trc k72_3 => L R C LFE Ls Rs Sl Sr Tfl Tfr Trc LFE2 Documentation New tutorial explaining How to use the silence flags . Move VST 3 documentation to md files. cmake Minimum cmake version is now 3.19. New function smtg_target_setup_as_vst3_example . Change smtg_target_set_bundle for mac. New option: SMTG_CREATE_MODULE_INFO : Create the moduleinfo.json file (default ON). use VERSION and DESCRIPTION with project() for generating automatically with cmake version file. Change default to ON for SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON on Windows. Fix https://github.com/steinbergmedia/vst3sdk/pull/91. Plug-in Wrappers : Audio Unit: Fix AUv3 validation issue (https://github.com/steinbergmedia/vst3_public_sdk/issues/39). Examples : New VST 3 plug-ins example: New multiple_programchanges showing support of multiple program change parameters. Add new Processing Load simulation parameter in HostChecker which allows to create a CPU load. Refactoring the examples cmake for using the new versioning handling and smtg_target_setup_as_vst3_example . Validator : Add test for IPluginCompatibility interface Helpers classes: New file in public.sdk/samples/vst-utilities for moduleinfo support. New files in public.sdk/source/vst/moduleinfo for creating and parsing moduleinfo. Fix https://github.com/steinbergmedia/vst3_public_sdk/issues/37 VST3PluginTestHost v3.3.0: The 32bits version of plugintesthost is not availble anymore. VST3 Project Generator v2022.05: Adapt VST3 Inspector for Compatibility json file support.","breadcrumbs":"Change History » Version 3.7.5 (2022/05/16) » Version 3.7.5 (2022/05/16)","id":"615","title":"Version 3.7.5 (2022/05/16)"},"616":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.4 (2021/12/14) » Version 3.7.4 (2021/12/14)","id":"616","title":"Version 3.7.4 (2021/12/14)"},"617":{"body":"Interface changes: Add support of _M_ARM64EC on Windows New defines: SMTG_CPU_ARM_64EC, SMTG_CPP14 and SMTG_CPP17 New VST 3 plug-in location user local on Windows: %LOCALAPPDATA%/Programs/Common/VST3/ Use SMTG_CONSTEXPR where needed VSTGUI 4.10.3 Different fixes Licensing has changed to version 2.2.2! Please read the new license agreement VST 3 Licensing Issues . (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). cmake: Refactoring : rename function/macro by adding target when target is used: i.e. smtg_run_vst_validator => smtg_target_run_vst_validator Breaking Change : change smtg_add_vst3_resource to smtg_target_add_plugin_resources allowing to add multiple resources in a call Breaking Change : change smtg_add_vst3_snapshot to smtg_target_add_plugin_snapshots allowing to add multiple resources in a call Make Universal Binary on Mac default ON when Xcode12 Add support of new VST 3 Location on Windows: new option SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON Fix some code Signing issue with XCode Plug-in Wrappers : VST 2 Wrapper: Fix termination of objects might still need data destroyed in _DeinitModule() Audio Unit: Update AU SDK as external (version 1.1) Fix offline rendering info for AUWrapper Examples : Add to validator self-tests Add to validator a new function addErrorWarningTextToOutput Helpers classes: New file pluginterfaces/base/funknownimpl.h (C++11 required): it provides classes for working with FUnknown. Add Unitests for all hosting helpers classes Show example const_exp (C++17) in plug-in factory: public.sdk/source/main/pluginfactory_constexpr.h Add documentation to mpeprocessor classes VST3PluginTestHost v3.2.20: Adapted to scan the new VST 3 plug-in location on Windows This is the last version supporting 32bits plug-ins on Windows. The next update will support only 64bits plug-ins. VST3 Project Generator v2021.12: Add platform Architecture setting (cmake) in project generator on Windows","breadcrumbs":"Change History » Version 3.7.4 (2021/12/14) » Version 3.7.4 (2021/12/14)","id":"617","title":"Version 3.7.4 (2021/12/14)"},"618":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.3 (2021/08/10) » Version 3.7.3 (2021/08/10)","id":"618","title":"Version 3.7.3 (2021/08/10)"},"619":{"body":"Interface changes: update documentation of IPlugViewContentScaleSupport VSTGUI 4.10.1 different fixes Licensing has changed to version 2.2.1! Please read the new license agreement VST 3 Licensing Issues . (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). New Flags/Enums: New RestartFlags flag kKeyswitchChanged: informing that Key switches has changed (info, count) New FunctionNameType for Panner: like kPanPosCenterX cmake: Fix wrong link path on Windows arm 64 Add -Werror=return-type to get the same error on mac as on Windows or Linux Fix undefined variable vst3sdk_SOURCE_DIR when using fetchcontent for the SDK Fix wrong symbol visibility when project created via project generator New Tutorial for advanced techniques Plug-in Wrappers : AAX Wrapper: Refactoring of initModule/DeInitModule GetParameterIndex wrong index when read-only parameters used VST 2 Wrapper: Fix issue calling too many InitModule Refactoring of initModule/DeInitModule Audio Unit v3: Support AUv3 in macOS 11 Simplify AUv3Wrapper code Fix Logic/GarageBand not showing editor on macOS 11 Rename folder in zip SDK: VST3_SDK => vst3sdk Examples : Added checks in HostChecker plug-in: Check IParameterChanges for multiple queues with same ID Check IParameterChanges for multiple points at same position Add restartComponent (kKeyswitchChanged) / restartComponent (kNoteExpressionChanged) / restartComponent (kParamValuesChanged) Add support of ivstparameterfunctionname in Panner sample New VST 3 plug-ins example: New \"AGain Sample Accurate\" showing sample-accurate parameter changes processing Fix editorHost when launch without arguments Fix crash in VST3Inspector when no VST 3 plug-ins available Fix warnings for mda plug-ins Fix the build with gcc 11 Helpers classes: New utility files: audiobuffers.h processdataslicer.h rttransfer.h sampleaccurate.h testing.cpp/.h","breadcrumbs":"Change History » Version 3.7.3 (2021/08/10) » Version 3.7.3 (2021/08/10)","id":"619","title":"Version 3.7.3 (2021/08/10)"},"62":{"body":"Simple Panner plug-in showing how to support Panner category (mono to Stereo) It shows how easy it is to use VSTGUI what_if_3 Check the folder \"public.sdk/samples/vst/panner\" of the SDK! Classes: PlugController PlugProcessor","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Panner","id":"62","title":"Panner"},"620":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.2 (2021/03/30) » Version 3.7.2 (2021/03/30)","id":"620","title":"Version 3.7.2 (2021/03/30)"},"621":{"body":"VSTGUI 4.10 minimum requirement C++14. VSTGUI now needs to be initialized and terminated explicitly. See VSTGUI::init() UIDescription files are now written in JSON format and the old XML format is deprecated It's now possible to conditionally remove the XML parser and the expat library from building (set VSTGUI_ENABLE_XML_PARSER to 0) Licensing has changed to version 2.1! Please read the new license agreement /pages/VST+3+Licensing/Index.md). (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). New Flags/Enums: New predefined 3D speaker arrangement: k220 (L R C Ls Rs Lc Rc Cs Sl Sr Tc Tfl Tfc Tfr Trl Trc Trr Tsl Tsr Bfl Bfc Bfr) Some arrangements renamed: \"7.1 Music (Dolby)\"=>\"7.1\" \"7.0 Music (Dolby)\"=>\"7.0\" \"7.1 Cine (SDDS)\"=>\"7.1 SDDS\" \"7.0 Cine (SDDS)\"=>\"7.0 SDDS\" cmake: Code styling changed Each library defined which is the minimal requirementfor C++ version (11 for pluginterfaces) by usingtarget_compile_features New flag: SMTG_CXX_STANDARD in order to overwrite thedefault used version of C++ (11) New flag: SMTG_CUSTOM_BINARY_LOCATION: Customize outputlocation for binaries New flag: SMTG_CXX_STANDARD: C++ standard version usedfor plugins: 14, 17, 20 New flag: SMTG_ENABLE_ADDRESS_SANITIZER: Enable AddressSanitizer Add check for C11 atomic header Add support for enabling Sanitizer Add new file SMTG_SetDebugExecutable.cmake: allows topreconfigure the debug executable to run Fix LOCAL_JACK_LIB in SMTG_FindJack.cmake on Windows Fix link plug-in to common location on Windows Fix: Failing unit test with validator results inplug-in resources/snapshots not being copied Plug-in Wrappers : AAX Wrapper Fix Export Symbols for AAX on macOS Audio Unit v2 Fix AUv2 with Xcode 12 Examples : New VST 3 hosting example: VST 3 Inspector app : example showing how to parse the available VST 3 plug-ins factories, using VSTGUI. C++14 minimum requirements for validator, audiohost, editorhost, Inspector app Helpers classes: New file handling module initialization: public.sdk\\source\\main\\moduleinit.cpp, public.sdk\\source\\main\\moduleinit.h #include instead of #include Fix incorrect string copy regression in HostAttributeList::getString Fix some Validation tests: SliceProcessingTest,ValidStateTransitionTest. Fix module_linux.cpp building in C++20 mode VST3PluginTestHost v3.1.0: New context menu entry for instantiated plug-in: \"Export Presets Parameters as XML\" which allows to load automatically VST 3 presets and export them as XML files. VST 3 Project Generator v2021.03: This project is now open source on https://github.com/steinbergmedia/vst3projectgenerator Universal binary for macOS (Intel/M1) Add another default location to search for cmake on macOS Use cmake for bundle ID setup Make sure keyboard focus navigation is correct","breadcrumbs":"Change History » Version 3.7.2 (2021/03/30) » Version 3.7.2 (2021/03/30)","id":"621","title":"Version 3.7.2 (2021/03/30)"},"622":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.1 (2020/11/17) » Version 3.7.1 (2020/11/17)","id":"622","title":"Version 3.7.1 (2020/11/17)"},"623":{"body":"New Flags/Enums: NoteIDUserRange: Reserved note identifier (noteId) range for a plug-in. Guaranteed not used by the host. cmake: Rename files with SMTG_ prefix Rename functions with smtg_ prefix Reorganize files Make VSTSDK more Mingw32 compatible Support AUv3 building without team ID Fix path handling in smtg_add_plugin_resource Plug-in Wrappers : AAX Wrapper (AAXWrapper): Add support of offline processing Audio Unit v3 (AUv3) (AUv3Wrapper): Add support of offline processing Fix output bus activation Fix when the component is not loaded from UI-Thread Helpers classes: GetPluginFactory() def-file vs. declspec VST3PluginTestHost v3.0: New control voltage bus info column New links in help menu New enable MPE Support Dark-Light scheme Support Fix \"Valid State Transition\" test always fails a 64-bit-only plug-in #50 Fix automation unit test VST3 Project Generator v2020.10: New support of VSTGUI Enable Symbolic link on Windows Add VST3PluginTestHost.exe as Debugging->Command on Windows Improve generate cmake file Fix freeze after having choosing a wrong cmake.exe path","breadcrumbs":"Change History » Version 3.7.1 (2020/11/17) » Version 3.7.1 (2020/11/17)","id":"623","title":"Version 3.7.1 (2020/11/17)"},"624":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.0 (2020/07/29) » Version 3.7.0 (2020/07/29)","id":"624","title":"Version 3.7.0 (2020/07/29)"},"625":{"body":"Interface changes: New IProcessContextRequirements (implemented by plug-in). This is a new required interface a plug-in needs to implement when building with VST SDK 3.7 or newer. New IProgress (implemented by host) New IParameterFunctionName (implemented by plug-in) New Flags/Enums: New kIsHidden flag. With this flag, the parameter should NOT be displayed by the host and cannot be changed from outside the plug-in. New predefined 2D speaker arrangements: k90Cine, k91Cine (L R C Lfe Ls Rs Lc Rc Sl Sr) k100Cine, k101Cine (L R C Lfe Ls Rs Lc Rc Cs Sl Sr) New predefined 3D speaker arrangements: k90_4, k91_4 (L R C Lfe Ls Rs Lc Rc Sl Sr Tfl Tfr Trl Trr) k90_6, k91_6 (L R C Lfe Ls Rs Lc Rc Sl Sr Tfl Tfr Trl Trr Tsl Tsr) New Bus flag: kIsControlVoltage for audio busses Documentation: add documentation about VST 3 and MIDI 2.0 : MIDI 2.0 Increased Resolution, compared to MIDI 1.0 MIDI 2.0 Per-Note Controllers cmake: New cmake files Fix on Windows creation of VST 3 folder using powershell with admin rights Examples : New VST 3 plug-ins examples: SyncDelay using Steinberg::Vst::IProcessContextRequirements Panner using PlugType::kSpatialFx as SubCategory, it shows how to build a Panner plug-in Mono to Stereo Added checks in HostChecker plug-in: support of kIsHidden flag support of IProgress (implemented by host) support of IParameterFunctionName check if Silent flag for Main and Side-chain Inputs are used Plug-in Wrappers : Fix for AAX/VST 2 BaseWrapper setChunk attribute Vst::StateType::kProject was not set for component. Helpers classes: Added functions to load FXB/FXP states and to write FXB states for compatibility with VST 2.x (see public.sdk/source/vst/utility/vst2persistence.h) Fix compilation with MinGW-w64 GCC compiler New helper: openurl.h allowing to open a URL in the default associated application VST3PluginTestHost v2.9.0: VST 3 Plug-in Test Host Added support of: IProgress IProcessContextRequirements IParameterFunctionName Fix crashes when closing 2 or more instances of GUI of same plug-in in particular order Fix support of SingleComponentEffect plug-ins that implement IMidiMapping VST3 Project Generator v1.0.0: New easy to use VST 3 Project Generator.","breadcrumbs":"Change History » Version 3.7.0 (2020/07/29) » Version 3.7.0 (2020/07/29)","id":"625","title":"Version 3.7.0 (2020/07/29)"},"626":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.14 (2019/11/29) » Version 3.6.14 (2019/11/29)","id":"626","title":"Version 3.6.14 (2019/11/29)"},"627":{"body":"VSTGUI 4.9 new control: VSTGUI::CListControl in play with VSTGUI::CStringList custom font support: VSTGUI now supports using fonts embedded in its Bundle/Package at Resources/Fonts. Note that this works on Windows only when building with the Windows 10 SDK and it does also only work on Windows 10. There is no such restriction on macOS or Linux. cmake: minor refactoring add file SMTG_VST3_SDK.cmake better FindJack support better Cross-compiler support for Linux Examples : add more checks and 64 bit processing support in HostChecker plug-in add AAX version of \"HostChecker Plug-in\" add new test in Validator: threaded process, bypass persistence new option to run more tests (optExtensiveTests, \"Run extensive tests (may take a long time)\") improvement to MidiMappingTest performance Plug-in Wrappers : The InterAppAudio Wrapper is deprecated and may be removed in the next SDK update. Please switch to AudioUnit V3 on iOS. AAX Wrapper ( VST 3 - AAX Wrapper ): add SMPTE support Helpers classes: clear programLists, programIndexMap and units in EditControllerEx1 when terminating VST3PluginTestHost v2.8.10 menu change on Windows add new tests","breadcrumbs":"Change History » Version 3.6.14 (2019/11/29) » Version 3.6.14 (2019/11/29)","id":"627","title":"Version 3.6.14 (2019/11/29)"},"628":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.13 (2019/04/08) » Version 3.6.13 (2019/04/08)","id":"628","title":"Version 3.6.13 (2019/04/08)"},"629":{"body":"VSTGUI 4.8 new VSTGUI::CSegmentButton selection mode kSingleToggle and styles kHorizontalInverse and kVerticalInverse Interfaces changes: new PluginType kInstrumentPiano (instrument for piano sounds) cmake: minor refactoring add Visual Studio 2020 support Examples : add some more checks in HostChecker plug-in add some debug output for editorhost Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): loading of preset should not overwrite the current Bypass state VST3PluginTestHost : support of IPlugInterfaceSupport support of MPE possibility to open the same plug-in editor twice","breadcrumbs":"Change History » Version 3.6.13 (2019/04/08) » Version 3.6.13 (2019/04/08)","id":"629","title":"Version 3.6.13 (2019/04/08)"},"63":{"body":"Instrument plug-in showing PitchNames support It shows how easy it is to use VSTGUI what_if_12 Check the folder \"public.sdk/samples/vst/pitchnames\" of the SDK! Classes: PitchNamesController PitchNamesProcessor PitchNamesDataBrowserSource","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » PitchNames","id":"63","title":"PitchNames"},"630":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.12 (2018/12/03) » Version 3.6.12 (2018/12/03)","id":"630","title":"Version 3.6.12 (2018/12/03)"},"631":{"body":"VSTGUI 4.7 redesigned drag and drop (drags with bitmaps are now supported on Windows) standalone library support for Windows 7 new ImageStitcher tool the GDI+ draw backend was removed, the Direct2D backend is the replacement fix crash with splash screen fix compilation for VSTGUI Tools on win32 clean up Interfaces changes: New LegacyMIDICCOutEvent (plug-in): allow a plug-in to generate MIDI CC as output event. New IMidiLearn (plug-in): allow a plug-in to get the currently live playing MIDI CC to implement custom MIDI learning. New IPlugInterfaceSupport (host): allow a plug-in to ask the host if a given plug-in interface is supported/used by the host. New IVst3WrapperMPESupport (wrapper): allow a plug-in to set up MPE support in wrappers. cmake: minor refactoring (like renaming WIN to SMTG_WIN) fix WIN_ARCHITECTURE_NAME for Windows 32bits fix SMTG_PACKAGE_ICON_PATH selection split WIN_PDB into WIN_PDB32 and WIN_PDB64 Examples : New LegacyMIDICCOut VST 3 plug-in showing the use of LegacyMIDICCOutEvent Add IMidiLearn support for NoteExpressionSynth Add Audio Unit v3 NoteExpressionSynth example with MPE support Plug-in Wrappers : Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper): out of the box MPE support. As MPE is a limited subset of the Note Expression feature, the three expressions are simply mapped to the note expressions returned via the INoteExpressionPhysicalUIMapping interface. note that you must have certificates to sign on macOS/iOS for AUv3 complete folder restructuring for easy adaption AAX Wrapper ( VST 3 - AAX Wrapper ): fix automation update after loading a preset VST 2 Wrapper: fix double release of editor Helpers classes: New file with some helpers for event: vsteventshelper.h","breadcrumbs":"Change History » Version 3.6.12 (2018/12/03) » Version 3.6.12 (2018/12/03)","id":"631","title":"Version 3.6.12 (2018/12/03)"},"632":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.11 (2018/10/22) » Version 3.6.11 (2018/10/22)","id":"632","title":"Version 3.6.11 (2018/10/22)"},"633":{"body":"VSTGUI 4.7 update to VSTGUI 4.7 move from GTK++ to XCB for Linux support redesigned drag'n drop drags with bitmaps are now supported on Windows standalone library support for Windows 7 new ImageStitcher tool the GDI+ draw backend was removed, the Direct2D backend is the replacement New icon for VST 3 bundles: VST_Logo_Steinberg.ico and VST_Logo_Steinberg.icns (located in VST_SDK/VST3_SDK/doc/artwork folder) Interface changes: VST 2 interface not available anymore! New Steinberg::Vst::INoteExpressionPhysicalUIMapping (plug-in): allowing the host to retrieve the preferred physical mapping associated to note expression supported by the plug-in. cmake: further improvement for users projects Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): fix UI resizing fix issue for default blocksize VST 2 Wrapper: fix for instruments which were not visible as instrument Helpers classes: make virtual some functions of class parameter (set/getUnitID, getInfo, set/getPrecision)","breadcrumbs":"Change History » Version 3.6.11 (2018/10/22) » Version 3.6.11 (2018/10/22)","id":"633","title":"Version 3.6.11 (2018/10/22)"},"634":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.10 (2018/06/11) » Version 3.6.10 (2018/06/11)","id":"634","title":"Version 3.6.10 (2018/06/11)"},"635":{"body":"New definition of plug-in format for Windows including icon support (VST 3 Bundle: VST 3 Locations / Format ) Support of Snapshots inside the VST 3 Bundle cmake: adapt cmake files for better integration of users projects fix support Universal Binary for AudioUnit Plug-in wrappers : refactoring AAX/VST 2 Wrappers AAX Wrapper ( VST 3 - AAX Wrapper ): fix Bypass behavior fix initial signal latency fix indexing of parameter, conflicting with VST 2 Helpers classes: fix activateBus issue in class SingleComponentEffect fix Ring Buffer class issue","breadcrumbs":"Change History » Version 3.6.10 (2018/06/11) » Version 3.6.10 (2018/06/11)","id":"635","title":"Version 3.6.10 (2018/06/11)"},"636":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.9 (2018/03/01) » Version 3.6.9 (2018/03/01)","id":"636","title":"Version 3.6.9 (2018/03/01)"},"637":{"body":"VSTGUI 4.6 update to VSTGUI 4.6 including a new UI element: KeyboardView supporting Note Expression Interfaces changes: rename some defines: PLATFORM_64 => SMTG_PLATFORM_64 WINDOWS => SMTG_OS_WINDOWS MAC => SMTG_OS_MACOS LINUX => SMTG_OS_LINUX extract Speaker Arrangement from vsttypes.h to vstspeaker.h new kNoParamId constant for uninitialized parameter id cmake: reorganization of cmake files Examples : fix Validator State test NoteExpressionSynth uses the new KeyboardView New HelloWorld VST 3 plug-ins (template). Plug-in wrappers : VST 3 - Audio Unit Wrapper: fix and adaptation for newer XCode versions Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper): some fixes, add cmake AAX Wrapper ( VST 3 - AAX Wrapper ): add bypass and VU parameter support interappaudio: improvements, fixes, add cmake Helpers classes: New Ring Buffer class (ringbuffer.h)","breadcrumbs":"Change History » Version 3.6.9 (2018/03/01) » Version 3.6.9 (2018/03/01)","id":"637","title":"Version 3.6.9 (2018/03/01)"},"638":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.8 (2017/11/08) » Version 3.6.8 (2017/11/08)","id":"638","title":"Version 3.6.8 (2017/11/08)"},"639":{"body":"Changes in the Licensing Agreement! Please check it ( VST 3 Licensing Issues ). New Steinberg VST usage guidelines PDF This SDK version required compilers supporting C++11. It requires on Windows Visual Studio 2015 minimum! Linux support in Beta Interfaces changes: New Steinberg::Vst::IComponentHandlerBusActivation (host): allowing a plug-in to request the host to activate or deactivate a specific bus (useful for instrument with multiple outputs) New Flags/Enums: New predefined Ambisonic Speaker Arrangements: 1st, 2cd and 3rd order (ACN ordering and SN3D normalization): kAmbi1stOrderACN, kAmbi2cdOrderACN, kAmbi3rdOrderACN with their associated speakers: kSpeakerACN0...kSpeakerACN15 New predefined 3D speaker arrangements: k70_4, k71_4 Examples : New VST 3 Host implementation examples: Folder reorganization: hosting examples are in a separate folder: public.sdk/samples/vst-hosting New AudioHost (AudioHost - cross-platform standalone) showing how integrate a VST 3 plug-in in a Jack world! This required Jack Audio ( http://www.jackaudio.org ), only tested under Linux but should work on Windows 32bits and Mac. Plug-in wrappers : New Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper) New AAX wrapper ( VST 3 - AAX Wrapper ): Note that in order to use this AAX wrapper for your plug-in, you have to download the AAX SDK (contact AVID), tested with AAX SDK Version 2.3.0","breadcrumbs":"Change History » Version 3.6.8 (2017/11/08) » Version 3.6.8 (2017/11/08)","id":"639","title":"Version 3.6.8 (2017/11/08)"},"64":{"body":"Very simple plug-in: showing how to use the Steinberg::Vst::IPrefetchableSupport interface using a generic UI what_if_13 Check the folder \"public.sdk/samples/vst/prefetchablesupport\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Prefetchable Support","id":"64","title":"Test Prefetchable Support"},"640":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.7 (2017/03/03) » Version 3.6.7 (2017/03/03)","id":"640","title":"Version 3.6.7 (2017/03/03)"},"641":{"body":"Preview Linux support (check ): Setup Linux for building VST 3 plug-ins Licensing has changed! Please read the new VST 3 Licensing Issues . Use cmake as project generator: How to use cmake for Building VST 3 plug-ins This is the last version of the SDK supporting C++98, future versions will use C++11. Examples : New VST 3 host implementation example: New HostEditor application: Cross-platform (Win/macOS/Linux) standalone which opens the UI of a VST 3 plug-in Updated validator application to support Linux AGain plug-in updated: it uses VSTGUI 4 instead of VSTGUI 3 it supports 64bit processing (template based) All VSTGUI 4 based samples support HiDPI on Windows now Fix Program Change persistence in mda plug-ins example Removed Xcode and Visual Studio projects, please use cmake now! On Windows, we link VST 3 plug-ins with the MultiThreaded DLL runtime libraries (it will use Universal C Runtime Libraries, for older Windows version than Win 8.1 you may have to install these libraries from: https://support.microsoft.com/en-us/kb/2999226 ) VSTGUI 3.x is not supported anymore (removed from the SDK), but you can still download it from github: https://github.com/steinbergmedia/vstgui Plug-in wrappers : VST 3 - Audio Unit Wrapper: fix AU Wrapper MIDI Program Change issue (data1 instead of data2) VST 3 - VST 2.x Wrapper: fix resize issue on macOS fix mapping between VST 3 ParamID and VST 2 paramID when bypass parameter is used","breadcrumbs":"Change History » Version 3.6.7 (2017/03/03) » Version 3.6.7 (2017/03/03)","id":"641","title":"Version 3.6.7 (2017/03/03)"},"642":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.6 (2016/06/17) » Version 3.6.6 (2016/06/17)","id":"642","title":"Version 3.6.6 (2016/06/17)"},"643":{"body":"Interface changes: New Steinberg::IPlugViewContentScaleSupport: plug-in view content scale support New Flags/Enums: New RestartFlags: kRoutingInfoChanged informing the host that the Routing Info (IComponent) has changed Examples : New VST 3 Plug-ins examples: New VST 3 Plug-in Program Change showing how handling its own Program List is working Remove Visual Projects version 8 and 9 Plug-in wrappers : VST 3 - Audio Unit Wrapper: update to last Audio Core update VST 3 - VST 2.x Wrapper: add support of version (VST 3 -> VST 2) Helpers classes: add support for bypass including delay compensation (vstbypassprocessor.h) add helpers for events/parameters iterator (vstaudioprocessoralgo.h) add helpers for SpeakerArr: Speaker getSpeaker (const SpeakerArrangement& arr, int32 index) bool isSubsetOf (const SpeakerArrangement& arrSubSet, const SpeakerArrangement& arr) VSTGUI 4.3 update to VSTGUI 4.3.1 (available here too: http://sourceforge.net/projects/vstgui/files/vstgui/VSTGUI%204.3/) the VSTGUI repository was moved to github: https://github.com/steinbergmedia/vstgui Please use github if you want to contribute to VSTGUI. VST3PluginTestHost : fix support of SingleComponent new Developer Forum: finally, we get our VST forum at start, please check https://sdk.steinberg.net and use it as new communication platform, the VST mailing list will be kept as archive mailing list","breadcrumbs":"Change History » Version 3.6.6 (2016/06/17) » Version 3.6.6 (2016/06/17)","id":"643","title":"Version 3.6.6 (2016/06/17)"},"644":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.5 (2015/08/28) » Version 3.6.5 (2015/08/28)","id":"644","title":"Version 3.6.5 (2015/08/28)"},"645":{"body":"Interface changes: New Steinberg::Vst::ChannelContext::IInfoListener interface: informing the plug-in about the channel in which it is instantiated (name, color...) New Steinberg::Vst::IPrefetchableSupport interface: allowing a plug-in to inform the host that it does not support prefetch/ASIO Guard (could be dynamically) New Steinberg::Vst::IUnitHandler2 interface: allowing a plug-in to inform the host that an assignment Unit-Bus defined by IUnitInfo::getUnitByBus has changed New Steinberg::Vst::IAutomationState interface: informing the plug-in about its current automation state use \"#pragma once\" instead of \"#ifndef\" Examples : New VST 3 Plug-ins examples: New VST 3 Plug-in ChannelContext showing how Steinberg::Vst::ChannelContext::IInfoListener interface is working New VST 3 Plug-in PrefetchableSupport showing how Steinberg::Vst::IPrefetchableSupport interface is working \"VST 3 Host Checker\" plug-in updated with new checks Plug-in wrappers : VST 3 - Audio Unit Wrapper: support MIDI output fix crash with namespace conflict with macOS X 10.10 add PresetAttributes::StateType support in AUWrapper::restoreState New Flags/Enums: New predefined 3D Speaker Arrangements: k91Atmos VST3PluginTestHost : add some new unit tests: Bypass parameter support is mandatory for FX Plug-in (not Instrument)!","breadcrumbs":"Change History » Version 3.6.5 (2015/08/28) » Version 3.6.5 (2015/08/28)","id":"645","title":"Version 3.6.5 (2015/08/28)"},"646":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.0 (2013/11/22) » Version 3.6.0 (2013/11/22)","id":"646","title":"Version 3.6.0 (2013/11/22)"},"647":{"body":"Interface Changes: Preset meta information via Steinberg::Vst::IStreamAttributes New Event Types: Steinberg::Vst::ChordEvent, Steinberg::Vst::ScaleEvent Plug-in Wrappers : [3.6.0] iOS Inter-App Audio support VST 3 - VST 2.x Wrapper: fix when changing from host between single and double precision processing fix setProgram and processMidiEvent for kProgramChangeStatus where the wrong idx was used for programChange Parameter VST 3 - Audio Unit Wrapper: update to new AUPlugIn API in macOS X 10.7 virtual destructor for NSDataIBStream New Flags/Enums: New predefined 3D Speaker Arrangements: k81MPEG3D, k222 Helpers Classes: fix compilation for UNICODE_OFF enable Examples : New VST 3 HostChecker Plug-in VSTGUI 4.2 Update to the final 4.2 release including iOS support VST3PluginTestHost : New feature: Overwrite plug-in Name in VST 3 Presets Licensing has changed! Please read the new license agreement VST 3 Licensing Issues . Xcode 5 note: To successfully build the examples for macOS X you need to change the SDKROOT variable in base/mac/config/settings/sdk_deployment_10_6.xcconfig to macosx10.8.","breadcrumbs":"Change History » Version 3.6.0 (2013/11/22) » Version 3.6.0 (2013/11/22)","id":"647","title":"Version 3.6.0 (2013/11/22)"},"648":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.2 (2012/09/25) » Version 3.5.2 (2012/09/25)","id":"648","title":"Version 3.5.2 (2012/09/25)"},"649":{"body":"Interface Changes: Note Expression supports a new event type: NoteExpressionTextEvent Examples : Fix Visual Studio 2010 projects (filters added) Adaptation for XCode4 (The again sample project uses VSTGUI 3.6 which needs the 10.6 SDK for the 32 bit build, in later Xcode tools this SDK is not available. If you use VSTGUI 3.6 you need to use a Xcode version which has the 10.6 SDK or earlier included.) Plug-in Wrappers : VST 3 - Audio Unit Wrapper: fix noteOn and noteOff offset fix RestoreState with IO bus changes MIDI PolyPressure support added non-automatable parameters have now FlagAudioUnitParameterFlag_NonRealTime AU flag fix under Logic where sample rate was not set for mono track VST 3 - VST 2.x Wrapper: fix getMidiProgramCategory New Flags/Enums: New predefined Speaker Arrangements: 9.0/9.1/10.0/10.1/11.0/11.1/13.0/13.1 based on Auro 3D definition ( https://www.auro-3d.com/ ). Helpers Classes: New in Base: class Steinberg::Region class Steinberg::IStreamWrapper Helper Steinberg::HexBinary: HexBinary encoding and decoding Some documentation changes Steinberg::Vst::IParameterFinder : To enable important functionalities (like AI Knob) a recommendation to implement this interface was added. The VST 3 plug-in locations priority has been changed: Application level should be scanned from host after Global level. Licensing change for example source code files","breadcrumbs":"Change History » Version 3.5.2 (2012/09/25) » Version 3.5.2 (2012/09/25)","id":"649","title":"Version 3.5.2 (2012/09/25)"},"65":{"body":"Very simple plug-in: showing how to support multiple ProgramChange parameters: 16 slots with one associated program change parameter and a program list for each slot. using a generic UI","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Multiple Program Changes","id":"65","title":"Test Multiple Program Changes"},"650":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.1 (2011/11/11) » Version 3.5.1 (2011/11/11)","id":"650","title":"Version 3.5.1 (2011/11/11)"},"651":{"body":"Interface Changes: due to a missing calling convention in IContextMenu interfaces, we had to generate new iids for this set of interfaces, Steinberg hosts will be updated (from 6.0.5) in order to support correctly this interface set. The old interfaces when already used will continue to be supported in Steinberg hosts. Sorry for this issue... Helpers Classes: EditController is now one of the base classes of SingleComponentEffect If you have used the SingleComponentEffect before, make sure that you must exclude vsteditcontroller.cpp now if it was in your project EditControllerEx1 has a new function: setProgramName ProgramList has a new function: setProgramName Examples : Add Visual Studio 2010 projects Remove Visual Studio 2003 projects Fix AGain Single Component Effect VSTGUI 4.0 Update to the final 4.0 release Plug-in Wrappers : VST 3 - VST 2.x Wrapper: fix an issue with destroying the editor VST 3 - Audio Unit Wrapper: fix initial editor size issue optimization for GetParameterInfo VST3PluginTestHost : New feature: Convert VST 3 Preset to VST 2 preset (fxp or fxb)","breadcrumbs":"Change History » Version 3.5.1 (2011/11/11) » Version 3.5.1 (2011/11/11)","id":"651","title":"Version 3.5.1 (2011/11/11)"},"652":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.0 (2011/02/04) » Version 3.5.0 (2011/02/04)","id":"652","title":"Version 3.5.0 (2011/02/04)"},"653":{"body":"Interface Changes: Steinberg::Vst::INoteExpressionController: [3.5.0] Note Expression Support. Steinberg::Vst::IKeyswitchController: [3.5.0] Key Switch Support (used for building VST Expression Map in Cubase 6 for example). Steinberg::Vst::IXmlRepresentationController: [3.5.0] Remote Representation of Parameters Support (allows to define different parameter mappings for different remotes device). Steinberg::Vst::IEditControllerHostEditing: Parameter editing from host/remote control (better support of linked parameters when editing from remote control) Steinberg::Vst::IComponentHandler3 / Steinberg::Vst::IContextMenu / Steinberg::Vst::IContextMenuTarget: [3.5.0] Context Menu Support (allows the plug-in to create a context menu for a given parameter, partially filled by the host). New Flags/Enums: Add new restart flag: Steinberg::Vst::kIoTitlesChanged: informing the host about titles changes of busses. Helpers Classes: New Steinberg::Vst::XmlRepresentationHelper: helper for constructing a remote representation (xml based). See [3.5.0] Remote Representation of Parameters Support . Steinberg::Vst::EditControllerEx1: support of ProgramPitchNames added. Examples : New VST 3 instrument examples: Instrument \"Note Expression Synth\" supporting Note Expression Events Effect showing support of pitchnames (ProgramPitchNames) Validator : More command line options Possibility to add custom tests by the plug-in VSTGUI 4.0 preview version of VSTGUI with optimal VST 3 support Plug-in Wrappers : VST 3 - Audio Unit Wrapper fixes and support of Program changes Some documentation changes","breadcrumbs":"Change History » Version 3.5.0 (2011/02/04) » Version 3.5.0 (2011/02/04)","id":"653","title":"Version 3.5.0 (2011/02/04)"},"654":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.1.0 (2010/06/25) » Version 3.1.0 (2010/06/25)","id":"654","title":"Version 3.1.0 (2010/06/25)"},"655":{"body":"Restructuring of the SDK: new Base Module (many useful classes, such as templates and containers) Renamed the file public.sdk/source/main/pluginfactory.cpp to public.sdk/source/main/pluginfactoryvst3.cpp Renamed the file public.sdk/source/main/pluginfactory.h to public.sdk/source/main/pluginfactoryvst3.h Renaming Microsoft Visual Projects New Interfaces: Steinberg::Vst::IEditController2: support for setKnobMode/openHelp/openAboutBox Steinberg::Vst::IComponentHandler2: support for parameter group editing from plug-in UI, dirty state and request host to open the plug-in editor Steinberg::Vst::IAudioPresentationLatency: informs the plug-in about the Audio Presentation Latencies (in/out) New Event Structure: Steinberg::Vst::PolyPressureEvent: Polypressure event support New Flags/Enums: New plug-in Types used for subCategories: PlugType::kMono, PlugType::kStereo, PlugType::kSurround New parameter flag ParameterInfo::kIsList: flags the parameter as a list of discrete string values New IoModes enum: Steinberg::Vst::IoModes::kOfflineProcessing used with setIoMode when the plug-in is used in an offline processing context Plug-in wrappers : New VST 3 - VST 2.x Wrapper: by just adding small initializing code, you can provide a VST 2.x version of your VST 3 plug-in New VST 3 - Audio Unit Wrapper with just a few build settings, you can provide AU support with your VST 3 plug-in Examples : New VST 3 Plug-ins examples: ADelay plug-in, mda VST 3 Plug-ins (thanks Paul Kellet and Arne Scheffler) Remove Visual Studio 2003 projects Clean up AGain and add separate version supporting side-chain New features of the VST 3 Plug-in Test Host: MIDI Input support better ASIO support Mac 64 bit support (Cocoa view support also in 32 bit) Fixes in Validator Some documentation changes","breadcrumbs":"Change History » Version 3.1.0 (2010/06/25) » Version 3.1.0 (2010/06/25)","id":"655","title":"Version 3.1.0 (2010/06/25)"},"656":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.2 (2009/01/15) » Version 3.0.2 (2009/01/15)","id":"656","title":"Version 3.0.2 (2009/01/15)"},"657":{"body":"Interface Changes: Steinberg::Vst::IParameterFinder : Extension for IPlugView to find view parameters (lookup value under mouse support) Examples : Adaptation of AGain example for support of interface IParameterFinder Some documentation changes","breadcrumbs":"Change History » Version 3.0.2 (2009/01/15) » Version 3.0.2 (2009/01/15)","id":"657","title":"Version 3.0.2 (2009/01/15)"},"658":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.1 (2008/03/19) » Version 3.0.1 (2008/03/19)","id":"658","title":"Version 3.0.1 (2008/03/19)"},"659":{"body":"Interface Changes: Steinberg::Vst::IMidiMapping : allowing to support MIDI Controllers and Pitchbend New Flags/Enums: Add new restart flag: Steinberg::Vst::kMidiCCAssignmentChanged Restructuring of the SDK: Move RestartFlags from vstTypes.h to ivsteditcontroller.h Restructured helper classes by adding new files vstbus.cpp and vstparameters.cpp Change the default refcount implementation of Steinberg::FUnknown (IMPLEMENT_REFCOUNT) to use atomic operations Change InitModule/ExitModule to be called from host and not in DllMain (Cubase 4.2 needed) Rename Steinberg::Vst::IUnitData to Steinberg::Vst::IProgramListData and introduce new interface Steinberg::Vst::IUnitData Helpers Classes: Add new helper class EditControllerEx1: extend of EditController with Unit support Add new helper class Steinberg::Vst::SingleComponentEffect for single component effects Examples : AGain example has been extended: supports IMidiMapping, Side-chain and Unit Add Visual Studio 2008 solution Documentation Rework Add some new FAQs","breadcrumbs":"Change History » Version 3.0.1 (2008/03/19) » Version 3.0.1 (2008/03/19)","id":"659","title":"Version 3.0.1 (2008/03/19)"},"66":{"body":"Very simple plug-in: showing how to support Program List using a generic UI what_if_14","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Program Change","id":"66","title":"Test Program Change"},"660":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.0 (2008/01/17) » Version 3.0.0 (2008/01/17)","id":"660","title":"Version 3.0.0 (2008/01/17)"},"661":{"body":"Public Release of VST SDK 3.0","breadcrumbs":"Change History » Version 3.0.0 (2008/01/17) » Version 3.0.0 (2008/01/17)","id":"661","title":"Version 3.0.0 (2008/01/17)"},"662":{"body":"/ VST Home The FAQ provides answers to some common questions. Kindly note that we do not provide individual SDK support. If you have any questions the FAQ below cannot answer, please refer to the VST 3 SDK Forum . Communication Processing GUI-Editor Compatibility with VST 2.x or VST 1 Persistence Miscellaneous Licensing Hosting","breadcrumbs":"Frequently Asked Questions » Frequently Asked Questions","id":"662","title":"Frequently Asked Questions"},"663":{"body":"/ VST Home / Frequently Asked Questions Q: How should I communicate between the 'Processing' and the 'User Interface'? Q: I want to implement an audio meter in my user interface. How do I do this? Q: How does the host send automation data to my VST 3 plug-in? Q: How report to the host that the plug-in has new parameter titles? Q: How receive MIDI Controllers from the host? Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?","breadcrumbs":"Frequently Asked Questions » Communication » Communication","id":"663","title":"Communication"},"664":{"body":"With the term 'Processing' we mean the code implementing the Steinberg::Vst::IAudioProcessor interface, and with 'User Interface' the editor component implementing the Steinberg::Vst::IEditController interface. If you need to communicate the changes of parameters to the user interface, such as metering changes and peaks, you need to define the parameter as an exported type. The parameter then is associated with an ID. In the process function you can inform the host of changes by using the outputParameterChanges (from ProcessData ). You add the parameter (ID) to a list that will be used by the host to send them back to the user interface at the correct time. If you should need to exchange more data than just parameter changes, such as tempo , sample rate , FFT , Pitch Analysis , or any other data resulting from your processing, you can use the IMessage interface (see AGain example). However, you need to be careful and send the data from a 'timer' thread and not directly from the process function, for example, when sending from a 'process' call. See Communication between the components .","breadcrumbs":"Frequently Asked Questions » Communication » Q: How should I communicate between the 'Processing' and the 'User Interface'?","id":"664","title":"Q: How should I communicate between the 'Processing' and the 'User Interface'?"},"665":{"body":"See Q: How should I communicate between the 'Processing' and the 'User Interface'?","breadcrumbs":"Frequently Asked Questions » Communication » Q: I want to implement an audio meter in my user interface. How do I do this?","id":"665","title":"Q: I want to implement an audio meter in my user interface. How do I do this?"},"666":{"body":"Automation data is sent to the audio processing method as part of the data passed as a parameter to the IAudioProcessor::process (processData) method. IAudioProcessor::process (processData)\n{ IParameterChanges* paramChanges = processData.inputParameterChanges; //...\n} Automation data is transmitted as a list of parameter changes. This list always contains enough information to transmit the original automation curve from the host in a sample-accurate way. Check the AGain example to see how it can be implemented. See also Parameters and Automation .","breadcrumbs":"Frequently Asked Questions » Communication » Q: How does the host send automation data to my VST 3 plug-in?","id":"666","title":"Q: How does the host send automation data to my VST 3 plug-in?"},"667":{"body":"Due to preset loading or user interaction the plug-in may change its parameters names (title) (but not the number of them or their IDs). To inform the host about this change, the plug-in should call from the editController its component handler function restartComponent with flag kParamTitlesChanged : componentHandler->restartComponent (kParamTitlesChanged); The host will rescan the parameter list and update the titles. ⓘ Note With the flag kParamValuesChanged only the parameters values will be updated.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How report to the host that the plug-in has new parameter titles?","id":"667","title":"Q: How report to the host that the plug-in has new parameter titles?"},"668":{"body":"MIDI controllers are not transmitted directly to a VST component. MIDI as a hardware protocol has restrictions that can be avoided in software. Controller data in particular come along with unclear and often ignored semantics. On top of this, they can interfere with regular parameter automation, and the host is unaware of what happens in the plug-in when passing MIDI controllers directly. So any functionality that is to be controlled by MIDI controllers must be exported as a regular parameter. The host will transform incoming MIDI controller data using this interface and transmit them as a normal parameter change. This allows the host to automate them in the same way as other parameters. To inform the host about this MIDI CC s to plug-in parameters mapping, the plug-in should implement the IMidiMapping interface. If the mapping has changed, the plug-in should call IComponentHandler::restartComponent (kMidiCCAssignmentChanged) to inform the host about this change.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How receive MIDI Controllers from the host?","id":"668","title":"Q: How receive MIDI Controllers from the host?"},"669":{"body":"When a parameter is changed in the plug-in UI by user action, the plug sends this change to the host with performEdit (do not forget to call beginEdit and endEdit ), then the host has the responsibility to transfer this parameter change to the processor part: if the audio engine is running (playing), this will be done in the next available process call. if the audio engine is not running and the plug-in is activated (enabled), the host has to flush parameter changes from time to time by sending them to the processor by calling process (with audio buffer set to nullptr), in this case the plug-in should only update the parameters changes without processing any audio. It is very important that the host supports this flush mechanism; otherwise, when saving plug-ins state (project/preset) the host will not get the correct updated one.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?","id":"669","title":"Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?"},"67":{"body":"Very simple delay plug-in: showing how to support IProcessContextRequirements Check the folder \"public.sdk/samples/vst/syncdelay\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Sync Delay","id":"67","title":"Sync Delay"},"670":{"body":"/ VST Home / Frequently Asked Questions Q: How does Audio Processing Bypass work? Q: Can the maximum sample block size change while the plug-in is processing? Q: Can the sample rate change while the plug-in is processing? Q: Can the host call the process function without Audio buffers? Q: What is a Side-Chain? Q: How can I implement a Side-chain path into my plug-in? Q: My plug-in is capable of processing all possible channel configurations. Q: How are speaker arrangement settings handled for FX plug-ins? Q: My plug-in has mono input and stereo output. How does VST 3 handle this? Q: How does it work with silence flags? Q: How report to the host that the plug-in latency has changed? Q: How report to the host that the plug-in arrangement has changed? Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call? Q: How to make sure that a plug-in is always processed? Q: Can IComponent::getState()/setState() be called during processing? Q: How can a plug-in be informed that it is currently processed in offline processing? Q: What should I NOT call in the realtime process function?","breadcrumbs":"Frequently Asked Questions » Processing » Processing","id":"670","title":"Processing"},"671":{"body":"In order to implement audio process bypassing, the plug-in can export a parameter which is additionally and exclusively flagged as having the attribute kIsBypass. When the user activates the plug-in bypass in the host, like all parameter changes, this is sent as part of the parameter data passed to the IAudioProcessor::process method. The implementation of the bypass feature is entirely the responsibility of the plug-in: The IIAudioProcessor::process method will continue to be called. The plug-in must take care of artifact-free switching (ramping/fade-in/fade-out, parallel processing or algorithm changes) and must also provide a delayed action if the plug-in has a latency and be sure that the output buffers are providing a copy of the input buffers (eventually delayed). No need to copy the input buffers to the output buffers when the pointers are the same and the plug-in has no latency! This is the choice of the plug-in to handle/process the bypass (like any other parameters) sample-accurate (by using the sampleOffset of the parameter change) or audio block based (not recommended when the audio block length is too large > 1024). During bypass the process is still called, but if not, for some reason, the host may call a flush (using process call with null audio buffer). ⓘ Note The plug-in needs to save in its state the bypass parameter like any other parameters. Q: Must the host deliver valid initialized Audio buffers if the associated bus is deactivated? In a correctly implemented host, if an input or output bus exists in the host, and it has become disconnected from the plug-in, the plug-in will receive disconnection information (bus activation). Additionally, a plug-in with a disconnected input bus will continue to receive default silence buffers, just as a plug-in with a disconnected output bus will continue to receive default nirvana buffers. When these deactivated busses are the last busses (for input or output), the host could not provide associated AudioBusBuffers , in this case the plug-in should check numInputs and numOutputs and doesn't process these busses.","breadcrumbs":"Frequently Asked Questions » Processing » Q: How does Audio Processing Bypass work?","id":"671","title":"Q: How does Audio Processing Bypass work?"},"672":{"body":"The max. sample block size ( maxSamplesPerBlock ) can change during the lifetime of a plug-in, but NOT while the audio component is active. Therefore max. sample block size ( maxSamplesPerBlock ) can never change during or between processing calls while the plug-in is active. If the host changes the maximum sample block size it specifically calls the following: Vst::IAudioProcessor::process (...);\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setActive (false); Vst::IAudioProcessor::setupProcessing (...); Vst::IAudioProcessor::setActive (true);\nVst::IAudioProcessor::setProcessing (true);\nVst::IAudioProcessor::process (...); Note that the ProcessData -> numSamples which indicates how many samples are used in a process call can change from call to call, but never bigger than the maxSamplesPerBlock .","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the maximum sample block size change while the plug-in is processing?","id":"672","title":"Q: Can the maximum sample block size change while the plug-in is processing?"},"673":{"body":"No. Same as Q: Can the maximum sample block size change while the plug-in is processing?","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the sample rate change while the plug-in is processing?","id":"673","title":"Q: Can the sample rate change while the plug-in is processing?"},"674":{"body":"Yes, the host can call IAudioProcessor::process without buffers (numInputs and numOutputs are zeroed), in order to flush parameters (from host to plug-in).","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the host call the process function without Audio buffers?","id":"674","title":"Q: Can the host call the process function without Audio buffers?"},"675":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: What is a Side-Chain?","id":"675","title":"Q: What is a Side-Chain?"},"676":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How can I implement a Side-chain path into my plug-in?","id":"676","title":"Q: How can I implement a Side-chain path into my plug-in?"},"677":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: My plug-in is capable of processing all possible channel configurations.","id":"677","title":"Q: My plug-in is capable of processing all possible channel configurations."},"678":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How are speaker arrangement settings handled for FX plug-ins?","id":"678","title":"Q: How are speaker arrangement settings handled for FX plug-ins?"},"679":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: My plug-in has mono input and stereo output. How does VST 3 handle this?","id":"679","title":"Q: My plug-in has mono input and stereo output. How does VST 3 handle this?"},"68":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction How to use it? VST Player Window Audio Input Event Input VST Rack Info Window Context Menu Transport VST 3 Plug-ins Tests Window Preset Editor Related pages: VST 3 Plug-in Examples","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST 3 Plug-in Test Host","id":"68","title":"VST 3 Plug-in Test Host"},"680":{"body":"See [3.0.0] Silence flags Support and tutorial about how to use Silence flags .","breadcrumbs":"Frequently Asked Questions » Processing » Q: How does it work with silence flags?","id":"680","title":"Q: How does it work with silence flags?"},"681":{"body":"The plug-in should call from the editController its component handler restartComponent function with flag kLatencyChanged: componentHandler->restartComponent (kLatencyChanged); The host will call Vst::IAudioProcessor->getLatencySamples() in order to check the new latency and adapt its latency compensation if supported.","breadcrumbs":"Frequently Asked Questions » Processing » Q: How report to the host that the plug-in latency has changed?","id":"681","title":"Q: How report to the host that the plug-in latency has changed?"},"682":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How report to the host that the plug-in arrangement has changed?","id":"682","title":"Q: How report to the host that the plug-in arrangement has changed?"},"683":{"body":"Yes, it depends how the DAW is supporting its processing, the following call sequence is legal: Vst::IAudioProcessor::process (...);\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setProcessing (true);\n// here no call to process, maybe something happen in between in the DAW\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setProcessing (true);\nVst::IAudioProcessor::process (...);","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call?","id":"683","title":"Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call?"},"684":{"body":"If your plug-in always generates sound without need of any audio input, you can add the category \"Generator\" as subCategories (for example use kFxGenerator ) or you can return kInfiniteTail in the function IAudioProcessor::getTailSamples","breadcrumbs":"Frequently Asked Questions » Processing » Q: How to make sure that a plug-in is always processed?","id":"684","title":"Q: How to make sure that a plug-in is always processed?"},"685":{"body":"Yes, setState and getState are called normally from the UI Thread when the plug-in is used in a realtime context, in an offline context set/getState can be called in the same thread as the process call. Check the workflow diagram Audio Processor Call Sequence for more info about in which state which interfaces are called.","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can IComponent::getState()/setState() be called during processing?","id":"685","title":"Q: Can IComponent::getState()/setState() be called during processing?"},"686":{"body":"When a plug-in is used in an offline processing context (which is the case with Cubase 9.5/Nuendo 8 feature: Direct Offline Processing), its component will be initialized with IComponent::setIoMode (Vst::kOfflineProcessing) (see The Simple Mode). The offline processing mode (passed in the process call) is used when: the user exports audio (downmix) direct offline processing feature With IComponent::setIoMode (Vst::kOfflineProcessing) you are able to differentiate between export and DOP (Direct Offline Processing). getting_started_vid_1 Direct Offline Processing since Cubase 9.5","breadcrumbs":"Frequently Asked Questions » Processing » Q: How can a plug-in be informed that it is currently processed in offline processing?","id":"686","title":"Q: How can a plug-in be informed that it is currently processed in offline processing?"},"687":{"body":"A good practice is to avoid any library calls from this critical realtime process. If you have to use them, check if they are designed for realtime operation and do not contain any locking mechanism. Avoid any filesystem access, networks and UI calls, memory allocation and deallocation, be careful when using STL containers which can allocate memory behind the scene, prefer patterns like non-blocking memory pools, and delegate tasks to UI/Timer thread for doing memory/file-network access jobs. Check Audio Processor Call Sequence too.","breadcrumbs":"Frequently Asked Questions » Processing » Q: What should I NOT call in the realtime process function?","id":"687","title":"Q: What should I NOT call in the realtime process function?"},"688":{"body":"/ VST Home / Frequently Asked Questions Q: The host doesn't open my plug-in UI, why?","breadcrumbs":"Frequently Asked Questions » GUI-Editor » GUI-Editor","id":"688","title":"GUI-Editor"},"689":{"body":"If you are not using VSTGUI , please check that you provide the correct object derived from EditorView or CPlugInView and that you overwrite the function isPlatformTypeSupported() .","breadcrumbs":"Frequently Asked Questions » GUI-Editor » Q: The host doesn't open my plug-in UI, why?","id":"689","title":"Q: The host doesn't open my plug-in UI, why?"},"69":{"body":"The SDK provides a test application called VST3PluginTestHost for Apple macOS X (x86_64/Apple M1) and Microsoft Windows (64bits). This application allows you to load a plug-in, simulates some inputs (Audio and Event) and acts like a small VST 3 host application based on an ASIO driver. Included in this application is a test module which allows you to check your plug-in in regard to the VST 3 standard. what_if_15 Check the folder \"bin\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Introduction","id":"69","title":"Introduction"},"690":{"body":"/ VST Home / Frequently Asked Questions Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one? Q: How can I support projects which were saved with the VST 2 version of my plug-in? Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart? Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3? Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2? Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2? Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Compatibility with VST 2.x or VST 1","id":"690","title":"Compatibility with VST 2.x or VST 1"},"691":{"body":"You have to provide a special UID for your kVstAudioEffectClass and kVstComponentControllerClass components, based on its VST 2 UniqueID (4 characters) and its plug-in name in the following way: static void convertVST2UID_To_FUID (FUID& newOne, int32 myVST2UID_4Chars, const char* pluginName, bool forControllerUID = false)\n{ char uidString[33]; int32 vstfxid; if (forControllerUID) vstfxid = (('V' << 16) | ('S' << 8) | 'E'); else vstfxid = (('V' << 16) | ('S' << 8) | 'T'); char vstfxidStr[7] = {0}; sprintf (vstfxidStr, \"%06X\", vstfxid); char uidStr[9] = {0}; sprintf (uidStr, \"%08X\", myVST2UID_4Chars); strcpy (uidString, vstfxidStr); strcat (uidString, uidStr); char nameidStr[3] = {0}; size_t len = strlen (pluginName); // !!!the pluginName has to be lower case!!!! for (uint16 i = 0; i <= 8; i++) { uint8 c = i < len ? pluginName[i] : 0; sprintf (nameidStr, \"%02X\", c); strcat (uidString, nameidStr); } newOne.fromString (uidString);\n} Note that if you are developing a new plug-in and if you are using the VST 2 wrapper included in the SDK you do not need to use convertVST2UID_To_FUID, a VST 2 specific vendor call allows the host ( Steinberg hosts since Cubase 4.0) to get from a VST 2 version a VST 3 UID. // extracted code from vst2wrapper.cpp\n//-----------------------------------------------------------------------------\nVstIntPtr Vst2Wrapper::vendorSpecific (VstInt32 lArg, VstIntPtr lArg2, void* ptrArg, float floatArg)\n{ switch (lArg) { case 'stCA': case 'stCa': switch (lArg2) { case 'FUID': if (ptrArg) { if (vst3EffectClassID.isValid ()) { memcpy ((char*)ptrArg, vst3EffectClassID, 16); return 1; } } break; // ....","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one?","id":"691","title":"Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one?"},"692":{"body":"The host will call IComponent::setState() and IEditController::setComponentState() with the complete FXB/FXP stream. You have to extract your old state from that, for this the SDK provides a helper function VST3::tryVst2StateLoad . Here the code to add in the VST 3 version when a VST 3 plug-in replaces a VST 2 plug-in in a Steinberg sequencer project: #include \"public.sdk/source/vst/utility/vst2persistence.h\" //------------------------------------------------------------------------\ntresult PLUGIN_API MyVST3Effect::setState (IBStream* state)\n{ if (auto vst2State = VST3::tryVst2StateLoad (*state)) { if ((vst2State->programs.empty ()) || (static_cast (vst2State->programs.size ()) <= vst2State->currentProgram)) return kResultFalse; //.... } return kResultFalse;\n} For complete example source code you could check the function: tresult PLUGIN_API Processor::setState (IBStream state)* in the file public.sdk/samples/vst/mda-vst3/source/mdaBaseProcessor.cpp For Automation compatibility, you have to ensure that VST 3 parameter IDs have the same value than the indexes of their associated parameters in VST 2 . Only with this condition the host can play back the automation. The parameter value has the same meaning in VST 2 and VST 3 .","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: How can I support projects which were saved with the VST 2 version of my plug-in?","id":"692","title":"Q: How can I support projects which were saved with the VST 2 version of my plug-in?"},"693":{"body":"You can use the compatibility array of the moduleinfo.json file. There, you use the UID of your VST 3 audio effect class as the \"New\" UID and put the UID of your VST 2 plug-in in the \"Old\" array. If you cannot use the moduleinfo.json file, you can create a class that implements the IPluginCompatibility interface which you must provide to the host via your plug-in factory.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart?","id":"693","title":"Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart?"},"694":{"body":"You cannot and more importantly must not do this. The processing part and user interface part communicate via a messaging system. See Q: How should I communicate between the 'Processing' and the 'User Interface'? for details.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3?","id":"694","title":"Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3?"},"695":{"body":"Yes and it is essential to support this for automation. For details, please see Parameters and Automation","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2?","id":"695","title":"Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2?"},"696":{"body":"Not in version 3.1.0, we plan something in this direction later. (Note: this variableIO processing was for example for time stretching plug-ins).","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2?","id":"696","title":"Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2?"},"697":{"body":"VST 3 doesn't support offline processing like it did in VST 2 (this interface was exclusively used by WaveLab ). But it is possible to use VST 3 plug-ins in an offline context (this means that the process function can be called faster than real time: for example, during an export or a batch processing). If the plug-in doesn't support faster than realtime, it should add kOnlyRealTime to its category.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?","id":"697","title":"Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?"},"698":{"body":"/ VST Home / Frequently Asked Questions Q: How does persistence work? Q: What's the difference between IEditController::setComponentState and IEditController::setState?","breadcrumbs":"Frequently Asked Questions » Persistence » Persistence","id":"698","title":"Persistence"},"699":{"body":"An instantiated plug-in often has state information that must be saved in order to properly re-instantiate that plug-in at a later time. A VST 3 plug-in has two states which are saved and reloaded: its component state and its controller state. The sequence of actions for saving is: component->getState (compState) controller->getState (ctrlState) The sequence of actions for loading is: component->setState (compState) controller->setComponentState (compState) controller->setState (ctrlState) In the latter sequence you can see that the controller part will receive the component state. This allows the 2 parts to synchronize their states.","breadcrumbs":"Frequently Asked Questions » Persistence » Q: How does persistence work?","id":"699","title":"Q: How does persistence work?"},"7":{"body":"Building the examples included in the SDK Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux Using cmake for building VST 3 plug-ins Generate a new plug-in with the Project Generator App Code your first plug-in Use VSTGUI to design a User Interface Advanced VST 3 techniques How to use the silence flags Guideline for replacing a VST 2 plug-in by a VST 3 plug-in Strings Conversion Helper Creating a cmake plug-in project from scratch Creating a plug-in with VST 3 SDK as an external project Switching to another VSTGUI submodule or branch","breadcrumbs":"VST » Tutorials","id":"7","title":"Tutorials"},"70":{"body":"what_if_15 View -> Open Plug-in Information Window : opens a window showing all registered component and controller VST 3 plug-ins. View -> Open Plug-in Unit Tests Window : opens a window where you can test your plug-in with a series of unit tests. View -> Open Preset Editor : allows you to open, check and modify VST 3 presets (adding meta attributes like in Instrument/- Style/Character) File -> Convert VST 3 Preset to VST 2 preset (fxp or fxb) : allow to convert VST 3 Presets to compatible VST 2 Presets. File -> Overwrite Plug-in Name in VST 3 Presets : allow to rename the plug-in name in a set of VST 3 Presets. what_if_16 Dark Mode version","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » How to use it?","id":"70","title":"How to use it?"},"700":{"body":"After a preset is loaded, the host calls Vst::IEditController::setComponentState and Vst::IComponent::setState . Both delivering the same information. Vst::IEditController::setState is called by the host so that the plug-in is able to update its controller dependent parameters, e.g. position of scroll bars. Prior to this, there should have been a call by the host to Vst::IEditController::getState , where the plug-in writes these various parameters into the stream. See also Q: How does persistence work? .","breadcrumbs":"Frequently Asked Questions » Persistence » Q: What's the difference between IEditController::setComponentState and IEditController::setState?","id":"700","title":"Q: What's the difference between IEditController::setComponentState and IEditController::setState?"},"701":{"body":"/ VST Home / Frequently Asked Questions Q: How is a normalized value converted to a discrete integer value in VST 3? Q: What is the return value tresult? Q: Which version of Steinberg Sequencers support VST 3? Q: Why do plug-ins need subcategories? Q: Is it possible to define a plug-in as Fx and Instrument? Q: Is it possible to ask a plug-in about which speaker arrangements are supported? Q: Which version of Steinberg Sequencers support VST 3 Note Expression? Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do? Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner? Q: How can I validate my plug-in? Q: How can I allow to create Symbolic Link on Windows? Q: My generated VST 3 plug-in is not visible in my preferred host? Q: What is a GUID and how can I create it?","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Miscellaneous","id":"701","title":"Miscellaneous"},"702":{"body":"A detailed description of parameter handling is provided here: Parameters .","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How is a normalized value converted to a discrete integer value in VST 3?","id":"702","title":"Q: How is a normalized value converted to a discrete integer value in VST 3?"},"703":{"body":"Almost all VST 3 interfaces return a tresult value. This integer value allows to return to the caller more differentiated error/success information than just a boolean value with its true and false. The various possible values are defined in funknown.h . They are the same values as used in COM. Be careful when checking a tresult return value, because on success kResultOk is returned which has the integer value 0 : // this is WRONG!!!!!\nif (component->setActive (true))\n{\n} // this is CORRECT!!!!!\nif (component->setActive (true) == kResultOK)\n{\n}\n// or\n// this is CORRECT too!!!!!\nif (component->setActive (true) != kResultOK)\n{ // error message....\n}","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: What is the return value tresult ?","id":"703","title":"Q: What is the return value tresult ?"},"704":{"body":"In order to load VST 3 plug-ins you need at least: For VST 3.0.0 Cubase / Nuendo 4.1.2 is needed. For VST 3.0.1 features Cubase 4.2 is needed. For VST 3.5.0 features Cubase 6.0 is needed. see other VST 3 Hosts","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Which version of Steinberg Sequencers support VST 3?","id":"704","title":"Q: Which version of Steinberg Sequencers support VST 3?"},"705":{"body":"When you export your plug-in in the factory instance (check againentry.cpp : DEF_CLASS2), you have to define a subcategory string (can be a combination of more than one string: like \" Fx|Dynamics|EQ \" for example). Currently the subcategory string is used by Cubase / Nuendo to organize the plug-ins menu in the following way: // Computation of Folder Name (SubCategories => folder in menu)\n\"Fx\" => \"Other\"\n\"Fx|Delay\" => \"Delay\"\n\"Fx|Mastering|Delay\" => \"Mastering\"\n\"Spatial|Fx\" => \"Spatial\"\n\"Fx|Spatial\" => \"Spatial\"\n\"Instrument|Fx\" => if used as VSTi \"\" else if used as Insert \"Other\"\n\"Instrument|Sampler\" => \"Sampler\"\n\"Fx|Mastering|Surround\" => \"Mastering\\Surround\"\n\"Fx|Mastering|Delay|Stereo\" => \"Mastering\\Stereo\"\n\"Fx|Mastering|Mono\" => \"Mastering\\Mono\" This string should only be a hint what type of plug-in it is. It's not possible to define all types. If you have wishes for new categories, please discuss them in the VST Developer Forum ( https://sdk.steinberg.net ) and we can add them to future versions of the SDK.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Why do plug-ins need subcategories?","id":"705","title":"Q: Why do plug-ins need subcategories?"},"706":{"body":"Yes it is possible, you can use the CString kFxInstrument (\"Fx|Instrument\") as subcategories (check DEF_CLASS2). In this case Steinberg Sequencers will allow the user to load it as an effect and as an instrument. The plug-in as instrument (in case of current Steinberg Sequencers <= 5.5) will not enable the Audio Input busses.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Is it possible to define a plug-in as Fx and Instrument?","id":"706","title":"Q: Is it possible to define a plug-in as Fx and Instrument?"},"707":{"body":"No, not before the plug-in is instantiated, there is no way to ask the factory about which arrangements are supported for a given plug-in. The host can instantiate the plug-in and before start processing then set some different speaker Arrangements and check if the plug-in supports them.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Is it possible to ask a plug-in about which speaker arrangements are supported?","id":"707","title":"Q: Is it possible to ask a plug-in about which speaker arrangements are supported?"},"708":{"body":"In order to use Note Expression with VST 3 plug-ins you need at least Cubase/Nuendo 6.0.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Which version of Steinberg Sequencers support VST 3 Note Expression ?","id":"708","title":"Q: Which version of Steinberg Sequencers support VST 3 Note Expression ?"},"709":{"body":"Due to an issue in the Mac CoreAudio SDK, not yet fixed by Apple, you have to apply a small patch to the file AUCarbonViewBase.cpp (located in CoreAudio/AudioUnits/AUPublic/AUCarbonViewBase): => Change: HISize originalSize = { mBottomRight.h, mBottomRight.v };\n// to\nHISize originalSize = { static_cast(mBottomRight.h), static_cast(mBottomRight.v) };","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do?","id":"709","title":"Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do?"},"71":{"body":"","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST Player Window","id":"71","title":"VST Player Window"},"710":{"body":"In order to make a surroundPanner plug-in selectable as panner (Post-fader) in Nuendo, this plug-in should have as subCategories: kSpatial or kSpatialFx (in order to use it as insert too). For example: DEF_CLASS2 (INLINE_UID_FROM_FUID(Steinberg::Vst::SPannerProcessor::cid), PClassInfo::kManyInstances, kVstAudioEffectClass, stringPluginName, Vst::kDistributable, Vst::PlugType::kSpatial , FULL_VERSION_STR, // plug-in version (to be changed) kVstVersionString, Steinberg::Vst::SPannerProcessor::createInstance) Be sure that you overwrite the function \"tresult PLUGIN_API setBusArrangements ...\" which allows you to get the current bus arrangements.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner?","id":"710","title":"Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner?"},"711":{"body":"You have the Validator command line which can be automatically called after you compile your plug-in (when you use the cmake defined by the SDK). This will apply some standard validations. The 2cd validation tool is the VST 3 plug-in Test Host : check its menu entry: View => Open plug-in Unit Tests Window","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I validate my plug-in?","id":"711","title":"Q: How can I validate my plug-in?"},"712":{"body":"You have to adapt your Windows right access to allow creation of symbolic links for VST 3 plug-ins: Check HERE!","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I allow to create Symbolic Link on Windows?","id":"712","title":"Q: How can I allow to create Symbolic Link on Windows?"},"713":{"body":"If your plug-in is visible in the VST 3 plug-in Test Host but not in your DAW, this is maybe due to the fact: this host is not supporting VST 3 ! Check the vendor ( known list of VST 3 host ) this host does not scan on Windows the new user location . You can try to use the main VST3 folder by setting the cmake variable when you generate the project: -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=0 this host could not resolve symbolic link! You could try to copy your plug-in directly in the main VST3 folder (C:\\Program Files\\Common Files\\VST3)","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: My generated VST 3 plug-in is not visible in my preferred host?","id":"713","title":"Q: My generated VST 3 plug-in is not visible in my preferred host?"},"714":{"body":"GUID is a 32 hexadecimal digits. VST 3 uses GUID (aka UUID) to identify a plug-in (one for the processor and one for the controller). These Globally Unique IDentifiers have to be generated when you create new plug-in and they should be unique. Here an example of GUID: (0x84E8DE5F, 0x92554F53, 0x96FAE413, 0x3C935A18) This has to be used in the declaration of your processor part like here in the AGain example ( againentry.cpp ): static const FUID AGainProcessorUID (0x84E8DE5F, 0x92554F53, 0x96FAE413, 0x3C935A18); BEGIN_FACTORY_DEF (stringCompanyName, stringCompanyWeb, stringCompanyEmail) //---First plug-in included in this factory------- // its kVstAudioEffectClass component DEF_CLASS2 (INLINE_UID_FROM_FUID(AGainProcessorUID), PClassInfo::kManyInstances,\t// cardinality kVstAudioEffectClass,\t// the component category stringPluginName, // here the plug-in name Vst::kDistributable, AGainVST3Category, // Subcategory FULL_VERSION_STR, // Plug-in version kVstVersionString, // the VST 3 SDK version Steinberg::Vst::AGain::createInstance) //... If you use the VST 3 Project Generator , new GUIDs will be generated automatically for you. You could use your IDE (like Visual Studio) to create GUID or use some online generators (for example: https://guidgenerator.com/ ). GUIDs are also used as interface identifier in VST 3 (check in the VST SDK source code where the macro DECLARE_CLASS_IID is used).","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: What is a GUID and how can I create it?","id":"714","title":"Q: What is a GUID and how can I create it?"},"715":{"body":"/ VST Home / Frequently Asked Questions Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform. Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only. Q: I would like to sell my VST 3 plug-in/host in binary form only. Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs. Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host. Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3. Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE. Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license. Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK? Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform. Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form.","breadcrumbs":"Frequently Asked Questions » Licensing » Licensing","id":"715","title":"Licensing"},"716":{"body":"You can choose the GPLv3 license and feel free to share your plug-ins/host's source code including or referencing the VST 3 SDK 's sources on GitHub. You are allowed to provide a binary form of your plug-ins/host too, provided that you provide its source code as GPLv3 too. Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform.","id":"716","title":"Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform."},"717":{"body":"You can distribute your VST 3 plug-in/host in a binary form. This always requires that you to choose the \"Proprietary Steinberg VST 3\" license. Even though you distribute your VST 3 plug-in/host as freeware/shareware you need to adhere to the requirements of the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only.","id":"717","title":"Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only."},"718":{"body":"If you work for-profit and distribute your VST 3 plug-in/host in binary form, you need to choose the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to sell my VST 3 plug-in/host in binary form only.","id":"718","title":"Q: I would like to sell my VST 3 plug-in/host in binary form only."},"719":{"body":"You can adapt and modify the VST 3 SDK 's source for your needs, but if you want to distribute these sources under GPLv3 you have to distribute your VST 3 plug-in/host's sources under GPLv3 too. It is allowed to modify the VST 3 SDK 's when you distribute your VST 3 plug-in/host in binary form and choose the \"Proprietary Steinberg VST 3\" license. If you are of the opinion that we should include your changes in the SDK, please contact us (use the sdk.steinberg.net ).","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs.","id":"719","title":"Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs."},"72":{"body":"In this section you can select the audio source of your plug-in for the Main Input Audio Bus and for the Aux Input Audio Bus ( Side-chain : if available) between: A sine wave Noise Silence ASIO Input (first stereo) An Audio File (in this case use the browser (... button) to choose the file (wave, aiff)) A Volume slider allows you to control the level of the source.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Audio Input","id":"72","title":"Audio Input"},"720":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too!","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host.","id":"720","title":"Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host."},"721":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too! Note that you have to follow the Steinberg VST usage guidelines . If you do not want to be GPLv3 , you have to build your VST 3 plug-in/host based on the original or any private modified version of the VST 3 SDK and choose the \"Proprietary Steinberg VST 3\" license.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3 .","id":"721","title":"Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3 ."},"722":{"body":"If you work for-profit and distribute your plug-in/host in binary form, you need to choose the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg. Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE.","id":"722","title":"Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE."},"723":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too! Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license.","id":"723","title":"Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license."},"724":{"body":"No, the license agreement has its own versioning, you just have to be sure that you have already signed the correct version of it. As of SDK version 3.6.8 , the license has the version 2.0 (only some minor change/formatting of the text of the license agreement were done in the last SDK versions [3.6.9 up to 3.7.1]) If you use a VST 3 SDK version >= 3.6.8 , you have to be sure that you sent Steinberg a signed license agreement ( version 2.x ) from one of the last VST 3 SDK s (>= 3.6.8). If you use a VST 3 SDK version < 3.6.8 , you have to be sure that you sent Steinberg a signed license agreement ( version 1 ) included in the VST 3 SDK that you use. If you do not know if you already sent it, it is recommended to send it again and in this case it is possible to use the license agreement of the last VST 3 SDK , too! If you have signed a license agreement ( version 2.x ) and a new released VST 3 SDK uses a new license agreement ( version 3.x ), then you have to signed it again. The previous explanation also applies to used 3rd parties SDK like JUCE/iPlug/SynthEdit... just check which VST 3 SDK version is used by the 3rd party SDK you work with and sign the correct license agreement or the last available one.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK?","id":"724","title":"Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK?"},"725":{"body":"It is allowed but be sure that you do NOT include the Steinberg VST 2 files: like aeffect.h and aeffectx.h . These files are under a different license which does not allow redistribution!","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform.","id":"725","title":"Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform."},"726":{"body":"If you have signed the VST 2 license agreement (before October 2018), you can. If not, you are not allowed to distribute it! See here !","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form.","id":"726","title":"Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form."},"727":{"body":"/ VST Home / Frequently Asked Questions Q: What is the purpose of restartComponent? Is it generally OK to return kNotImplemented? Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs? Q: Do all version updates for a certain plug-in require a new classID? Q: Should the host support plug-ins that don't have EditController (IComponent::getControllerClassId() fails or subsequent IPluginFactory::createInstance() fails)? Q: Should the host support plug-ins that don't have IPlugView (IEditController::createView() fails or IPlugView::isPlatformTypeSupported() returns false)? Q: What is allowed to change for a given parameter (ParamID)? Name, number of steps, automatable or not, which unit it is part of? Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged? Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent? Q: Some plug-ins have parameters that are not automatable (kCanAutomate). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor? Q: Can the host get away with returning kNotImplemented for restartComponent(kReloadComponent)? Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage? Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.? Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)? Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS? Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release(), which actually control the lifetime of the object? Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread? Q: Some plug-ins return kResultFalse when the host calls setComponentState. Should the host just ignore the returned result code?","breadcrumbs":"Frequently Asked Questions » Hosting » Hosting","id":"727","title":"Hosting"},"728":{"body":"By default the host could return kNotImplemented if it does not implement a specific flag. But it is highly recommended to implement these flags: kLatencyChanged kParamValuesChanged kParamTitlesChanged kIoChanged","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What is the purpose of restartComponent ? Is it generally OK to return kNotImplemented ?","id":"728","title":"Q: What is the purpose of restartComponent ? Is it generally OK to return kNotImplemented ?"},"729":{"body":"You must treat the Class ID as globally unique. If it happens that the same classID is already registered by the host then the host could ignore it or try to compare the version (string based) and keep the newest version (done by Cubase for example). It should be only one VST 3 plug-in registered in the host at a time. The host could decide to show the duplicate classID to the user if wanted.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs?","id":"729","title":"Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs?"},"73":{"body":"This section simulates note events sent to the plug-in. A pattern could be defined and initialized with randomized, chromatic or manual events. (for Chromatic choose the start note in the pattern and select Chromatic in the pop-up menu). Active check box: enable/disable the playback of this pattern. You can choose different loop stepping for this pattern (1, 1/2, ...1/32)","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Event Input","id":"73","title":"Event Input"},"730":{"body":"No, normally a new version should and could replace directly an older version by using the same classID, see previous question. This is the correct way to do it. It may happen that some plug-ins will use new classIDs. If these plug-ins are done to replace older versions, the new Moduleinfo or IPluginCompatibility interface, if used by the plug-in, allows the host to select the new plug-in as replacement for an older one (if not present or not) when loading a project using an old version.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Do all version updates for a certain plug-in require a new classID?","id":"730","title":"Q: Do all version updates for a certain plug-in require a new classID?"},"731":{"body":"The host have to check that the IAudioProcessor implements the IEditController interface too. A plug-in can implement both interfaces in the same object (Single Component Effect) See Here for more info. The Host should be able to handle the case when no IEditController is available.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Should the host support plug-ins that don't have EditController ( IComponent::getControllerClassId () fails or subsequent IPluginFactory::createInstance () fails)?","id":"731","title":"Q: Should the host support plug-ins that don't have EditController ( IComponent::getControllerClassId () fails or subsequent IPluginFactory::createInstance () fails)?"},"732":{"body":"A plug-in don't need to have a custom editor. See the examples in the SDK. Many of them don't have a custom editor. This was true for VST 2 too. So the host have to support these plug-ins without dedicated UI, but it could provide a generic UI.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Should the host support plug-ins that don't have IPlugView ( IEditController::createView () fails or IPlugView::isPlatformTypeSupported () returns false)?","id":"732","title":"Q: Should the host support plug-ins that don't have IPlugView ( IEditController::createView () fails or IPlugView::isPlatformTypeSupported () returns false)?"},"733":{"body":"See Here .","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What is allowed to change for a given parameter ( ParamID )? Name, number of steps, automatable or not, which unit it is part of?","id":"733","title":"Q: What is allowed to change for a given parameter ( ParamID )? Name, number of steps, automatable or not, which unit it is part of?"},"734":{"body":"Yes, this is the way it should be done: kParamTitlesChanged => recheck title-unit, stepcount, default value and flags.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged ?","id":"734","title":"Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged ?"},"735":{"body":"No, see previous question.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent ?","id":"735","title":"Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent ?"},"736":{"body":"Yes, the host must transfer the parameter change from the controller to the processor. The information automatable ( kCanAutomate ) is only there to allow the host and users to create an associated automation track for this parameter.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Some plug-ins have parameters that are not automatable ( kCanAutomate ). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor?","id":"736","title":"Q: Some plug-ins have parameters that are not automatable ( kCanAutomate ). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor?"},"737":{"body":"A host is permitted to return kNotImplemented if it does not support it! The plug-in then has to react accordingly.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Can the host get away with returning kNotImplemented for restartComponent ( kReloadComponent )?","id":"737","title":"Q: Can the host get away with returning kNotImplemented for restartComponent ( kReloadComponent )?"},"738":{"body":"No, this is not the typical use case. However, it could be used by plug-ins changing its internal-external representation (change of parameter´s count, number of IO...). For an initial host implementation, you can postpone it until a future version is released.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage?","id":"738","title":"Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage?"},"739":{"body":"Plug-in Unit names can change when restartComponent is called with kParamTitlesChanged . When restartComponent is called with kReloadComponent then the whole structure should be regenerated.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.?","id":"739","title":"Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.?"},"74":{"body":"This section allows you to load serialized multiple plug-ins. Each plug-in will be loaded in a slot. To load a plug-in (Audio or Instrument) click on the associated pop-up menu and select one plug-in. To unload a plug-in, click on its associated X button on its slot. For each loaded plug-in in a slot you can: Enable/disable the plug-in with the On button. Bypass/process the plug-in with the Byp button (if available as parameter). Enable/disable the Side-chain bus with the Aux button (available only if the plug-in has input Side-chain ). Open its editor with the Edit button. Save a Preset with the Store button. Load a Preset with the Load button. Open the information page of this plug-in with the Info button (see below).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST Rack","id":"74","title":"VST Rack"},"740":{"body":"Theoretically it is possible to use this for individual zoom levels, but most plug-ins won't work like this and on macOS many plug-ins don't implement this interface at all (or ignore it).","breadcrumbs":"Frequently Asked Questions » Hosting » Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)?","id":"740","title":"Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)?"},"741":{"body":"The design of this interface was done before it was possible on Windows for a plug-in to access the OS-scale. But this interface could be used by the host to try to rescale a given plug-in or all plug-ins. This is what is used in Cubase by changing the overall App scaling in the preference up to 50% to the system scale.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS?","id":"741","title":"Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS?"},"742":{"body":"You can only use these reference count no-ops for objects that are alive during the entire lifetime of the host and that will outlive the plug-ins.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release() , which actually control the lifetime of the object?","id":"742","title":"Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release() , which actually control the lifetime of the object?"},"743":{"body":"You can report the wrong behavior of the plug-in to the developer. restartComponent has to be called from UI Thread. As a security fallback, the host could postpone this call in the UI Thread and handle it in the next UI idle phase.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread?","id":"743","title":"Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread?"},"744":{"body":"Yes, just ignore the result in this case. However, we recommend to inform the plug-in developer about this issue.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Some plug-ins return kResultFalse when the host calls setComponentState . Should the host just ignore the returned result code?","id":"744","title":"Q: Some plug-ins return kResultFalse when the host calls setComponentState . Should the host just ignore the returned result code?"},"745":{"body":"/ VST Home Visit Steinberg's VST Developer Forum in order to get help with development, to submit bug reports, to request new features and to connect to other VST 3 developers: getting_started_vid_2 https://sdk.steinberg.net ( https://forums.steinberg.net/c/developer )","breadcrumbs":"VST 3 Forum » VST 3 Forum","id":"745","title":"VST 3 Forum"},"746":{"body":"/ VST Home / Getting Started On this page: Some Copyrights/Trademarks referred to in the VST 3 SDK Glossary","breadcrumbs":"Miscellaneous » Miscellaneous","id":"746","title":"Miscellaneous"},"747":{"body":"AAX by Avid Technology, Inc. Apple and macOS are either registered trademarks or trademarks of Apple Computer, Inc. registered in the U.S. and other countries. ASIO is a trademark and software of Steinberg Media Technologies GmbH . AU and AUv3 by Apple Inc. Dolby™ is a registered trademark of Dolby Laboratories, Inc. GITHUB is exclusive trademark registered in the United States by GitHub, Inc. JUCE library - Copyright (c) 2022 - ROLI Ltd. Microsoft , Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Pro Tools is a trademark or registered trademark of Avid Technology, Inc. or its subsidiaries in the United States and/or other countries. VST , Dorico , Cubase , Nuendo , VST Live and WaveLab are trademarks of Steinberg Media Technologies GmbH , registered in Europe and other countries. Other company names, product names and logos are the trademarks or registered trademarks of their respective owners.","breadcrumbs":"Miscellaneous » Some Copyrights/Trademarks referred to in the VST 3 SDK","id":"747","title":"Some Copyrights/Trademarks referred to in the VST 3 SDK"},"748":{"body":"External Glossary: AES - PAR - Pro Audio Reference: http://www.aes.org/par/ Abbr. Meaning Comment AAX Avid Audio Extension https://www.avid.com/alliance-partner-program/aax-connectivity-toolkit ADC Audio Developer Conference https://juce.com/adc AES Audio Engineering Society https://www.aes.org AMBI Ambisonics https://en.wikipedia.org/wiki/Ambisonics ASIO Audio Stream Input/Output ASIO™ is a protocol for communication between a software application and a computer's sound card (trademark of Steinberg ) AU Audio Unit https://developer.apple.com/documentation/audiounit COM Component Object Model https://en.wikipedia.org/wiki/Component_Object_Model DAFX Digital Audio Effects https://dafx.org DAW Digital Audio Workstation https://en.wikipedia.org/wiki/Digital_audio_workstation DLL Dynamic-Link Library https://en.wikipedia.org/wiki/Dynamic-link_library DSP Digital Signal Processing https://en.wikipedia.org/wiki/Digital_signal_processing e.g. exempli gratia for example FAQ Frequently Asked Questions VST 3 Frequently Asked Questions FFT Fast Fourier Transformation https://en.wikipedia.org/wiki/Fast_Fourier_transform GPL General Public License https://www.gnu.org/licenses/gpl-3.0.en.html ICASSP International Conference on Acoustics, Speech and Signal Processing https://en.wikipedia.org/wiki/International_Conference_on_Acoustics,_Speech,_and_Signal_Processing ISMIR International Society for Music Information Retrieval https://ismir.net LFE Low Frequency Effects https://en.wikipedia.org/wiki/Low-frequency_effects MIDI Musical Instrument Digital Interface https://www.midi.org MPE MIDI Polyphonic Expression https://www.midi.org SDK Software Development Kit https://en.wikipedia.org/wiki/Software_development_kit STL Standard Library Containers https://www.cplusplus.com/reference/stl/ URL Uniform Resource Locator https://en.wikipedia.org/wiki/URL UTF-16 Unicode Transformation Format 16bit String representation used by VST 3 for exchanging with the host. https://en.wikipedia.org/wiki/UTF-16 VST Virtual Studio Technology™ A trademark of Steinberg for their interface standard for integrating software plug-ins with DAWs. VST-MA Virtual Studio Technology - Module Architecture This is the base architecture for VST 3 VSTGUI Virtual Studio Technology - Graphical User Interface https://github.com/steinbergmedia/vstgui Vtable Virtual method table https://en.wikipedia.org/wiki/Virtual_method_table WYSIWYG What You See Is What You Get","breadcrumbs":"Miscellaneous » Glossary","id":"748","title":"Glossary"},"75":{"body":"Information window of AGain plug-in showing the Parameters panel: what_if_17 Information window of NoteExpressionSynth plug-in showing the Note Expression panel: what_if_18 Information window of AGain plug-in showing the Properties panel: what_if_19","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Info Window","id":"75","title":"Info Window"},"76":{"body":"Right click on the opened plug-in opens a context menu which allows to trigger some actions: what_if_20 Switch to Generic Editor : open the generic editor instead of the one provided by the plug-in. Export Presets Parameters as XML : load automatically all available VST 3 Presets for this plug-in and create a readable XML file for each preset including the parameter states.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Context Menu","id":"76","title":"Context Menu"},"77":{"body":"In this section you can: • set the gain of the output audio • control the transport state (Loop/Start/Stop/Rewind) • change the tempo and signature what_if_21","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Transport","id":"77","title":"Transport"},"78":{"body":"what_if_22 In this window you can select a specific test branch for a specific plug-in. You can navigate in the test tree (left part), then click on the button Run Selected to process only the selected tests. There are 2 kinds of tests concerning the way the plug-in is instantiated: Global Instance: only one instance of the plug-in will be instantiated for all tests. Local Instances: for each test a new instance of the plug-in will be instantiated. We define currently 2 sets of test: VST 3 Conformity Special Features You can run all available tests with Run All . It is possible also to disable some tests with the check box in the left view. Error reports will be displayed in the Errors view . In the Messages View some warnings (or some plug-in limitations), test results and progress are displayed. In this version of this Plug-in Test Host , the tests are limited to the main VST 3 features, in future version the test coverage will be extended.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST 3 Plug-ins Tests Window","id":"78","title":"VST 3 Plug-ins Tests Window"},"79":{"body":"what_if_23 With this editor you can load and modify VST 3 presets created with the Store button of the VST Rack by adding some meta-attributes.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Preset Editor","id":"79","title":"Preset Editor"},"8":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, to submit bug reports, to request new features and to connect to other VST 3 developers:","breadcrumbs":"VST » VST 3 Forum","id":"8","title":"VST 3 Forum"},"80":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction Start the VST 3 Project Generator Application Locate CMake Locate VST SDK VST SDK and cmake successfully located Setting the Preferences Path Preferences Setting and creating a plug-in project VST3 Project Generator License Related pages: Generate a new plug-in with Project Generator","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST 3 Project Generator","id":"80","title":"VST 3 Project Generator"},"81":{"body":"This open source application (Win/macOS) allows you to generate easily a new VST 3 plug-in project by just entering in a GUI some parameters. what_if_24 Check the folder \"VST3_Project_Generator\" of the SDK! The source code is available at GitHub - steinbergmedia/vst3projectgenerator: VST 3 Project Generator .","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Introduction","id":"81","title":"Introduction"},"82":{"body":"what_if_25 The first time you start the application, you will ask to define 2 folders where are located the VST SDK and the CMake tool. It still possible to change these folders afterward in the Preferences Tab, see Setting the Preferences . The Visit us menu includes some useful links.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Start the VST 3 Project Generator Application","id":"82","title":"Start the VST 3 Project Generator Application"},"83":{"body":"If you have already downloaded the CMake tool, you just have to indicate the Project Generator where it is located, for this click on Locate CMake and choose with the file selector the cmake.exe file: what_if_26 If you do not have previously installed the CMake tool, you could download it, just click on Download CMake , an internet browser will open the dedicated CMake webpage, check the Download section and install CMake . what_if_27","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Locate CMake","id":"83","title":"Locate CMake"},"84":{"body":"If you have already downloaded the VST 3 SDK , you just have to indicate the Project Generator where it is located, for this click on Locate VST SDK and choose with the folder selector the VST3_SDK folder: what_if_28 If you do not have previously installed the VST 3 SDK , you could download it, just click on Download VST SDK , a dialog appears: what_if_29 You have 2 possibilities to download the VST 3 SDK : Commercial : by clicking on it you will be redirected to the latest available SDK version to download, including all tools (check What is the VST 3 SDK? ), with this variant of the SDK you are able to create and commercialize your plug-ins (See What are the licensing options for VST 3? ). Open Source : by clicking on it you will be redirected to Steinberg Github where you will be able to clone the VST 3 SDK , this variant does not include all available tools (See What are the licensing options for VST 3? ).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Locate VST SDK","id":"84","title":"Locate VST SDK"},"85":{"body":"As soon as the requested 2 locations are founded, the user interface of the application should like this: what_if_30 The next time you start the Project Generator application you will not asked to relocate them!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST SDK and cmake successfully located","id":"85","title":"VST SDK and cmake successfully located"},"86":{"body":"Before creating any plug-in project, you have to define some global preferences which will be automatically saved when closing the application. Company Information The information included in this subsection will be used for generating Factory information associated to all plug-ins you will generate. This will be read by the host application loading your plug-ins and the host may display it to an user. Vendor : this is your Company name: e.g. \"Steinberg Media Technologies GmbH\" E-Mail : your email, which could be used by the host to redirect an user to your support for example: e.g. \" mailto:support@steinberg.net \" URL : the URL of your Company: e.g. \" https://www.steinberg.net \" C++ Namespace : this allows you to predefine a namespace which will be used to surround your plug-in source code: e.g. \"MyWantedNamespace\" : //...\nnamespace MyWantedNamespace { //-----------------------------------------------------------------------\nMyPluginController::MyPluginController ()\n{\n//...\n}\n} // end namespace\n//...\nnamespace MyWantedNamespace {","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Setting the Preferences","id":"86","title":"Setting the Preferences"},"87":{"body":"Like mentioned above in the subsection Path Preferences you could change several locations: VST 3 SDK Path : the current used VST 3 SDK you have previously downloaded. CMake Executable Path : the current used CMake tool","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Path Preferences","id":"87","title":"Path Preferences"},"88":{"body":"In this tab you are defining some information for the creation of a new plug-in: what_if_31 Name : the name of the plug-in which is displayed in a host: e.g. \"AGain\" Type : this specifies the main VST 3 Sub-Category ( PlugType ) of your plug-in: Audio Effect : ( kFx ) a simple audio effect Stereo→Stereo Instrument : ( kInstrument ) a simple instrument with 1 Event input and 1 stereo Audio output Use VSTGUI : check this if you want to use VSTGUI as UI framework macOS Deployment Target : enter here the minimum requested macOS version targeted C++ Class Name : this specifies the basename of your plug-in classes: e.g. \"AGain\" class AGainProcessor : public AudioEffect\n{ //...\n}; class AGainController : public EditControllerEx1\n{ //...\n}; Bundle ID : this is the ID needed for example for the Info.plist of macOS: e.g. \"com.steinberg.again\" Filename Prefix : (optional) this will be added as file prefix to the created files: e.g. \"AGain\" => AGainProcessor.cpp / AGainController.h / ... Output Directory : you define here in which folder your project will be created CMake Generator : CMake tool required to define a generator in order to create configuration files for a specific build system: there are 2 kinds of generators: Command-Line and IDE. Choose the one you need for example: on Windows: Visual Studio 17 2022 on macOS: Xcode CMake Platform : you could here define which target platform should be used, i.e x64 or ARM64EC (on Windows) Once all information is set up, you could click on Create , a script will create and CMake will be used and the chosen IDE will be opened. In the bottom area the script output is displayed, you have the possibility to copy it by using the dedicated button: Copy Script Output To Clipboard . Example of script Output C:\\Program Files\\CMake\\bin\\CMake.exe C:\\Users\\YGrabit\\Desktop\\SDKs\\VST3_SDKs\\3.7.7\\VST_SDK\\VST3_Project_Generator\\\nWindows_x64\\Resources\\GenerateVST3Plugin.cmake -DSMTG_VST3_SDK_SOURCE_DIR_CLI=\"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk\" -DSMTG_GENERATOR_OUTPUT_DIRECTORY_CLI=\"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\"\n-DSMTG_PLUGIN_NAME_CLI=\"AGain\" -DSMTG_PLUGIN_CATEGORY_CLI=\"Fx\" -DSMTG_CMAKE_PROJECT_NAME_CLI=\"AGain\"\n-DSMTG_PLUGIN_BUNDLE_NAME_CLI=\"AGain\" -DSMTG_PLUGIN_IDENTIFIER_CLI=\"com.steinberg.again\"\n-DSMTG_MACOS_DEPLOYMENT_TARGET_CLI=\"10.13\" -DSMTG_VENDOR_NAME_CLI=\"Steinberg\" -DSMTG_VENDOR_HOMEPAGE_CLI=\"www.steinberg.net\" -DSMTG_VENDOR_EMAIL_CLI=\"info@steinberg.net\" -DSMTG_PREFIX_FOR_FILENAMES_CLI=\"\" -DSMTG_PLUGIN_CLASS_NAME_CLI=\"AGain\" -DSMTG_ENABLE_VSTGUI_SUPPORT_CLI=ON -P \"C:\\Users\\YGrabit\\Desktop\\SDKs\\VST3_SDKs\\3.7.7\\VST_SDK\\VST3_Project_Generator\\ Windows_x64\\Resources\\GenerateVST3Plugin.cmake\"\n================================================== Steinberg Media Technologies GmbH VST3 Project Generator ================================================== -- Found Git: C:/Program Files/Git/cmd/git.exe (found version \"2.38.1.windows.1\") -- SMTG_CMAKE_SCRIPT_DIR : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/VST_SDK/VST3_Project_Generator/Windows_x64/Resources\n-- SMTG_ENABLE_VSTGUI_SUPPORT : ON\n-- SMTG_GENERATOR_OUTPUT_DIRECTORY : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\n-- SMTG_TEMPLATE_FILES_PATH : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/VST_SDK/VST3_Project_Generator/Windows_x64/Resources/cmake/templates\n-- SMTG_VST3_SDK_SOURCE_DIR : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk -- SMTG_VENDOR_NAME : Steinberg\n-- SMTG_VENDOR_HOMEPAGE : www.steinberg.net\n-- SMTG_VENDOR_EMAIL : info@steinberg.net\n-- SMTG_SOURCE_COPYRIGHT_HEADER: Copyright(c) 2022 Steinberg.\n-- SMTG_PLUGIN_NAME : AGain\n-- SMTG_PREFIX_FOR_FILENAMES : e.g. myplugincontroller.h\n-- SMTG_PLUGIN_IDENTIFIER : com.steinberg.again, used e.g. in Info.plist\n-- SMTG_PLUGIN_BUNDLE_NAME : AGain -- SMTG_CMAKE_PROJECT_NAME : e.g. AGain will output AGain.vst3\n-- SMTG_VENDOR_NAMESPACE : e.g. namespace MyCompanyName {...}\n-- SMTG_PLUGIN_CLASS_NAME : e.g. class AGainProcessor : public AudioEffect {...}\n-- SMTG_PLUGIN_CATEGORY : Fx\n-- SMTG_MACOS_DEPLOYMENT_TARGET: 10.13 -- SMTG_Processor_UUID : 0x310DE7F8, 0x10DA54D2, 0x98DE9223, 0xA9933093\n-- SMTG_Controller_UUID : 0x80068D40, 0xBA125C34, 0x9B1E857C, 0xC17CD5F3 -- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/CMakeLists.txt\n-- Copied : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/310DE7F810DA54D298DE9223A9933093_snapshot.png\n-- Copied : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/310DE7F810DA54D298DE9223A9933093_snapshot_2.0x.png\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/myplugineditor.uidesc\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/win32resource.rc\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/version.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincids.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincontroller.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincontroller.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginentry.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginprocessor.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginprocessor.h C:\\Program Files\\CMake\\bin\\CMake.exe -G \"Visual Studio 17 2022\" -A x64 -S \"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\\AGain\" -B \"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\\AGain\\build\" -DSMTG_ADD_VSTGUI=ON -- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.\n-- The C compiler identification is MSVC 19.34.31935.0\n-- The CXX compiler identification is MSVC 19.34.31935.0\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped\n-- Detecting CXX compile features\n-- Detecting CXX compile features - done\n-- [SMTG] CMAKE_SOURCE_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain\n-- [SMTG] CMAKE_CURRENT_LIST_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk\n-- [SMTG] Disable all VST3 samples\n-- [SMTG] SMTG_VSTGUI_SOURCE_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk/vstgui4\n-- Could NOT find EXPAT (missing: EXPAT_LIBRARY EXPAT_INCLUDE_DIR) -- VSTGUI will use the embedded Expat package!\n-- [SMTG] SMTG_AAX_SDK_PATH is not set. If you need it, please download the AAX SDK!\n-- Performing Test SMTG_USE_STDATOMIC_H\n-- Performing Test SMTG_USE_STDATOMIC_H - Failed\n-- [SMTG] Setup running moduleinfotool for AGain\n-- [SMTG] Setup running validator for AGain\n-- [SMTG] SMTG_PLUGIN_TARGET_PATH is set to: C:\\Users\\YGrabit\\AppData\\Local\\Programs\\Common\\VST3\n-- Configuring done\n-- Generating done\n-- Build files have been written to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/build That´s it! You can contribute to this project on https://github.com/steinbergmedia/vst3projectgenerator !","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Setting and creating a plug-in project","id":"88","title":"Setting and creating a plug-in project"},"89":{"body":"BSD style VST3ProjectGenerator LICENSE\n(c) Steinberg Media Technologies, All Rights Reserved Redistribution and use in source and binary forms, with orwithout modification,\nare permitted provided that the following conditions are met: * Redistributions of source code must retain the abovecopyright notice,\nthis list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the abovecopyright notice,\nthis list of conditions and the following disclaimer inthe documentation\nand/or other materials provided with the distribution.\n* Neither the name of the Steinberg Media Technologies northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ANDCONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULARPURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST3 Project Generator License","id":"89","title":"VST3 Project Generator License"},"9":{"body":"Browse the VST 3 SDK 's technical documentation. The full VST 3 API reference is only available in the VST 3 Package that you can download or find online here.","breadcrumbs":"VST » Technical Documentation","id":"9","title":"Technical Documentation"},"90":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Validator command line","breadcrumbs":"What is the VST 3 SDK? » Validator command line » Validator command line","id":"90","title":"Validator command line"},"91":{"body":"As Cross-platform source code: The validator is a small command line host application (source code included) which can be used to check your plug-in for VST 3 conformity. You can also write your own test code and let the validator execute it. Very nice for automatic build server integration.","breadcrumbs":"What is the VST 3 SDK? » Validator command line » Validator command line","id":"91","title":"Validator command line"},"92":{"body":"/ VST Home / What is the VST 3 SDK? On this page: AudioHost","breadcrumbs":"What is the VST 3 SDK? » AudioHost Application » AudioHost Application","id":"92","title":"AudioHost Application"},"93":{"body":"As Cross-platform source code: Simple cross-platform (only tested on Linux) host application allowing you to register a VST 3 plug-in with Jack Server. First, you have to download the Jack Audio SDK and application server ( http://www.jackaudio.org ). Windows (not tested): audiohost.exe \"C:\\PATH_TO_PLUGIN\" macOS (not tested) Linux: audiohost PATH_TO_PLUGIN On Windows and macOS, you can also drag and drop a VST 3 plug-in on the executable via Explorer/Finder. Check the folder \"public.sdk/samples/vst-hosting/audiohost\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » AudioHost Application » AudioHost","id":"93","title":"AudioHost"},"94":{"body":"/ VST Home / What is the VST 3 SDK? On this page: EditorHost","breadcrumbs":"What is the VST 3 SDK? » EditorHost Application » EditorHost Application","id":"94","title":"EditorHost Application"},"95":{"body":"As Cross-platform source code: Simple cross-platform (Win/macOS/Linux) host application allowing you to open the editor of a VST 3 plug-in (with HiDPI support on Windows/macOS). Call it from the command line: Windows: editorhost.exe \"C:\\PATH_TO_PLUGIN\" macOS/Linux: editorhost PATH_TO_PLUGIN On Windows and macOS you can also drag and drop a VST 3 plug-in on the executable via Explorer/Finder. Check the folder \"public.sdk/samples/vst-hosting/editorhost\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » EditorHost Application » EditorHost","id":"95","title":"EditorHost"},"96":{"body":"/ VST Home / What is the VST 3 SDK? On this page: VST 3 Inspector","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector Application » VST 3 Inspector Application","id":"96","title":"VST 3 Inspector Application"},"97":{"body":"As Cross-platform source code: Simple cross-platform (Win/macOS/Linux) host application, built with VSTGUI, which scans the VST 3 Folder, collects information from the factory about each VST 3 plug-in and display it in its UI. what_if_7 Check the folder \"public.sdk/samples/vst-hosting/inspectorapp\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector Application » VST 3 Inspector","id":"97","title":"VST 3 Inspector"},"98":{"body":"/ VST Home / What is the VST 3 SDK? On this page: VST 3 - VST 2.x Wrapper VST 3 - AAX Wrapper VST 3 - Audio Unit v3 Wrapper VST 3 - Audio Unit Wrapper Related pages: iOS Inter-App Audio support These wrappers allow you to create versions of your VST 3 plug-in in other plug-in formats with minimum effort: AAX format used by Pro Tools® AUv3 and AU (Audio Unit) on Apple platform VST 2 (deprecated) Check the folder \"public.sdk/source/vst/aaxwrapper\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX, AUv3, AU and VST 2 Wrappers","id":"98","title":"AAX, AUv3, AU and VST 2 Wrappers"},"99":{"body":"Helper Class wrapping a VST 3 plug-in to a VST 2.4 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - VST 2.x Wrapper","id":"99","title":"VST 3 - VST 2.x Wrapper"}},"length":749,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{")":{"4":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"1":{",":{"2":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"502":{"tf":1.0}}},"1":{"df":1,"docs":{"528":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":1,"docs":{"572":{"tf":1.0}}}},"5":{"df":2,"docs":{"234":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"df":0,"docs":{},"f":{"df":3,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}},"0":{"1":{"1":{"df":3,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"472":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":2,"docs":{"15":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"8":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":44,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":3.0},"238":{"tf":2.23606797749979},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"249":{"tf":3.1622776601683795},"252":{"tf":3.3166247903554},"253":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"478":{"tf":1.0},"486":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"508":{"tf":3.872983346207417},"511":{"tf":3.7416573867739413},"525":{"tf":2.0},"538":{"tf":1.0},"552":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0},"691":{"tf":2.23606797749979},"703":{"tf":1.0}},"u":{"df":1,"docs":{"250":{"tf":1.0}}},"x":{"0":{"3":{"df":1,"docs":{"472":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"d":{"a":{"5":{"4":{"d":{"2":{"df":1,"docs":{"88":{"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":{"a":{"0":{"c":{"c":{"2":{"6":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"0":{"d":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"3":{"5":{"a":{"1":{"8":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"4":{"a":{"df":0,"docs":{},"f":{"5":{"2":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"6":{"8":{"d":{"4":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"1":{"df":0,"docs":{},"e":{"2":{"4":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"8":{"d":{"df":0,"docs":{},"e":{"9":{"2":{"2":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"df":0,"docs":{},"e":{"8":{"5":{"7":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"8":{"b":{"df":0,"docs":{},"f":{"b":{"3":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"9":{"9":{"3":{"3":{"0":{"9":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"b":{"0":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"9":{"d":{"b":{"b":{"d":{"6":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"1":{"2":{"5":{"c":{"3":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"8":{"8":{"9":{"6":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"1":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"7":{"c":{"4":{"0":{"a":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}}},"0":{".":{"0":{".":{"1":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.4142135623730951},"447":{"tf":2.0},"467":{"tf":1.4142135623730951},"502":{"tf":1.0},"591":{"tf":1.4142135623730951},"625":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"t":{"d":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"/":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{"1":{"9":{"0":{"4":{"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"0":{"0":{".":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"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":{"df":1,"docs":{"645":{"tf":1.0}}},"3":{"df":2,"docs":{"49":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"1":{"df":1,"docs":{"428":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"df":2,"docs":{"157":{"tf":1.0},"252":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"544":{"tf":1.0},"671":{"tf":1.0}}},"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":14,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"29":{"tf":1.0},"378":{"tf":1.0},"428":{"tf":1.0},"49":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"572":{"tf":1.0},"627":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}},"1":{".":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"138":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"428":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"508":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"447":{"tf":1.0}}},"8":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":4,"docs":{"508":{"tf":2.0},"511":{"tf":2.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951}}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"4":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"225":{"tf":1.0},"447":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"580":{"tf":1.0},"621":{"tf":1.0}}},"5":{"df":6,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"246":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772}}},"6":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":9,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"359":{"tf":2.449489742783178},"447":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"613":{"tf":1.0},"65":{"tf":1.0},"691":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"225":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"8":{",":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"5":{".":{"0":{"df":1,"docs":{"88":{"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":{"6":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.0}}},"8":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":68,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":2.8284271247461903},"239":{"tf":2.6457513110645907},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":2.6457513110645907},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"502":{"tf":3.0},"508":{"tf":3.605551275463989},"510":{"tf":1.4142135623730951},"511":{"tf":4.123105625617661},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"533":{"tf":1.0},"546":{"tf":1.4142135623730951},"552":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"562":{"tf":1.0},"569":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.0},"608":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"2":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":9,"docs":{"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"1":{"4":{"7":{".":{"4":{"8":{"3":{".":{"6":{"4":{"8":{"df":1,"docs":{"368":{"tf":1.0}}},"9":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"621":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"639":{"tf":1.0}}},"1":{"df":1,"docs":{"223":{"tf":1.0}}},"2":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"8":{".":{"1":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"1":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}},"4":{"df":3,"docs":{"104":{"tf":1.0},"246":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"592":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.0},"690":{"tf":1.0},"724":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"0":{".":{"0":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"df":3,"docs":{"117":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}},"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":3,"docs":{"604":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"149":{"tf":1.0},"659":{"tf":1.0}}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"649":{"tf":1.0},"651":{"tf":1.0}}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":3,"docs":{"604":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":3,"docs":{"604":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"639":{"tf":1.0}}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":3,"docs":{"604":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"629":{"tf":1.0}}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":3,"docs":{"604":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":3,"docs":{"604":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"147":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"49":{"tf":1.4142135623730951},"615":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":3,"docs":{"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"141":{"tf":1.0},"225":{"tf":1.0},"621":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":1,"docs":{"366":{"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":{}},"2":{".":{"0":{"4":{"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"^":{"3":{"1":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"d":{"df":3,"docs":{"560":{"tf":1.0},"639":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"625":{"tf":1.0}}},"df":107,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":3.3166247903554},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"278":{"tf":1.0},"281":{"tf":1.0},"296":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"344":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"444":{"tf":1.0},"46":{"tf":1.0},"465":{"tf":1.0},"476":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":2.449489742783178},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"552":{"tf":1.0},"569":{"tf":1.0},"593":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":2.8284271247461903},"691":{"tf":2.23606797749979},"692":{"tf":2.0},"693":{"tf":1.7320508075688772},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"732":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.4142135623730951}},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"3":{"+":{"7":{"+":{"0":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"5":{",":{"7":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":41,"docs":{"286":{"tf":2.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"368":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":2.0},"453":{"tf":1.7320508075688772},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.7320508075688772},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"604":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"704":{"tf":1.0}}},"1":{"df":12,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"495":{"tf":1.0},"573":{"tf":1.0},"604":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"704":{"tf":1.0}}},"2":{"df":9,"docs":{"286":{"tf":1.0},"301":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"604":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":2,"docs":{"171":{"tf":1.0},"661":{"tf":1.0}}},"1":{".":{"0":{"df":15,"docs":{"286":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"604":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":1,"docs":{"339":{"tf":1.0}}},"5":{".":{"0":{"df":25,"docs":{"286":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"444":{"tf":1.4142135623730951},"452":{"tf":2.23606797749979},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"606":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":2.449489742783178},"704":{"tf":1.0}}},"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0}}},"6":{".":{"0":{"df":11,"docs":{"115":{"tf":1.0},"286":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"452":{"tf":1.4142135623730951},"529":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"604":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951}}},"1":{"0":{"df":12,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"318":{"tf":1.0},"423":{"tf":1.0},"427":{"tf":1.0},"443":{"tf":1.0},"452":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"604":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"1":{"df":12,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"2":{"df":20,"docs":{"286":{"tf":2.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"444":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"452":{"tf":2.0},"489":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"604":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":17,"docs":{"286":{"tf":2.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"452":{"tf":2.0},"545":{"tf":1.0},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"604":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"6":{"df":9,"docs":{"286":{"tf":1.0},"316":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"604":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0}}},"8":{"df":9,"docs":{"286":{"tf":1.0},"317":{"tf":1.0},"452":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"604":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"724":{"tf":2.0}}},"9":{"df":4,"docs":{"604":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"724":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{".":{"0":{"df":17,"docs":{"286":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":2.0},"581":{"tf":1.0},"582":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"604":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":4,"docs":{"604":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"724":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"265":{"tf":1.0},"286":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"452":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"6":{"df":3,"docs":{"604":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0}}},"8":{"df":4,"docs":{"364":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":11,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":2,"docs":{"641":{"tf":1.0},"724":{"tf":1.0}}}},"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"<":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"434":{"tf":2.23606797749979},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0}}}}},"df":14,"docs":{"188":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.23606797749979},"368":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":2.8284271247461903},"615":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"714":{"tf":1.0}}},"5":{"df":1,"docs":{"145":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"df":13,"docs":{"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}},"df":347,"docs":{"1":{"tf":2.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"11":{"tf":1.7320508075688772},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"127":{"tf":2.23606797749979},"130":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":2.449489742783178},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":2.8284271247461903},"156":{"tf":2.8284271247461903},"157":{"tf":2.449489742783178},"158":{"tf":2.0},"159":{"tf":1.0},"16":{"tf":2.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.6457513110645907},"165":{"tf":1.4142135623730951},"17":{"tf":3.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.8284271247461903},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":2.8284271247461903},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"23":{"tf":1.0},"230":{"tf":2.8284271247461903},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.23606797749979},"264":{"tf":2.23606797749979},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":3.0},"330":{"tf":2.449489742783178},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":2.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.7320508075688772},"364":{"tf":1.0},"365":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"39":{"tf":1.0},"390":{"tf":1.0},"399":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"43":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.7320508075688772},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"444":{"tf":2.0},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":2.0},"451":{"tf":1.7320508075688772},"458":{"tf":1.0},"46":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"47":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"483":{"tf":1.0},"489":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"502":{"tf":2.8284271247461903},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"51":{"tf":1.0},"513":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.7320508075688772},"520":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"562":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":2.8284271247461903},"604":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.23606797749979},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":2.0},"637":{"tf":2.0},"639":{"tf":2.23606797749979},"641":{"tf":3.1622776601683795},"643":{"tf":2.23606797749979},"645":{"tf":2.23606797749979},"647":{"tf":2.23606797749979},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"655":{"tf":2.6457513110645907},"662":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.449489742783178},"691":{"tf":1.4142135623730951},"692":{"tf":2.0},"693":{"tf":1.7320508075688772},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":2.449489742783178},"701":{"tf":2.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.7320508075688772},"708":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.0},"715":{"tf":3.605551275463989},"716":{"tf":1.4142135623730951},"717":{"tf":2.23606797749979},"718":{"tf":1.7320508075688772},"719":{"tf":2.6457513110645907},"720":{"tf":1.7320508075688772},"721":{"tf":2.449489742783178},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":3.0},"729":{"tf":1.0},"745":{"tf":1.4142135623730951},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":2.6457513110645907},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}},"r":{"d":{"df":9,"docs":{"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"639":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"4":{"+":{"5":{"+":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"691":{"tf":1.0}}},"1":{".":{"2":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"621":{"tf":1.0}}},"1":{".":{"1":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"615":{"tf":1.0}}},"2":{".":{"3":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"610":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"4":{".":{"9":{"6":{"7":{".":{"2":{"9":{"6":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"647":{"tf":1.4142135623730951},"659":{"tf":1.0},"704":{"tf":1.0}}},"3":{".":{"1":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"539":{"tf":1.0},"643":{"tf":1.0}}},"6":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"629":{"tf":1.0}}},"9":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"145":{"tf":1.0}}},"df":23,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.4142135623730951},"691":{"tf":1.0}}},"5":{".":{"1":{"df":2,"docs":{"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"5":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":2,"docs":{"623":{"tf":1.0},"741":{"tf":1.0}}},"7":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"d":{"1":{"df":0,"docs":{},"f":{"a":{"9":{"7":{"4":{"d":{"6":{"6":{"8":{"0":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"b":{"9":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"1":{"d":{"2":{"3":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"647":{"tf":1.0}}},"6":{".":{"0":{".":{"5":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"368":{"tf":1.0},"39":{"tf":1.0},"434":{"tf":2.23606797749979},"617":{"tf":1.0},"641":{"tf":1.0},"69":{"tf":1.0}}}}},"df":12,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.23606797749979},"427":{"tf":2.0},"429":{"tf":1.0},"447":{"tf":2.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"127":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"583":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"6":{"5":{"c":{"d":{"1":{"b":{"8":{"3":{"a":{"4":{"a":{"df":0,"docs":{},"f":{"4":{"8":{"0":{"a":{"a":{"7":{"9":{"2":{"9":{"a":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"8":{"a":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":14,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"445":{"tf":1.0},"447":{"tf":2.0},"478":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}},"8":{".":{"1":{"df":3,"docs":{"49":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"9":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"3":{"c":{"9":{"3":{"5":{"a":{"1":{"8":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"430":{"tf":1.0},"562":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":22,"docs":{"127":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.0},"430":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"445":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.7320508075688772}}},"9":{".":{"0":{"/":{"9":{".":{"1":{"/":{"1":{"0":{".":{"0":{"/":{"1":{"0":{".":{"1":{"/":{"1":{"1":{".":{"0":{"/":{"1":{"1":{".":{"1":{"/":{"1":{"3":{".":{"0":{"/":{"1":{"3":{".":{"1":{"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"686":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"686":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"438":{"tf":1.0},"517":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"m":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"562":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"/":{"b":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"0":{"b":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"4":{"0":{"0":{"5":{"d":{"9":{"b":{"4":{"7":{"9":{"6":{"7":{"1":{"7":{"7":{"df":0,"docs":{},"e":{"3":{"7":{"a":{"6":{"7":{"1":{"8":{"9":{"1":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"627":{"tf":1.7320508075688772},"629":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"613":{"tf":1.0},"88":{"tf":2.0}},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":11,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"333":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"145":{"tf":1.0},"150":{"tf":1.0},"239":{"tf":1.4142135623730951},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"311":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"507":{"tf":1.0},"543":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"28":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"507":{"tf":1.0},"532":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"359":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"391":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"390":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"374":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"253":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"374":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"385":{"tf":1.0},"447":{"tf":1.0},"510":{"tf":1.0},"55":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"639":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"386":{"tf":1.0},"748":{"tf":1.0}},"i":{"c":{"a":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":2,"docs":{"469":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"309":{"tf":1.0},"527":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"699":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"467":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"467":{"tf":1.0},"635":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"286":{"tf":1.0},"317":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"391":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":2.449489742783178},"470":{"tf":1.0},"532":{"tf":1.7320508075688772},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"560":{"tf":1.0},"623":{"tf":1.0},"639":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"487":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":28,"docs":{"172":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"359":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"575":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"681":{"tf":1.0},"712":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}}}},"c":{"df":2,"docs":{"162":{"tf":2.0},"748":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":69,"docs":{"105":{"tf":1.4142135623730951},"111":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"351":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":2.0},"534":{"tf":1.0},"535":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"541":{"tf":1.0},"595":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":3.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":1.0},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"643":{"tf":2.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":2.23606797749979},"664":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":1,"docs":{"572":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"466":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"138":{"tf":1.0},"16":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"499":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"362":{"tf":1.0},"371":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"362":{"tf":1.0},"547":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"145":{"tf":1.0},"225":{"tf":1.0},"338":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"606":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"525":{"tf":1.4142135623730951},"593":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"655":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"221":{"tf":1.0},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.0}}}}}}}}},"o":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"613":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"32":{"tf":1.4142135623730951},"390":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"748":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"368":{"tf":1.0},"373":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":6,"docs":{"249":{"tf":1.0},"276":{"tf":1.0},"462":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"562":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"476":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"a":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"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":2,"docs":{"55":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":28,"docs":{"114":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0},"405":{"tf":1.0},"430":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":2.0},"561":{"tf":1.0},"564":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"705":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"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":{}}}}}}}}}},"df":1,"docs":{"18":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"239":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"124":{"tf":1.0},"129":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"147":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"647":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":3.0},"726":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"494":{"tf":1.0},"649":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"a":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":10,"docs":{"188":{"tf":1.0},"233":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"281":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"476":{"tf":1.0},"671":{"tf":1.0}}}}}}}}},"i":{"a":{"df":1,"docs":{"114":{"tf":1.0}},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"340":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.4142135623730951},"727":{"tf":1.0},"739":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":132,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"368":{"tf":2.449489742783178},"371":{"tf":1.4142135623730951},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"436":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"668":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.7320508075688772},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"373":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":20,"docs":{"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"263":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":1.0},"534":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}},"n":{"df":6,"docs":{"147":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"335":{"tf":1.0},"342":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.4142135623730951},"717":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"351":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"29":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0},"748":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"331":{"tf":1.0},"371":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"382":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"664":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"469":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.0},"747":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"245":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"331":{"tf":1.4142135623730951},"349":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.0},"457":{"tf":1.0},"469":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"557":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"371":{"tf":1.0},"662":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"727":{"tf":1.0},"734":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"333":{"tf":1.4142135623730951},"360":{"tf":1.0},"508":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"446":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"408":{"tf":3.0},"409":{"tf":2.8284271247461903},"410":{"tf":2.6457513110645907}},"i":{"'":{"df":2,"docs":{"530":{"tf":1.0},"613":{"tf":1.0}}},"df":21,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"33":{"tf":1.0},"330":{"tf":2.0},"345":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":2.449489742783178},"396":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":2.0},"610":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"p":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":34,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.0},"621":{"tf":1.4142135623730951},"647":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":1.0},"369":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}},"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"d":{"df":1,"docs":{"532":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"747":{"tf":1.7320508075688772},"98":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"14":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"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":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":71,"docs":{"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"18":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"288":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":2.0},"368":{"tf":1.0},"382":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.0},"484":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"69":{"tf":2.0},"748":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":18,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"20":{"tf":1.4142135623730951},"231":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"252":{"tf":1.0},"258":{"tf":1.4142135623730951},"385":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.4142135623730951},"487":{"tf":1.0},"508":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"724":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"147":{"tf":1.0},"362":{"tf":1.0},"470":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"427":{"tf":2.449489742783178},"428":{"tf":1.4142135623730951},"429":{"tf":1.7320508075688772},"49":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"391":{"tf":1.0},"436":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"373":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"3":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"427":{"tf":2.23606797749979},"428":{"tf":2.6457513110645907},"49":{"tf":1.4142135623730951},"613":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.449489742783178},"430":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.0},"608":{"tf":1.0}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"162":{"tf":1.0},"427":{"tf":1.4142135623730951},"608":{"tf":1.0},"619":{"tf":1.0}},"v":{"3":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"4":{"b":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"l":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"6":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"7":{"df":0,"docs":{},"l":{"df":2,"docs":{"429":{"tf":1.0},"430":{"tf":1.0}}}},"8":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"338":{"tf":1.7320508075688772},"404":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":1.4142135623730951},"416":{"tf":1.0},"464":{"tf":1.7320508075688772},"468":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":2.449489742783178},"474":{"tf":3.0},"475":{"tf":1.7320508075688772},"507":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.0},"682":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.7320508075688772},"710":{"tf":1.0}}}},"y":{"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"533":{"tf":1.4142135623730951},"596":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},"df":2,"docs":{"249":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"302":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"496":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"232":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"359":{"tf":1.0}},"i":{"[":{"1":{"2":{"8":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"360":{"tf":1.0},"436":{"tf":1.0},"544":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}},"o":{"df":6,"docs":{"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}}},"k":{"df":34,"docs":{"151":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.4142135623730951},"378":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"547":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"599":{"tf":1.0},"631":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"715":{"tf":1.0},"727":{"tf":1.0},"748":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":18,"docs":{"177":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.0},"313":{"tf":1.4142135623730951},"356":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.7320508075688772},"452":{"tf":1.0},"507":{"tf":1.4142135623730951},"517":{"tf":1.0},"548":{"tf":1.0},"575":{"tf":1.0},"645":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"549":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"368":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"480":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"568":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"342":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"606":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"621":{"tf":1.0},"659":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"540":{"tf":1.0},"557":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"427":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"142":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"343":{"tf":1.0},"386":{"tf":2.0},"427":{"tf":1.0},"447":{"tf":1.0},"480":{"tf":1.7320508075688772},"543":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"701":{"tf":1.0},"709":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"252":{"tf":2.8284271247461903},"253":{"tf":2.449489742783178},"257":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":156,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"14":{"tf":2.449489742783178},"156":{"tf":1.0},"16":{"tf":2.8284271247461903},"162":{"tf":2.23606797749979},"171":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":3.1622776601683795},"251":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":2.6457513110645907},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.0},"261":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"29":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":1.0},"336":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":2.8284271247461903},"397":{"tf":2.6457513110645907},"4":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"430":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"45":{"tf":1.0},"452":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"466":{"tf":2.6457513110645907},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.4142135623730951},"471":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":2.23606797749979},"529":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":1.0},"591":{"tf":2.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":1.4142135623730951},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"69":{"tf":1.0},"693":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.23606797749979},"74":{"tf":1.0},"748":{"tf":2.8284271247461903},"77":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"105":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"476":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":8,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"410":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"45":{"tf":1.0},"533":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":20,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"533":{"tf":1.0}}},"i":{"df":1,"docs":{"533":{"tf":1.0}}},"m":{"df":1,"docs":{"533":{"tf":1.0}}},"o":{"df":2,"docs":{"29":{"tf":1.0},"649":{"tf":1.0}}},"x":{"df":1,"docs":{"533":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":8,"docs":{"236":{"tf":1.0},"249":{"tf":4.358898943540674},"250":{"tf":1.4142135623730951},"252":{"tf":4.58257569495584},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"575":{"tf":1.0},"692":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"108":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"469":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"532":{"tf":1.0},"582":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"736":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}},"df":45,"docs":{"14":{"tf":1.0},"157":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"289":{"tf":1.0},"315":{"tf":1.4142135623730951},"32":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"367":{"tf":2.0},"368":{"tf":2.23606797749979},"369":{"tf":1.0},"371":{"tf":2.8284271247461903},"372":{"tf":2.23606797749979},"373":{"tf":2.449489742783178},"374":{"tf":3.3166247903554},"375":{"tf":1.0},"378":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.7320508075688772},"487":{"tf":1.0},"490":{"tf":1.4142135623730951},"501":{"tf":1.0},"522":{"tf":1.0},"55":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":2.23606797749979},"668":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"736":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"2":{"df":3,"docs":{"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"621":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}}}},"3":{"df":21,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"747":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"613":{"tf":1.0},"617":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"465":{"tf":1.0},"466":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}}}},"df":40,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"267":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"469":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"543":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"72":{"tf":1.0},"724":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"639":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"225":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"687":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"284":{"tf":1.0},"333":{"tf":1.0}}},"y":{"df":3,"docs":{"130":{"tf":1.0},"727":{"tf":1.0},"737":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"145":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"250":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"469":{"tf":1.0},"532":{"tf":1.0},"585":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"268":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"l":{"a":{"b":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"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":1,"docs":{"700":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"1":{"0":{"_":{"6":{".":{"df":0,"docs":{},"x":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"534":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"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":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":43,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"242":{"tf":1.0},"264":{"tf":1.0},"312":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.0},"429":{"tf":1.0},"45":{"tf":1.0},"454":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"715":{"tf":2.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"729":{"tf":1.0},"748":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"i":{"c":{"df":23,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.7320508075688772},"348":{"tf":1.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"454":{"tf":1.0},"484":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":2,"docs":{"12":{"tf":1.0},"16":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"469":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"147":{"tf":1.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"671":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"372":{"tf":1.0},"476":{"tf":1.0},"621":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":27,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"354":{"tf":2.449489742783178},"359":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"462":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"510":{"tf":1.4142135623730951},"527":{"tf":1.0},"557":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"707":{"tf":1.4142135623730951},"726":{"tf":1.0},"741":{"tf":1.0},"86":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"338":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"736":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"360":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"269":{"tf":1.0},"392":{"tf":1.0},"395":{"tf":1.0},"536":{"tf":1.0},"606":{"tf":1.0},"635":{"tf":1.0},"743":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"330":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"346":{"tf":1.0},"465":{"tf":1.0}}}},"w":{"df":10,"docs":{"1":{"tf":1.0},"361":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.0},"508":{"tf":1.4142135623730951},"517":{"tf":1.0},"522":{"tf":1.0},"662":{"tf":1.0},"74":{"tf":1.0}}}}},"n":{"d":{"df":2,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"359":{"tf":1.0},"397":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"17":{"tf":1.0},"252":{"tf":1.0},"307":{"tf":1.0},"359":{"tf":1.0},"501":{"tf":1.0},"513":{"tf":1.0},"557":{"tf":1.0},"589":{"tf":1.0},"610":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"635":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":51,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"527":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"589":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"72":{"tf":1.0},"748":{"tf":1.0}}}}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":2.0},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"r":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"522":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":28,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"352":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"472":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"726":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"d":{"df":3,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"608":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}}}}}},"df":23,"docs":{"130":{"tf":1.0},"188":{"tf":1.4142135623730951},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":3.0},"254":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"370":{"tf":1.0},"427":{"tf":2.449489742783178},"429":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"447":{"tf":4.358898943540674},"478":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"14":{"tf":1.0},"389":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":19,"docs":{"14":{"tf":2.0},"235":{"tf":1.7320508075688772},"249":{"tf":6.164414002968976},"250":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"338":{"tf":2.23606797749979},"374":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":2.8284271247461903},"486":{"tf":3.605551275463989},"487":{"tf":1.4142135623730951},"500":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":2.0},"673":{"tf":1.0},"687":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"633":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":2.0}}},"l":{"df":5,"docs":{"239":{"tf":1.0},"250":{"tf":2.0},"499":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"359":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"454":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":1.0},"700":{"tf":1.0},"731":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"391":{"tf":1.0},"88":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":10,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"504":{"tf":1.0},"631":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"161":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"610":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":15,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"343":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951},"547":{"tf":2.0},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"608":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"691":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}},"s":{"df":4,"docs":{"159":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"286":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"72":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"s":{"d":{"df":3,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":52,"docs":{"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"320":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"389":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"445":{"tf":2.0},"452":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":2.23606797749979},"466":{"tf":2.449489742783178},"467":{"tf":2.0},"468":{"tf":2.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"491":{"tf":1.0},"508":{"tf":2.449489742783178},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"571":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":2.23606797749979},"710":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"235":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"338":{"tf":2.6457513110645907},"405":{"tf":1.0},"478":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"606":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903},"674":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}}},"g":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":67,"docs":{"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"178":{"tf":3.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.0},"208":{"tf":2.449489742783178},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"213":{"tf":2.449489742783178},"214":{"tf":1.7320508075688772},"217":{"tf":2.449489742783178},"218":{"tf":2.23606797749979},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":2.0},"281":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"641":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":2.23606797749979},"721":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"174":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"365":{"tf":1.0},"44":{"tf":1.0},"589":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":25,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"267":{"tf":1.0},"318":{"tf":1.0},"354":{"tf":1.4142135623730951},"364":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"532":{"tf":1.0},"562":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"416":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}}},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"491":{"tf":1.7320508075688772},"508":{"tf":3.4641016151377544},"511":{"tf":2.449489742783178},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"466":{"tf":1.7320508075688772},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"467":{"tf":1.4142135623730951},"591":{"tf":1.0}}}}}},"s":{"df":19,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"338":{"tf":1.7320508075688772},"381":{"tf":1.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":2.6457513110645907},"466":{"tf":2.0},"467":{"tf":2.23606797749979},"468":{"tf":2.23606797749979},"473":{"tf":1.0},"549":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.7320508075688772},"706":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"337":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"412":{"tf":1.0},"502":{"tf":1.0},"513":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"78":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"255":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"368":{"tf":2.8284271247461903},"55":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.6457513110645907}}}}},"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"436":{"tf":3.0}}}}}},"c":{"+":{"+":{"1":{"1":{"df":5,"docs":{"532":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}},"4":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"610":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"3":{".":{"7":{".":{"6":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"7":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"355":{"tf":1.0},"713":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"\\":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"3":{".":{"7":{".":{"7":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"583":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"382":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"374":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"335":{"tf":1.0},"373":{"tf":1.0},"391":{"tf":1.0},"463":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"488":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.4142135623730951},"559":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":109,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"294":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":2.0},"338":{"tf":3.3166247903554},"339":{"tf":1.0},"340":{"tf":2.449489742783178},"342":{"tf":1.4142135623730951},"343":{"tf":1.0},"354":{"tf":3.0},"357":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":3.1622776601683795},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":2.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772},"407":{"tf":1.0},"411":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":2.8284271247461903},"463":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"475":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"536":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"559":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.0},"608":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.7320508075688772},"670":{"tf":2.23606797749979},"671":{"tf":2.0},"672":{"tf":2.23606797749979},"674":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"683":{"tf":2.0},"685":{"tf":2.449489742783178},"686":{"tf":1.0},"687":{"tf":2.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0},"727":{"tf":2.0},"736":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"744":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"447":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.0},"532":{"tf":1.4142135623730951},"670":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.0}}}}},"d":{"df":1,"docs":{"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"233":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"511":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"687":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":65,"docs":{"11":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":2.23606797749979},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.4142135623730951},"397":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"434":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.7320508075688772},"508":{"tf":1.7320508075688772},"511":{"tf":3.872983346207417},"525":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"585":{"tf":1.0},"613":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":2.0},"706":{"tf":1.4142135623730951},"72":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.0}}},"t":{"df":3,"docs":{"362":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"127":{"tf":1.0},"139":{"tf":2.0},"162":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":2.449489742783178},"358":{"tf":1.0},"366":{"tf":1.7320508075688772},"386":{"tf":1.7320508075688772},"608":{"tf":1.0},"62":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"339":{"tf":1.0},"351":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"481":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":14,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"58":{"tf":1.0},"631":{"tf":1.4142135623730951},"668":{"tf":1.0}}},"d":{"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"280":{"tf":1.0}}},"df":31,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":2.23606797749979},"168":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"532":{"tf":1.4142135623730951},"606":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.23606797749979},"615":{"tf":2.449489742783178},"621":{"tf":2.0},"625":{"tf":2.0},"641":{"tf":1.0},"691":{"tf":1.4142135623730951},"747":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"513":{"tf":2.0},"514":{"tf":4.123105625617661}},"s":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"23":{"tf":1.0},"259":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"f":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}}}}},"df":24,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.0},"257":{"tf":1.0},"260":{"tf":1.0},"337":{"tf":1.0},"386":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.4641016151377544},"470":{"tf":1.4142135623730951},"474":{"tf":2.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"n":{"c":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":169,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.0},"253":{"tf":2.23606797749979},"254":{"tf":2.0},"269":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":2.449489742783178},"339":{"tf":1.4142135623730951},"342":{"tf":2.0},"351":{"tf":1.0},"359":{"tf":2.449489742783178},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"371":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":2.0},"376":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":2.23606797749979},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.4142135623730951},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"464":{"tf":1.0},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":2.23606797749979},"490":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"527":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.0},"608":{"tf":1.7320508075688772},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.449489742783178},"618":{"tf":1.0},"619":{"tf":2.0},"620":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":1.7320508075688772},"642":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":2.0},"648":{"tf":1.0},"649":{"tf":2.23606797749979},"65":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.4142135623730951},"658":{"tf":1.0},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"660":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"668":{"tf":1.7320508075688772},"669":{"tf":2.449489742783178},"670":{"tf":2.0},"671":{"tf":1.7320508075688772},"672":{"tf":2.23606797749979},"673":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"719":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"741":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"/":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"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":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"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":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":47,"docs":{"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":2.449489742783178},"249":{"tf":3.4641016151377544},"258":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.4142135623730951},"286":{"tf":1.0},"312":{"tf":1.4142135623730951},"338":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"447":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":1.0},"491":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":4.0},"510":{"tf":1.0},"511":{"tf":3.1622776601683795},"545":{"tf":1.0},"546":{"tf":2.23606797749979},"547":{"tf":3.0},"569":{"tf":1.7320508075688772},"572":{"tf":1.4142135623730951},"575":{"tf":2.0},"645":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}}}}},"r":{"*":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"264":{"tf":1.0},"359":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"544":{"tf":1.0},"691":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":109,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"436":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"478":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.7320508075688772},"517":{"tf":2.0},"53":{"tf":1.7320508075688772},"532":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"61":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"666":{"tf":1.0},"67":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"645":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"169":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"671":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":26,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"510":{"tf":1.0},"566":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"73":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"230":{"tf":1.0},"359":{"tf":1.0}},"n":{"df":2,"docs":{"385":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"436":{"tf":2.449489742783178}}}}}},"i":{".":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"349":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}}},"df":2,"docs":{"162":{"tf":1.0},"361":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":2,"docs":{"28":{"tf":1.0},"397":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":87,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"156":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"337":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":2.23606797749979},"363":{"tf":3.1622776601683795},"364":{"tf":2.23606797749979},"366":{"tf":2.449489742783178},"37":{"tf":2.0},"390":{"tf":1.0},"436":{"tf":1.0},"454":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"58":{"tf":1.0},"583":{"tf":1.4142135623730951},"59":{"tf":1.0},"596":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":2.0},"693":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"99":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.0},"59":{"tf":1.0},"613":{"tf":1.0}}},"d":{",":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"=":{"\"":{"3":{"4":{"1":{"df":0,"docs":{},"f":{"c":{"5":{"8":{"9":{"8":{"a":{"a":{"a":{"4":{"6":{"a":{"7":{"a":{"5":{"0":{"6":{"b":{"c":{"0":{"7":{"9":{"9":{"df":0,"docs":{},"e":{"8":{"8":{"2":{"a":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"333":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":1.7320508075688772},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"597":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"405":{"tf":1.0},"465":{"tf":1.0},"631":{"tf":1.0},"655":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"235":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"32":{"tf":1.0},"478":{"tf":1.4142135623730951},"627":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"230":{"tf":1.0},"243":{"tf":1.0},"373":{"tf":1.4142135623730951},"428":{"tf":1.0},"524":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"155":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"244":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.0},"450":{"tf":1.0},"625":{"tf":1.0},"86":{"tf":1.0}},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"623":{"tf":1.0},"83":{"tf":1.0}}}}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":58,"docs":{"114":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":2.449489742783178},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":2.8284271247461903},"225":{"tf":1.0},"242":{"tf":1.7320508075688772},"274":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"637":{"tf":2.0},"641":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"711":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.6457513110645907},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"192":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"~":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"o":{"a":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"358":{"tf":1.0}}},"df":64,"docs":{"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"253":{"tf":2.0},"271":{"tf":1.0},"281":{"tf":2.0},"32":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"41":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"436":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.0},"536":{"tf":1.0},"560":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"287":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"465":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"363":{"tf":2.449489742783178},"546":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"645":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":2,"docs":{"517":{"tf":1.4142135623730951},"623":{"tf":1.0}}}}}},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951},"351":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"472":{"tf":1.0},"705":{"tf":1.0}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":2.449489742783178},"703":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":14,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.0},"490":{"tf":1.0},"530":{"tf":1.0},"668":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":25,"docs":{"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"244":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"463":{"tf":1.0},"541":{"tf":1.0},"623":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":11,"docs":{"114":{"tf":1.4142135623730951},"360":{"tf":1.0},"434":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.4142135623730951},"454":{"tf":1.0},"621":{"tf":1.0},"662":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":23,"docs":{"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"316":{"tf":1.0},"330":{"tf":2.0},"339":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"36":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"557":{"tf":1.0},"643":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":1.7320508075688772},"665":{"tf":1.0},"694":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":11,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"18":{"tf":1.0},"276":{"tf":1.4142135623730951},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"747":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"y":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"444":{"tf":1.0},"447":{"tf":1.7320508075688772},"625":{"tf":1.0},"729":{"tf":1.0}}},"t":{"df":41,"docs":{"123":{"tf":1.4142135623730951},"127":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"19":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"327":{"tf":1.0},"345":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"360":{"tf":1.0},"364":{"tf":1.4142135623730951},"366":{"tf":1.0},"395":{"tf":1.0},"428":{"tf":1.0},"452":{"tf":1.0},"507":{"tf":1.0},"55":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.4142135623730951},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"599":{"tf":1.0},"643":{"tf":1.0},"681":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":32,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"360":{"tf":1.0},"49":{"tf":1.0},"613":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":1.4142135623730951},"711":{"tf":1.0},"88":{"tf":3.4641016151377544}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"356":{"tf":1.0},"631":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"x":{"df":12,"docs":{"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"294":{"tf":1.0},"364":{"tf":1.0},"399":{"tf":1.0},"53":{"tf":1.0},"608":{"tf":1.0}}}}},"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":72,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0},"264":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":2.23606797749979},"332":{"tf":1.0},"333":{"tf":2.6457513110645907},"334":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"344":{"tf":2.23606797749979},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"355":{"tf":2.449489742783178},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"454":{"tf":1.7320508075688772},"456":{"tf":1.0},"457":{"tf":2.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.7320508075688772},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"55":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"681":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":2.0},"70":{"tf":1.0},"703":{"tf":1.7320508075688772},"714":{"tf":1.4142135623730951},"731":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":10,"docs":{"475":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.7320508075688772},"560":{"tf":1.0},"575":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"600":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":3,"docs":{"18":{"tf":1.0},"339":{"tf":1.0},"513":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"450":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.4142135623730951},"705":{"tf":1.0},"747":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"336":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"349":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"259":{"tf":1.0},"692":{"tf":1.0},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"541":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"155":{"tf":1.0},"162":{"tf":2.0},"748":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0}},"r":{"df":1,"docs":{"249":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":23,"docs":{"177":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.7320508075688772},"276":{"tf":1.0},"29":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.0},"390":{"tf":1.0},"397":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.23606797749979},"475":{"tf":1.0},"481":{"tf":1.0},"532":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0},"88":{"tf":3.4641016151377544}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"475":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"225":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"137":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"249":{"tf":1.0},"329":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":2.449489742783178},"392":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"405":{"tf":1.4142135623730951},"406":{"tf":1.0},"457":{"tf":1.4142135623730951},"496":{"tf":1.0},"541":{"tf":1.0},"745":{"tf":1.0},"748":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"359":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"i":{"d":{"df":3,"docs":{"371":{"tf":1.0},"469":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"381":{"tf":1.0},"396":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"617":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.4142135623730951},"637":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":11,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"281":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"471":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.4142135623730951},"525":{"tf":1.0},"643":{"tf":1.7320508075688772},"691":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"653":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"639":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"111":{"tf":1.0},"149":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"276":{"tf":1.0},"318":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.4142135623730951},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.8284271247461903},"428":{"tf":1.0},"429":{"tf":1.7320508075688772},"438":{"tf":1.0},"454":{"tf":1.0},"467":{"tf":1.4142135623730951},"487":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"591":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"655":{"tf":1.0},"666":{"tf":1.0},"687":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"327":{"tf":1.0},"364":{"tf":1.0},"391":{"tf":1.0},"430":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"615":{"tf":1.0},"643":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"364":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"366":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":62,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"286":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"448":{"tf":1.0},"450":{"tf":2.449489742783178},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"476":{"tf":2.449489742783178},"484":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.449489742783178},"524":{"tf":2.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"557":{"tf":1.0},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"621":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"697":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":13,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.7320508075688772},"397":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"643":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":107,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":2.6457513110645907},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":2.449489742783178},"321":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":2.6457513110645907},"333":{"tf":2.449489742783178},"334":{"tf":1.0},"335":{"tf":2.0},"337":{"tf":1.7320508075688772},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.8284271247461903},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"366":{"tf":1.0},"368":{"tf":2.23606797749979},"369":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":3.3166247903554},"398":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"446":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"452":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"481":{"tf":1.0},"485":{"tf":1.0},"490":{"tf":2.6457513110645907},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":2.8284271247461903},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"541":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.6457513110645907},"699":{"tf":2.23606797749979},"70":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"742":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"333":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"490":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"389":{"tf":1.0}}},"t":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":12,"docs":{"178":{"tf":1.0},"191":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"359":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.0},"372":{"tf":1.0},"456":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":11,"docs":{"191":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"651":{"tf":1.0},"70":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"_":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"371":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"621":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"713":{"tf":1.0},"88":{"tf":2.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"120":{"tf":1.7320508075688772},"128":{"tf":1.0},"149":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"746":{"tf":1.0},"747":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"114":{"tf":1.0},"225":{"tf":1.0},"709":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"643":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"111":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.4142135623730951},"462":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"253":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"373":{"tf":1.7320508075688772},"391":{"tf":1.0},"478":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"258":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"478":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":10,"docs":{"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.7320508075688772},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"436":{"tf":1.0},"532":{"tf":1.0},"619":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"343":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"331":{"tf":1.0}}}},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"275":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"p":{"df":3,"docs":{"108":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"u":{"df":8,"docs":{"162":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"59":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"610":{"tf":1.4142135623730951},"613":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":115,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.7320508075688772},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":2.6457513110645907},"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"281":{"tf":1.0},"308":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":2.6457513110645907},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.4142135623730951},"395":{"tf":1.0},"4":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"466":{"tf":2.0},"476":{"tf":1.4142135623730951},"485":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"538":{"tf":2.0},"540":{"tf":1.4142135623730951},"58":{"tf":1.0},"585":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.7320508075688772},"619":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"736":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.449489742783178},"98":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"333":{"tf":1.4142135623730951},"361":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"162":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"225":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"342":{"tf":1.4142135623730951},"352":{"tf":1.0},"462":{"tf":1.0},"510":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"426":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"172":{"tf":1.0},"18":{"tf":1.0},"346":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"s":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"613":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"490":{"tf":1.0},"491":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":29,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"382":{"tf":1.7320508075688772},"390":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"561":{"tf":1.0},"566":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"686":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772},"705":{"tf":1.0},"729":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":42,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"328":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"378":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"510":{"tf":1.4142135623730951},"517":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"554":{"tf":1.0},"585":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"686":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"301":{"tf":1.0},"493":{"tf":1.0}}}}},"v":{"df":4,"docs":{"374":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":3.605551275463989},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"225":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.7320508075688772},"427":{"tf":1.4142135623730951},"507":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"608":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":2.449489742783178}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"623":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"235":{"tf":1.0}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"tf":1.0}}}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"641":{"tf":1.0}}},"2":{"df":1,"docs":{"641":{"tf":1.0}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.4142135623730951}}},"df":1,"docs":{"520":{"tf":2.0}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.0},"250":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":65,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"22":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":2.449489742783178},"248":{"tf":1.7320508075688772},"249":{"tf":3.0},"250":{"tf":2.6457513110645907},"252":{"tf":2.8284271247461903},"253":{"tf":3.1622776601683795},"254":{"tf":2.8284271247461903},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"293":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.4142135623730951},"372":{"tf":2.0},"373":{"tf":1.0},"374":{"tf":2.0},"375":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"394":{"tf":2.0},"395":{"tf":2.6457513110645907},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.4142135623730951},"436":{"tf":2.0},"445":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"465":{"tf":1.7320508075688772},"467":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":2.0},"601":{"tf":2.0},"602":{"tf":1.7320508075688772},"606":{"tf":2.23606797749979},"617":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":2.0},"668":{"tf":1.4142135623730951},"671":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":4.0},"250":{"tf":1.0},"606":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"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":1,"docs":{"250":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"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":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{">":{"2":{"0":{"1":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"428":{"tf":1.0},"51":{"tf":1.0},"604":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":13,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"683":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"346":{"tf":1.0}}}},"b":{"df":1,"docs":{"234":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":3,"docs":{"250":{"tf":1.7320508075688772},"510":{"tf":1.0},"511":{"tf":2.449489742783178}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":11,"docs":{"21":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.7320508075688772},"356":{"tf":1.0},"397":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"559":{"tf":1.0},"639":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"359":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"a":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"372":{"tf":1.0}}}}},"d":{"df":6,"docs":{"122":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"466":{"tf":1.0},"551":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"244":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"397":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"714":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"1":{"tf":1.0},"233":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"732":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"f":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"2":{"df":5,"docs":{"596":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":31,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":3.7416573867739413},"234":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"470":{"tf":1.0},"474":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"580":{"tf":1.0},"6":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"659":{"tf":1.0},"671":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":69,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"472":{"tf":1.0},"486":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"546":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.0},"711":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":24,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"242":{"tf":1.0},"295":{"tf":1.0},"32":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"383":{"tf":1.0},"418":{"tf":1.0},"436":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":16,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"281":{"tf":1.0},"331":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"469":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":2.0},"643":{"tf":1.0},"67":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"252":{"tf":1.0},"536":{"tf":1.4142135623730951},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"v":{"df":4,"docs":{"398":{"tf":1.0},"595":{"tf":1.0},"671":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"370":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"124":{"tf":1.0},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"253":{"tf":1.4142135623730951},"331":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"541":{"tf":1.0},"683":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":5,"docs":{"17":{"tf":1.0},"427":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"332":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"540":{"tf":1.0},"689":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"125":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"254":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"465":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"276":{"tf":1.4142135623730951},"289":{"tf":1.0},"367":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.0},"615":{"tf":1.0},"702":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":18,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.4142135623730951},"371":{"tf":1.0},"59":{"tf":1.4142135623730951},"687":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0}}}},"r":{"df":2,"docs":{"465":{"tf":1.0},"589":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"427":{"tf":1.7320508075688772},"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"332":{"tf":1.0},"617":{"tf":1.0},"651":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"445":{"tf":1.4142135623730951},"508":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"88":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"v":{"df":1,"docs":{"171":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":53,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.449489742783178},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"220":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"354":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"4":{"tf":2.0},"428":{"tf":1.0},"434":{"tf":1.0},"446":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"715":{"tf":1.0},"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":3,"docs":{"496":{"tf":2.0},"530":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":2,"docs":{"307":{"tf":1.0},"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"286":{"tf":1.0},"294":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"468":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"230":{"tf":1.0},"384":{"tf":1.0},"84":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":48,"docs":{"127":{"tf":1.0},"16":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"295":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"352":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"395":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"432":{"tf":1.0},"446":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.7320508075688772},"472":{"tf":1.0},"497":{"tf":1.0},"502":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"653":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"238":{"tf":1.0},"686":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}},"i":{"df":1,"docs":{"373":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":2.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"2":{"d":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.4142135623730951},"397":{"tf":1.0},"686":{"tf":2.0},"696":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":23,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"344":{"tf":1.0},"348":{"tf":1.0},"354":{"tf":2.0},"362":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.7320508075688772},"457":{"tf":1.0},"490":{"tf":1.4142135623730951},"513":{"tf":1.0},"557":{"tf":1.4142135623730951},"613":{"tf":1.0},"664":{"tf":1.0},"668":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.0},"713":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"149":{"tf":1.0},"230":{"tf":1.4142135623730951},"276":{"tf":2.0},"562":{"tf":1.0},"88":{"tf":1.0}}}}},"x":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"17":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":2.0},"655":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"469":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"405":{"tf":1.0},"671":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":2.23606797749979},"655":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"370":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"641":{"tf":1.0},"705":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"254":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"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":{},"l":{"a":{"df":0,"docs":{},"y":{"df":23,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"325":{"tf":1.0},"368":{"tf":1.7320508075688772},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"44":{"tf":1.0},"452":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":2.0},"584":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"717":{"tf":1.7320508075688772},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"j":{"df":1,"docs":{"18":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"14":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":2.6457513110645907},"428":{"tf":1.0},"641":{"tf":1.0},"748":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"354":{"tf":1.0},"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"606":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":90,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"208":{"tf":1.0},"221":{"tf":1.0},"230":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.7320508075688772},"345":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"430":{"tf":1.0},"440":{"tf":1.4142135623730951},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"520":{"tf":2.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.0}}},"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"32":{"tf":1.0},"373":{"tf":1.0},"524":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"432":{"tf":1.0},"671":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"747":{"tf":1.4142135623730951}}},"y":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"136":{"tf":2.23606797749979},"139":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"606":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.7320508075688772},"740":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":25,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.7320508075688772},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"362":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"468":{"tf":1.0},"534":{"tf":1.4142135623730951},"669":{"tf":1.0},"724":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":2.449489742783178}}}},"p":{"df":1,"docs":{"686":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"18":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"254":{"tf":1.7320508075688772},"368":{"tf":1.0},"370":{"tf":1.0},"486":{"tf":2.6457513110645907},"508":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}},"e":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"370":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"373":{"tf":1.0},"502":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":28,"docs":{"114":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"229":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"'":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":8,"docs":{"117":{"tf":1.0},"373":{"tf":1.0},"413":{"tf":1.4142135623730951},"45":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"w":{"df":3,"docs":{"582":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"387":{"tf":2.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"=":{"0":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"1":{"0":{".":{"1":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"0":{"df":1,"docs":{"713":{"tf":1.0}}},"1":{"df":2,"docs":{"176":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"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":11,"docs":{"155":{"tf":1.0},"162":{"tf":3.7416573867739413},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"335":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.0},"372":{"tf":1.0},"374":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"t":{"d":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0}}}},"b":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"608":{"tf":1.0},"651":{"tf":1.0},"667":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"111":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"305":{"tf":1.0},"320":{"tf":1.0},"343":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"507":{"tf":1.0},"571":{"tf":1.0},"585":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.4142135623730951},"685":{"tf":1.0},"697":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"369":{"tf":1.0},"446":{"tf":1.0}}}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":25,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"286":{"tf":1.0},"314":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"645":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":23,"docs":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"412":{"tf":1.0},"585":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":3.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":53,"docs":{"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"250":{"tf":1.0},"258":{"tf":1.4142135623730951},"28":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":2.23606797749979},"386":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"416":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.4142135623730951},"466":{"tf":1.0},"468":{"tf":1.0},"471":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"546":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"65":{"tf":1.0},"715":{"tf":1.0},"724":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"395":{"tf":1.0},"589":{"tf":1.0},"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":12,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"530":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"613":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"249":{"tf":1.0},"359":{"tf":1.0},"511":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"40":{"tf":1.0},"465":{"tf":1.0},"81":{"tf":1.0}}}}}}},"c":{"df":2,"docs":{"408":{"tf":2.0},"409":{"tf":2.23606797749979}},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"3":{"2":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":20,"docs":{"250":{"tf":1.4142135623730951},"333":{"tf":2.449489742783178},"344":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"475":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"587":{"tf":1.0},"600":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"407":{"tf":1.0},"409":{"tf":1.0}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"491":{"tf":1.4142135623730951},"555":{"tf":1.4142135623730951},"627":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":69,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"117":{"tf":1.0},"177":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"28":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"321":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":2.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"452":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"527":{"tf":2.0},"541":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":51,"docs":{"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"177":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"244":{"tf":2.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"368":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"450":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"510":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.0},"70":{"tf":1.0},"732":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":11,"docs":{"156":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"df":7,"docs":{"145":{"tf":1.0},"366":{"tf":1.0},"508":{"tf":2.23606797749979},"511":{"tf":1.4142135623730951},"615":{"tf":1.0},"691":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"113":{"tf":1.0},"281":{"tf":1.0}}}}}}}}},"df":35,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"354":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"456":{"tf":1.0},"533":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"706":{"tf":1.0},"731":{"tf":1.0},"748":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"395":{"tf":1.0},"606":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"45":{"tf":1.0},"585":{"tf":1.0},"637":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"45":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"389":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"385":{"tf":1.0},"486":{"tf":1.0},"532":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"395":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":20,"docs":{"221":{"tf":1.0},"225":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"488":{"tf":1.0},"560":{"tf":1.0},"580":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"706":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"364":{"tf":1.0},"436":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.7320508075688772},"508":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"562":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"147":{"tf":1.0},"669":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"286":{"tf":1.0},"309":{"tf":1.0},"452":{"tf":1.0},"526":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.0},"249":{"tf":1.0},"343":{"tf":1.0},"395":{"tf":1.0},"666":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"692":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"374":{"tf":1.0},"671":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"26":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951},"621":{"tf":1.0},"711":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"234":{"tf":1.0},"472":{"tf":1.0},"655":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"436":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"q":{"df":2,"docs":{"380":{"tf":1.0},"59":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"359":{"tf":1.0},"690":{"tf":1.4142135623730951},"693":{"tf":1.0},"697":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"32":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"500":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":2,"docs":{"373":{"tf":1.0},"695":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"12":{"tf":1.0},"343":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":13,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"233":{"tf":1.0},"335":{"tf":1.0},"358":{"tf":1.0},"369":{"tf":1.4142135623730951},"45":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"360":{"tf":1.0},"374":{"tf":1.0},"465":{"tf":1.0},"522":{"tf":1.0},"717":{"tf":1.0},"89":{"tf":1.0}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"238":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":45,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.0},"231":{"tf":1.0},"238":{"tf":4.0},"239":{"tf":1.7320508075688772},"257":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"320":{"tf":1.7320508075688772},"338":{"tf":1.0},"373":{"tf":2.449489742783178},"389":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.4142135623730951},"466":{"tf":3.4641016151377544},"482":{"tf":1.4142135623730951},"491":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"510":{"tf":1.4142135623730951},"511":{"tf":2.6457513110645907},"53":{"tf":1.0},"55":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":2.0},"572":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":2.0}}}}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"671":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"157":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"572":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":204,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"31":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.7320508075688772},"338":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"382":{"tf":2.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.4142135623730951},"405":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"434":{"tf":1.0},"436":{"tf":1.0},"466":{"tf":2.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"494":{"tf":1.4142135623730951},"497":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.7320508075688772},"516":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.7320508075688772},"526":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.4142135623730951},"536":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.4142135623730951},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.7320508075688772},"576":{"tf":1.0},"578":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"666":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":2.0},"705":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"729":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"149":{"tf":1.7320508075688772},"253":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"507":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"178":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"293":{"tf":1.0},"306":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.0},"510":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"664":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"445":{"tf":1.4142135623730951},"671":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}}}}},"df":1,"docs":{"156":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"276":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"525":{"tf":1.0},"621":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"263":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.0},"393":{"tf":1.0},"606":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"254":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"178":{"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},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"615":{"tf":1.0}}}},"n":{"df":3,"docs":{"281":{"tf":1.0},"517":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"381":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"427":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":29,"docs":{"238":{"tf":1.0},"30":{"tf":1.0},"308":{"tf":1.0},"340":{"tf":1.4142135623730951},"354":{"tf":3.1622776601683795},"361":{"tf":1.0},"368":{"tf":2.8284271247461903},"369":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.0},"456":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.7320508075688772},"664":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"697":{"tf":1.0},"705":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":46,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"305":{"tf":1.0},"319":{"tf":1.0},"323":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"486":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":2.0},"701":{"tf":1.0},"708":{"tf":1.4142135623730951},"748":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":36,"docs":{"178":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"483":{"tf":1.0},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"559":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":20,"docs":{"111":{"tf":1.4142135623730951},"304":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":2.0},"381":{"tf":1.0},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"504":{"tf":1.4142135623730951},"507":{"tf":1.0},"562":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"657":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":13,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"193":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"505":{"tf":1.0},"617":{"tf":1.0},"7":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"438":{"tf":1.0},"522":{"tf":1.0},"610":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":5,"docs":{"331":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"24":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"713":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"316":{"tf":1.0},"366":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.7320508075688772},"562":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951}},"i":{"df":29,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"333":{"tf":2.23606797749979},"337":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"364":{"tf":1.0},"366":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"595":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"y":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"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":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"502":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"727":{"tf":1.7320508075688772},"731":{"tf":1.4142135623730951},"732":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"743":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":2.449489742783178},"5":{"tf":1.0}}},"s":{"df":16,"docs":{"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"338":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"q":{"df":13,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"268":{"tf":1.0},"368":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"5":{"tf":1.0},"659":{"tf":1.0},"662":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"r":{"df":5,"docs":{"130":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"343":{"tf":1.0},"385":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"258":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"452":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.0},"524":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"745":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"716":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":5,"docs":{"250":{"tf":1.0},"253":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"655":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"395":{"tf":1.0},"664":{"tf":1.0},"748":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"538":{"tf":1.0},"583":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":91,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":3.605551275463989},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"171":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"302":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.23606797749979},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"364":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"384":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"429":{"tf":1.4142135623730951},"434":{"tf":1.0},"436":{"tf":1.7320508075688772},"438":{"tf":1.0},"496":{"tf":1.7320508075688772},"5":{"tf":1.0},"505":{"tf":1.0},"517":{"tf":1.4142135623730951},"529":{"tf":1.0},"534":{"tf":2.0},"536":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"562":{"tf":1.7320508075688772},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"6":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.8284271247461903},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":2.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"72":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"517":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"355":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"\\":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"\\":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":3,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}}}}},"l":{"df":7,"docs":{"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"522":{"tf":1.0},"653":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"23":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"474":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0}}}},"d":{"df":24,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.4142135623730951},"286":{"tf":1.0},"3":{"tf":1.0},"330":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"657":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"286":{"tf":1.0},"301":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.0}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"258":{"tf":1.0},"338":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":40,"docs":{"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"178":{"tf":2.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"335":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"373":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"468":{"tf":1.0},"491":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"369":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":30,"docs":{"21":{"tf":1.0},"253":{"tf":1.0},"372":{"tf":1.0},"392":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"606":{"tf":2.6457513110645907},"608":{"tf":3.872983346207417},"610":{"tf":2.23606797749979},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":2.0},"619":{"tf":3.1622776601683795},"621":{"tf":2.8284271247461903},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"631":{"tf":2.449489742783178},"633":{"tf":1.7320508075688772},"635":{"tf":2.449489742783178},"637":{"tf":2.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.7320508075688772},"649":{"tf":2.23606797749979},"651":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"709":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":48,"docs":{"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.0},"259":{"tf":1.0},"260":{"tf":1.0},"286":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"475":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":2.6457513110645907},"527":{"tf":1.0},"574":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"625":{"tf":2.23606797749979},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.7320508075688772},"681":{"tf":1.0},"7":{"tf":1.0},"728":{"tf":1.4142135623730951},"734":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":16,"docs":{"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":10,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.449489742783178},"368":{"tf":1.0},"447":{"tf":2.6457513110645907},"572":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"500":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"235":{"tf":1.0},"338":{"tf":1.4142135623730951},"613":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"674":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"16":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.7320508075688772},"596":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"391":{"tf":1.0},"621":{"tf":1.0}},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":77,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":2.0},"165":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"230":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"36":{"tf":1.0},"364":{"tf":1.7320508075688772},"37":{"tf":1.0},"419":{"tf":1.0},"426":{"tf":2.0},"427":{"tf":3.1622776601683795},"429":{"tf":2.23606797749979},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"705":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"d":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"105":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"229":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"294":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"363":{"tf":1.0},"373":{"tf":2.0},"386":{"tf":1.0},"393":{"tf":1.0},"399":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0},"447":{"tf":1.0},"451":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"562":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.4142135623730951}}}},"r":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"547":{"tf":1.0},"669":{"tf":1.0}}}}},"k":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":28,"docs":{"17":{"tf":2.0},"230":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.4142135623730951},"327":{"tf":1.0},"34":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.4142135623730951},"4":{"tf":1.0},"418":{"tf":2.0},"419":{"tf":1.0},"421":{"tf":1.4142135623730951},"425":{"tf":1.7320508075688772},"431":{"tf":1.7320508075688772},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"46":{"tf":1.0},"467":{"tf":1.0},"562":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":18,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"469":{"tf":1.0},"562":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"726":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"662":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"339":{"tf":1.4142135623730951},"361":{"tf":1.0},"432":{"tf":1.0},"480":{"tf":1.0},"517":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"372":{"tf":1.0}}}}}}},"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":{},"h":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"138":{"tf":1.7320508075688772},"233":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"449":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"254":{"tf":1.0},"28":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"445":{"tf":1.4142135623730951},"507":{"tf":1.0},"671":{"tf":1.0},"716":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"715":{"tf":1.0},"717":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"623":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"249":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":12,"docs":{"151":{"tf":1.0},"375":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"281":{"tf":1.4142135623730951},"333":{"tf":1.0},"691":{"tf":1.4142135623730951},"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"286":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"[":{"1":{"0":{"2":{"4":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":63,"docs":{"191":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"351":{"tf":1.0},"354":{"tf":5.0990195135927845},"359":{"tf":1.4142135623730951},"361":{"tf":1.7320508075688772},"373":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"490":{"tf":1.0},"493":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"574":{"tf":1.0},"581":{"tf":1.0},"589":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.0},"681":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"692":{"tf":1.4142135623730951},"697":{"tf":1.0},"710":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"324":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"*":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"332":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"703":{"tf":1.0}}}},":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"361":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":2.0},"508":{"tf":1.0},"511":{"tf":1.0},"578":{"tf":1.0},"596":{"tf":1.0},"617":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.0},"500":{"tf":1.0}}},"3":{"df":1,"docs":{"525":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"587":{"tf":1.7320508075688772}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"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":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"633":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"178":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"641":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"78":{"tf":1.0}}}}}},"x":{"b":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":3,"docs":{"625":{"tf":1.0},"651":{"tf":1.0},"70":{"tf":1.0}}},"df":15,"docs":{"16":{"tf":1.7320508075688772},"279":{"tf":1.0},"366":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.4142135623730951},"474":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":2,"docs":{"651":{"tf":1.0},"70":{"tf":1.0}}},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"g":{"\"":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"234":{"tf":2.449489742783178},"235":{"tf":2.0},"238":{"tf":3.1622776601683795},"239":{"tf":2.8284271247461903},"252":{"tf":4.358898943540674},"253":{"tf":2.449489742783178},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"582":{"tf":1.0},"77":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.23606797749979},"254":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"252":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"469":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"608":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":3,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"496":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":95,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"40":{"tf":1.4142135623730951},"430":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.7320508075688772},"533":{"tf":1.0},"56":{"tf":1.0},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"651":{"tf":1.0},"66":{"tf":1.0},"684":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"701":{"tf":1.0},"713":{"tf":1.4142135623730951},"714":{"tf":2.0},"727":{"tf":1.0},"728":{"tf":1.0},"732":{"tf":1.0},"748":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0}}}}},"t":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":4.242640687119285}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"467":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"361":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"575":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":19,"docs":{"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"163":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"476":{"tf":1.0},"6":{"tf":1.0},"746":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"t":{"df":1,"docs":{"547":{"tf":2.449489742783178}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"681":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"377":{"tf":1.0},"651":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"354":{"tf":2.8284271247461903},"361":{"tf":1.0},"623":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.0}}}}}}},"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.0},"368":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"1":{"df":1,"docs":{"172":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":2,"docs":{"162":{"tf":1.0},"686":{"tf":1.0}}},"2":{"df":3,"docs":{"162":{"tf":1.0},"286":{"tf":1.0},"745":{"tf":1.0}}},"3":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}},"4":{"df":1,"docs":{"469":{"tf":1.0}}},"5":{"df":1,"docs":{"507":{"tf":1.0}}},"6":{"df":1,"docs":{"507":{"tf":1.0}}},"7":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"458":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}},"t":{"df":6,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"88":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":19,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"252":{"tf":1.0},"356":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0}},"n":{"df":25,"docs":{"236":{"tf":1.4142135623730951},"308":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.4142135623730951},"582":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.0},"741":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"433":{"tf":1.0},"434":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"362":{"tf":1.4142135623730951},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"448":{"tf":1.0},"649":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"78":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"h":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"150":{"tf":1.4142135623730951},"18":{"tf":3.605551275463989},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0}}}},"df":3,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"385":{"tf":1.0},"446":{"tf":1.0},"687":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"748":{"tf":1.0}},"v":{"3":{"df":12,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":2.0},"156":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"496":{"tf":1.0},"589":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"133":{"tf":1.4142135623730951},"294":{"tf":1.0},"399":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.0},"748":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":17,"docs":{"177":{"tf":2.0},"225":{"tf":1.0},"23":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"339":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.4142135623730951},"513":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.4142135623730951},"655":{"tf":1.0}}}},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{";":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{";":{"+":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":2.23606797749979},"409":{"tf":2.449489742783178},"410":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":4,"docs":{"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"412":{"tf":1.7320508075688772},"413":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}},"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":4,"docs":{"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":7,"docs":{"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"406":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"405":{"tf":2.0},"406":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"405":{"tf":3.605551275463989},"406":{"tf":2.449489742783178}},"k":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"623":{"tf":1.0}}},"i":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.7320508075688772},"192":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"701":{"tf":1.0},"714":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"262":{"tf":1.0},"5":{"tf":1.0},"613":{"tf":1.0},"639":{"tf":1.0},"7":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}}}},"df":37,"docs":{"172":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"385":{"tf":1.0},"389":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.7320508075688772},"40":{"tf":1.0},"412":{"tf":1.0},"487":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"688":{"tf":1.0},"727":{"tf":1.4142135623730951},"736":{"tf":1.0},"740":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":49,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":2.449489742783178},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"453":{"tf":1.0},"456":{"tf":1.0},"463":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"501":{"tf":1.0},"529":{"tf":1.0},"537":{"tf":1.0},"557":{"tf":1.0},"580":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.0},"679":{"tf":1.0},"702":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":8,"docs":{"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"475":{"tf":1.0},"525":{"tf":1.7320508075688772},"602":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.7320508075688772}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"369":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"397":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0}}}},"i":{"df":1,"docs":{"281":{"tf":1.0}}}}},"r":{"d":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"613":{"tf":1.0}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"307":{"tf":1.0},"389":{"tf":1.4142135623730951},"429":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"668":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"<":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}}},"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":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.0},"623":{"tf":1.0},"671":{"tf":1.0}}}}},"df":8,"docs":{"408":{"tf":3.872983346207417},"409":{"tf":3.872983346207417},"410":{"tf":3.3166247903554},"412":{"tf":3.3166247903554},"413":{"tf":3.872983346207417},"415":{"tf":3.3166247903554},"416":{"tf":3.605551275463989},"427":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"276":{"tf":1.0},"436":{"tf":1.4142135623730951},"532":{"tf":1.0},"536":{"tf":1.0},"621":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"395":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":5,"docs":{"229":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.0},"366":{"tf":1.0},"637":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":20,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"510":{"tf":1.0},"623":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":47,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"33":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.7320508075688772},"512":{"tf":1.0},"516":{"tf":1.0},"527":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":2.0},"692":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"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":{"c":{"df":1,"docs":{"336":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"246":{"tf":1.0},"472":{"tf":1.0}}},"df":72,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"124":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.6457513110645907},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"726":{"tf":1.0},"731":{"tf":1.0},"733":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"472":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"397":{"tf":1.0},"427":{"tf":1.0},"438":{"tf":1.0},"527":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"541":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"562":{"tf":1.7320508075688772},"641":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}},"i":{"df":1,"docs":{"381":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"108":{"tf":1.0},"223":{"tf":1.0},"238":{"tf":1.0},"249":{"tf":1.0},"432":{"tf":1.0},"49":{"tf":1.7320508075688772},"539":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"281":{"tf":1.0},"368":{"tf":1.0},"493":{"tf":1.0},"728":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"705":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"162":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.0},"51":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"238":{"tf":1.0}},"’":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"254":{"tf":1.0},"510":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":131,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"446":{"tf":1.0},"463":{"tf":1.0}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"272":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"647":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"272":{"tf":1.0},"332":{"tf":1.0},"577":{"tf":1.0}}}}}}}}},"df":308,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":3.1622776601683795},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"335":{"tf":2.23606797749979},"337":{"tf":2.8284271247461903},"338":{"tf":3.0},"339":{"tf":2.23606797749979},"34":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.4142135623730951},"344":{"tf":2.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"352":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"359":{"tf":3.3166247903554},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.1622776601683795},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"371":{"tf":1.7320508075688772},"372":{"tf":1.7320508075688772},"373":{"tf":2.449489742783178},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":2.6457513110645907},"39":{"tf":1.0},"390":{"tf":1.7320508075688772},"391":{"tf":1.7320508075688772},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":2.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":2.0},"399":{"tf":1.0},"4":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"42":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.0},"43":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.449489742783178},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.4142135623730951},"451":{"tf":2.23606797749979},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"462":{"tf":3.4641016151377544},"463":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":2.0},"468":{"tf":1.7320508075688772},"469":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":5.744562646538029},"475":{"tf":1.7320508075688772},"476":{"tf":1.0},"478":{"tf":2.0},"479":{"tf":1.4142135623730951},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":2.0},"482":{"tf":1.0},"483":{"tf":1.7320508075688772},"484":{"tf":1.7320508075688772},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.4142135623730951},"490":{"tf":2.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"517":{"tf":2.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.23606797749979},"524":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":2.23606797749979},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.449489742783178},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":2.23606797749979},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.6457513110645907},"559":{"tf":2.0},"560":{"tf":1.0},"562":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"57":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":2.0},"578":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":2.0},"583":{"tf":1.0},"585":{"tf":2.449489742783178},"587":{"tf":1.0},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"639":{"tf":2.23606797749979},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"667":{"tf":1.7320508075688772},"668":{"tf":2.449489742783178},"669":{"tf":2.449489742783178},"670":{"tf":1.7320508075688772},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":1.7320508075688772},"68":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":2.449489742783178},"715":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":3.4641016151377544},"728":{"tf":1.0},"729":{"tf":2.23606797749979},"730":{"tf":1.0},"731":{"tf":1.7320508075688772},"732":{"tf":1.4142135623730951},"736":{"tf":1.7320508075688772},"737":{"tf":1.4142135623730951},"738":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":2.0},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"502":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"362":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"d":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"%":{"2":{"0":{"4":{".":{"3":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"639":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"366":{"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":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"7":{"4":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"748":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"745":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"c":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"7":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"9":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"9":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"161":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"d":{"c":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":2,"docs":{"159":{"tf":1.0},"286":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"641":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"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":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"445":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"?":{"df":0,"docs":{},"v":{"=":{"0":{"0":{"4":{"df":0,"docs":{},"z":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"1":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"x":{"6":{"df":0,"docs":{},"s":{"d":{"6":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"w":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":2,"docs":{"690":{"tf":1.0},"693":{"tf":1.0}}}},".":{"df":3,"docs":{"359":{"tf":1.0},"617":{"tf":1.0},"88":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":15,"docs":{"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"286":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}}}},"3":{"8":{"6":{"df":3,"docs":{"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"397":{"tf":1.0},"666":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"670":{"tf":1.0},"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":4.69041575982343},"415":{"tf":1.0},"416":{"tf":1.0},"453":{"tf":1.0},"455":{"tf":1.0},"478":{"tf":1.0},"496":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"727":{"tf":1.0},"731":{"tf":1.0},"736":{"tf":1.0}},"→":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"236":{"tf":2.8284271247461903},"254":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"596":{"tf":1.0},"692":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"330":{"tf":1.0},"337":{"tf":1.0},"405":{"tf":4.69041575982343},"453":{"tf":1.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"456":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"670":{"tf":1.0},"685":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":14,"docs":{"335":{"tf":1.0},"339":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.4142135623730951},"585":{"tf":1.0},"599":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"339":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"490":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"668":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":4,"docs":{"427":{"tf":1.4142135623730951},"541":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":2.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":2.0}}}}}}}}},"df":6,"docs":{"397":{"tf":1.4142135623730951},"405":{"tf":2.8284271247461903},"406":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.0},"485":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{",":{"0":{"df":1,"docs":{"427":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"651":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.0},"525":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"602":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"250":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.4142135623730951},"602":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":45,"docs":{"108":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"308":{"tf":1.0},"333":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"430":{"tf":1.0},"436":{"tf":2.0},"458":{"tf":1.0},"480":{"tf":1.0},"491":{"tf":1.0},"508":{"tf":3.1622776601683795},"517":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":2.0},"562":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"637":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"88":{"tf":2.0}},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":2,"docs":{"369":{"tf":1.0},"392":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.4142135623730951}},"i":{"df":11,"docs":{"234":{"tf":1.0},"269":{"tf":1.0},"349":{"tf":2.23606797749979},"352":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"513":{"tf":1.0},"532":{"tf":1.0},"623":{"tf":1.0},"714":{"tf":1.7320508075688772}}}}}}}},"l":{"df":1,"docs":{"743":{"tf":1.0}}},"x":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":21,"docs":{"333":{"tf":1.0},"406":{"tf":3.3166247903554},"453":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"546":{"tf":1.0},"554":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"406":{"tf":1.0},"505":{"tf":1.7320508075688772}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"479":{"tf":1.0},"482":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"f":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"490":{"tf":1.0},"508":{"tf":1.0},"668":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"332":{"tf":1.0},"479":{"tf":1.0},"484":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"485":{"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"345":{"tf":1.0},"349":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"349":{"tf":1.0},"362":{"tf":2.6457513110645907},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"541":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":2,"docs":{"406":{"tf":1.0},"511":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"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":{"133":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"395":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"406":{"tf":1.0},"445":{"tf":1.7320508075688772},"456":{"tf":1.0},"491":{"tf":1.7320508075688772},"578":{"tf":1.0},"625":{"tf":1.0},"659":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"578":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":45,"docs":{"350":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":97,"docs":{"110":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"267":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"396":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"493":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"577":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":2.449489742783178},"631":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.7320508075688772},"676":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"727":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"738":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"381":{"tf":1.0},"486":{"tf":1.0}}}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"358":{"tf":1.0}}}}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"df":20,"docs":{"113":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"338":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"447":{"tf":1.0},"493":{"tf":1.0},"50":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"6":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"257":{"tf":1.0},"303":{"tf":1.0},"478":{"tf":1.0},"498":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"n":{"'":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"192":{"tf":1.0},"275":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"469":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"445":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}},"df":15,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.0},"715":{"tf":2.6457513110645907},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"655":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"338":{"tf":1.7320508075688772},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":3,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"747":{"tf":2.449489742783178}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":109,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":2.0},"150":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":2.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"249":{"tf":2.23606797749979},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"296":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"361":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"59":{"tf":1.4142135623730951},"593":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"7":{"tf":2.0},"714":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"587":{"tf":1.0}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"249":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":1.4142135623730951},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"14":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":18,"docs":{"235":{"tf":2.0},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"312":{"tf":1.0},"338":{"tf":1.0},"385":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"547":{"tf":2.8284271247461903},"560":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"635":{"tf":1.0},"643":{"tf":1.0},"692":{"tf":1.0}}}},"i":{"c":{"df":7,"docs":{"314":{"tf":1.0},"338":{"tf":1.0},"467":{"tf":1.0},"551":{"tf":1.0},"672":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"445":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"662":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}}}},"df":122,"docs":{"1":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":2.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"257":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":2.6457513110645907},"360":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"4":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"447":{"tf":1.0},"45":{"tf":1.0},"455":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"474":{"tf":1.0},"478":{"tf":1.4142135623730951},"48":{"tf":1.0},"496":{"tf":1.4142135623730951},"510":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":2.0},"557":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":2.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.4142135623730951},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"708":{"tf":1.0},"712":{"tf":1.0},"727":{"tf":2.449489742783178},"730":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.4142135623730951},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"74":{"tf":1.0},"740":{"tf":1.7320508075688772},"741":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"430":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":33,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"366":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"545":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.0},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":2.0}},"r":{"df":0,"docs":{},"m":{"df":93,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"352":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"397":{"tf":1.0},"44":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"473":{"tf":1.0},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"546":{"tf":1.0},"549":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"560":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.449489742783178},"591":{"tf":1.0},"594":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"250":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.6457513110645907},"362":{"tf":1.7320508075688772},"363":{"tf":2.23606797749979}}}}}}},"i":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":2,"docs":{"284":{"tf":1.0},"362":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":39,"docs":{"111":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"332":{"tf":2.0},"333":{"tf":3.0},"344":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.7320508075688772},"496":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"73":{"tf":1.0},"738":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.4142135623730951},"249":{"tf":1.0},"253":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"(":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"596":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"406":{"tf":1.0},"508":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"569":{"tf":1.7320508075688772},"580":{"tf":1.0},"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"621":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"546":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":57,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.449489742783178},"239":{"tf":4.123105625617661},"249":{"tf":2.23606797749979},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.6457513110645907},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"321":{"tf":1.0},"338":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.0},"468":{"tf":1.0},"469":{"tf":2.6457513110645907},"470":{"tf":1.0},"474":{"tf":5.477225575051661},"475":{"tf":1.0},"476":{"tf":2.23606797749979},"478":{"tf":2.0},"496":{"tf":2.8284271247461903},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"55":{"tf":1.0},"560":{"tf":1.4142135623730951},"574":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.0},"68":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":2.0},"511":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"716":{"tf":1.0}}},"df":3,"docs":{"715":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"x":{"6":{"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"476":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}}},"i":{"d":{"df":15,"docs":{"17":{"tf":1.0},"235":{"tf":1.0},"276":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"382":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"450":{"tf":1.0},"546":{"tf":1.0},"562":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"156":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"170":{"tf":1.0},"171":{"tf":2.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"384":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":2.0},"517":{"tf":1.4142135623730951},"606":{"tf":1.0},"641":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"n":{"c":{"df":8,"docs":{"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"390":{"tf":2.23606797749979},"625":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"78":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"331":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"699":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":14,"docs":{"171":{"tf":1.0},"20":{"tf":1.0},"354":{"tf":1.4142135623730951},"385":{"tf":1.0},"392":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":55,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"16":{"tf":2.0},"162":{"tf":1.0},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"292":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":2.23606797749979},"390":{"tf":1.7320508075688772},"391":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"533":{"tf":1.0},"559":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"633":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.4142135623730951},"70":{"tf":1.0},"701":{"tf":1.0},"706":{"tf":1.7320508075688772},"74":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"6":{"df":6,"docs":{"491":{"tf":1.4142135623730951},"508":{"tf":2.8284271247461903},"511":{"tf":2.0},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":22,"docs":{"235":{"tf":2.8284271247461903},"238":{"tf":2.0},"239":{"tf":2.449489742783178},"249":{"tf":1.0},"252":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"486":{"tf":1.0},"491":{"tf":1.4142135623730951},"508":{"tf":3.7416573867739413},"511":{"tf":3.1622776601683795},"525":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"643":{"tf":1.0},"691":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"436":{"tf":1.7320508075688772},"547":{"tf":2.0},"600":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"370":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"447":{"tf":3.3166247903554},"613":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951}},"r":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"2":{"tf":1.0},"303":{"tf":1.0},"389":{"tf":1.4142135623730951},"498":{"tf":1.0},"529":{"tf":1.0},"541":{"tf":1.4142135623730951},"587":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"701":{"tf":1.0},"710":{"tf":1.0},"748":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"428":{"tf":3.4641016151377544}}},"n":{"d":{"df":4,"docs":{"354":{"tf":1.0},"387":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"377":{"tf":1.0},"475":{"tf":1.0},"487":{"tf":1.0},"525":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"225":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"310":{"tf":1.0},"47":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":13,"docs":{"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"541":{"tf":1.0},"647":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"381":{"tf":1.0},"389":{"tf":1.4142135623730951},"393":{"tf":1.0}}}}},"f":{"a":{"c":{"df":176,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":2.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":2.0},"350":{"tf":2.449489742783178},"351":{"tf":3.605551275463989},"352":{"tf":2.23606797749979},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"359":{"tf":2.449489742783178},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":2.23606797749979},"363":{"tf":3.1622776601683795},"369":{"tf":1.0},"37":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.7320508075688772},"396":{"tf":1.0},"398":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.7320508075688772},"452":{"tf":1.7320508075688772},"453":{"tf":1.7320508075688772},"454":{"tf":2.0},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.7320508075688772},"481":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"527":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"551":{"tf":1.4142135623730951},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.4142135623730951},"580":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.0},"595":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":2.23606797749979},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"664":{"tf":2.6457513110645907},"665":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951},"685":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"697":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"731":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":1.7320508075688772},"742":{"tf":1.0},"748":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}}}}},"df":22,"docs":{"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"254":{"tf":1.0},"335":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"499":{"tf":1.0},"517":{"tf":1.0},"575":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.0},"508":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"252":{"tf":1.0},"373":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"h":{"df":4,"docs":{"120":{"tf":1.0},"149":{"tf":1.0},"178":{"tf":1.0},"89":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"24":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.4142135623730951},"445":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"608":{"tf":1.0},"659":{"tf":1.0}},"t":{"df":93,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"372":{"tf":1.0},"378":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"´":{"df":1,"docs":{"500":{"tf":1.0}}},"’":{"df":5,"docs":{"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0}}}},"o":{"df":23,"docs":{"108":{"tf":1.0},"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"475":{"tf":1.0},"49":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":2.0},"532":{"tf":1.0},"538":{"tf":1.7320508075688772},"539":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"627":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"738":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"619":{"tf":1.4142135623730951},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"*":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":3,"docs":{"448":{"tf":1.0},"450":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"448":{"tf":1.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.0},"463":{"tf":1.0},"479":{"tf":1.0},"488":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"462":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"345":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.4142135623730951},"454":{"tf":1.0},"578":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"484":{"tf":1.0},"580":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"262":{"tf":1.0},"267":{"tf":1.0},"592":{"tf":1.0},"595":{"tf":1.4142135623730951},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.4142135623730951},"693":{"tf":1.0},"730":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"y":{"2":{"df":1,"docs":{"351":{"tf":1.0}}},"3":{"df":1,"docs":{"351":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"731":{"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":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"451":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":{"462":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"462":{"tf":2.23606797749979},"557":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"413":{"tf":1.0},"619":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":13,"docs":{"242":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"525":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.4142135623730951},"657":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"405":{"tf":1.0},"625":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"587":{"tf":1.0}}}}},"df":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":{"625":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"606":{"tf":1.0}}}}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"363":{"tf":1.7320508075688772}},"e":{"2":{"df":1,"docs":{"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"351":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}},"df":19,"docs":{"176":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.7320508075688772},"647":{"tf":1.0},"651":{"tf":1.7320508075688772},"709":{"tf":1.0},"744":{"tf":1.0}},"e":{"#":{"1":{"0":{"0":{"df":1,"docs":{"608":{"tf":1.0}}},"2":{"df":1,"docs":{"608":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"606":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"1":{"0":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"480":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"'":{"df":6,"docs":{"252":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"522":{"tf":2.0},"525":{"tf":2.8284271247461903}}},"r":{"df":3,"docs":{"235":{"tf":1.0},"252":{"tf":1.0},"643":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"346":{"tf":1.4142135623730951},"368":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"458":{"tf":1.0},"496":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"458":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.0},"549":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"549":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"453":{"tf":1.0},"458":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"o":{"b":{"df":3,"docs":{"236":{"tf":1.0},"384":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"5":{"df":4,"docs":{"327":{"tf":1.0},"364":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"596":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.4142135623730951},"513":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"1":{"0":{"0":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"2":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"3":{"d":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"9":{"0":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"2":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"7":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"x":{"df":5,"docs":{"239":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"368":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"572":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"507":{"tf":1.0},"569":{"tf":1.4142135623730951}}}}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":6,"docs":{"368":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"729":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"643":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"429":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"320":{"tf":1.0},"465":{"tf":1.0},"571":{"tf":1.0}}}}}},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"453":{"tf":1.0},"463":{"tf":1.7320508075688772},"621":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"286":{"tf":1.0},"306":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.0},"480":{"tf":1.4142135623730951},"506":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":2.8284271247461903},"511":{"tf":2.0},"533":{"tf":1.4142135623730951},"619":{"tf":1.0},"653":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":2.0}}}},"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"16":{"tf":1.0},"320":{"tf":1.0},"336":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"454":{"tf":1.0},"466":{"tf":1.4142135623730951},"527":{"tf":1.0},"571":{"tf":1.0},"599":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"662":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"475":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}},"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":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"467":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"368":{"tf":1.0},"625":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"368":{"tf":1.0},"445":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":5,"docs":{"147":{"tf":2.0},"34":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"748":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"681":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"465":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"490":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}}}}}}},"b":{"df":9,"docs":{"304":{"tf":1.0},"31":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"494":{"tf":1.0},"504":{"tf":1.0},"513":{"tf":1.7320508075688772},"582":{"tf":1.0},"649":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"286":{"tf":1.0},"304":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"637":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"568":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"728":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951}}}}}}},"w":{"df":12,"docs":{"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"364":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.4142135623730951},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"505":{"tf":1.0},"589":{"tf":1.0},"724":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"16":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0},"713":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"465":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"377":{"tf":1.0},"608":{"tf":1.0},"667":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"734":{"tf":1.4142135623730951},"739":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"378":{"tf":1.0},"619":{"tf":1.0},"667":{"tf":1.0},"728":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"378":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"697":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"727":{"tf":1.4142135623730951},"735":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":16,"docs":{"236":{"tf":2.0},"239":{"tf":2.0},"253":{"tf":1.0},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"692":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":14,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":2.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"476":{"tf":1.4142135623730951},"552":{"tf":1.0},"583":{"tf":1.0},"703":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":31,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"344":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"525":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":3.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"458":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"643":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"0":{".":{".":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"1":{"5":{"df":1,"docs":{"639":{"tf":1.0}}},"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":{"6":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"2":{"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":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"691":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"691":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"l":{"+":{"df":0,"docs":{},"r":{"df":1,"docs":{"471":{"tf":1.0}}}},"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"145":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"346":{"tf":1.0},"532":{"tf":1.0},"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":6,"docs":{"20":{"tf":1.0},"385":{"tf":1.0},"412":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"338":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"286":{"tf":1.0},"302":{"tf":1.0},"402":{"tf":1.0},"407":{"tf":1.0},"452":{"tf":1.0},"496":{"tf":3.605551275463989},"635":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":9,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"398":{"tf":1.0},"467":{"tf":1.0},"559":{"tf":1.0},"59":{"tf":1.0},"649":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"428":{"tf":1.0},"84":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"230":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"147":{"tf":1.0},"28":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"17":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"395":{"tf":1.0},"510":{"tf":1.7320508075688772},"513":{"tf":1.7320508075688772},"514":{"tf":4.0}}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":7,"docs":{"258":{"tf":1.4142135623730951},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{"a":{"d":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"238":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"178":{"tf":1.0},"188":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"286":{"tf":1.0},"321":{"tf":1.0},"366":{"tf":1.0},"428":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"522":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.4142135623730951},"593":{"tf":1.0},"631":{"tf":1.0}}}},"v":{"df":1,"docs":{"338":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"412":{"tf":1.0},"476":{"tf":1.7320508075688772},"606":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"286":{"tf":1.0},"320":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"683":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"=":{"3":{"2":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"513":{"tf":1.0},"547":{"tf":2.23606797749979},"671":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"s":{"df":1,"docs":{"378":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"336":{"tf":1.0}}},"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.0},"363":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.0},"649":{"tf":1.4142135623730951},"72":{"tf":1.0},"727":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772}}}}}},"f":{"df":0,"docs":{},"e":{"2":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":5,"docs":{"606":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"625":{"tf":2.0},"748":{"tf":1.0}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"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":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":2.0},"18":{"tf":1.4142135623730951},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"429":{"tf":1.4142135623730951},"55":{"tf":1.0},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.7320508075688772},"687":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"355":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"d":{"c":{"+":{"+":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":1,"docs":{"171":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":44,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":1.0},"144":{"tf":3.1622776601683795},"145":{"tf":2.6457513110645907},"146":{"tf":1.4142135623730951},"147":{"tf":3.872983346207417},"148":{"tf":2.0},"149":{"tf":3.0},"150":{"tf":2.449489742783178},"151":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":2.0},"621":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.0},"662":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"724":{"tf":3.1622776601683795},"725":{"tf":1.0},"726":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"3":{"df":1,"docs":{"141":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"6":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"672":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"623":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":20,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"368":{"tf":1.0},"395":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"465":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"59":{"tf":1.7320508075688772},"631":{"tf":1.0},"78":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"486":{"tf":2.449489742783178}}}},"df":25,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"276":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":62,"docs":{"114":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"157":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"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},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.4142135623730951},"33":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"432":{"tf":1.4142135623730951},"452":{"tf":1.0},"50":{"tf":1.4142135623730951},"513":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"6":{"tf":1.7320508075688772},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"641":{"tf":1.0},"653":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":40,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.7320508075688772},"172":{"tf":1.0},"178":{"tf":1.4142135623730951},"182":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"42":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":3.7416573867739413},"430":{"tf":2.0},"431":{"tf":1.0},"435":{"tf":1.4142135623730951},"437":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772},"613":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"7":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"i":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":57,"docs":{"120":{"tf":1.4142135623730951},"139":{"tf":1.0},"162":{"tf":2.23606797749979},"19":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"374":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":3.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":3.3166247903554},"426":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"482":{"tf":1.0},"487":{"tf":1.0},"544":{"tf":2.0},"547":{"tf":3.4641016151377544},"569":{"tf":1.4142135623730951},"593":{"tf":1.0},"615":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"667":{"tf":1.0},"713":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"346":{"tf":1.0},"370":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"18":{"tf":1.7320508075688772},"321":{"tf":1.0},"574":{"tf":1.0},"631":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"747":{"tf":1.0}}}}},"o":{"a":{"d":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":58,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"311":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":2.23606797749979},"356":{"tf":1.0},"359":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"364":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"391":{"tf":1.0},"4":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"500":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"667":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":2.449489742783178},"76":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"%":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"177":{"tf":1.4142135623730951},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"432":{"tf":1.0},"617":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":59,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"149":{"tf":1.0},"176":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"286":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"364":{"tf":1.7320508075688772},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":2.0},"418":{"tf":2.23606797749979},"420":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"424":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"431":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":1.4142135623730951},"437":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"464":{"tf":1.0},"472":{"tf":1.4142135623730951},"512":{"tf":1.0},"517":{"tf":1.4142135623730951},"547":{"tf":2.0},"562":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"493":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"225":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0}},"i":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"619":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"1":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":3.0},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":4.0},"395":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.4142135623730951},"627":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"330":{"tf":1.0},"336":{"tf":1.0},"363":{"tf":1.4142135623730951},"366":{"tf":1.0},"470":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"493":{"tf":1.0},"657":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"448":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"t":{"df":5,"docs":{"32":{"tf":1.0},"349":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0}}},"u":{"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"331":{"tf":1.0},"469":{"tf":1.0},"59":{"tf":1.0},"691":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"d":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}},"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"m":{"1":{"df":1,"docs":{"69":{"tf":1.0}}},"a":{"c":{"df":16,"docs":{"225":{"tf":1.7320508075688772},"354":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.0},"512":{"tf":1.0},"518":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":3,"docs":{"14":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"170":{"tf":1.0},"338":{"tf":1.0},"429":{"tf":1.0},"517":{"tf":1.0}}}}},"o":{"df":45,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"213":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"230":{"tf":1.0},"276":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"39":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":2.0},"430":{"tf":1.7320508075688772},"431":{"tf":1.0},"433":{"tf":1.4142135623730951},"448":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"627":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"740":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"631":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"x":{"1":{"0":{".":{"8":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"354":{"tf":1.0},"362":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"714":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"469":{"tf":1.0}}}},"df":13,"docs":{"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":2.449489742783178},"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.7320508075688772},"390":{"tf":1.0},"748":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"145":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"366":{"tf":1.0},"643":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.0}}}}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}}}}},"df":19,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":2.0},"261":{"tf":1.0},"3":{"tf":1.0},"352":{"tf":1.0},"397":{"tf":2.0},"465":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.4142135623730951},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"434":{"tf":1.0},"45":{"tf":1.0},"530":{"tf":1.0},"546":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"511":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"359":{"tf":1.4142135623730951},"507":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":40,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"427":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"469":{"tf":1.0},"511":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.0},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"463":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"389":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"655":{"tf":1.0},"672":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"147":{"tf":1.0},"373":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"242":{"tf":1.0},"277":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":28,"docs":{"110":{"tf":1.0},"286":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"452":{"tf":1.4142135623730951},"489":{"tf":1.0},"490":{"tf":1.7320508075688772},"495":{"tf":1.0},"506":{"tf":1.0},"510":{"tf":1.7320508075688772},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"235":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"589":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"337":{"tf":1.0},"352":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"513":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"89":{"tf":1.0}}}}},"h":{"df":1,"docs":{"162":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"18":{"tf":1.0},"238":{"tf":1.0},"672":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"252":{"tf":1.0},"338":{"tf":1.0},"397":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.4142135623730951},"673":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"338":{"tf":1.0},"672":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"y":{"b":{"df":2,"docs":{"683":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"df":8,"docs":{"149":{"tf":1.0},"225":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}},"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}},"df":3,"docs":{"429":{"tf":1.0},"546":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":24,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.4142135623730951},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"513":{"tf":1.4142135623730951},"582":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"669":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":22,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"336":{"tf":1.0},"366":{"tf":1.7320508075688772},"454":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"587":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"249":{"tf":1.7320508075688772},"260":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"249":{"tf":1.0},"254":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.0},"59":{"tf":1.0},"687":{"tf":1.7320508075688772}}},"y":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"389":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":26,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.4142135623730951},"286":{"tf":1.0},"308":{"tf":1.7320508075688772},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"452":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":3.0},"524":{"tf":2.0},"525":{"tf":3.1622776601683795},"621":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"68":{"tf":1.0},"705":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":3,"docs":{"133":{"tf":1.0},"425":{"tf":1.0},"430":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"250":{"tf":2.449489742783178},"343":{"tf":2.0},"450":{"tf":1.0},"485":{"tf":1.4142135623730951},"507":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":9,"docs":{"286":{"tf":1.0},"311":{"tf":1.4142135623730951},"354":{"tf":1.0},"452":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"647":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":36,"docs":{"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"253":{"tf":1.7320508075688772},"254":{"tf":2.0},"321":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.7320508075688772},"406":{"tf":1.0},"536":{"tf":2.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"574":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"666":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"690":{"tf":1.0},"695":{"tf":1.0},"748":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":2.449489742783178},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":14,"docs":{"174":{"tf":1.0},"221":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"39":{"tf":1.0},"428":{"tf":1.4142135623730951},"557":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"i":{"2":{"df":1,"docs":{"162":{"tf":1.0}}},"c":{"c":{"df":1,"docs":{"575":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"571":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"491":{"tf":1.4142135623730951}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"491":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":51,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"286":{"tf":2.0},"296":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"31":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"444":{"tf":3.0},"445":{"tf":2.449489742783178},"446":{"tf":1.7320508075688772},"447":{"tf":3.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"489":{"tf":1.7320508075688772},"490":{"tf":2.8284271247461903},"491":{"tf":1.4142135623730951},"495":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"533":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"573":{"tf":1.4142135623730951},"574":{"tf":2.0},"575":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"641":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.6457513110645907},"748":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"df":1,"docs":{"370":{"tf":1.0}},"g":{"df":0,"docs":{},"w":{"3":{"2":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"606":{"tf":1.0},"621":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"141":{"tf":1.4142135623730951},"276":{"tf":1.0},"297":{"tf":1.0},"451":{"tf":1.0},"46":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"359":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"724":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}},"r":{"df":1,"docs":{"18":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"662":{"tf":1.0},"701":{"tf":1.0},"746":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"651":{"tf":1.0},"88":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"338":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"393":{"tf":1.4142135623730951},"465":{"tf":1.0},"496":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"280":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"m":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"d":{"df":1,"docs":{"466":{"tf":1.0}},"e":{"df":17,"docs":{"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"304":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.449489742783178},"504":{"tf":1.0},"505":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"551":{"tf":1.4142135623730951},"59":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"686":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":16,"docs":{"122":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"254":{"tf":3.1622776601683795},"288":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"340":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":2.0},"390":{"tf":1.0},"606":{"tf":1.0},"748":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"395":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"120":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.7320508075688772},"89":{"tf":1.0}},"i":{"df":18,"docs":{"111":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.0},"305":{"tf":1.0},"359":{"tf":1.0},"496":{"tf":1.4142135623730951},"507":{"tf":1.0},"70":{"tf":1.0},"715":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":34,"docs":{"239":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"327":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.7320508075688772},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"364":{"tf":1.7320508075688772},"366":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.4142135623730951},"507":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"748":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"337":{"tf":1.0}}},".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"608":{"tf":1.0},"621":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"608":{"tf":1.0}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"225":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.0},"430":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"595":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":2.0},"693":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"364":{"tf":1.0},"592":{"tf":1.0},"615":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"365":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":2,"docs":{"365":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"252":{"tf":1.0},"302":{"tf":1.0},"496":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"496":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"231":{"tf":1.0},"239":{"tf":2.8284271247461903},"390":{"tf":1.4142135623730951},"464":{"tf":1.0},"474":{"tf":3.1622776601683795},"476":{"tf":2.23606797749979},"508":{"tf":1.0},"511":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"339":{"tf":1.4142135623730951},"354":{"tf":1.0},"362":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.7320508075688772},"469":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"53":{"tf":1.0},"551":{"tf":1.0},"559":{"tf":1.0},"594":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"373":{"tf":2.6457513110645907},"493":{"tf":1.4142135623730951},"502":{"tf":2.23606797749979},"657":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.0},"372":{"tf":1.0},"413":{"tf":1.4142135623730951},"502":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":2.23606797749979},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.0},"748":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"49":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"331":{"tf":1.0},"346":{"tf":1.0},"374":{"tf":1.0},"395":{"tf":1.0},"507":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"382":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"59":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":44,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"393":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"507":{"tf":1.0},"52":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"639":{"tf":1.0},"65":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"18":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}}}},"y":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"555":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"281":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"491":{"tf":2.0},"505":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"491":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"491":{"tf":1.0}}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"552":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":2.0}}},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"427":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"3":{"8":{"6":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"427":{"tf":2.449489742783178},"430":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"499":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"578":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"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":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"276":{"tf":2.23606797749979},"430":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"332":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"4":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"518":{"tf":2.0},"519":{"tf":2.0},"520":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"514":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":72,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"133":{"tf":2.449489742783178},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"286":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.0},"366":{"tf":1.7320508075688772},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":2.23606797749979},"391":{"tf":1.0},"429":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.0},"440":{"tf":2.0},"441":{"tf":2.0},"442":{"tf":2.0},"452":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.7320508075688772},"517":{"tf":2.0},"518":{"tf":2.0},"519":{"tf":2.23606797749979},"520":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"547":{"tf":2.6457513110645907},"562":{"tf":1.7320508075688772},"581":{"tf":1.0},"610":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"667":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.0},"70":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"739":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":13,"docs":{"249":{"tf":1.0},"386":{"tf":1.0},"472":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":2.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"645":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"547":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"18":{"tf":1.0},"250":{"tf":1.0},"434":{"tf":1.4142135623730951},"529":{"tf":1.0},"540":{"tf":1.4142135623730951},"608":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"350":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"177":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"513":{"tf":1.0},"621":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":2,"docs":{"370":{"tf":1.0},"546":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"478":{"tf":1.0},"511":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}},"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":{"194":{"tf":1.0},"275":{"tf":1.0},"283":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":103,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":2.0},"13":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":2.8284271247461903},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.4142135623730951},"397":{"tf":2.23606797749979},"415":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"659":{"tf":1.0},"664":{"tf":2.0},"671":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":2.0},"705":{"tf":1.0},"708":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"722":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"439":{"tf":1.0},"687":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"672":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"371":{"tf":1.0},"447":{"tf":1.0}}}}}}}}}}}},"w":{"df":115,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"349":{"tf":1.0},"351":{"tf":2.23606797749979},"359":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"428":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"507":{"tf":1.7320508075688772},"510":{"tf":1.7320508075688772},"513":{"tf":1.0},"525":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"606":{"tf":3.4641016151377544},"608":{"tf":2.6457513110645907},"610":{"tf":1.4142135623730951},"613":{"tf":2.449489742783178},"615":{"tf":3.605551275463989},"617":{"tf":2.8284271247461903},"619":{"tf":2.8284271247461903},"621":{"tf":3.3166247903554},"623":{"tf":2.23606797749979},"625":{"tf":3.605551275463989},"627":{"tf":2.0},"629":{"tf":1.4142135623730951},"631":{"tf":2.6457513110645907},"633":{"tf":1.7320508075688772},"635":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":3.0},"641":{"tf":1.7320508075688772},"643":{"tf":2.6457513110645907},"645":{"tf":3.3166247903554},"647":{"tf":2.6457513110645907},"649":{"tf":2.0},"651":{"tf":2.0},"653":{"tf":2.0},"655":{"tf":3.3166247903554},"659":{"tf":2.6457513110645907},"663":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.7320508075688772},"727":{"tf":1.0},"730":{"tf":2.23606797749979},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"359":{"tf":1.0},"625":{"tf":1.0},"637":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"462":{"tf":2.23606797749979}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"260":{"tf":1.0},"363":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"669":{"tf":1.0},"743":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"j":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"n":{"df":14,"docs":{"19":{"tf":1.0},"254":{"tf":1.0},"3":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"372":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":1,"docs":{"496":{"tf":1.0}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"14":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"370":{"tf":2.449489742783178},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":2.0},"608":{"tf":1.0},"639":{"tf":1.0},"668":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"738":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"583":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":106,"docs":{"110":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":1.7320508075688772},"286":{"tf":1.0},"305":{"tf":1.4142135623730951},"319":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"378":{"tf":1.0},"387":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":1.4142135623730951},"452":{"tf":1.0},"457":{"tf":1.0},"462":{"tf":1.7320508075688772},"467":{"tf":1.0},"473":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"496":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":3.3166247903554},"508":{"tf":3.7416573867739413},"509":{"tf":1.0},"510":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"585":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.7320508075688772},"662":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"696":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.4142135623730951},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"286":{"tf":1.0},"319":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.23606797749979},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"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":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"75":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":2.0},"569":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"d":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"623":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"238":{"tf":1.0},"649":{"tf":1.0}}}},"n":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"510":{"tf":1.0},"55":{"tf":1.0},"649":{"tf":1.0}}}}},"h":{"df":7,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"257":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"142":{"tf":1.0},"253":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"250":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0}}},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"313":{"tf":1.0},"549":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"w":{"df":42,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"252":{"tf":2.449489742783178},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"326":{"tf":1.0},"333":{"tf":1.7320508075688772},"344":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"372":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.0},"412":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":2.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"536":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"536":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":7,"docs":{"18":{"tf":1.0},"359":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"338":{"tf":1.0},"671":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"361":{"tf":1.0},"669":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"275":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.7320508075688772},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"667":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":4.47213595499958},"250":{"tf":1.4142135623730951},"338":{"tf":1.0},"672":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"361":{"tf":1.4142135623730951},"362":{"tf":2.8284271247461903}},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"244":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"333":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.0},"457":{"tf":1.0},"532":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"742":{"tf":1.7320508075688772},"748":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"546":{"tf":1.0}},"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":{"df":1,"docs":{"543":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"174":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"617":{"tf":1.0},"623":{"tf":1.4142135623730951},"655":{"tf":1.0},"670":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":2.6457513110645907},"697":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"436":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"476":{"tf":1.0}},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}},"l":{"d":{"df":20,"docs":{"150":{"tf":1.0},"190":{"tf":1.0},"263":{"tf":1.0},"351":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.4142135623730951},"412":{"tf":1.0},"462":{"tf":1.0},"486":{"tf":1.0},"589":{"tf":1.0},"593":{"tf":1.0},"596":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"730":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"359":{"tf":1.0},"641":{"tf":1.0},"730":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.0},"562":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"337":{"tf":1.0},"369":{"tf":1.0},"610":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":8,"docs":{"230":{"tf":1.0},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"501":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":73,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.0},"309":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"4":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":2.449489742783178},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":2.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"533":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"580":{"tf":1.0},"599":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"505":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}}},"p":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"304":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":52,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.4142135623730951},"223":{"tf":1.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"394":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"452":{"tf":1.7320508075688772},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":2.449489742783178},"711":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"304":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":8,"docs":{"373":{"tf":2.0},"391":{"tf":1.0},"397":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"49":{"tf":1.0},"659":{"tf":1.0},"687":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"719":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"589":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"589":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":62,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.4142135623730951},"483":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"/":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.0},"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"18":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":62,"docs":{"118":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"260":{"tf":1.0},"277":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"475":{"tf":1.0},"486":{"tf":1.0},"494":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"651":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"745":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}}}},"df":1,"docs":{"351":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"352":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"392":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"253":{"tf":1.0},"372":{"tf":1.0},"486":{"tf":1.4142135623730951},"666":{"tf":1.0},"721":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":12,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"434":{"tf":2.0},"49":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.0},"741":{"tf":1.7320508075688772}},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"32":{"tf":1.0},"465":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"242":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.0},"463":{"tf":1.0},"669":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":37,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":3.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"570":{"tf":1.0},"571":{"tf":1.0},"631":{"tf":1.0},"671":{"tf":1.0},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"342":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":55,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":2.8284271247461903},"260":{"tf":1.7320508075688772},"261":{"tf":2.0},"302":{"tf":1.4142135623730951},"320":{"tf":1.0},"338":{"tf":2.23606797749979},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"393":{"tf":2.23606797749979},"429":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.0},"468":{"tf":1.0},"469":{"tf":1.7320508075688772},"470":{"tf":1.0},"474":{"tf":3.7416573867739413},"475":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":2.23606797749979},"496":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"664":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":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":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"139":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.4142135623730951},"527":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"397":{"tf":1.0},"478":{"tf":1.0},"741":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"486":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":2.0},"517":{"tf":1.0},"536":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"23":{"tf":1.0},"472":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"647":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":1.0},"710":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"df":2,"docs":{"371":{"tf":1.0},"524":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"142":{"tf":1.0},"333":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"613":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":30,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":112,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"282":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.0},"425":{"tf":1.4142135623730951},"431":{"tf":1.4142135623730951},"436":{"tf":1.0},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"453":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"514":{"tf":2.23606797749979},"517":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"567":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"598":{"tf":1.0},"601":{"tf":1.4142135623730951},"606":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"+":{"3":{"+":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"507":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"701":{"tf":1.0},"710":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"170":{"tf":1.0},"671":{"tf":1.0}}}}}},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":134,"docs":{"14":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.449489742783178},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"235":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":3.0},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.1622776601683795},"253":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":2.8284271247461903},"281":{"tf":1.0},"286":{"tf":2.449489742783178},"289":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":3.0},"339":{"tf":2.449489742783178},"342":{"tf":2.0},"359":{"tf":1.4142135623730951},"367":{"tf":2.6457513110645907},"368":{"tf":5.5677643628300215},"369":{"tf":3.872983346207417},"370":{"tf":1.7320508075688772},"371":{"tf":2.6457513110645907},"372":{"tf":1.4142135623730951},"373":{"tf":3.3166247903554},"374":{"tf":2.449489742783178},"377":{"tf":1.7320508075688772},"378":{"tf":2.0},"380":{"tf":1.0},"381":{"tf":2.0},"382":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"447":{"tf":1.7320508075688772},"452":{"tf":2.23606797749979},"456":{"tf":1.0},"469":{"tf":1.4142135623730951},"473":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.7320508075688772},"489":{"tf":1.0},"490":{"tf":2.23606797749979},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"517":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":2.449489742783178},"655":{"tf":1.7320508075688772},"657":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"666":{"tf":1.7320508075688772},"667":{"tf":2.0},"668":{"tf":2.23606797749979},"669":{"tf":2.23606797749979},"671":{"tf":2.6457513110645907},"674":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"733":{"tf":1.0},"736":{"tf":1.7320508075688772},"739":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"368":{"tf":1.0},"369":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"377":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{":":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"1":{"5":{"df":1,"docs":{"514":{"tf":1.0}}},"6":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"514":{"tf":1.0}}},"df":1,"docs":{"514":{"tf":1.0}}},"2":{"df":1,"docs":{"514":{"tf":1.0}}},"3":{"df":1,"docs":{"514":{"tf":1.0}}},"4":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"513":{"tf":1.4142135623730951},"575":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"735":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"377":{"tf":1.0}}}}}},"s":{".":{"a":{"d":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"´":{"df":1,"docs":{"738":{"tf":1.0}}}}}}},"i":{"d":{"df":9,"docs":{"244":{"tf":1.0},"252":{"tf":2.0},"491":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"583":{"tf":3.1622776601683795},"641":{"tf":1.4142135623730951},"727":{"tf":1.0},"733":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":2.23606797749979}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}},"s":{"df":4,"docs":{"235":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}},"t":{"df":70,"docs":{"1":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":3.0},"333":{"tf":1.7320508075688772},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"339":{"tf":1.7320508075688772},"344":{"tf":1.7320508075688772},"358":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"454":{"tf":1.4142135623730951},"456":{"tf":1.0},"469":{"tf":1.7320508075688772},"478":{"tf":1.0},"501":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.7320508075688772},"699":{"tf":1.4142135623730951},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.0},"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"606":{"tf":1.0},"653":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"408":{"tf":1.7320508075688772},"409":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"368":{"tf":1.0},"392":{"tf":1.0},"490":{"tf":1.0},"625":{"tf":1.0},"668":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"129":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"463":{"tf":1.0},"478":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"514":{"tf":1.0},"580":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"114":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"464":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"532":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"670":{"tf":1.0},"676":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":2.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"687":{"tf":1.0},"73":{"tf":2.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"149":{"tf":1.0},"53":{"tf":1.0},"655":{"tf":1.0}}}}},"c":{"df":1,"docs":{"428":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"361":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"128":{"tf":1.0},"145":{"tf":1.0},"505":{"tf":1.0},"639":{"tf":1.0}}}},"df":5,"docs":{"412":{"tf":2.8284271247461903},"413":{"tf":2.8284271247461903},"415":{"tf":2.6457513110645907},"416":{"tf":3.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"395":{"tf":1.0},"55":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":15,"docs":{"235":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"374":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"467":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":18,"docs":{"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"233":{"tf":1.0},"257":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"527":{"tf":1.0},"583":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"669":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"373":{"tf":1.0},"486":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":6,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"737":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"233":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0},"627":{"tf":1.0},"641":{"tf":1.0},"662":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"507":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"466":{"tf":1.0},"469":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.0},"525":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"743":{"tf":1.0}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"16":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"579":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"386":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"629":{"tf":1.0}},"|":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"18":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":2.449489742783178},"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.4142135623730951},"59":{"tf":2.0},"664":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"387":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"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":1,"docs":{"63":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"114":{"tf":1.0},"130":{"tf":1.0},"369":{"tf":1.0},"397":{"tf":1.4142135623730951},"457":{"tf":1.0},"465":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"269":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"696":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"172":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"295":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"437":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.4142135623730951},"512":{"tf":1.7320508075688772},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"725":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"111":{"tf":1.0},"305":{"tf":1.0},"367":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"507":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"138":{"tf":1.0},"238":{"tf":1.4142135623730951},"257":{"tf":1.0},"269":{"tf":1.0},"305":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.4142135623730951},"469":{"tf":1.4142135623730951},"507":{"tf":2.0},"508":{"tf":1.4142135623730951},"510":{"tf":2.449489742783178},"511":{"tf":2.23606797749979},"627":{"tf":1.0},"631":{"tf":1.0},"669":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":4,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"122":{"tf":1.0},"145":{"tf":1.7320508075688772},"150":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"647":{"tf":1.0},"662":{"tf":1.0},"689":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"719":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":3,"docs":{"18":{"tf":1.0},"249":{"tf":1.0},"364":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":444,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.4142135623730951},"117":{"tf":2.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":3.605551275463989},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"162":{"tf":2.23606797749979},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":3.605551275463989},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":2.6457513110645907},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"230":{"tf":3.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"24":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":2.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":2.449489742783178},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":2.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":2.23606797749979},"339":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"340":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"353":{"tf":1.0},"354":{"tf":3.7416573867739413},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":3.872983346207417},"36":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.0},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":4.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"373":{"tf":2.0},"374":{"tf":1.7320508075688772},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":2.0},"381":{"tf":2.23606797749979},"382":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"384":{"tf":2.449489742783178},"385":{"tf":2.8284271247461903},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":3.605551275463989},"39":{"tf":1.0},"390":{"tf":2.6457513110645907},"391":{"tf":3.4641016151377544},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":2.8284271247461903},"398":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"405":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"418":{"tf":1.7320508075688772},"419":{"tf":1.4142135623730951},"42":{"tf":1.0},"420":{"tf":1.4142135623730951},"423":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":2.23606797749979},"427":{"tf":3.3166247903554},"428":{"tf":2.0},"429":{"tf":2.23606797749979},"43":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":2.0},"433":{"tf":1.0},"434":{"tf":2.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.4142135623730951},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"460":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":3.1622776601683795},"463":{"tf":1.4142135623730951},"464":{"tf":2.449489742783178},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.7320508075688772},"468":{"tf":2.0},"469":{"tf":2.23606797749979},"47":{"tf":1.0},"470":{"tf":1.7320508075688772},"473":{"tf":2.449489742783178},"474":{"tf":7.280109889280518},"475":{"tf":1.7320508075688772},"476":{"tf":2.0},"478":{"tf":2.6457513110645907},"479":{"tf":1.0},"48":{"tf":1.4142135623730951},"485":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"496":{"tf":2.8284271247461903},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":3.0},"511":{"tf":1.7320508075688772},"513":{"tf":2.0},"517":{"tf":2.23606797749979},"518":{"tf":2.0},"519":{"tf":2.0},"52":{"tf":1.7320508075688772},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"530":{"tf":2.0},"534":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":2.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":2.449489742783178},"551":{"tf":2.0},"554":{"tf":1.7320508075688772},"557":{"tf":2.6457513110645907},"559":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":2.23606797749979},"569":{"tf":1.0},"57":{"tf":1.0},"574":{"tf":2.0},"575":{"tf":1.0},"577":{"tf":1.4142135623730951},"58":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.4142135623730951},"589":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"591":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"593":{"tf":2.449489742783178},"594":{"tf":1.0},"595":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":2.23606797749979},"61":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":2.8284271247461903},"615":{"tf":2.23606797749979},"617":{"tf":2.449489742783178},"619":{"tf":2.23606797749979},"62":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":3.3166247903554},"627":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":3.0},"633":{"tf":1.7320508075688772},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.0},"64":{"tf":1.0},"641":{"tf":2.6457513110645907},"643":{"tf":2.0},"645":{"tf":3.1622776601683795},"647":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":3.4641016151377544},"66":{"tf":1.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.7320508075688772},"668":{"tf":2.0},"669":{"tf":2.23606797749979},"67":{"tf":1.0},"670":{"tf":3.1622776601683795},"671":{"tf":3.605551275463989},"672":{"tf":1.7320508075688772},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.23606797749979},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"693":{"tf":2.23606797749979},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"70":{"tf":2.449489742783178},"700":{"tf":1.4142135623730951},"701":{"tf":2.449489742783178},"704":{"tf":1.0},"705":{"tf":2.0},"706":{"tf":1.4142135623730951},"707":{"tf":2.23606797749979},"708":{"tf":1.0},"710":{"tf":2.0},"711":{"tf":2.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.23606797749979},"715":{"tf":3.1622776601683795},"716":{"tf":1.7320508075688772},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.7320508075688772},"72":{"tf":1.0},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":3.1622776601683795},"729":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":2.23606797749979},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.0},"74":{"tf":3.1622776601683795},"740":{"tf":1.7320508075688772},"741":{"tf":2.0},"742":{"tf":1.4142135623730951},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"528":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"427":{"tf":1.0},"430":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":41,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"242":{"tf":1.0},"249":{"tf":3.605551275463989},"250":{"tf":2.8284271247461903},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.0},"525":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"178":{"tf":1.0},"196":{"tf":1.0},"225":{"tf":1.0},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"621":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"276":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{";":{"$":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"691":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"346":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"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":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"267":{"tf":1.0},"615":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"346":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"575":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"330":{"tf":1.0},"36":{"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":1,"docs":{"578":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"382":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"629":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"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":{},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":7,"docs":{"286":{"tf":1.0},"316":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"562":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":17,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"284":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"374":{"tf":1.4142135623730951},"447":{"tf":1.0},"486":{"tf":3.1622776601683795},"619":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"338":{"tf":1.0},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"177":{"tf":2.23606797749979},"225":{"tf":1.0},"6":{"tf":1.0}}}},"df":3,"docs":{"445":{"tf":1.0},"447":{"tf":1.0},"507":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"28":{"tf":1.0},"323":{"tf":1.0},"445":{"tf":1.0},"507":{"tf":1.4142135623730951},"580":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"610":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"385":{"tf":1.7320508075688772},"687":{"tf":1.0}}}},"p":{"df":7,"docs":{"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"384":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}},"df":1,"docs":{"525":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"159":{"tf":1.0}}}},"df":4,"docs":{"246":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.0},"466":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"374":{"tf":1.0},"486":{"tf":2.449489742783178},"619":{"tf":1.0},"700":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":53,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"500":{"tf":1.0},"549":{"tf":1.0},"595":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"653":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0},"697":{"tf":1.0},"701":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.4142135623730951},"707":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"710":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"738":{"tf":1.0},"743":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}},"r":{"#":{"1":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"613":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"610":{"tf":1.0}}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"6":{"df":1,"docs":{"608":{"tf":1.0}}},"7":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"df":1,"docs":{"608":{"tf":1.0}}},"3":{"df":1,"docs":{"608":{"tf":1.7320508075688772}}},"df":1,"docs":{"608":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"2":{"df":1,"docs":{"606":{"tf":1.0}}},"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"249":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"469":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"647":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"355":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"480":{"tf":1.4142135623730951},"562":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"562":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"230":{"tf":1.4142135623730951},"242":{"tf":1.0},"319":{"tf":1.0},"389":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"687":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.0},"741":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"c":{"df":0,"docs":{},"h":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"552":{"tf":1.0},"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"286":{"tf":1.0},"314":{"tf":1.4142135623730951},"452":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.7320508075688772},"552":{"tf":2.23606797749979},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"623":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"152":{"tf":1.0},"174":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"397":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"360":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":16,"docs":{"138":{"tf":1.0},"20":{"tf":1.0},"286":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"307":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"395":{"tf":1.0},"424":{"tf":1.0},"452":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":2.6457513110645907},"512":{"tf":1.0},"655":{"tf":1.0},"730":{"tf":1.0}}}},"t":{"/":{"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":{"df":2,"docs":{"262":{"tf":1.0},"268":{"tf":1.0}}}},"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":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":45,"docs":{"17":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"295":{"tf":1.0},"311":{"tf":1.7320508075688772},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"371":{"tf":2.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":3.3166247903554},"385":{"tf":2.23606797749979},"386":{"tf":1.0},"391":{"tf":2.6457513110645907},"418":{"tf":1.7320508075688772},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"436":{"tf":2.449489742783178},"437":{"tf":1.0},"438":{"tf":2.8284271247461903},"452":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"475":{"tf":1.0},"480":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":2.0},"568":{"tf":1.0},"621":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":2.8284271247461903},"700":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"412":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"507":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"249":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"591":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"641":{"tf":1.0},"653":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":10,"docs":{"185":{"tf":1.0},"232":{"tf":1.0},"342":{"tf":1.0},"373":{"tf":1.0},"427":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0}},"s":{"df":9,"docs":{"125":{"tf":1.0},"149":{"tf":1.0},"249":{"tf":1.0},"269":{"tf":1.0},"344":{"tf":1.0},"534":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.4142135623730951},"562":{"tf":1.0},"613":{"tf":1.0}}}},"o":{"df":10,"docs":{"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}},"r":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.4142135623730951},"397":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"649":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"485":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"174":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"395":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"599":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":20,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"253":{"tf":2.6457513110645907},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0},"482":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"572":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":105,"docs":{"14":{"tf":3.0},"162":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.7320508075688772},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.449489742783178},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"253":{"tf":3.872983346207417},"254":{"tf":1.0},"257":{"tf":2.0},"260":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"331":{"tf":2.449489742783178},"336":{"tf":2.0},"337":{"tf":1.4142135623730951},"338":{"tf":4.69041575982343},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"395":{"tf":2.23606797749979},"397":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.7320508075688772},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"464":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":2.0},"482":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"571":{"tf":1.0},"580":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"655":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.449489742783178},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":3.3166247903554},"671":{"tf":2.449489742783178},"672":{"tf":1.7320508075688772},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"677":{"tf":1.0},"683":{"tf":1.4142135623730951},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":3.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"694":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"707":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"748":{"tf":1.4142135623730951},"78":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"249":{"tf":1.0},"390":{"tf":1.0}}},"/":{"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":3,"docs":{"329":{"tf":1.0},"452":{"tf":1.0},"601":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"333":{"tf":2.6457513110645907},"344":{"tf":1.7320508075688772}}}}}}}},"df":57,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.7320508075688772},"334":{"tf":1.0},"335":{"tf":2.23606797749979},"338":{"tf":2.23606797749979},"339":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.6457513110645907},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":2.0},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"432":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"59":{"tf":1.4142135623730951},"663":{"tf":1.0},"669":{"tf":1.7320508075688772},"685":{"tf":1.0},"687":{"tf":1.0},"714":{"tf":1.4142135623730951},"736":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"253":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"690":{"tf":1.0},"696":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"608":{"tf":1.0}},"t":{"df":18,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.449489742783178},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"469":{"tf":1.0},"747":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"89":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"647":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":38,"docs":{"162":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.0},"385":{"tf":3.605551275463989},"386":{"tf":2.23606797749979},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":3.605551275463989},"434":{"tf":1.4142135623730951},"436":{"tf":1.0},"445":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"615":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"653":{"tf":1.0},"66":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"627":{"tf":1.0},"651":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"653":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"6":{"4":{"3":{"2":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"286":{"tf":1.0},"325":{"tf":1.4142135623730951},"452":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":3.0},"78":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":{"613":{"tf":1.0}}}}}}},"df":86,"docs":{"105":{"tf":1.0},"114":{"tf":2.23606797749979},"147":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"242":{"tf":2.23606797749979},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"360":{"tf":1.0},"40":{"tf":1.4142135623730951},"500":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"534":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0}},"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":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"149":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"276":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"463":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"242":{"tf":1.0},"339":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"276":{"tf":1.0},"426":{"tf":1.0},"75":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"469":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"363":{"tf":1.7320508075688772},"395":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":74,"docs":{"12":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"39":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"454":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"606":{"tf":1.0},"617":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.7320508075688772},"732":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"457":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"$":{"<":{"$":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{">":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"d":{"a":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"d":{"a":{"df":2,"docs":{"59":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":8,"docs":{"111":{"tf":1.0},"53":{"tf":1.0},"597":{"tf":1.0},"615":{"tf":1.0},"639":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"534":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"361":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":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":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"365":{"tf":1.0},"615":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"268":{"tf":1.0},"625":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"572":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"365":{"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":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"108":{"tf":1.0},"149":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"363":{"tf":3.1622776601683795},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"661":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"346":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":14,"docs":{"120":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"345":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"380":{"tf":1.0},"385":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"13":{"tf":1.0},"693":{"tf":1.0}}}}},"q":{"df":82,"docs":{"663":{"tf":2.449489742783178},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":4.123105625617661},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":2.6457513110645907},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":3.605551275463989},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":3.3166247903554},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":4.123105625617661},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"286":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":1.0},"450":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"576":{"tf":1.0},"606":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":5,"docs":{"333":{"tf":1.0},"344":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"483":{"tf":1.0},"549":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":16,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"371":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":13,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"374":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.7320508075688772},"486":{"tf":2.0},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"619":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"513":{"tf":1.0},"517":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"346":{"tf":1.0},"499":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"18":{"tf":1.0},"382":{"tf":1.0},"513":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"367":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":9,"docs":{"269":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.0},"389":{"tf":1.0},"511":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"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":8,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"649":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"673":{"tf":1.0}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":8,"docs":{"258":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{":":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"395":{"tf":1.0},"469":{"tf":1.0},"508":{"tf":1.0}}},"t":{"df":4,"docs":{"481":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"315":{"tf":1.0},"554":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":23,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"268":{"tf":1.0},"330":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"427":{"tf":1.0},"436":{"tf":1.0},"496":{"tf":1.0},"527":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":7,"docs":{"157":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"343":{"tf":1.0},"405":{"tf":1.0},"511":{"tf":1.0},"697":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"354":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"465":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":17,"docs":{"187":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":2.23606797749979},"287":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"340":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"670":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.7320508075688772},"697":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"336":{"tf":1.0},"373":{"tf":1.0},"448":{"tf":1.0},"466":{"tf":1.4142135623730951},"530":{"tf":1.0},"671":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"549":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"397":{"tf":1.4142135623730951},"463":{"tf":1.0},"602":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.7320508075688772},"699":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"562":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"269":{"tf":1.0},"281":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"229":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"493":{"tf":1.0},"522":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.0},"728":{"tf":1.0},"744":{"tf":1.0}}},"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":{"368":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"374":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":8,"docs":{"246":{"tf":1.0},"31":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"378":{"tf":1.0},"469":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"462":{"tf":1.0}}}}}},"df":2,"docs":{"363":{"tf":1.0},"462":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"166":{"tf":1.0},"284":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"608":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"725":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":7,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"371":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}},"t":{"df":5,"docs":{"238":{"tf":1.0},"31":{"tf":1.0},"389":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"147":{"tf":1.0},"333":{"tf":1.4142135623730951},"699":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"491":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"659":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"355":{"tf":1.0},"362":{"tf":1.4142135623730951},"391":{"tf":1.7320508075688772},"458":{"tf":1.7320508075688772},"532":{"tf":1.0},"599":{"tf":1.0},"662":{"tf":1.0},"742":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"147":{"tf":1.0},"391":{"tf":1.0},"716":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"244":{"tf":1.0},"254":{"tf":1.0},"363":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"143":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"522":{"tf":1.0},"69":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"739":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.0},"142":{"tf":1.4142135623730951},"245":{"tf":1.0},"354":{"tf":1.0},"42":{"tf":1.0},"445":{"tf":1.7320508075688772},"450":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.4142135623730951},"747":{"tf":2.8284271247461903},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"450":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"490":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":71,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"372":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"425":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"486":{"tf":1.0},"489":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"52":{"tf":1.0},"549":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"573":{"tf":1.0},"579":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"601":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":79,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"161":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"344":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}},"o":{"a":{"d":{"df":2,"docs":{"236":{"tf":1.0},"699":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"363":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"307":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"418":{"tf":1.0},"424":{"tf":1.4142135623730951},"452":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":2.0},"514":{"tf":1.7320508075688772},"517":{"tf":1.4142135623730951},"527":{"tf":1.0},"653":{"tf":2.23606797749979}}},"v":{"df":14,"docs":{"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"536":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"225":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.0},"637":{"tf":1.0},"655":{"tf":1.7320508075688772},"659":{"tf":1.0},"70":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.0},"617":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"623":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":24,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"225":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"30":{"tf":1.0},"364":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.23606797749979},"464":{"tf":1.0},"475":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"743":{"tf":1.0},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"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":7,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"247":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0},"643":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"236":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":1.0},"359":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"19":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"335":{"tf":1.0},"346":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":2.0},"374":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"418":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"462":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.7320508075688772},"514":{"tf":1.4142135623730951},"517":{"tf":2.0},"562":{"tf":1.0},"653":{"tf":1.7320508075688772},"738":{"tf":1.0},"748":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"q":{"df":2,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"359":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.4142135623730951},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"558":{"tf":1.0},"559":{"tf":1.7320508075688772},"610":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":49,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"340":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"432":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.0},"494":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"717":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"741":{"tf":1.0}}},"n":{"df":4,"docs":{"335":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"320":{"tf":1.0},"368":{"tf":1.0},"571":{"tf":1.0},"623":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":4,"docs":{"238":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":1.0},"608":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"403":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"462":{"tf":2.6457513110645907},"488":{"tf":1.4142135623730951},"556":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":2.0},"59":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0}}}},"v":{"df":3,"docs":{"18":{"tf":1.0},"371":{"tf":1.0},"713":{"tf":1.0}}}},"n":{"df":2,"docs":{"23":{"tf":1.0},"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"162":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"593":{"tf":1.0},"617":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"276":{"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":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"20":{"tf":1.0},"389":{"tf":1.0},"478":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":10,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"339":{"tf":1.7320508075688772},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"378":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"575":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.7320508075688772},"667":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"737":{"tf":1.0},"739":{"tf":1.4142135623730951},"743":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"727":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":3,"docs":{"373":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"619":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"244":{"tf":1.0},"335":{"tf":2.449489742783178},"337":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"490":{"tf":1.0},"627":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"331":{"tf":1.0},"333":{"tf":2.0},"338":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"392":{"tf":1.0},"466":{"tf":1.7320508075688772},"476":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"621":{"tf":1.0},"664":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":11,"docs":{"162":{"tf":1.0},"301":{"tf":1.0},"319":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.0},"549":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"748":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"105":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.6457513110645907},"238":{"tf":1.7320508075688772},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.449489742783178},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.6457513110645907},"458":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":1.0},"466":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":5.196152422706632},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"496":{"tf":1.0},"505":{"tf":2.0},"508":{"tf":3.1622776601683795},"511":{"tf":2.449489742783178},"525":{"tf":1.7320508075688772},"536":{"tf":1.0},"538":{"tf":1.7320508075688772},"544":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.7320508075688772},"583":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.4142135623730951},"631":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.23606797749979},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":2.449489742783178},"728":{"tf":1.4142135623730951},"732":{"tf":1.0},"737":{"tf":1.4142135623730951},"742":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"264":{"tf":1.4142135623730951},"715":{"tf":1.0},"720":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"380":{"tf":1.0}}}},"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"12":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"19":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"659":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"276":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.23606797749979},"476":{"tf":1.0},"524":{"tf":1.0},"566":{"tf":1.0},"606":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"59":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"c":{"b":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"747":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"276":{"tf":1.0},"381":{"tf":1.0},"458":{"tf":1.4142135623730951},"532":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":9,"docs":{"31":{"tf":1.0},"337":{"tf":1.0},"388":{"tf":1.0},"393":{"tf":1.4142135623730951},"467":{"tf":1.0},"469":{"tf":1.0},"496":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}}}},"w":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":1,"docs":{"254":{"tf":1.7320508075688772}},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0}}}},"n":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"14":{"tf":1.0},"177":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"331":{"tf":1.0},"351":{"tf":1.0},"395":{"tf":1.4142135623730951},"448":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"286":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.7320508075688772},"450":{"tf":1.7320508075688772},"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"245":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951}}}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":7,"docs":{"188":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"329":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"606":{"tf":1.0}},"r":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":52,"docs":{"108":{"tf":1.0},"130":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"269":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"349":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.0},"392":{"tf":1.0},"413":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"474":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"55":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"629":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"249":{"tf":2.6457513110645907},"251":{"tf":1.4142135623730951},"252":{"tf":4.0},"253":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"385":{"tf":1.0},"397":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":2.23606797749979},"510":{"tf":1.0},"55":{"tf":1.4142135623730951},"585":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"619":{"tf":1.7320508075688772},"641":{"tf":1.0},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":2.23606797749979},"673":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":1.4142135623730951},"705":{"tf":1.0}}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"253":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.0},"499":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"74":{"tf":1.0},"86":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.6457513110645907},"562":{"tf":2.0},"643":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.0},"741":{"tf":2.23606797749979}}}},"n":{"df":12,"docs":{"355":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"649":{"tf":1.0},"713":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"687":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"254":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"510":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"178":{"tf":1.0},"192":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"32":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"413":{"tf":1.4142135623730951},"557":{"tf":1.0},"631":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"230":{"tf":1.0},"88":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"335":{"tf":1.0},"700":{"tf":1.0}}}}}}},"d":{"d":{"df":1,"docs":{"621":{"tf":1.4142135623730951}},"s":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"'":{"df":7,"docs":{"146":{"tf":1.0},"162":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.0},"276":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.0}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"719":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.4142135623730951}}}}}}},"df":187,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.449489742783178},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"197":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"244":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.23606797749979},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.4142135623730951},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"362":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.7320508075688772},"368":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"395":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"48":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"63":{"tf":1.0},"639":{"tf":1.7320508075688772},"64":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"655":{"tf":1.0},"659":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":2.23606797749979},"705":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"724":{"tf":3.4641016151377544},"732":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"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":{"366":{"tf":1.4142135623730951}}}}}}}}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"427":{"tf":1.4142135623730951},"490":{"tf":1.0},"59":{"tf":1.4142135623730951},"668":{"tf":1.0},"691":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.4142135623730951},"724":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"23":{"tf":1.0},"384":{"tf":1.0},"532":{"tf":1.0},"621":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}},"df":6,"docs":{"136":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"252":{"tf":1.0},"466":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"1":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"390":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"486":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"177":{"tf":1.0},"608":{"tf":1.0},"743":{"tf":1.0}}}}},"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}},"e":{"df":107,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.7320508075688772},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":2.23606797749979},"338":{"tf":2.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"428":{"tf":1.0},"443":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.0},"578":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"74":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"359":{"tf":1.0},"606":{"tf":1.0}}},"n":{"df":2,"docs":{"540":{"tf":1.0},"606":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"209":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":2.23606797749979},"466":{"tf":1.0},"473":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"710":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.7320508075688772},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"368":{"tf":1.0},"384":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"l":{"df":3,"docs":{"715":{"tf":1.4142135623730951},"718":{"tf":1.0},"722":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"368":{"tf":1.0},"369":{"tf":1.0},"381":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":24,"docs":{"145":{"tf":1.7320508075688772},"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.8284271247461903},"329":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"541":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":1.0},"669":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.4142135623730951},"727":{"tf":1.0},"736":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"250":{"tf":1.0},"343":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"485":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.7320508075688772},"73":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"150":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"454":{"tf":1.0},"457":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":30,"docs":{"14":{"tf":1.0},"294":{"tf":1.0},"340":{"tf":1.4142135623730951},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"411":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"474":{"tf":1.0},"527":{"tf":1.0},"556":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"14":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"355":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"146":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"309":{"tf":1.0},"527":{"tf":1.0}}}}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"633":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"589":{"tf":1.0},"703":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"239":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":3.605551275463989},"710":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"699":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"557":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"df":91,"docs":{"111":{"tf":1.0},"114":{"tf":1.7320508075688772},"133":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"177":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"261":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":2.23606797749979},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.4142135623730951},"478":{"tf":2.449489742783178},"496":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"533":{"tf":1.0},"557":{"tf":1.0},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"70":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"390":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"504":{"tf":1.0},"505":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"655":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"405":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.4142135623730951},"254":{"tf":1.0},"311":{"tf":1.0},"368":{"tf":1.0},"410":{"tf":1.0},"543":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"$":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":16,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.0},"249":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.0},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"410":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"486":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"363":{"tf":2.23606797749979},"514":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"146":{"tf":1.4142135623730951},"338":{"tf":1.0},"355":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"613":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"30":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"389":{"tf":1.0},"432":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"240":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{}},"df":49,"docs":{"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"177":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"361":{"tf":1.4142135623730951},"378":{"tf":1.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"469":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"75":{"tf":1.7320508075688772}},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":1.7320508075688772},"465":{"tf":1.0},"468":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.0},"337":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.4641016151377544},"470":{"tf":1.4142135623730951},"474":{"tf":3.7416573867739413},"478":{"tf":1.0},"508":{"tf":1.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"162":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"228":{"tf":1.0},"232":{"tf":1.0},"258":{"tf":1.0},"338":{"tf":1.4142135623730951},"373":{"tf":1.4142135623730951},"395":{"tf":1.0},"469":{"tf":3.3166247903554},"476":{"tf":1.7320508075688772},"478":{"tf":1.4142135623730951},"59":{"tf":1.0},"635":{"tf":1.0},"748":{"tf":1.4142135623730951}},"y":{"df":1,"docs":{"476":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":18,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"364":{"tf":1.0},"48":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":2.6457513110645907},"726":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"286":{"tf":1.0},"452":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":2.8284271247461903},"608":{"tf":2.0},"615":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.7320508075688772},"7":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"261":{"tf":1.0},"625":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"254":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"193":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"279":{"tf":1.0},"338":{"tf":1.4142135623730951},"340":{"tf":1.0},"373":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.449489742783178},"391":{"tf":1.4142135623730951},"395":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"613":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"686":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":9,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"346":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.0},"631":{"tf":1.0}},"f":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":3,"docs":{"372":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"466":{"tf":1.0},"59":{"tf":2.0},"615":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"72":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"387":{"tf":1.0},"427":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"731":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"625":{"tf":1.0},"635":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"381":{"tf":1.0},"397":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":18,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"338":{"tf":1.0},"397":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"436":{"tf":1.0},"453":{"tf":1.0},"462":{"tf":2.8284271247461903},"486":{"tf":1.0},"530":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":2.0},"673":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"249":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"530":{"tf":1.0}}}}},"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"367":{"tf":1.0},"373":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"486":{"tf":2.449489742783178}}}},"t":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":1.0},"259":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"162":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"g":{"_":{"a":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"276":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"p":{"1":{"4":{"df":1,"docs":{"617":{"tf":1.0}}},"7":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"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":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"637":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"239":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"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":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"225":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"225":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"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":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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"276":{"tf":1.0},"610":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"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":{},"u":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"88":{"tf":2.8284271247461903}}}}},"n":{"3":{"d":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"318":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"418":{"tf":1.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.0},"430":{"tf":1.0},"443":{"tf":1.4142135623730951},"452":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.7320508075688772},"566":{"tf":1.4142135623730951},"615":{"tf":1.0},"635":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}},"y":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"147":{"tf":2.449489742783178},"18":{"tf":2.8284271247461903},"2":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"490":{"tf":1.0},"513":{"tf":1.0},"668":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"389":{"tf":1.0},"541":{"tf":1.0},"659":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{"df":5,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"174":{"tf":1.0},"395":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"254":{"tf":1.0},"258":{"tf":1.0},"313":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"683":{"tf":1.0},"696":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"194":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"373":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"369":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.0},"546":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"374":{"tf":1.0},"517":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"395":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"629":{"tf":1.0},"684":{"tf":1.0},"748":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"c":{"df":56,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"352":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.0},"53":{"tf":1.0},"534":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":2.0},"719":{"tf":2.0},"72":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"5":{"1":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"476":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":6,"docs":{"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.7320508075688772},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"471":{"tf":1.0},"472":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"472":{"tf":1.0},"643":{"tf":1.0}}}}},"df":28,"docs":{"249":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"338":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"467":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":2.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"59":{"tf":1.4142135623730951},"591":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":2.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"381":{"tf":1.0},"397":{"tf":1.0},"691":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":57,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.4142135623730951},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.4142135623730951},"436":{"tf":1.0},"438":{"tf":1.4142135623730951},"447":{"tf":1.0},"454":{"tf":1.4142135623730951},"486":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"571":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"639":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"78":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":12,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"374":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"631":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}}}}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"530":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}}}},"r":{"d":{"df":19,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"225":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"426":{"tf":1.0},"507":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"69":{"tf":1.0},"711":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":36,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"309":{"tf":1.0},"338":{"tf":1.0},"356":{"tf":1.0},"373":{"tf":2.0},"395":{"tf":1.0},"405":{"tf":1.0},"486":{"tf":1.0},"527":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"562":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"643":{"tf":1.0},"707":{"tf":1.0},"73":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"128":{"tf":1.0},"355":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"0":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772}}},"1":{"df":2,"docs":{"405":{"tf":2.8284271247461903},"406":{"tf":2.449489742783178}}},"2":{"5":{"df":1,"docs":{"405":{"tf":3.605551275463989}}},"df":2,"docs":{"405":{"tf":3.7416573867739413},"406":{"tf":2.23606797749979}}},"3":{"df":2,"docs":{"405":{"tf":5.0},"406":{"tf":5.196152422706632}}},"4":{"df":1,"docs":{"405":{"tf":4.358898943540674}}},"5":{"df":1,"docs":{"405":{"tf":4.242640687119285}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"405":{"tf":1.0},"406":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":3.872983346207417},"249":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"254":{"tf":3.7416573867739413},"268":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"315":{"tf":1.4142135623730951},"335":{"tf":2.449489742783178},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"342":{"tf":2.23606797749979},"368":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.4142135623730951},"508":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":2.23606797749979},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":2.0},"699":{"tf":2.449489742783178},"747":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"254":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"254":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"543":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"225":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"281":{"tf":1.4142135623730951},"596":{"tf":1.0},"691":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"14":{"tf":1.0},"585":{"tf":1.0}}}},"y":{"df":1,"docs":{"428":{"tf":1.0}}}},"c":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"254":{"tf":1.0},"608":{"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":1,"docs":{"608":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"608":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"'":{"df":7,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"359":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}},"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"349":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"659":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"332":{"tf":1.0},"352":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"352":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"2":{":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"331":{"tf":1.0},"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"242":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"653":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"331":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"338":{"tf":1.0},"664":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"332":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"337":{"tf":1.0},"338":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"332":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},"3":{"df":1,"docs":{"653":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"373":{"tf":1.0},"378":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"639":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"343":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"653":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":5,"docs":{"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"342":{"tf":1.0},"384":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"342":{"tf":1.0},"375":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":3,"docs":{"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"334":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"375":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"649":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"338":{"tf":1.0},"375":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"334":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"334":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"391":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"645":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"334":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"391":{"tf":1.0}}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"517":{"tf":1.0},"653":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"385":{"tf":1.0},"391":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"445":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"342":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"381":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"516":{"tf":1.0},"653":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":57,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":2.8284271247461903},"146":{"tf":1.0},"147":{"tf":3.3166247903554},"149":{"tf":1.4142135623730951},"150":{"tf":2.8284271247461903},"151":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"288":{"tf":1.0},"346":{"tf":1.4142135623730951},"355":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.7320508075688772},"48":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.0},"510":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"639":{"tf":1.0},"651":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.0},"724":{"tf":2.0},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"370":{"tf":1.4142135623730951},"734":{"tf":1.0}}}}}}},"df":21,"docs":{"108":{"tf":1.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"367":{"tf":1.0},"369":{"tf":2.449489742783178},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"508":{"tf":2.449489742783178},"511":{"tf":1.7320508075688772},"727":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":18,"docs":{"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"470":{"tf":2.0},"471":{"tf":1.0},"474":{"tf":3.4641016151377544},"476":{"tf":3.1622776601683795},"478":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"59":{"tf":2.6457513110645907},"62":{"tf":1.0},"625":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":2.0}}}}},"→":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"230":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"373":{"tf":1.0},"447":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"138":{"tf":1.0},"253":{"tf":1.0},"360":{"tf":1.0},"412":{"tf":1.0},"447":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"671":{"tf":1.0},"82":{"tf":1.0}}}}},"l":{"df":2,"docs":{"687":{"tf":1.0},"748":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"236":{"tf":1.0}}}}}}}}},"df":10,"docs":{"113":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"335":{"tf":1.7320508075688772},"337":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}},"1":{"6":{"df":7,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"466":{"tf":2.23606797749979},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"587":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"14":{"tf":1.7320508075688772},"236":{"tf":1.0},"254":{"tf":1.0},"311":{"tf":1.0},"344":{"tf":1.7320508075688772},"384":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"596":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":7,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"332":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0},"547":{"tf":3.3166247903554}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":24,"docs":{"178":{"tf":1.0},"191":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"270":{"tf":2.23606797749979},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"339":{"tf":1.0},"359":{"tf":3.605551275463989},"360":{"tf":1.4142135623730951},"368":{"tf":1.0},"386":{"tf":1.0},"508":{"tf":3.3166247903554},"517":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":1.0},"562":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":2.0},"729":{"tf":1.0},"748":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"249":{"tf":2.0},"254":{"tf":1.4142135623730951},"591":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.7320508075688772},"235":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"359":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.4142135623730951},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"513":{"tf":1.0},"613":{"tf":1.0},"655":{"tf":1.0},"739":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"2":{"0":{"2":{"2":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"/":{"1":{"4":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"3":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"c":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":2.449489742783178},"2":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.23606797749979},"230":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.0},"4":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"241":{"tf":1.0}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"354":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"89":{"tf":1.0}}}}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"386":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"684":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":2.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"226":{"tf":1.0},"366":{"tf":1.0},"381":{"tf":1.0},"466":{"tf":1.4142135623730951},"59":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"355":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":9,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":2.23606797749979},"285":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.0}}}},"t":{"df":2,"docs":{"580":{"tf":1.0},"631":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"446":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"533":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"170":{"tf":1.0},"647":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":28,"docs":{"120":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"361":{"tf":1.0},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.4142135623730951},"715":{"tf":1.0},"716":{"tf":1.0},"89":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"381":{"tf":1.0},"390":{"tf":1.0},"444":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"536":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"447":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"391":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":159,"docs":{"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.0},"22":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.0},"286":{"tf":2.23606797749979},"288":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"380":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"395":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.8284271247461903},"447":{"tf":1.0},"451":{"tf":2.0},"452":{"tf":2.449489742783178},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"481":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"497":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"590":{"tf":1.0},"595":{"tf":1.0},"60":{"tf":1.0},"610":{"tf":2.23606797749979},"613":{"tf":1.7320508075688772},"615":{"tf":2.23606797749979},"617":{"tf":2.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":2.449489742783178},"633":{"tf":2.0},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":2.449489742783178},"643":{"tf":2.0},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":3.3166247903554},"655":{"tf":3.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"662":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"697":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"704":{"tf":1.0},"707":{"tf":1.7320508075688772},"708":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.4142135623730951},"737":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"577":{"tf":1.0},"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"536":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"389":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"427":{"tf":1.0},"462":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.7320508075688772},"725":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"473":{"tf":1.7320508075688772},"86":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"701":{"tf":1.0},"710":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"475":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"235":{"tf":1.0},"238":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"306":{"tf":1.4142135623730951},"373":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":2.6457513110645907},"511":{"tf":2.449489742783178},"513":{"tf":1.0},"514":{"tf":1.4142135623730951},"525":{"tf":1.0},"541":{"tf":1.4142135623730951},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"568":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":18,"docs":{"142":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"432":{"tf":1.0},"510":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"253":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":2.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"253":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"236":{"tf":1.0},"244":{"tf":1.0},"284":{"tf":1.0},"342":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"236":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"380":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"501":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"16":{"tf":1.4142135623730951},"178":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"561":{"tf":1.0},"565":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":37,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"478":{"tf":1.0},"49":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"694":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"328":{"tf":1.0},"452":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"b":{"df":6,"docs":{"230":{"tf":1.7320508075688772},"244":{"tf":1.0},"382":{"tf":1.0},"566":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":5,"docs":{"432":{"tf":1.0},"447":{"tf":1.0},"512":{"tf":1.0},"517":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":2.0},"491":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"302":{"tf":1.4142135623730951},"325":{"tf":1.0},"333":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.4142135623730951},"511":{"tf":1.0},"541":{"tf":1.0},"585":{"tf":1.0},"627":{"tf":1.0},"671":{"tf":1.0}},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"111":{"tf":1.7320508075688772},"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.4142135623730951},"242":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"525":{"tf":2.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"88":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"325":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"585":{"tf":1.0},"687":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.4142135623730951},"468":{"tf":1.0},"505":{"tf":1.7320508075688772}}}}}},"c":{"df":1,"docs":{"621":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"1":{"6":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"359":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"623":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"1":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"1":{"df":1,"docs":{"370":{"tf":1.0}}},"2":{"df":1,"docs":{"374":{"tf":1.0}}},"3":{"df":1,"docs":{"381":{"tf":1.0}}},"4":{"df":1,"docs":{"382":{"tf":1.0}}},"5":{"df":1,"docs":{"382":{"tf":1.0}}},"6":{"df":1,"docs":{"382":{"tf":1.0}}},"7":{"df":1,"docs":{"384":{"tf":1.0}}},"8":{"df":1,"docs":{"385":{"tf":1.0}}},"9":{"df":1,"docs":{"391":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"2":{"df":1,"docs":{"564":{"tf":1.0}}},"3":{"df":1,"docs":{"564":{"tf":1.0}}},"4":{"df":1,"docs":{"565":{"tf":1.0}}},"5":{"df":1,"docs":{"565":{"tf":1.0}}},"6":{"df":1,"docs":{"566":{"tf":1.0}}},"7":{"df":1,"docs":{"444":{"tf":1.0}}},"8":{"df":1,"docs":{"472":{"tf":1.0}}},"9":{"df":1,"docs":{"486":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"496":{"tf":1.0}}},"3":{"df":1,"docs":{"524":{"tf":1.0}}},"4":{"df":1,"docs":{"524":{"tf":1.0}}},"5":{"df":1,"docs":{"587":{"tf":1.0}}},"df":1,"docs":{"335":{"tf":1.0}}},"4":{"df":1,"docs":{"335":{"tf":1.0}}},"5":{"df":1,"docs":{"336":{"tf":1.0}}},"6":{"df":1,"docs":{"338":{"tf":1.0}}},"7":{"df":1,"docs":{"339":{"tf":1.0}}},"8":{"df":1,"docs":{"339":{"tf":1.0}}},"9":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"1":{"df":1,"docs":{"494":{"tf":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":{"162":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":53,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"178":{"tf":1.4142135623730951},"188":{"tf":1.0},"251":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.6457513110645907},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.8284271247461903},"2":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"4":{"tf":1.0},"514":{"tf":1.0},"747":{"tf":2.0},"748":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.0},"499":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"188":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":3.605551275463989},"254":{"tf":1.0},"532":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"514":{"tf":1.0},"664":{"tf":1.0},"77":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"664":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"254":{"tf":1.4142135623730951},"332":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":39,"docs":{"111":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"194":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"39":{"tf":1.4142135623730951},"390":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":2.0},"587":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"645":{"tf":1.0},"65":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"711":{"tf":1.4142135623730951},"713":{"tf":1.0},"78":{"tf":3.7416573867739413},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"276":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"613":{"tf":1.0},"724":{"tf":1.0}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}}}},"t":{"df":0,"docs":{},"´":{"df":4,"docs":{"230":{"tf":1.0},"239":{"tf":1.0},"254":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"740":{"tf":1.0}}}},"i":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"249":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"390":{"tf":1.0},"672":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"244":{"tf":1.0},"249":{"tf":1.7320508075688772},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"446":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"338":{"tf":1.0},"717":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":30,"docs":{"14":{"tf":1.0},"188":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":2.6457513110645907},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":3.0},"343":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":2.6457513110645907},"398":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.4142135623730951},"687":{"tf":1.0},"727":{"tf":1.0},"743":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"372":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"111":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"395":{"tf":1.0},"513":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"613":{"tf":1.0}}}}}}}}},"u":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":33,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"405":{"tf":1.0},"466":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"557":{"tf":1.0},"585":{"tf":1.4142135623730951},"599":{"tf":1.0},"606":{"tf":1.4142135623730951},"627":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.4142135623730951},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"729":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}}},"r":{"df":5,"docs":{"254":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":2.449489742783178},"450":{"tf":1.4142135623730951},"664":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"138":{"tf":1.7320508075688772},"273":{"tf":1.0},"367":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"513":{"tf":1.4142135623730951},"653":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.7320508075688772},"734":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":3.4641016151377544}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"428":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"544":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.6457513110645907},"250":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"108":{"tf":1.4142135623730951},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"281":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"747":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"45":{"tf":1.0},"748":{"tf":1.0}}}}}}},"p":{"df":7,"docs":{"149":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"391":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"508":{"tf":1.0}}},"k":{"df":14,"docs":{"23":{"tf":1.0},"368":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":2.23606797749979},"393":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0},"736":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"127":{"tf":2.0},"142":{"tf":2.0},"747":{"tf":3.4641016151377544},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"254":{"tf":1.0},"293":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"481":{"tf":1.0},"669":{"tf":1.0},"736":{"tf":1.0}},"t":{"df":3,"docs":{"329":{"tf":1.0},"452":{"tf":1.0},"601":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"162":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.7320508075688772},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.0},"623":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"323":{"tf":1.0},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"580":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"486":{"tf":2.6457513110645907},"487":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":3,"docs":{"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"364":{"tf":1.0},"729":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":42,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":2.0},"239":{"tf":2.0},"249":{"tf":3.605551275463989},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"362":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"476":{"tf":2.0},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.23606797749979},"525":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":1.7320508075688772},"710":{"tf":1.0}}}}}}},"i":{"df":7,"docs":{"281":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"729":{"tf":1.0},"741":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"392":{"tf":1.0},"575":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"469":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.0},"560":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"703":{"tf":2.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.0}}}}},"s":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}},"r":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"_":{"1":{"df":1,"docs":{"209":{"tf":1.0}}},"2":{"df":1,"docs":{"209":{"tf":1.0}}},"3":{"df":1,"docs":{"224":{"tf":1.0}}},"4":{"df":1,"docs":{"230":{"tf":1.0}}},"5":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":63,"docs":{"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":2.23606797749979},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"251":{"tf":2.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"680":{"tf":1.0},"7":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"12":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"629":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"233":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.7320508075688772},"336":{"tf":1.4142135623730951},"341":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"396":{"tf":1.0},"448":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"522":{"tf":1.0},"699":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"514":{"tf":2.0}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":46,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"373":{"tf":1.0},"426":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"533":{"tf":1.4142135623730951},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"569":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":2.23606797749979},"619":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"705":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"20":{"tf":1.0},"209":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.0},"738":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{".":{"df":1,"docs":{"747":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"178":{"tf":1.0},"200":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"d":{"df":14,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":2.449489742783178},"265":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.4142135623730951},"366":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"547":{"tf":1.0},"593":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"c":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"277":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"524":{"tf":1.0},"621":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"9":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"3":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":73,"docs":{"117":{"tf":1.7320508075688772},"19":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.7320508075688772},"303":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"319":{"tf":1.0},"32":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.7320508075688772},"398":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"423":{"tf":1.0},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.0},"452":{"tf":1.7320508075688772},"463":{"tf":1.0},"466":{"tf":1.0},"497":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"567":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.4142135623730951},"685":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"732":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":5,"docs":{"235":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"547":{"tf":1.0},"569":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{")":{"1":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"529":{"tf":1.0},"540":{"tf":1.7320508075688772}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"393":{"tf":1.0}}}}}},"df":1,"docs":{"429":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"368":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"360":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"254":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0},"606":{"tf":1.0},"619":{"tf":1.0}}}}},"r":{"df":22,"docs":{"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":2.449489742783178},"178":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"566":{"tf":1.0},"639":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"723":{"tf":1.0},"725":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"374":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"230":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"345":{"tf":2.0},"359":{"tf":4.69041575982343},"360":{"tf":2.23606797749979},"366":{"tf":1.0},"748":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"637":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"234":{"tf":1.7320508075688772},"281":{"tf":1.0},"349":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"714":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":66,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"324":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"380":{"tf":2.449489742783178},"381":{"tf":4.123105625617661},"382":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":2.6457513110645907},"392":{"tf":3.0},"445":{"tf":1.0},"452":{"tf":1.0},"458":{"tf":2.23606797749979},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"508":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":2.0},"582":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"711":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":2.0},"747":{"tf":1.7320508075688772},"748":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"225":{"tf":1.0},"359":{"tf":1.0},"426":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"343":{"tf":1.0},"356":{"tf":1.0},"496":{"tf":1.0},"547":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"296":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.0}}}},"o":{"a":{"d":{"df":3,"docs":{"354":{"tf":1.7320508075688772},"585":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"395":{"tf":1.0},"738":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":30,"docs":{"230":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"375":{"tf":1.0},"587":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0}}}},"df":0,"docs":{}},"df":45,"docs":{"111":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"254":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":2.0},"384":{"tf":1.0},"397":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"474":{"tf":1.0},"502":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"631":{"tf":1.4142135623730951},"655":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"139":{"tf":1.0},"284":{"tf":1.0},"366":{"tf":1.0},"625":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"s":{"/":{"df":0,"docs":{},"k":{"b":{"/":{"2":{"9":{"9":{"9":{"2":{"2":{"6":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"g":{"df":20,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"32":{"tf":1.0},"373":{"tf":1.4142135623730951},"468":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"639":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}}},"df":290,"docs":{"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"127":{"tf":4.242640687119285},"128":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":2.23606797749979},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"16":{"tf":2.449489742783178},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":2.23606797749979},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"281":{"tf":2.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":2.23606797749979},"355":{"tf":1.7320508075688772},"357":{"tf":1.0},"359":{"tf":3.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":2.449489742783178},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"385":{"tf":2.23606797749979},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"399":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"432":{"tf":1.7320508075688772},"434":{"tf":1.4142135623730951},"444":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"469":{"tf":2.0},"473":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":2.449489742783178},"511":{"tf":2.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"517":{"tf":2.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.7320508075688772},"540":{"tf":1.0},"541":{"tf":2.0},"543":{"tf":1.4142135623730951},"547":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"566":{"tf":1.4142135623730951},"57":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"578":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":2.0},"659":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"68":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.7320508075688772},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":2.6457513110645907},"715":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":2.6457513110645907},"727":{"tf":1.4142135623730951},"730":{"tf":2.0},"738":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":2.0},"91":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"438":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":69,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"14":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"186":{"tf":1.4142135623730951},"221":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"246":{"tf":1.0},"339":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.7320508075688772},"389":{"tf":1.0},"413":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.7320508075688772},"441":{"tf":1.7320508075688772},"442":{"tf":1.4142135623730951},"45":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"475":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":2.0},"519":{"tf":2.449489742783178},"520":{"tf":2.449489742783178},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"559":{"tf":1.0},"566":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.0},"665":{"tf":1.4142135623730951},"667":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.4142135623730951},"7":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.4142135623730951},"748":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}},"s":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"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":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"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":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"470":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"476":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":3,"docs":{"508":{"tf":1.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"349":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"462":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"1":{"6":{"df":3,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"608":{"tf":1.0}}},"df":6,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.7320508075688772},"613":{"tf":1.0},"748":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"359":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{".":{"0":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"8":{".":{"1":{"0":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"0":{".":{"1":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"3":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"5":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"9":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"0":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"101":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":34,"docs":{"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"365":{"tf":1.0},"391":{"tf":1.0},"41":{"tf":1.4142135623730951},"462":{"tf":1.0},"467":{"tf":1.0},"486":{"tf":1.0},"557":{"tf":1.0},"591":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"701":{"tf":1.0},"711":{"tf":2.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":51,"docs":{"234":{"tf":2.23606797749979},"235":{"tf":2.449489742783178},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":3.4641016151377544},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"269":{"tf":1.4142135623730951},"338":{"tf":1.0},"342":{"tf":1.0},"367":{"tf":2.0},"368":{"tf":1.7320508075688772},"369":{"tf":2.449489742783178},"370":{"tf":2.0},"372":{"tf":2.23606797749979},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"378":{"tf":2.23606797749979},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"447":{"tf":1.7320508075688772},"463":{"tf":1.0},"473":{"tf":1.0},"480":{"tf":1.0},"486":{"tf":2.6457513110645907},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"502":{"tf":1.0},"508":{"tf":2.449489742783178},"513":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.4142135623730951},"533":{"tf":2.0},"572":{"tf":1.4142135623730951},"582":{"tf":1.0},"608":{"tf":1.4142135623730951},"655":{"tf":1.0},"657":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":1.4142135623730951},"703":{"tf":2.8284271247461903},"727":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":2.8284271247461903}}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"225":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.0},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"562":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"339":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"703":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"238":{"tf":2.0},"447":{"tf":1.4142135623730951},"55":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"\"":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"366":{"tf":1.7320508075688772},"691":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"21":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"465":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"91":{"tf":1.0}}},"s":{"a":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"351":{"tf":1.0}}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"=":{"\"":{"1":{".":{"0":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":116,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":2.23606797749979},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":2.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.23606797749979},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"364":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"395":{"tf":1.0},"428":{"tf":1.0},"436":{"tf":1.0},"46":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.0},"589":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":5.477225575051661},"605":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"610":{"tf":1.4142135623730951},"611":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":2.449489742783178},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":1.7320508075688772},"620":{"tf":1.0},"621":{"tf":2.449489742783178},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.0},"641":{"tf":2.0},"642":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.4142135623730951},"654":{"tf":1.0},"655":{"tf":1.7320508075688772},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.7320508075688772},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"705":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"724":{"tf":3.605551275463989},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"730":{"tf":2.23606797749979},"738":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":29,"docs":{"145":{"tf":1.7320508075688772},"249":{"tf":1.0},"354":{"tf":2.23606797749979},"373":{"tf":1.7320508075688772},"386":{"tf":1.0},"397":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"449":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"549":{"tf":1.0},"557":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"580":{"tf":1.0},"619":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":3.0},"246":{"tf":1.0},"336":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"w":{"df":34,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.6457513110645907},"316":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":2.0},"488":{"tf":1.0},"493":{"tf":1.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.7320508075688772},"541":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"643":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"70":{"tf":1.7320508075688772},"711":{"tf":1.0},"78":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":22,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"4":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"525":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"748":{"tf":2.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"230":{"tf":1.0},"368":{"tf":1.4142135623730951},"438":{"tf":1.0},"466":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":2,"docs":{"512":{"tf":1.0},"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"437":{"tf":1.0},"441":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.0},"230":{"tf":1.0},"318":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.7320508075688772},"397":{"tf":1.0},"423":{"tf":1.0},"49":{"tf":1.7320508075688772},"562":{"tf":1.0},"585":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":2.0}}}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"469":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"*":{"*":{")":{"&":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.449489742783178},"252":{"tf":2.23606797749979},"253":{"tf":2.0},"254":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":2.6457513110645907},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"590":{"tf":1.0},"623":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"491":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"72":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"_":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"623":{"tf":1.0}},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":2.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"3":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.0}}}}},"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":1,"docs":{"226":{"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":{},"m":{"d":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"268":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":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":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"230":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":5,"docs":{"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"619":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"149":{"tf":1.4142135623730951},"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"59":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"530":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"276":{"tf":1.0},"623":{"tf":1.0}}}}},"df":16,"docs":{"39":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"276":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":3,"docs":{"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"238":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"450":{"tf":1.0},"681":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"498":{"tf":1.0}}},"3":{"df":1,"docs":{"522":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"606":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"344":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"249":{"tf":2.0},"344":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"606":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"504":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"546":{"tf":1.4142135623730951}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"508":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"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":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"551":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"589":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"585":{"tf":1.0},"587":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"543":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"549":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"580":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"513":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"583":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"589":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"*":{")":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"239":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"633":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"123":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":452,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.0},"12":{"tf":2.6457513110645907},"122":{"tf":2.449489742783178},"123":{"tf":2.23606797749979},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"127":{"tf":3.872983346207417},"128":{"tf":2.23606797749979},"129":{"tf":2.23606797749979},"13":{"tf":2.8284271247461903},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":2.23606797749979},"139":{"tf":1.0},"14":{"tf":3.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":2.6457513110645907},"145":{"tf":2.8284271247461903},"146":{"tf":2.23606797749979},"147":{"tf":1.7320508075688772},"148":{"tf":2.23606797749979},"149":{"tf":2.6457513110645907},"15":{"tf":2.449489742783178},"150":{"tf":3.7416573867739413},"151":{"tf":2.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":3.0},"156":{"tf":3.0},"157":{"tf":2.449489742783178},"158":{"tf":2.0},"159":{"tf":1.4142135623730951},"16":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.6457513110645907},"163":{"tf":2.8284271247461903},"165":{"tf":1.4142135623730951},"17":{"tf":3.1622776601683795},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"178":{"tf":3.1622776601683795},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":3.0},"190":{"tf":2.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":3.4641016151377544},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"23":{"tf":1.0},"230":{"tf":2.8284271247461903},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":3.0},"263":{"tf":2.8284271247461903},"264":{"tf":2.8284271247461903},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.3166247903554},"330":{"tf":3.3166247903554},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"34":{"tf":2.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":2.8284271247461903},"348":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"358":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"361":{"tf":1.7320508075688772},"362":{"tf":1.4142135623730951},"363":{"tf":2.449489742783178},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":1.7320508075688772},"371":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":2.0},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":2.449489742783178},"39":{"tf":1.0},"390":{"tf":1.7320508075688772},"394":{"tf":1.0},"399":{"tf":1.7320508075688772},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.7320508075688772},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"438":{"tf":1.0},"44":{"tf":1.7320508075688772},"443":{"tf":1.4142135623730951},"444":{"tf":2.449489742783178},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":2.0},"448":{"tf":1.0},"45":{"tf":1.0},"451":{"tf":2.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"47":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"483":{"tf":1.0},"484":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":2.0},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.7320508075688772},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.7320508075688772},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"57":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"58":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.7320508075688772},"598":{"tf":1.0},"6":{"tf":2.8284271247461903},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":2.0},"607":{"tf":1.0},"608":{"tf":2.0},"609":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":2.0},"620":{"tf":1.0},"621":{"tf":2.23606797749979},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":2.6457513110645907},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":2.0},"632":{"tf":1.0},"633":{"tf":2.0},"634":{"tf":1.0},"635":{"tf":2.23606797749979},"636":{"tf":1.0},"637":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":2.449489742783178},"640":{"tf":1.0},"641":{"tf":3.3166247903554},"642":{"tf":1.0},"643":{"tf":3.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.449489742783178},"648":{"tf":1.0},"649":{"tf":2.0},"650":{"tf":1.0},"651":{"tf":2.23606797749979},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":3.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":2.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"679":{"tf":1.0},"68":{"tf":2.6457513110645907},"688":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":4.123105625617661},"691":{"tf":2.6457513110645907},"692":{"tf":2.8284271247461903},"693":{"tf":2.449489742783178},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":2.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.23606797749979},"70":{"tf":2.8284271247461903},"701":{"tf":2.23606797749979},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":2.449489742783178},"705":{"tf":1.0},"708":{"tf":1.4142135623730951},"71":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.23606797749979},"715":{"tf":4.0},"716":{"tf":1.7320508075688772},"717":{"tf":2.23606797749979},"718":{"tf":1.7320508075688772},"719":{"tf":2.6457513110645907},"720":{"tf":1.7320508075688772},"721":{"tf":2.6457513110645907},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.0},"732":{"tf":1.0},"74":{"tf":1.0},"745":{"tf":2.0},"746":{"tf":1.4142135623730951},"747":{"tf":1.7320508075688772},"748":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"80":{"tf":2.449489742783178},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":3.1622776601683795},"99":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"7":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"]":{".":{"[":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":2,"docs":{"240":{"tf":1.0},"243":{"tf":1.0}}}}}}}}},"4":{"df":6,"docs":{"117":{"tf":1.0},"284":{"tf":1.4142135623730951},"530":{"tf":1.0},"55":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":1,"docs":{"627":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":63,"docs":{"116":{"tf":2.23606797749979},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"149":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"225":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"246":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"524":{"tf":1.0},"529":{"tf":1.4142135623730951},"535":{"tf":1.0},"539":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"641":{"tf":2.0},"643":{"tf":2.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"689":{"tf":1.0},"7":{"tf":1.4142135623730951},"748":{"tf":1.0},"88":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"i":{"df":3,"docs":{"140":{"tf":1.0},"393":{"tf":1.4142135623730951},"705":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"536":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":1,"docs":{"226":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"163":{"tf":1.0},"165":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"610":{"tf":1.0},"637":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"352":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":4,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"637":{"tf":1.0}}}},"w":{"6":{"4":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":38,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.7320508075688772},"361":{"tf":1.0},"391":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"468":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.0},"48":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":2.8284271247461903},"510":{"tf":1.0},"511":{"tf":2.0},"536":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"547":{"tf":1.0},"560":{"tf":1.0},"574":{"tf":1.0},"643":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"726":{"tf":1.0},"729":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":11,"docs":{"368":{"tf":1.0},"374":{"tf":1.0},"405":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":2.0},"608":{"tf":2.0},"615":{"tf":1.0},"619":{"tf":1.0},"78":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"a":{"b":{"df":8,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":61,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"350":{"tf":1.4142135623730951},"359":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"490":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"606":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":1,"docs":{"162":{"tf":1.0}},"e":{"b":{"df":3,"docs":{"162":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"128":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":12,"docs":{"16":{"tf":1.0},"170":{"tf":1.0},"342":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.0},"469":{"tf":1.0},"487":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"_":{"1":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"2":{"df":1,"docs":{"63":{"tf":1.0}}},"3":{"df":1,"docs":{"64":{"tf":1.0}}},"4":{"df":1,"docs":{"66":{"tf":1.0}}},"5":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}},"6":{"df":1,"docs":{"70":{"tf":1.0}}},"7":{"df":1,"docs":{"75":{"tf":1.0}}},"8":{"df":1,"docs":{"75":{"tf":1.0}}},"9":{"df":1,"docs":{"75":{"tf":1.0}}},"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"1":{"df":1,"docs":{"77":{"tf":1.0}}},"2":{"df":1,"docs":{"78":{"tf":1.0}}},"3":{"df":1,"docs":{"79":{"tf":1.0}}},"4":{"df":1,"docs":{"81":{"tf":1.0}}},"5":{"df":1,"docs":{"82":{"tf":1.0}}},"6":{"df":1,"docs":{"83":{"tf":1.0}}},"7":{"df":1,"docs":{"83":{"tf":1.0}}},"8":{"df":1,"docs":{"84":{"tf":1.0}}},"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{"df":1,"docs":{"88":{"tf":1.0}}},"5":{"df":1,"docs":{"117":{"tf":1.0}}},"6":{"df":1,"docs":{"118":{"tf":1.0}}},"7":{"df":1,"docs":{"119":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"62":{"tf":1.0}}},"4":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}},"5":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}},"7":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"14":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"321":{"tf":1.0},"359":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"574":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"739":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"606":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"641":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"d":{"b":{"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":86,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":3.0},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.449489742783178},"230":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"39":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":2.0},"425":{"tf":1.0},"427":{"tf":2.23606797749979},"428":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"434":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":2.0},"488":{"tf":1.0},"49":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.0},"557":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"606":{"tf":1.0},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.449489742783178},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"701":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0},"75":{"tf":2.0},"78":{"tf":1.4142135623730951},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.0}},"s":{"df":0,"docs":{},"x":{"df":1,"docs":{"538":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"x":{"6":{"4":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":7,"docs":{"355":{"tf":1.0},"359":{"tf":1.0},"371":{"tf":1.0},"427":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"631":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"705":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"450":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"208":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"373":{"tf":1.7320508075688772},"390":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"450":{"tf":1.0},"551":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"732":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"430":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"242":{"tf":1.0},"525":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":60,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":1.0},"264":{"tf":1.0},"300":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"470":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"511":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.4142135623730951},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"88":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"286":{"tf":1.0},"294":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"685":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"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":1,"docs":{"366":{"tf":1.0}}}}}}}}},"df":9,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"193":{"tf":1.0},"279":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0}},"’":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"339":{"tf":1.0},"368":{"tf":1.0},"501":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"249":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.4142135623730951},"33":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"46":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"629":{"tf":1.7320508075688772},"631":{"tf":2.8284271247461903},"633":{"tf":2.0},"635":{"tf":2.0},"637":{"tf":2.449489742783178},"639":{"tf":2.449489742783178},"641":{"tf":2.0},"643":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.4142135623730951},"655":{"tf":1.7320508075688772},"691":{"tf":1.0},"98":{"tf":2.449489742783178},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"174":{"tf":1.0},"188":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.0},"436":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"496":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"596":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"575":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0},"743":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":5,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"241":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"6":{"4":{"df":5,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"428":{"tf":2.8284271247461903},"608":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"6":{")":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"6":{"4":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.23606797749979},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"171":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"649":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":17,"docs":{"114":{"tf":1.0},"169":{"tf":1.0},"213":{"tf":1.7320508075688772},"222":{"tf":1.0},"230":{"tf":1.0},"49":{"tf":1.4142135623730951},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":2.23606797749979},"39":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"502":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":2.0},"520":{"tf":2.0},"525":{"tf":1.4142135623730951},"530":{"tf":1.0},"539":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":11,"docs":{"117":{"tf":1.0},"424":{"tf":1.0},"430":{"tf":1.0},"45":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"517":{"tf":2.0},"621":{"tf":2.0},"653":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"519":{"tf":1.0}}},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":2.449489742783178},"519":{"tf":2.6457513110645907},"520":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":4,"docs":{"437":{"tf":1.0},"440":{"tf":1.0},"512":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{":":{":":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}},"y":{"1":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"363":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":11,"docs":{"674":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"695":{"tf":1.0},"706":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0},"744":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"369":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"251":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":11,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"338":{"tf":1.0},"478":{"tf":1.4142135623730951},"496":{"tf":2.0},"580":{"tf":1.0},"59":{"tf":1.0},"674":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"165":{"tf":1.0},"619":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"566":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}}}}},"breadcrumbs":{"root":{"0":{")":{"4":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"1":{",":{"2":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"502":{"tf":1.0}}},"1":{"df":1,"docs":{"528":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":1,"docs":{"572":{"tf":1.0}}}},"5":{"df":2,"docs":{"234":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"df":0,"docs":{},"f":{"df":3,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}},"0":{"1":{"1":{"df":3,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"472":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":2,"docs":{"15":{"tf":1.0},"18":{"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":{}},"6":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"8":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":44,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":3.0},"238":{"tf":2.23606797749979},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"249":{"tf":3.1622776601683795},"252":{"tf":3.3166247903554},"253":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"478":{"tf":1.0},"486":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"508":{"tf":3.872983346207417},"511":{"tf":3.7416573867739413},"525":{"tf":2.0},"538":{"tf":1.0},"552":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0},"691":{"tf":2.23606797749979},"703":{"tf":1.0}},"u":{"df":1,"docs":{"250":{"tf":1.0}}},"x":{"0":{"3":{"df":1,"docs":{"472":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"d":{"a":{"5":{"4":{"d":{"2":{"df":1,"docs":{"88":{"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":{"a":{"0":{"c":{"c":{"2":{"6":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"0":{"d":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"3":{"5":{"a":{"1":{"8":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"4":{"a":{"df":0,"docs":{},"f":{"5":{"2":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"6":{"8":{"d":{"4":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"1":{"df":0,"docs":{},"e":{"2":{"4":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"8":{"d":{"df":0,"docs":{},"e":{"9":{"2":{"2":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"df":0,"docs":{},"e":{"8":{"5":{"7":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"8":{"b":{"df":0,"docs":{},"f":{"b":{"3":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"9":{"9":{"3":{"3":{"0":{"9":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"b":{"0":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"9":{"d":{"b":{"b":{"d":{"6":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"1":{"2":{"5":{"c":{"3":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"8":{"8":{"9":{"6":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"1":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"7":{"c":{"4":{"0":{"a":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}}},"0":{".":{"0":{".":{"1":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.4142135623730951},"447":{"tf":2.23606797749979},"467":{"tf":1.4142135623730951},"502":{"tf":1.0},"591":{"tf":1.4142135623730951},"625":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"t":{"d":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"/":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{"1":{"9":{"0":{"4":{"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"0":{"0":{".":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"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":{"df":1,"docs":{"645":{"tf":1.0}}},"3":{"df":2,"docs":{"49":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"1":{"df":1,"docs":{"428":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"df":2,"docs":{"157":{"tf":1.0},"252":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"544":{"tf":1.0},"671":{"tf":1.0}}},"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":14,"docs":{"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"378":{"tf":1.0},"428":{"tf":1.0},"49":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"572":{"tf":1.0},"627":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}},"1":{".":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"177":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"428":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"508":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"447":{"tf":1.0}}},"8":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":4,"docs":{"508":{"tf":2.0},"511":{"tf":2.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951}}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"140":{"tf":1.4142135623730951},"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"4":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"225":{"tf":1.0},"447":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"580":{"tf":1.0},"621":{"tf":1.0}}},"5":{"df":6,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"246":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772}}},"6":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":9,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"359":{"tf":2.449489742783178},"447":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"613":{"tf":1.0},"65":{"tf":1.0},"691":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"225":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"8":{",":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"5":{".":{"0":{"df":1,"docs":{"88":{"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":{"6":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.0}}},"8":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":74,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":2.8284271247461903},"239":{"tf":2.6457513110645907},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"338":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":2.6457513110645907},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"502":{"tf":3.0},"508":{"tf":3.605551275463989},"510":{"tf":1.4142135623730951},"511":{"tf":4.123105625617661},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"533":{"tf":1.0},"546":{"tf":1.4142135623730951},"552":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"562":{"tf":1.0},"569":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.0},"608":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"2":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":9,"docs":{"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":2.0},"447":{"tf":2.449489742783178},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"1":{"4":{"7":{".":{"4":{"8":{"3":{".":{"6":{"4":{"8":{"df":1,"docs":{"368":{"tf":1.0}}},"9":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"621":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"639":{"tf":1.0}}},"1":{"df":1,"docs":{"223":{"tf":1.0}}},"2":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"8":{".":{"1":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"1":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}},"4":{"df":3,"docs":{"104":{"tf":1.0},"246":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":23,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"592":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"724":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"0":{".":{"0":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"df":3,"docs":{"117":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}},"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":3,"docs":{"604":{"tf":1.0},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"149":{"tf":1.0},"659":{"tf":1.0}}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"649":{"tf":1.0},"651":{"tf":1.0}}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":3,"docs":{"604":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":3,"docs":{"604":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"639":{"tf":1.0}}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":3,"docs":{"604":{"tf":1.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"629":{"tf":1.0}}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.7320508075688772},"617":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":3,"docs":{"604":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":4,"docs":{"604":{"tf":1.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.7320508075688772},"610":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"147":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"49":{"tf":1.4142135623730951},"615":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"607":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":3,"docs":{"604":{"tf":1.0},"605":{"tf":1.7320508075688772},"606":{"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":3,"docs":{"141":{"tf":1.0},"225":{"tf":1.0},"621":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":1,"docs":{"366":{"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":{}},"2":{".":{"0":{"4":{"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"^":{"3":{"1":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"d":{"df":3,"docs":{"560":{"tf":1.0},"639":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"625":{"tf":1.0}}},"df":121,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":3.4641016151377544},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979},"264":{"tf":2.23606797749979},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":1.7320508075688772},"278":{"tf":1.0},"281":{"tf":1.4142135623730951},"296":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"344":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"444":{"tf":1.0},"46":{"tf":1.4142135623730951},"465":{"tf":1.0},"476":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":2.449489742783178},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"552":{"tf":1.0},"569":{"tf":1.0},"593":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":2.8284271247461903},"691":{"tf":2.449489742783178},"692":{"tf":2.23606797749979},"693":{"tf":2.23606797749979},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"725":{"tf":1.7320508075688772},"726":{"tf":1.7320508075688772},"732":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"3":{"+":{"7":{"+":{"0":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"5":{",":{"7":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":56,"docs":{"286":{"tf":2.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"368":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":2.0},"453":{"tf":2.23606797749979},"454":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.4142135623730951},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.7320508075688772},"478":{"tf":1.0},"479":{"tf":2.23606797749979},"480":{"tf":1.4142135623730951},"481":{"tf":1.4142135623730951},"482":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"484":{"tf":1.4142135623730951},"485":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"488":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"604":{"tf":1.0},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"704":{"tf":1.0}}},"1":{"df":13,"docs":{"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.7320508075688772},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"495":{"tf":1.4142135623730951},"573":{"tf":1.0},"604":{"tf":1.0},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772},"704":{"tf":1.0}}},"2":{"df":10,"docs":{"286":{"tf":1.0},"301":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"604":{"tf":1.0},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":2,"docs":{"171":{"tf":1.0},"661":{"tf":1.0}}},"1":{".":{"0":{"df":21,"docs":{"286":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":1.7320508075688772},"495":{"tf":1.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"604":{"tf":1.0},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772},"696":{"tf":1.0}}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":1,"docs":{"339":{"tf":1.0}}},"5":{".":{"0":{"df":38,"docs":{"286":{"tf":2.23606797749979},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"452":{"tf":2.23606797749979},"506":{"tf":2.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":2.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"606":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":2.8284271247461903},"704":{"tf":1.0}}},"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0}}},"6":{".":{"0":{"df":24,"docs":{"115":{"tf":1.0},"286":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"604":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":2.0}}},"1":{"0":{"df":16,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"318":{"tf":1.4142135623730951},"423":{"tf":1.0},"427":{"tf":1.0},"443":{"tf":1.0},"452":{"tf":1.0},"561":{"tf":1.7320508075688772},"562":{"tf":1.4142135623730951},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"604":{"tf":1.0},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772}}},"1":{"df":13,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772}}},"2":{"df":23,"docs":{"286":{"tf":2.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"452":{"tf":2.0},"489":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0},"573":{"tf":1.7320508075688772},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.4142135623730951},"578":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.4142135623730951},"604":{"tf":1.0},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"5":{"df":20,"docs":{"286":{"tf":2.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":1.4142135623730951},"452":{"tf":2.0},"545":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"547":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"551":{"tf":1.4142135623730951},"552":{"tf":1.0},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"604":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772}}},"6":{"df":9,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"604":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.7320508075688772}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772}}},"8":{"df":10,"docs":{"286":{"tf":1.0},"317":{"tf":1.4142135623730951},"452":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.4142135623730951},"560":{"tf":1.0},"604":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"724":{"tf":2.0}}},"9":{"df":4,"docs":{"604":{"tf":1.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{".":{"0":{"df":20,"docs":{"286":{"tf":2.0},"324":{"tf":1.4142135623730951},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":2.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.7320508075688772},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"604":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772}}},"1":{"df":4,"docs":{"604":{"tf":1.0},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.7320508075688772},"617":{"tf":1.7320508075688772}}},"5":{".":{"0":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"265":{"tf":1.0},"286":{"tf":1.0},"327":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"452":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.4142135623730951},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":1.7320508075688772}}},"6":{"df":4,"docs":{"604":{"tf":1.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.7320508075688772},"610":{"tf":1.7320508075688772}}},"8":{"df":4,"docs":{"364":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772}}},"9":{"df":12,"docs":{"328":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.4142135623730951},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.7320508075688772},"604":{"tf":1.0},"605":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":2,"docs":{"641":{"tf":1.0},"724":{"tf":1.0}}}},"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"<":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"434":{"tf":2.23606797749979},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0}}}}},"df":14,"docs":{"188":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.449489742783178},"368":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":2.8284271247461903},"615":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"714":{"tf":1.0}}},"5":{"df":1,"docs":{"145":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"df":13,"docs":{"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.7320508075688772},"59":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}},"df":431,"docs":{"1":{"tf":2.23606797749979},"100":{"tf":2.0},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"110":{"tf":2.23606797749979},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.449489742783178},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.449489742783178},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":2.8284271247461903},"146":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":2.0},"149":{"tf":2.23606797749979},"15":{"tf":2.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"155":{"tf":3.1622776601683795},"156":{"tf":3.1622776601683795},"157":{"tf":2.8284271247461903},"158":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"160":{"tf":2.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"163":{"tf":3.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":3.1622776601683795},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":2.8284271247461903},"18":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.7320508075688772},"218":{"tf":2.23606797749979},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":3.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"230":{"tf":3.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":2.449489742783178},"263":{"tf":2.449489742783178},"264":{"tf":2.6457513110645907},"265":{"tf":2.23606797749979},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":2.0},"269":{"tf":2.0},"27":{"tf":1.4142135623730951},"271":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.7320508075688772},"279":{"tf":2.0},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.7320508075688772},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.3166247903554},"330":{"tf":2.8284271247461903},"331":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"34":{"tf":2.449489742783178},"340":{"tf":2.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"35":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":2.23606797749979},"364":{"tf":1.0},"365":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"370":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"382":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"390":{"tf":1.0},"399":{"tf":2.0},"4":{"tf":2.23606797749979},"40":{"tf":2.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.4142135623730951},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":2.0},"419":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"420":{"tf":1.4142135623730951},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"432":{"tf":2.0},"433":{"tf":1.7320508075688772},"434":{"tf":1.7320508075688772},"435":{"tf":1.7320508075688772},"436":{"tf":2.0},"437":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.7320508075688772},"444":{"tf":2.449489742783178},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"45":{"tf":1.0},"451":{"tf":2.23606797749979},"458":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.0},"47":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"483":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"502":{"tf":2.8284271247461903},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"513":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":2.449489742783178},"520":{"tf":1.0},"53":{"tf":2.23606797749979},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"562":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.7320508075688772},"575":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.4142135623730951},"580":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.7320508075688772},"593":{"tf":1.0},"6":{"tf":2.8284271247461903},"60":{"tf":1.4142135623730951},"604":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"621":{"tf":2.23606797749979},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":2.0},"637":{"tf":2.0},"639":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"641":{"tf":3.1622776601683795},"643":{"tf":2.23606797749979},"645":{"tf":2.23606797749979},"647":{"tf":2.23606797749979},"649":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"655":{"tf":2.6457513110645907},"66":{"tf":1.4142135623730951},"662":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"670":{"tf":1.0},"679":{"tf":1.4142135623730951},"68":{"tf":2.6457513110645907},"69":{"tf":2.0},"690":{"tf":2.449489742783178},"691":{"tf":1.7320508075688772},"692":{"tf":2.0},"693":{"tf":2.23606797749979},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":2.8284271247461903},"701":{"tf":2.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":2.0},"708":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.0},"715":{"tf":3.605551275463989},"716":{"tf":1.7320508075688772},"717":{"tf":2.449489742783178},"718":{"tf":2.0},"719":{"tf":3.0},"72":{"tf":1.4142135623730951},"720":{"tf":2.23606797749979},"721":{"tf":2.8284271247461903},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.3166247903554},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"745":{"tf":2.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":3.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178},"97":{"tf":2.449489742783178},"98":{"tf":2.6457513110645907},"99":{"tf":2.0}},"r":{"d":{"df":9,"docs":{"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"639":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"4":{"+":{"5":{"+":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"691":{"tf":1.0}}},"1":{".":{"2":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"621":{"tf":1.0}}},"1":{".":{"1":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"615":{"tf":1.0}}},"2":{".":{"3":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"610":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"4":{".":{"9":{"6":{"7":{".":{"2":{"9":{"6":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"647":{"tf":1.4142135623730951},"659":{"tf":1.0},"704":{"tf":1.0}}},"3":{".":{"1":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"539":{"tf":1.0},"643":{"tf":1.0}}},"6":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"629":{"tf":1.0}}},"9":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"145":{"tf":1.0}}},"df":23,"docs":{"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"264":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.4142135623730951},"691":{"tf":1.0}}},"5":{".":{"1":{"df":2,"docs":{"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"5":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":2,"docs":{"623":{"tf":1.0},"741":{"tf":1.0}}},"7":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"d":{"1":{"df":0,"docs":{},"f":{"a":{"9":{"7":{"4":{"d":{"6":{"6":{"8":{"0":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"b":{"9":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"1":{"d":{"2":{"3":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"127":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"246":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"647":{"tf":1.0}}},"6":{".":{"0":{".":{"5":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"368":{"tf":1.0},"39":{"tf":1.0},"434":{"tf":2.23606797749979},"617":{"tf":1.0},"641":{"tf":1.0},"69":{"tf":1.0}}}}},"df":12,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.449489742783178},"427":{"tf":2.0},"429":{"tf":1.0},"447":{"tf":2.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"583":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"6":{"5":{"c":{"d":{"1":{"b":{"8":{"3":{"a":{"4":{"a":{"df":0,"docs":{},"f":{"4":{"8":{"0":{"a":{"a":{"7":{"9":{"2":{"9":{"a":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"8":{"a":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":14,"docs":{"127":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.4142135623730951},"445":{"tf":1.0},"447":{"tf":2.0},"478":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}},"8":{".":{"1":{"df":3,"docs":{"49":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"9":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"3":{"c":{"9":{"3":{"5":{"a":{"1":{"8":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"430":{"tf":1.0},"562":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":22,"docs":{"127":{"tf":1.0},"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"359":{"tf":1.0},"430":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"445":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.7320508075688772}}},"9":{".":{"0":{"/":{"9":{".":{"1":{"/":{"1":{"0":{".":{"0":{"/":{"1":{"0":{".":{"1":{"/":{"1":{"1":{".":{"0":{"/":{"1":{"1":{".":{"1":{"/":{"1":{"3":{".":{"0":{"/":{"1":{"3":{".":{"1":{"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"686":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"686":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"136":{"tf":1.4142135623730951},"19":{"tf":1.0},"28":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"438":{"tf":1.0},"517":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"m":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"562":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"/":{"b":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"0":{"b":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"4":{"0":{"0":{"5":{"d":{"9":{"b":{"4":{"7":{"9":{"6":{"7":{"1":{"7":{"7":{"df":0,"docs":{},"e":{"3":{"7":{"a":{"6":{"7":{"1":{"8":{"9":{"1":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":39,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"627":{"tf":1.7320508075688772},"629":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.23606797749979},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"613":{"tf":1.0},"88":{"tf":2.0}},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":5,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":11,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"333":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"145":{"tf":1.0},"150":{"tf":1.0},"239":{"tf":1.4142135623730951},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"311":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"507":{"tf":1.0},"543":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"712":{"tf":1.0},"741":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"28":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"507":{"tf":1.0},"532":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"359":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"391":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"390":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"374":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"374":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"385":{"tf":1.0},"447":{"tf":1.0},"510":{"tf":1.0},"55":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"639":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"386":{"tf":1.0},"748":{"tf":1.0}},"i":{"c":{"a":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":2,"docs":{"469":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"309":{"tf":1.0},"527":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"699":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"467":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"467":{"tf":1.0},"635":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"286":{"tf":1.0},"317":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"391":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":2.6457513110645907},"470":{"tf":1.0},"532":{"tf":1.7320508075688772},"558":{"tf":1.7320508075688772},"559":{"tf":1.7320508075688772},"560":{"tf":1.4142135623730951},"623":{"tf":1.0},"639":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"487":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":28,"docs":{"172":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.449489742783178},"359":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"575":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"681":{"tf":1.0},"712":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.7320508075688772}}}}},"c":{"df":2,"docs":{"162":{"tf":2.0},"748":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":69,"docs":{"105":{"tf":1.4142135623730951},"111":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.449489742783178},"235":{"tf":1.7320508075688772},"236":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":2.0},"281":{"tf":1.7320508075688772},"351":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":2.23606797749979},"534":{"tf":1.4142135623730951},"535":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"541":{"tf":1.0},"595":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":3.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":1.0},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"643":{"tf":2.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":2.23606797749979},"664":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":1,"docs":{"572":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"466":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"138":{"tf":1.0},"16":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"499":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"362":{"tf":1.0},"371":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"362":{"tf":1.0},"547":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"145":{"tf":1.0},"225":{"tf":1.0},"338":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"606":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"275":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"525":{"tf":1.4142135623730951},"593":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"655":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"221":{"tf":1.0},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.0}}}}}}}}},"o":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"613":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":13,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.4142135623730951},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"390":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"748":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"368":{"tf":1.0},"373":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":6,"docs":{"249":{"tf":1.0},"276":{"tf":1.0},"462":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"562":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"476":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"a":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"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":2,"docs":{"55":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":28,"docs":{"114":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0},"405":{"tf":1.0},"430":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"561":{"tf":1.0},"564":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"705":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"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":{}}}}}}}}}},"df":1,"docs":{"18":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"239":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"124":{"tf":1.0},"129":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"147":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"647":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":3.1622776601683795},"726":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"494":{"tf":1.0},"649":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"a":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":10,"docs":{"188":{"tf":1.0},"233":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"281":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"476":{"tf":1.0},"671":{"tf":1.0}}}}}}}}},"i":{"a":{"df":1,"docs":{"114":{"tf":1.0}},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"340":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.4142135623730951},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":132,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"368":{"tf":2.449489742783178},"371":{"tf":1.4142135623730951},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"436":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"668":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.7320508075688772},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.7320508075688772},"716":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"733":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"373":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":20,"docs":{"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"263":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":1.0},"534":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}},"n":{"df":6,"docs":{"147":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"335":{"tf":1.0},"342":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.7320508075688772},"717":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"351":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"29":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0},"748":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"331":{"tf":1.0},"371":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"382":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"664":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"469":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"245":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"282":{"tf":2.23606797749979},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"349":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.0},"457":{"tf":1.0},"469":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"557":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"371":{"tf":1.0},"662":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"727":{"tf":1.0},"734":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"333":{"tf":1.4142135623730951},"360":{"tf":1.0},"508":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"446":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"408":{"tf":3.0},"409":{"tf":2.8284271247461903},"410":{"tf":2.6457513110645907}},"i":{"'":{"df":2,"docs":{"530":{"tf":1.0},"613":{"tf":1.0}}},"df":35,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":2.449489742783178},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.4142135623730951},"394":{"tf":1.0},"395":{"tf":2.449489742783178},"396":{"tf":1.7320508075688772},"6":{"tf":1.0},"606":{"tf":2.0},"610":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"p":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":45,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":2.0},"156":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.0},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":2.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"647":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":1.0},"369":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}},"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"d":{"df":1,"docs":{"532":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"747":{"tf":1.7320508075688772},"98":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"14":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"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":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":71,"docs":{"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":2.0},"18":{"tf":1.4142135623730951},"209":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"288":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":2.0},"368":{"tf":1.0},"382":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.0},"484":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"69":{"tf":2.0},"748":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}},"df":18,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"20":{"tf":1.4142135623730951},"231":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"252":{"tf":1.0},"258":{"tf":1.4142135623730951},"385":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.4142135623730951},"487":{"tf":1.0},"508":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"724":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"147":{"tf":1.0},"362":{"tf":1.0},"470":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":34,"docs":{"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.7320508075688772},"362":{"tf":1.7320508075688772},"363":{"tf":2.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.4142135623730951},"429":{"tf":1.7320508075688772},"49":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"391":{"tf":1.0},"436":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"373":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"3":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"427":{"tf":2.23606797749979},"428":{"tf":2.6457513110645907},"49":{"tf":1.4142135623730951},"613":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.449489742783178},"430":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.0},"608":{"tf":1.0}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"162":{"tf":1.0},"427":{"tf":1.4142135623730951},"608":{"tf":1.0},"619":{"tf":1.0}},"v":{"3":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"4":{"b":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"l":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"6":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"7":{"df":0,"docs":{},"l":{"df":2,"docs":{"429":{"tf":1.0},"430":{"tf":1.0}}}},"8":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":32,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"338":{"tf":1.7320508075688772},"404":{"tf":1.4142135623730951},"414":{"tf":2.23606797749979},"415":{"tf":2.0},"416":{"tf":1.7320508075688772},"417":{"tf":1.0},"464":{"tf":1.7320508075688772},"468":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":2.449489742783178},"474":{"tf":3.1622776601683795},"475":{"tf":2.0},"507":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"701":{"tf":1.0},"707":{"tf":2.0},"710":{"tf":1.0}}}},"y":{"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"533":{"tf":1.4142135623730951},"596":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},"df":2,"docs":{"249":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"302":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"496":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"232":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"359":{"tf":1.0}},"i":{"[":{"1":{"2":{"8":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"360":{"tf":1.0},"436":{"tf":1.0},"544":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}},"o":{"df":6,"docs":{"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}}},"k":{"df":107,"docs":{"151":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.4142135623730951},"378":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"547":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"599":{"tf":1.0},"631":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":2.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"177":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.0},"313":{"tf":1.7320508075688772},"356":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.7320508075688772},"452":{"tf":1.0},"507":{"tf":1.4142135623730951},"517":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"645":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"549":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"368":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"480":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"568":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"342":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"606":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"621":{"tf":1.0},"659":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"540":{"tf":1.0},"557":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"427":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"142":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"343":{"tf":1.0},"386":{"tf":2.0},"427":{"tf":1.0},"447":{"tf":1.0},"480":{"tf":1.7320508075688772},"543":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"701":{"tf":1.0},"709":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"252":{"tf":2.8284271247461903},"253":{"tf":2.449489742783178},"257":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":165,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.0},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"14":{"tf":2.449489742783178},"156":{"tf":1.0},"16":{"tf":2.8284271247461903},"162":{"tf":2.23606797749979},"171":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":3.3166247903554},"251":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":1.0},"336":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":2.8284271247461903},"397":{"tf":2.6457513110645907},"4":{"tf":1.0},"400":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"430":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"45":{"tf":1.0},"452":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"466":{"tf":2.6457513110645907},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.7320508075688772},"471":{"tf":1.7320508075688772},"478":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.449489742783178},"529":{"tf":2.0},"530":{"tf":2.0},"531":{"tf":1.0},"532":{"tf":1.7320508075688772},"533":{"tf":1.7320508075688772},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"546":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":1.0},"591":{"tf":2.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":1.4142135623730951},"671":{"tf":2.6457513110645907},"672":{"tf":1.0},"674":{"tf":1.4142135623730951},"68":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"69":{"tf":1.0},"693":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.449489742783178},"74":{"tf":1.0},"748":{"tf":2.8284271247461903},"77":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"105":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"476":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":8,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"621":{"tf":1.0},"639":{"tf":1.4142135623730951},"92":{"tf":2.0},"93":{"tf":2.0}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"407":{"tf":1.0},"408":{"tf":1.7320508075688772},"409":{"tf":1.0},"410":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"114":{"tf":1.0},"117":{"tf":1.0},"45":{"tf":1.0},"533":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"156":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"533":{"tf":1.0}}},"i":{"df":1,"docs":{"533":{"tf":1.0}}},"m":{"df":1,"docs":{"533":{"tf":1.0}}},"o":{"df":2,"docs":{"29":{"tf":1.0},"649":{"tf":1.0}}},"x":{"df":1,"docs":{"533":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":8,"docs":{"236":{"tf":1.0},"249":{"tf":4.358898943540674},"250":{"tf":1.4142135623730951},"252":{"tf":4.58257569495584},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"575":{"tf":1.0},"692":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"108":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"469":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"532":{"tf":1.0},"582":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"736":{"tf":1.7320508075688772},"76":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}},"df":49,"docs":{"14":{"tf":1.0},"157":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"315":{"tf":1.7320508075688772},"32":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"367":{"tf":2.449489742783178},"368":{"tf":2.449489742783178},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":3.1622776601683795},"372":{"tf":2.449489742783178},"373":{"tf":2.8284271247461903},"374":{"tf":3.605551275463989},"375":{"tf":1.4142135623730951},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.7320508075688772},"487":{"tf":1.0},"490":{"tf":1.4142135623730951},"501":{"tf":1.0},"522":{"tf":1.0},"55":{"tf":1.0},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":2.449489742783178},"668":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"736":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"2":{"df":3,"docs":{"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"621":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}}}},"3":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"747":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"613":{"tf":1.0},"617":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"465":{"tf":1.0},"466":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}}}},"df":40,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"267":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"469":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"543":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"72":{"tf":1.0},"724":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"639":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"225":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"687":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"284":{"tf":1.0},"333":{"tf":1.0}}},"y":{"df":3,"docs":{"130":{"tf":1.0},"727":{"tf":1.0},"737":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"145":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"250":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"469":{"tf":1.0},"532":{"tf":1.0},"585":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"268":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.4142135623730951},"395":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"l":{"a":{"b":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"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":1,"docs":{"700":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"1":{"0":{"_":{"6":{".":{"df":0,"docs":{},"x":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"534":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"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":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":43,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"242":{"tf":1.0},"264":{"tf":1.0},"312":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.7320508075688772},"385":{"tf":1.0},"395":{"tf":1.0},"429":{"tf":1.0},"45":{"tf":1.0},"454":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"715":{"tf":2.0},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"729":{"tf":1.0},"748":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"i":{"c":{"df":23,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.7320508075688772},"348":{"tf":1.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"454":{"tf":1.0},"484":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":2,"docs":{"12":{"tf":1.0},"16":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"469":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"147":{"tf":1.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"671":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"372":{"tf":1.0},"476":{"tf":1.0},"621":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":27,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"354":{"tf":2.449489742783178},"359":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"462":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"510":{"tf":1.4142135623730951},"527":{"tf":1.0},"557":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"707":{"tf":1.4142135623730951},"726":{"tf":1.0},"741":{"tf":1.0},"86":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"338":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"360":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"269":{"tf":1.0},"392":{"tf":1.0},"395":{"tf":1.0},"536":{"tf":1.0},"606":{"tf":1.0},"635":{"tf":1.0},"743":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"330":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"346":{"tf":1.0},"465":{"tf":1.0}}}},"w":{"df":10,"docs":{"1":{"tf":1.0},"361":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.0},"508":{"tf":1.4142135623730951},"517":{"tf":1.0},"522":{"tf":1.0},"662":{"tf":1.0},"74":{"tf":1.0}}}}},"n":{"d":{"df":2,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.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.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"359":{"tf":1.0},"397":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"17":{"tf":1.0},"252":{"tf":1.0},"307":{"tf":1.0},"359":{"tf":1.0},"501":{"tf":1.0},"513":{"tf":1.0},"557":{"tf":1.0},"589":{"tf":1.0},"610":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"635":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":52,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"527":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"589":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"665":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"72":{"tf":1.0},"748":{"tf":1.0}}}}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":2.0},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"r":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"522":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":28,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"352":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"472":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}},"d":{"df":3,"docs":{"240":{"tf":1.0},"244":{"tf":1.7320508075688772},"608":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}}}}}},"df":23,"docs":{"130":{"tf":1.0},"188":{"tf":1.4142135623730951},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"370":{"tf":1.0},"427":{"tf":2.449489742783178},"429":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"447":{"tf":4.358898943540674},"478":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"14":{"tf":1.0},"389":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":19,"docs":{"14":{"tf":2.0},"235":{"tf":1.7320508075688772},"249":{"tf":6.164414002968976},"250":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"338":{"tf":2.23606797749979},"374":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":2.8284271247461903},"486":{"tf":3.605551275463989},"487":{"tf":1.4142135623730951},"500":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":2.23606797749979},"673":{"tf":1.0},"687":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"633":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":2.0}}},"l":{"df":5,"docs":{"239":{"tf":1.0},"250":{"tf":2.0},"499":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"359":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"454":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":1.0},"700":{"tf":1.0},"731":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"391":{"tf":1.0},"88":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":10,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"504":{"tf":1.0},"631":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"161":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"282":{"tf":2.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":2.0},"610":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":15,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"343":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951},"547":{"tf":2.0},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"608":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"691":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}},"s":{"df":4,"docs":{"159":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"286":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"72":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"s":{"d":{"df":3,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":53,"docs":{"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"317":{"tf":1.7320508075688772},"320":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"389":{"tf":1.0},"404":{"tf":1.4142135623730951},"414":{"tf":2.23606797749979},"415":{"tf":1.7320508075688772},"416":{"tf":2.0},"417":{"tf":1.0},"445":{"tf":2.0},"452":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":2.23606797749979},"466":{"tf":2.449489742783178},"467":{"tf":2.0},"468":{"tf":2.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.7320508075688772},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"491":{"tf":1.0},"508":{"tf":2.449489742783178},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"55":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.7320508075688772},"560":{"tf":1.7320508075688772},"571":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":2.23606797749979},"710":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"235":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"338":{"tf":2.6457513110645907},"405":{"tf":1.0},"478":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"606":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903},"674":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}}},"g":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":74,"docs":{"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"178":{"tf":3.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":2.6457513110645907},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":3.0},"209":{"tf":2.449489742783178},"210":{"tf":2.449489742783178},"211":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"213":{"tf":3.0},"214":{"tf":2.449489742783178},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":3.0},"218":{"tf":2.6457513110645907},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":2.23606797749979},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":2.23606797749979},"281":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"641":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":2.23606797749979},"721":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"174":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"365":{"tf":1.0},"44":{"tf":1.0},"589":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":25,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"267":{"tf":1.0},"318":{"tf":1.0},"354":{"tf":1.4142135623730951},"364":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"532":{"tf":1.0},"562":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"416":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"491":{"tf":1.7320508075688772},"508":{"tf":3.4641016151377544},"511":{"tf":2.449489742783178},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"466":{"tf":1.7320508075688772},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"467":{"tf":1.4142135623730951},"591":{"tf":1.0}}}}}},"s":{"df":19,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"338":{"tf":1.7320508075688772},"381":{"tf":1.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":2.6457513110645907},"466":{"tf":2.23606797749979},"467":{"tf":2.449489742783178},"468":{"tf":2.449489742783178},"473":{"tf":1.0},"549":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.7320508075688772},"706":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"337":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"412":{"tf":1.0},"502":{"tf":1.0},"513":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"78":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"255":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"368":{"tf":2.8284271247461903},"55":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903}}}}},"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"436":{"tf":3.0}}}}}},"c":{"+":{"+":{"1":{"1":{"df":5,"docs":{"532":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}},"4":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"610":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"3":{".":{"7":{".":{"6":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"7":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"355":{"tf":1.0},"713":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"\\":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"3":{".":{"7":{".":{"7":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"583":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"382":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"374":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"335":{"tf":1.0},"373":{"tf":1.0},"391":{"tf":1.0},"463":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"488":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.4142135623730951},"559":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":114,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"294":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":2.0},"338":{"tf":3.3166247903554},"339":{"tf":1.0},"340":{"tf":2.449489742783178},"342":{"tf":1.4142135623730951},"343":{"tf":1.0},"354":{"tf":3.0},"357":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":3.1622776601683795},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":2.0},"399":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":2.23606797749979},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.7320508075688772},"412":{"tf":1.0},"413":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":2.8284271247461903},"463":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"475":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"536":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"559":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.4142135623730951},"608":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.7320508075688772},"670":{"tf":2.23606797749979},"671":{"tf":2.0},"672":{"tf":2.23606797749979},"674":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"683":{"tf":2.449489742783178},"685":{"tf":2.6457513110645907},"686":{"tf":1.0},"687":{"tf":2.23606797749979},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0},"727":{"tf":2.0},"736":{"tf":2.0},"739":{"tf":1.4142135623730951},"743":{"tf":2.0},"744":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"447":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"670":{"tf":1.0},"677":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.0}}}}},"d":{"df":1,"docs":{"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"233":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"511":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"687":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":67,"docs":{"11":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":2.23606797749979},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.4142135623730951},"397":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"434":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":3.872983346207417},"525":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"585":{"tf":1.0},"613":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":2.0},"706":{"tf":1.4142135623730951},"72":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.4142135623730951},"744":{"tf":1.0}}},"t":{"df":3,"docs":{"362":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"127":{"tf":1.0},"139":{"tf":2.23606797749979},"162":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":2.6457513110645907},"358":{"tf":1.0},"366":{"tf":1.7320508075688772},"386":{"tf":1.7320508075688772},"608":{"tf":1.0},"62":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"339":{"tf":1.0},"351":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"481":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":15,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.7320508075688772},"572":{"tf":1.0},"574":{"tf":1.4142135623730951},"58":{"tf":1.0},"631":{"tf":1.4142135623730951},"668":{"tf":1.0}}},"d":{"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"280":{"tf":1.0}}},"df":31,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":2.23606797749979},"168":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"532":{"tf":1.4142135623730951},"606":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.23606797749979},"615":{"tf":2.449489742783178},"621":{"tf":2.0},"625":{"tf":2.0},"641":{"tf":1.0},"691":{"tf":1.4142135623730951},"747":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"513":{"tf":2.0},"514":{"tf":4.123105625617661}},"s":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"23":{"tf":1.0},"259":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"f":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}}}}},"df":24,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.1622776601683795},"257":{"tf":1.0},"260":{"tf":1.0},"337":{"tf":1.0},"386":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.605551275463989},"470":{"tf":1.7320508075688772},"474":{"tf":2.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"n":{"c":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":173,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.0},"253":{"tf":2.23606797749979},"254":{"tf":2.23606797749979},"269":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":2.449489742783178},"339":{"tf":1.4142135623730951},"342":{"tf":2.0},"351":{"tf":1.0},"359":{"tf":2.449489742783178},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"371":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":2.0},"376":{"tf":1.4142135623730951},"377":{"tf":2.0},"378":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.4142135623730951},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"464":{"tf":1.0},"467":{"tf":1.0},"475":{"tf":1.7320508075688772},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":2.23606797749979},"490":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"527":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.7320508075688772},"546":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"603":{"tf":1.7320508075688772},"604":{"tf":1.4142135623730951},"605":{"tf":1.4142135623730951},"606":{"tf":1.7320508075688772},"607":{"tf":1.4142135623730951},"608":{"tf":2.0},"609":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":2.23606797749979},"614":{"tf":1.4142135623730951},"615":{"tf":2.23606797749979},"616":{"tf":1.4142135623730951},"617":{"tf":2.6457513110645907},"618":{"tf":1.4142135623730951},"619":{"tf":2.23606797749979},"620":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"626":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"629":{"tf":1.4142135623730951},"630":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"632":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"638":{"tf":1.4142135623730951},"639":{"tf":1.7320508075688772},"640":{"tf":1.4142135623730951},"641":{"tf":2.0},"642":{"tf":1.4142135623730951},"643":{"tf":2.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"647":{"tf":2.23606797749979},"648":{"tf":1.4142135623730951},"649":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"650":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"653":{"tf":2.23606797749979},"654":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"656":{"tf":1.4142135623730951},"657":{"tf":1.7320508075688772},"658":{"tf":1.4142135623730951},"659":{"tf":2.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.4142135623730951},"661":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"668":{"tf":1.7320508075688772},"669":{"tf":2.6457513110645907},"670":{"tf":2.0},"671":{"tf":1.7320508075688772},"672":{"tf":2.449489742783178},"673":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"709":{"tf":1.0},"710":{"tf":1.0},"719":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"741":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"/":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"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":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"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":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":47,"docs":{"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":2.449489742783178},"249":{"tf":3.4641016151377544},"258":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.7320508075688772},"286":{"tf":1.0},"312":{"tf":1.7320508075688772},"338":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"447":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":1.0},"491":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":4.0},"510":{"tf":1.0},"511":{"tf":3.1622776601683795},"545":{"tf":1.7320508075688772},"546":{"tf":2.449489742783178},"547":{"tf":3.1622776601683795},"569":{"tf":1.7320508075688772},"572":{"tf":1.4142135623730951},"575":{"tf":2.0},"645":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}}}}},"r":{"*":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"264":{"tf":1.0},"359":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"544":{"tf":1.0},"691":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":109,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"436":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"478":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.7320508075688772},"517":{"tf":2.0},"53":{"tf":1.7320508075688772},"532":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"61":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"666":{"tf":1.0},"67":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"645":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"169":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"671":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":26,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"510":{"tf":1.0},"566":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"73":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"230":{"tf":1.0},"359":{"tf":1.0}},"n":{"df":2,"docs":{"385":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"436":{"tf":2.449489742783178}}}}}},"i":{".":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"349":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}}},"df":2,"docs":{"162":{"tf":1.0},"361":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":2,"docs":{"28":{"tf":1.0},"397":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":2.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":87,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"156":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"337":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":2.6457513110645907},"363":{"tf":3.1622776601683795},"364":{"tf":2.23606797749979},"366":{"tf":2.449489742783178},"37":{"tf":2.23606797749979},"390":{"tf":1.0},"436":{"tf":1.0},"454":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"525":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"58":{"tf":1.0},"583":{"tf":1.4142135623730951},"59":{"tf":1.0},"596":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":2.0},"693":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"88":{"tf":2.23606797749979},"99":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.0},"59":{"tf":1.0},"613":{"tf":1.0}}},"d":{",":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"=":{"\"":{"3":{"4":{"1":{"df":0,"docs":{},"f":{"c":{"5":{"8":{"9":{"8":{"a":{"a":{"a":{"4":{"6":{"a":{"7":{"a":{"5":{"0":{"6":{"b":{"c":{"0":{"7":{"9":{"9":{"df":0,"docs":{},"e":{"8":{"8":{"2":{"a":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"333":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":2.0},"730":{"tf":2.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"597":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"405":{"tf":1.0},"465":{"tf":1.0},"631":{"tf":1.0},"655":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"235":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"32":{"tf":1.0},"478":{"tf":1.4142135623730951},"627":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"230":{"tf":1.0},"243":{"tf":1.0},"373":{"tf":1.4142135623730951},"428":{"tf":1.0},"524":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"155":{"tf":1.0},"158":{"tf":1.7320508075688772},"166":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.7320508075688772},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"244":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.0},"450":{"tf":1.0},"625":{"tf":1.0},"86":{"tf":1.0}},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"623":{"tf":1.0},"83":{"tf":1.0}}}}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"114":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":2.6457513110645907},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.449489742783178},"219":{"tf":1.4142135623730951},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":3.1622776601683795},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"242":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"280":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"637":{"tf":2.0},"641":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"711":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"192":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":2.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"~":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"o":{"a":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"358":{"tf":1.0}}},"df":70,"docs":{"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.7320508075688772},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":2.0},"271":{"tf":1.0},"281":{"tf":2.0},"32":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"41":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"436":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.0},"536":{"tf":1.4142135623730951},"560":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":2.0},"725":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"287":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"465":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"363":{"tf":2.449489742783178},"546":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"645":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":2,"docs":{"517":{"tf":1.4142135623730951},"623":{"tf":1.0}}}}}},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.7320508075688772},"351":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"472":{"tf":1.0},"705":{"tf":1.0}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":2.6457513110645907},"703":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":14,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.0},"490":{"tf":1.0},"530":{"tf":1.0},"668":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":25,"docs":{"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"244":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"463":{"tf":1.0},"541":{"tf":1.0},"623":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":11,"docs":{"114":{"tf":1.4142135623730951},"360":{"tf":1.0},"434":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.4142135623730951},"454":{"tf":1.0},"621":{"tf":1.0},"662":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":27,"docs":{"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"316":{"tf":1.0},"330":{"tf":2.0},"339":{"tf":1.0},"341":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951},"343":{"tf":1.7320508075688772},"344":{"tf":1.4142135623730951},"36":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"557":{"tf":1.0},"643":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":2.23606797749979},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"694":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":11,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"18":{"tf":1.0},"276":{"tf":1.4142135623730951},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"747":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"y":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"444":{"tf":1.0},"447":{"tf":2.0},"625":{"tf":1.0},"729":{"tf":1.0}}},"t":{"df":49,"docs":{"123":{"tf":1.4142135623730951},"127":{"tf":2.449489742783178},"128":{"tf":2.0},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"19":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"327":{"tf":1.0},"345":{"tf":1.4142135623730951},"352":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"366":{"tf":1.0},"395":{"tf":1.0},"428":{"tf":1.0},"452":{"tf":1.0},"507":{"tf":1.0},"55":{"tf":1.0},"592":{"tf":2.0},"593":{"tf":1.7320508075688772},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.4142135623730951},"597":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"599":{"tf":1.0},"643":{"tf":1.0},"681":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":32,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"360":{"tf":1.0},"49":{"tf":1.0},"613":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":2.0},"711":{"tf":1.0},"88":{"tf":3.4641016151377544}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"356":{"tf":1.0},"631":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"x":{"df":15,"docs":{"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":2.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"294":{"tf":1.0},"364":{"tf":1.0},"399":{"tf":1.0},"53":{"tf":1.0},"608":{"tf":1.0}}}}},"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":72,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0},"264":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":2.23606797749979},"332":{"tf":1.0},"333":{"tf":2.6457513110645907},"334":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"342":{"tf":1.0},"344":{"tf":2.23606797749979},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"355":{"tf":2.449489742783178},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"454":{"tf":1.7320508075688772},"456":{"tf":1.0},"457":{"tf":2.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.7320508075688772},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"681":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":2.0},"70":{"tf":1.0},"703":{"tf":1.7320508075688772},"714":{"tf":1.4142135623730951},"731":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":10,"docs":{"475":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.7320508075688772},"560":{"tf":1.0},"575":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"600":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"727":{"tf":1.0},"743":{"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":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":3,"docs":{"18":{"tf":1.0},"339":{"tf":1.0},"513":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"140":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"450":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.4142135623730951},"705":{"tf":1.0},"747":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"336":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"349":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"259":{"tf":1.0},"692":{"tf":1.0},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"541":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"155":{"tf":1.0},"162":{"tf":2.23606797749979},"748":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0}},"r":{"df":1,"docs":{"249":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":23,"docs":{"177":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.7320508075688772},"276":{"tf":1.0},"29":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.0},"390":{"tf":1.0},"397":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":2.23606797749979},"475":{"tf":1.0},"481":{"tf":1.0},"532":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951},"88":{"tf":3.4641016151377544}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"475":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"225":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"137":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"249":{"tf":1.0},"329":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":2.449489742783178},"392":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"405":{"tf":1.4142135623730951},"406":{"tf":1.0},"457":{"tf":1.4142135623730951},"496":{"tf":1.0},"541":{"tf":1.0},"745":{"tf":1.0},"748":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"359":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"i":{"d":{"df":3,"docs":{"371":{"tf":1.0},"469":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"381":{"tf":1.0},"396":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"617":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.4142135623730951},"637":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":11,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"281":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"471":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.4142135623730951},"525":{"tf":1.0},"643":{"tf":1.7320508075688772},"691":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"653":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"639":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"111":{"tf":1.0},"149":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"276":{"tf":1.0},"318":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.4142135623730951},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.8284271247461903},"428":{"tf":1.0},"429":{"tf":1.7320508075688772},"438":{"tf":1.0},"454":{"tf":1.0},"467":{"tf":1.4142135623730951},"487":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"591":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"655":{"tf":1.0},"666":{"tf":1.0},"687":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.7320508075688772},"327":{"tf":1.0},"364":{"tf":1.0},"391":{"tf":1.0},"430":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.7320508075688772},"593":{"tf":1.0},"594":{"tf":1.0},"615":{"tf":1.0},"643":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"364":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"366":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":64,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"308":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"326":{"tf":1.7320508075688772},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"448":{"tf":1.0},"450":{"tf":2.6457513110645907},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"476":{"tf":2.449489742783178},"484":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"521":{"tf":1.7320508075688772},"522":{"tf":2.6457513110645907},"523":{"tf":1.0},"524":{"tf":2.23606797749979},"525":{"tf":2.0},"538":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.7320508075688772},"546":{"tf":1.7320508075688772},"547":{"tf":1.0},"557":{"tf":1.0},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"596":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"621":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"697":{"tf":1.0},"76":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":13,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.7320508075688772},"397":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"643":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":107,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":2.6457513110645907},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":2.6457513110645907},"321":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":2.6457513110645907},"333":{"tf":2.449489742783178},"334":{"tf":1.0},"335":{"tf":2.0},"337":{"tf":1.7320508075688772},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.8284271247461903},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"366":{"tf":1.0},"368":{"tf":2.23606797749979},"369":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":3.3166247903554},"398":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":2.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":1.7320508075688772},"452":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"481":{"tf":1.0},"485":{"tf":1.0},"490":{"tf":2.6457513110645907},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":2.8284271247461903},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"541":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.8284271247461903},"699":{"tf":2.23606797749979},"70":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"742":{"tf":1.4142135623730951},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"333":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"490":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"389":{"tf":1.0}}},"t":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":15,"docs":{"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"372":{"tf":1.0},"456":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":11,"docs":{"191":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"651":{"tf":1.0},"70":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"_":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"371":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"621":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"713":{"tf":1.0},"88":{"tf":2.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"120":{"tf":1.7320508075688772},"128":{"tf":1.0},"149":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"746":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"114":{"tf":1.0},"225":{"tf":1.0},"709":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"643":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"111":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.4142135623730951},"462":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"253":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"373":{"tf":1.7320508075688772},"391":{"tf":1.0},"478":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"258":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"478":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":10,"docs":{"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.7320508075688772},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"436":{"tf":1.0},"532":{"tf":1.0},"619":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"343":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"331":{"tf":1.0}}}},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"275":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"p":{"df":3,"docs":{"108":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"u":{"df":8,"docs":{"162":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"59":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"610":{"tf":1.4142135623730951},"613":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":118,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.7320508075688772},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":2.6457513110645907},"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"269":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"278":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"308":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":2.6457513110645907},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.4142135623730951},"395":{"tf":1.0},"4":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"466":{"tf":2.0},"476":{"tf":1.4142135623730951},"485":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"536":{"tf":1.4142135623730951},"538":{"tf":2.23606797749979},"540":{"tf":1.4142135623730951},"58":{"tf":1.0},"585":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.7320508075688772},"619":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"714":{"tf":2.0},"736":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"98":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"333":{"tf":1.4142135623730951},"361":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"162":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"225":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.4142135623730951},"342":{"tf":1.4142135623730951},"352":{"tf":1.0},"462":{"tf":1.0},"510":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"426":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"172":{"tf":1.0},"18":{"tf":1.0},"346":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"s":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"613":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"490":{"tf":1.0},"491":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":29,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"382":{"tf":1.7320508075688772},"390":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"561":{"tf":1.0},"566":{"tf":1.4142135623730951},"653":{"tf":1.0},"659":{"tf":1.0},"686":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"704":{"tf":1.7320508075688772},"705":{"tf":1.0},"729":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":43,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"328":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"378":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"510":{"tf":1.4142135623730951},"517":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"554":{"tf":1.0},"585":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"686":{"tf":1.4142135623730951},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"301":{"tf":1.0},"493":{"tf":1.0}}}}},"v":{"df":4,"docs":{"374":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":3.605551275463989},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"225":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":2.0},"427":{"tf":1.4142135623730951},"507":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"608":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":2.449489742783178}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"623":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"235":{"tf":1.0}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"tf":1.0}}}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"641":{"tf":1.0}}},"2":{"df":1,"docs":{"641":{"tf":1.0}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.4142135623730951}}},"df":1,"docs":{"520":{"tf":2.0}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.0},"250":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":65,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.7320508075688772},"22":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":3.0},"248":{"tf":2.23606797749979},"249":{"tf":3.3166247903554},"250":{"tf":3.0},"252":{"tf":2.8284271247461903},"253":{"tf":3.1622776601683795},"254":{"tf":2.8284271247461903},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"293":{"tf":1.7320508075688772},"329":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.4142135623730951},"372":{"tf":2.0},"373":{"tf":1.0},"374":{"tf":2.0},"375":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"394":{"tf":2.449489742783178},"395":{"tf":2.8284271247461903},"396":{"tf":1.7320508075688772},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"436":{"tf":2.0},"445":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"465":{"tf":1.7320508075688772},"467":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":2.0},"601":{"tf":2.449489742783178},"602":{"tf":2.0},"606":{"tf":2.23606797749979},"617":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":2.23606797749979},"668":{"tf":1.4142135623730951},"671":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":4.0},"250":{"tf":1.0},"606":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"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":1,"docs":{"250":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"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":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{">":{"2":{"0":{"1":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"428":{"tf":1.0},"51":{"tf":1.0},"604":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":13,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"683":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"346":{"tf":1.0}}}},"b":{"df":1,"docs":{"234":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":3,"docs":{"250":{"tf":1.7320508075688772},"510":{"tf":1.0},"511":{"tf":2.449489742783178}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":11,"docs":{"21":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.7320508075688772},"356":{"tf":1.0},"397":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"559":{"tf":1.0},"639":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"359":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"a":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"372":{"tf":1.0}}}}},"d":{"df":6,"docs":{"122":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"466":{"tf":1.0},"551":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"244":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"397":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"714":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"1":{"tf":1.0},"233":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"732":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"f":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"2":{"df":5,"docs":{"596":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":31,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":3.7416573867739413},"234":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"470":{"tf":1.0},"474":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"580":{"tf":1.0},"6":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"659":{"tf":1.0},"671":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":69,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"472":{"tf":1.0},"486":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"546":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":24,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"242":{"tf":1.0},"295":{"tf":1.0},"32":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"383":{"tf":1.0},"418":{"tf":1.0},"436":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":16,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"281":{"tf":1.0},"331":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"469":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":2.0},"643":{"tf":1.0},"67":{"tf":1.7320508075688772},"671":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"252":{"tf":1.0},"536":{"tf":1.4142135623730951},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"v":{"df":4,"docs":{"398":{"tf":1.0},"595":{"tf":1.0},"671":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"370":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"124":{"tf":1.0},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"253":{"tf":1.4142135623730951},"331":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"541":{"tf":1.0},"683":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":5,"docs":{"17":{"tf":1.0},"427":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"332":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":2.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"540":{"tf":1.0},"689":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"125":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"254":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"465":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"276":{"tf":1.4142135623730951},"289":{"tf":1.0},"367":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.4142135623730951},"615":{"tf":1.0},"702":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":23,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.4142135623730951},"371":{"tf":1.0},"59":{"tf":1.4142135623730951},"687":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0}}}},"r":{"df":2,"docs":{"465":{"tf":1.0},"589":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"427":{"tf":1.7320508075688772},"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"332":{"tf":1.0},"617":{"tf":1.0},"651":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"508":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"88":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"v":{"df":1,"docs":{"171":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":53,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"151":{"tf":1.7320508075688772},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.6457513110645907},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.4142135623730951},"220":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"354":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"4":{"tf":2.0},"428":{"tf":1.0},"434":{"tf":1.0},"446":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.4142135623730951},"715":{"tf":1.0},"726":{"tf":1.4142135623730951},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"715":{"tf":1.0},"726":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":3,"docs":{"496":{"tf":2.0},"530":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":2,"docs":{"307":{"tf":1.0},"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":25,"docs":{"286":{"tf":1.0},"294":{"tf":1.4142135623730951},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"468":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"230":{"tf":1.0},"384":{"tf":1.0},"84":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":48,"docs":{"127":{"tf":1.0},"16":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"295":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"352":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"395":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"432":{"tf":1.0},"446":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.7320508075688772},"472":{"tf":1.4142135623730951},"497":{"tf":1.0},"502":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.7320508075688772},"55":{"tf":1.0},"557":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"653":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"707":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"238":{"tf":1.0},"686":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}},"i":{"df":1,"docs":{"373":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":2.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"2":{"d":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.7320508075688772},"397":{"tf":1.0},"686":{"tf":2.0},"696":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":23,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"344":{"tf":1.0},"348":{"tf":1.0},"354":{"tf":2.0},"362":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.7320508075688772},"457":{"tf":1.0},"490":{"tf":1.4142135623730951},"513":{"tf":1.0},"557":{"tf":1.4142135623730951},"613":{"tf":1.0},"664":{"tf":1.0},"668":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"713":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"149":{"tf":1.0},"230":{"tf":1.4142135623730951},"276":{"tf":2.0},"562":{"tf":1.0},"88":{"tf":1.0}}}}},"x":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"17":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":2.449489742783178},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"655":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"469":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"405":{"tf":1.0},"671":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":2.23606797749979},"655":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"370":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"641":{"tf":1.0},"705":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"254":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"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":{},"l":{"a":{"df":0,"docs":{},"y":{"df":26,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"325":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"44":{"tf":1.0},"452":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":2.0},"584":{"tf":1.7320508075688772},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"717":{"tf":2.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.4142135623730951},"726":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"j":{"df":1,"docs":{"18":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"14":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":2.6457513110645907},"428":{"tf":1.4142135623730951},"641":{"tf":1.0},"748":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"354":{"tf":1.0},"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"606":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":344,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":2.0},"208":{"tf":1.0},"221":{"tf":1.0},"230":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":2.449489742783178},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.4142135623730951},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.7320508075688772},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":2.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":2.23606797749979},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"552":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.4142135623730951},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.4142135623730951},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.4142135623730951},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.4142135623730951},"580":{"tf":1.0},"581":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.4142135623730951},"589":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.0}}},"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"32":{"tf":1.0},"373":{"tf":1.0},"524":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"432":{"tf":1.0},"671":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"747":{"tf":1.4142135623730951}}},"y":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"136":{"tf":2.449489742783178},"139":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"606":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":2.0},"740":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":25,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.7320508075688772},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"362":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"468":{"tf":1.0},"534":{"tf":1.4142135623730951},"669":{"tf":1.0},"724":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":2.449489742783178}}}},"p":{"df":1,"docs":{"686":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"18":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"254":{"tf":1.7320508075688772},"368":{"tf":1.0},"370":{"tf":1.0},"486":{"tf":2.6457513110645907},"508":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}},"e":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"370":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"373":{"tf":1.0},"502":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":28,"docs":{"114":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":2.0},"170":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"229":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"'":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":8,"docs":{"117":{"tf":1.0},"373":{"tf":1.0},"413":{"tf":1.4142135623730951},"45":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"w":{"df":3,"docs":{"582":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"387":{"tf":2.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"=":{"0":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"1":{"0":{".":{"1":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"0":{"df":1,"docs":{"713":{"tf":1.0}}},"1":{"df":2,"docs":{"176":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"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":11,"docs":{"155":{"tf":1.0},"162":{"tf":3.872983346207417},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"335":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.0},"372":{"tf":1.0},"374":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"t":{"d":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0}}}},"b":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"608":{"tf":1.0},"651":{"tf":1.0},"667":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"111":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"305":{"tf":1.0},"320":{"tf":1.0},"343":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"507":{"tf":1.0},"571":{"tf":1.0},"585":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"697":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"369":{"tf":1.0},"446":{"tf":1.0}}}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":35,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"286":{"tf":1.0},"314":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"551":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"645":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":23,"docs":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"412":{"tf":1.0},"585":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"748":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":3.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":53,"docs":{"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"250":{"tf":1.0},"258":{"tf":1.4142135623730951},"28":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":2.23606797749979},"386":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"416":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.4142135623730951},"466":{"tf":1.0},"468":{"tf":1.0},"471":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"546":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"65":{"tf":1.0},"715":{"tf":1.0},"724":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"395":{"tf":1.0},"589":{"tf":1.0},"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":12,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"530":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"613":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"249":{"tf":1.0},"359":{"tf":1.0},"511":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"40":{"tf":1.0},"465":{"tf":1.0},"81":{"tf":1.0}}}}}}},"c":{"df":2,"docs":{"408":{"tf":2.0},"409":{"tf":2.23606797749979}},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"3":{"2":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":20,"docs":{"250":{"tf":1.4142135623730951},"333":{"tf":2.449489742783178},"344":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.4142135623730951},"475":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"587":{"tf":1.0},"600":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"407":{"tf":1.0},"409":{"tf":1.4142135623730951}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"491":{"tf":1.4142135623730951},"555":{"tf":1.4142135623730951},"627":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":72,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"117":{"tf":1.0},"177":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"28":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.7320508075688772},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"321":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":2.0},"452":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.4142135623730951},"497":{"tf":2.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"527":{"tf":2.0},"541":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":55,"docs":{"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"177":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.23606797749979},"244":{"tf":2.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"368":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"450":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"70":{"tf":1.0},"732":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":11,"docs":{"156":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"df":7,"docs":{"145":{"tf":1.0},"366":{"tf":1.0},"508":{"tf":2.23606797749979},"511":{"tf":1.4142135623730951},"615":{"tf":1.0},"691":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"113":{"tf":1.0},"281":{"tf":1.0}}}}}}}}},"df":35,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"354":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"456":{"tf":1.0},"533":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"706":{"tf":1.0},"731":{"tf":1.0},"748":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"395":{"tf":1.0},"606":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"45":{"tf":1.0},"585":{"tf":1.0},"637":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"45":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"389":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"385":{"tf":1.0},"486":{"tf":1.0},"532":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"395":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":20,"docs":{"221":{"tf":1.0},"225":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"488":{"tf":1.0},"560":{"tf":1.0},"580":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"706":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"364":{"tf":1.0},"436":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.7320508075688772},"508":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"562":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"147":{"tf":1.0},"669":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"286":{"tf":1.0},"309":{"tf":1.4142135623730951},"452":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.0},"528":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.0},"249":{"tf":1.0},"343":{"tf":1.0},"395":{"tf":1.0},"666":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"692":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"374":{"tf":1.0},"671":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"26":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951},"621":{"tf":1.0},"711":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"234":{"tf":1.0},"472":{"tf":1.0},"655":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"436":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"q":{"df":2,"docs":{"380":{"tf":1.0},"59":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"359":{"tf":1.0},"690":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"32":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"500":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":2,"docs":{"373":{"tf":1.0},"695":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"12":{"tf":1.0},"343":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":13,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"233":{"tf":1.0},"335":{"tf":1.0},"358":{"tf":1.0},"369":{"tf":1.4142135623730951},"45":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"360":{"tf":1.0},"374":{"tf":1.0},"465":{"tf":1.0},"522":{"tf":1.0},"717":{"tf":1.0},"89":{"tf":1.0}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"238":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":45,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.0},"231":{"tf":1.0},"238":{"tf":4.123105625617661},"239":{"tf":1.7320508075688772},"257":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"320":{"tf":2.0},"338":{"tf":1.0},"373":{"tf":2.449489742783178},"389":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.4142135623730951},"466":{"tf":3.4641016151377544},"482":{"tf":1.4142135623730951},"491":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"510":{"tf":1.4142135623730951},"511":{"tf":2.6457513110645907},"53":{"tf":1.0},"55":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":2.23606797749979},"572":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":2.0}}}}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"671":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"157":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"572":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":221,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"201":{"tf":2.449489742783178},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":2.449489742783178},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":2.23606797749979},"209":{"tf":1.7320508075688772},"210":{"tf":2.449489742783178},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"214":{"tf":2.449489742783178},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":2.23606797749979},"218":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.449489742783178},"31":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.7320508075688772},"338":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"382":{"tf":2.23606797749979},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.4142135623730951},"405":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"434":{"tf":1.0},"436":{"tf":1.0},"466":{"tf":2.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.0},"494":{"tf":1.7320508075688772},"497":{"tf":1.0},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"505":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":2.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"52":{"tf":2.449489742783178},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"526":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"536":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"552":{"tf":1.4142135623730951},"553":{"tf":1.0},"555":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.7320508075688772},"57":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.4142135623730951},"573":{"tf":1.0},"575":{"tf":2.0},"576":{"tf":1.0},"578":{"tf":1.4142135623730951},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.4142135623730951},"59":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"596":{"tf":1.4142135623730951},"597":{"tf":1.4142135623730951},"598":{"tf":1.0},"60":{"tf":1.0},"600":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"64":{"tf":1.0},"641":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"66":{"tf":1.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":2.0},"705":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"729":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"748":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"149":{"tf":1.7320508075688772},"253":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"507":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":21,"docs":{"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":2.0},"293":{"tf":1.4142135623730951},"306":{"tf":1.0},"394":{"tf":2.23606797749979},"395":{"tf":1.4142135623730951},"396":{"tf":1.7320508075688772},"397":{"tf":1.0},"398":{"tf":1.4142135623730951},"510":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"664":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"445":{"tf":1.4142135623730951},"671":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}}}}},"df":1,"docs":{"156":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"276":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"525":{"tf":1.0},"621":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"263":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.0},"393":{"tf":1.0},"606":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"254":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"178":{"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},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"615":{"tf":1.0}}}},"n":{"df":3,"docs":{"281":{"tf":1.0},"517":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"381":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"427":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":29,"docs":{"238":{"tf":1.0},"30":{"tf":1.0},"308":{"tf":1.0},"340":{"tf":1.4142135623730951},"354":{"tf":3.1622776601683795},"361":{"tf":1.0},"368":{"tf":2.8284271247461903},"369":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.0},"456":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.7320508075688772},"664":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"697":{"tf":1.0},"705":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":46,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"28":{"tf":1.7320508075688772},"286":{"tf":1.0},"305":{"tf":1.4142135623730951},"319":{"tf":1.0},"323":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"486":{"tf":1.0},"506":{"tf":1.7320508075688772},"507":{"tf":2.449489742783178},"508":{"tf":3.4641016151377544},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":2.0},"701":{"tf":1.0},"708":{"tf":1.7320508075688772},"748":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":36,"docs":{"178":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"483":{"tf":1.0},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"559":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":20,"docs":{"111":{"tf":1.4142135623730951},"304":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":2.23606797749979},"381":{"tf":1.0},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"504":{"tf":1.4142135623730951},"507":{"tf":1.0},"562":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"657":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"178":{"tf":1.0},"193":{"tf":1.7320508075688772},"278":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"505":{"tf":1.0},"617":{"tf":1.0},"7":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"438":{"tf":1.0},"522":{"tf":1.0},"610":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":5,"docs":{"331":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"24":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"713":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"316":{"tf":1.0},"366":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.7320508075688772},"562":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"741":{"tf":2.0}},"i":{"df":29,"docs":{"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"333":{"tf":2.23606797749979},"337":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"364":{"tf":1.0},"366":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"595":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"y":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"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":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"502":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"727":{"tf":1.7320508075688772},"731":{"tf":2.0},"732":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"743":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.8284271247461903},"150":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":16,"docs":{"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"338":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"q":{"df":13,"docs":{"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.7320508075688772},"268":{"tf":1.0},"368":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"5":{"tf":1.0},"659":{"tf":1.0},"662":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"r":{"df":5,"docs":{"130":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"343":{"tf":1.0},"385":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"258":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"452":{"tf":1.7320508075688772},"478":{"tf":1.0},"507":{"tf":1.0},"524":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"745":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"716":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":5,"docs":{"250":{"tf":1.0},"253":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"655":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"395":{"tf":1.0},"664":{"tf":1.0},"748":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"538":{"tf":1.0},"583":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":92,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":2.0},"144":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.0},"149":{"tf":3.872983346207417},"150":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"171":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"302":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.23606797749979},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"364":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"384":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"429":{"tf":1.4142135623730951},"434":{"tf":1.0},"436":{"tf":1.7320508075688772},"438":{"tf":1.0},"496":{"tf":1.7320508075688772},"5":{"tf":1.0},"505":{"tf":1.0},"517":{"tf":1.4142135623730951},"529":{"tf":1.0},"534":{"tf":2.23606797749979},"536":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"562":{"tf":1.7320508075688772},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"6":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.8284271247461903},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":2.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"72":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"517":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"355":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"\\":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"\\":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":3,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}}}}},"l":{"df":7,"docs":{"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"522":{"tf":1.0},"653":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"23":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"474":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0}}}},"d":{"df":24,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.4142135623730951},"286":{"tf":1.0},"3":{"tf":1.0},"330":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"657":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"286":{"tf":1.0},"301":{"tf":1.4142135623730951},"452":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.0},"494":{"tf":1.0}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"258":{"tf":1.0},"338":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":45,"docs":{"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"178":{"tf":2.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"335":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"373":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"468":{"tf":1.0},"491":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"369":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":30,"docs":{"21":{"tf":1.0},"253":{"tf":1.0},"372":{"tf":1.0},"392":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"606":{"tf":2.6457513110645907},"608":{"tf":3.872983346207417},"610":{"tf":2.23606797749979},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":2.0},"619":{"tf":3.1622776601683795},"621":{"tf":2.8284271247461903},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"631":{"tf":2.449489742783178},"633":{"tf":1.7320508075688772},"635":{"tf":2.449489742783178},"637":{"tf":2.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.7320508075688772},"649":{"tf":2.23606797749979},"651":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"709":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":49,"docs":{"178":{"tf":1.0},"189":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"286":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"377":{"tf":1.4142135623730951},"378":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"475":{"tf":1.0},"477":{"tf":2.0},"478":{"tf":2.8284271247461903},"527":{"tf":1.0},"574":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"625":{"tf":2.23606797749979},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":2.0},"681":{"tf":1.0},"7":{"tf":1.0},"728":{"tf":1.4142135623730951},"734":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":16,"docs":{"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":10,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.449489742783178},"368":{"tf":1.0},"447":{"tf":2.6457513110645907},"572":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"500":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"235":{"tf":1.0},"338":{"tf":1.4142135623730951},"613":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"674":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"16":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.7320508075688772},"596":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"391":{"tf":1.0},"621":{"tf":1.0}},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":77,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":2.0},"165":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"230":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"36":{"tf":1.0},"364":{"tf":1.7320508075688772},"37":{"tf":1.0},"419":{"tf":1.0},"426":{"tf":2.0},"427":{"tf":3.1622776601683795},"429":{"tf":2.23606797749979},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"705":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"d":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"105":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"229":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"294":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"363":{"tf":1.0},"373":{"tf":2.0},"386":{"tf":1.0},"393":{"tf":1.0},"399":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0},"447":{"tf":1.0},"451":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"562":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.4142135623730951}}}},"r":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"547":{"tf":1.0},"669":{"tf":1.0}}}}},"k":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":46,"docs":{"17":{"tf":2.0},"230":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.7320508075688772},"327":{"tf":1.0},"34":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.4142135623730951},"4":{"tf":1.0},"418":{"tf":2.449489742783178},"419":{"tf":1.7320508075688772},"420":{"tf":1.0},"421":{"tf":2.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":2.449489742783178},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"429":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"431":{"tf":2.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.449489742783178},"437":{"tf":1.7320508075688772},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.7320508075688772},"46":{"tf":1.0},"467":{"tf":1.0},"562":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":18,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"469":{"tf":1.0},"562":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"662":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":2.0},"8":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"339":{"tf":1.4142135623730951},"361":{"tf":1.0},"432":{"tf":1.0},"480":{"tf":1.0},"517":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"372":{"tf":1.0}}}}}}},"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":{},"h":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"138":{"tf":1.7320508075688772},"233":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"449":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"254":{"tf":1.0},"28":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"445":{"tf":1.4142135623730951},"507":{"tf":1.0},"671":{"tf":1.0},"716":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"715":{"tf":1.0},"717":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"623":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"249":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":86,"docs":{"151":{"tf":1.0},"375":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"281":{"tf":1.4142135623730951},"333":{"tf":1.0},"691":{"tf":1.4142135623730951},"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"286":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"[":{"1":{"0":{"2":{"4":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":65,"docs":{"191":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"351":{"tf":1.0},"354":{"tf":5.0990195135927845},"359":{"tf":1.4142135623730951},"361":{"tf":1.7320508075688772},"373":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"490":{"tf":1.0},"493":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"574":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"681":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"692":{"tf":1.4142135623730951},"697":{"tf":1.0},"710":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"324":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"*":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"332":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"703":{"tf":1.0}}}},":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"361":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":2.0},"508":{"tf":1.0},"511":{"tf":1.0},"578":{"tf":1.0},"596":{"tf":1.0},"617":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.0},"500":{"tf":1.0}}},"3":{"df":1,"docs":{"525":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"587":{"tf":1.7320508075688772}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"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":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"633":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"178":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"641":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"78":{"tf":1.0}}}}}},"x":{"b":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":3,"docs":{"625":{"tf":1.0},"651":{"tf":1.0},"70":{"tf":1.0}}},"df":15,"docs":{"16":{"tf":1.7320508075688772},"279":{"tf":1.0},"366":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"566":{"tf":1.0},"57":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"701":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.4142135623730951},"88":{"tf":1.0}},"p":{"df":2,"docs":{"651":{"tf":1.0},"70":{"tf":1.0}}},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"g":{"\"":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"234":{"tf":2.6457513110645907},"235":{"tf":2.23606797749979},"238":{"tf":3.1622776601683795},"239":{"tf":2.8284271247461903},"252":{"tf":4.358898943540674},"253":{"tf":2.449489742783178},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"582":{"tf":1.0},"77":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.23606797749979},"254":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"252":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"469":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"608":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":3,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"496":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":96,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":2.23606797749979},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":1.7320508075688772},"229":{"tf":1.7320508075688772},"230":{"tf":2.449489742783178},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"264":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"40":{"tf":1.7320508075688772},"430":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.7320508075688772},"533":{"tf":1.0},"56":{"tf":1.0},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"651":{"tf":1.0},"66":{"tf":1.0},"684":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"701":{"tf":1.0},"713":{"tf":1.7320508075688772},"714":{"tf":2.0},"727":{"tf":1.0},"728":{"tf":1.4142135623730951},"732":{"tf":1.0},"748":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.7320508075688772}}}}},"t":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":4.242640687119285}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"467":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"361":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"575":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":40,"docs":{"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"236":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"476":{"tf":1.0},"6":{"tf":1.4142135623730951},"746":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"t":{"df":1,"docs":{"547":{"tf":2.449489742783178}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"681":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"377":{"tf":1.0},"651":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"354":{"tf":2.8284271247461903},"361":{"tf":1.0},"623":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.0}}}}}}},"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.0},"368":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"1":{"df":1,"docs":{"172":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":2,"docs":{"162":{"tf":1.0},"686":{"tf":1.0}}},"2":{"df":3,"docs":{"162":{"tf":1.0},"286":{"tf":1.0},"745":{"tf":1.0}}},"3":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}},"4":{"df":1,"docs":{"469":{"tf":1.0}}},"5":{"df":1,"docs":{"507":{"tf":1.0}}},"6":{"df":1,"docs":{"507":{"tf":1.0}}},"7":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"458":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}},"t":{"df":6,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"88":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":19,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"608":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"252":{"tf":1.0},"356":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0}},"n":{"df":25,"docs":{"236":{"tf":1.4142135623730951},"308":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.4142135623730951},"582":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.4142135623730951},"741":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"433":{"tf":1.0},"434":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"362":{"tf":1.4142135623730951},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"448":{"tf":1.0},"649":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"78":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"h":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"150":{"tf":1.4142135623730951},"18":{"tf":3.605551275463989},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.4142135623730951}}}},"df":3,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"385":{"tf":1.0},"446":{"tf":1.0},"687":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"748":{"tf":1.0}},"v":{"3":{"df":12,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"156":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":2.0},"723":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"496":{"tf":1.0},"589":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"133":{"tf":1.4142135623730951},"294":{"tf":1.0},"399":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":20,"docs":{"177":{"tf":2.0},"225":{"tf":1.0},"23":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"339":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.4142135623730951},"655":{"tf":1.0}}}},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{";":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{";":{"+":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":2.23606797749979},"409":{"tf":2.449489742783178},"410":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":4,"docs":{"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"412":{"tf":1.7320508075688772},"413":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}},"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":4,"docs":{"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":7,"docs":{"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"406":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"405":{"tf":2.0},"406":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"405":{"tf":3.605551275463989},"406":{"tf":2.449489742783178}},"k":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"623":{"tf":1.0}}},"i":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.7320508075688772},"192":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"701":{"tf":1.0},"714":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":41,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":2.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.7320508075688772},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.0},"613":{"tf":1.0},"639":{"tf":1.0},"7":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}}}},"df":38,"docs":{"172":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.7320508075688772},"24":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.7320508075688772},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"385":{"tf":1.0},"389":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.7320508075688772},"40":{"tf":1.0},"412":{"tf":1.0},"487":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"736":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":49,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":2.449489742783178},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"453":{"tf":1.0},"456":{"tf":1.0},"463":{"tf":2.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"501":{"tf":1.0},"529":{"tf":1.0},"537":{"tf":1.4142135623730951},"557":{"tf":1.0},"580":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"702":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":8,"docs":{"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"475":{"tf":1.0},"525":{"tf":1.7320508075688772},"602":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.7320508075688772}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"369":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"397":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0}}}},"i":{"df":1,"docs":{"281":{"tf":1.0}}}}},"r":{"d":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"613":{"tf":1.0}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"307":{"tf":1.0},"389":{"tf":1.4142135623730951},"429":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"668":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"<":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}}},"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":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.0},"623":{"tf":1.0},"671":{"tf":1.0}}}}},"df":8,"docs":{"408":{"tf":3.872983346207417},"409":{"tf":3.872983346207417},"410":{"tf":3.3166247903554},"412":{"tf":3.3166247903554},"413":{"tf":3.872983346207417},"415":{"tf":3.3166247903554},"416":{"tf":3.605551275463989},"427":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"276":{"tf":1.0},"436":{"tf":1.4142135623730951},"532":{"tf":1.0},"536":{"tf":1.0},"621":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"395":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":5,"docs":{"229":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"366":{"tf":1.0},"637":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":20,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"510":{"tf":1.0},"623":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":49,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"33":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":2.0},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"527":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":2.0},"692":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"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":{"c":{"df":1,"docs":{"336":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"246":{"tf":1.0},"472":{"tf":1.0}}},"df":72,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"124":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.6457513110645907},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"726":{"tf":1.0},"731":{"tf":1.0},"733":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"472":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"397":{"tf":1.0},"427":{"tf":1.0},"438":{"tf":1.0},"527":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"541":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"562":{"tf":1.7320508075688772},"641":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}},"i":{"df":1,"docs":{"381":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"108":{"tf":1.0},"223":{"tf":1.0},"238":{"tf":1.0},"249":{"tf":1.0},"432":{"tf":1.0},"49":{"tf":1.7320508075688772},"539":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"281":{"tf":1.0},"368":{"tf":1.0},"493":{"tf":1.0},"728":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"705":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":63,"docs":{"162":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"603":{"tf":1.7320508075688772},"604":{"tf":1.0},"605":{"tf":1.4142135623730951},"606":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.0},"609":{"tf":1.4142135623730951},"610":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"617":{"tf":1.0},"618":{"tf":1.4142135623730951},"619":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.4142135623730951},"629":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"634":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.0},"640":{"tf":1.4142135623730951},"641":{"tf":1.0},"642":{"tf":1.4142135623730951},"643":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.4142135623730951},"653":{"tf":1.0},"654":{"tf":1.4142135623730951},"655":{"tf":1.0},"656":{"tf":1.4142135623730951},"657":{"tf":1.0},"658":{"tf":1.4142135623730951},"659":{"tf":1.0},"660":{"tf":1.4142135623730951},"661":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"238":{"tf":1.0}},"’":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"254":{"tf":1.0},"510":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":131,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"446":{"tf":1.0},"463":{"tf":1.0}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"272":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"647":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"272":{"tf":1.0},"332":{"tf":1.0},"577":{"tf":1.0}}}}}}}}},"df":322,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":3.1622776601683795},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"173":{"tf":2.0},"18":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":2.0},"335":{"tf":2.23606797749979},"337":{"tf":2.8284271247461903},"338":{"tf":3.0},"339":{"tf":2.23606797749979},"34":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"345":{"tf":1.4142135623730951},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"352":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"359":{"tf":3.3166247903554},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.7320508075688772},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.1622776601683795},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"371":{"tf":1.7320508075688772},"372":{"tf":1.7320508075688772},"373":{"tf":2.449489742783178},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":2.6457513110645907},"39":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"391":{"tf":1.7320508075688772},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":2.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":2.0},"399":{"tf":1.0},"4":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":2.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772},"416":{"tf":1.7320508075688772},"42":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.23606797749979},"43":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.449489742783178},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.7320508075688772},"451":{"tf":2.6457513110645907},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"462":{"tf":3.4641016151377544},"463":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":2.0},"468":{"tf":1.7320508075688772},"469":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":5.744562646538029},"475":{"tf":2.0},"476":{"tf":1.0},"478":{"tf":2.0},"479":{"tf":2.0},"48":{"tf":1.0},"480":{"tf":1.4142135623730951},"481":{"tf":2.23606797749979},"482":{"tf":1.4142135623730951},"483":{"tf":2.0},"484":{"tf":2.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"487":{"tf":1.4142135623730951},"488":{"tf":1.7320508075688772},"490":{"tf":2.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"517":{"tf":2.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.23606797749979},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"527":{"tf":2.23606797749979},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.6457513110645907},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":2.23606797749979},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.6457513110645907},"559":{"tf":2.0},"560":{"tf":1.0},"562":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"57":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":2.23606797749979},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"582":{"tf":2.0},"583":{"tf":1.0},"585":{"tf":2.449489742783178},"587":{"tf":1.0},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"639":{"tf":2.23606797749979},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.7320508075688772},"667":{"tf":2.0},"668":{"tf":2.6457513110645907},"669":{"tf":2.6457513110645907},"670":{"tf":1.7320508075688772},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":2.0},"68":{"tf":1.7320508075688772},"681":{"tf":1.7320508075688772},"682":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":2.6457513110645907},"715":{"tf":1.0},"72":{"tf":1.0},"726":{"tf":1.4142135623730951},"727":{"tf":3.7416573867739413},"728":{"tf":1.4142135623730951},"729":{"tf":2.6457513110645907},"73":{"tf":1.0},"730":{"tf":1.4142135623730951},"731":{"tf":2.23606797749979},"732":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":2.23606797749979},"737":{"tf":2.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.0},"74":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.4142135623730951},"742":{"tf":2.8284271247461903},"743":{"tf":2.0},"744":{"tf":2.23606797749979},"748":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"502":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"d":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"%":{"2":{"0":{"4":{".":{"3":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"639":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"366":{"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":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"7":{"4":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"748":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"745":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"c":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"7":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"9":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"9":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"161":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"d":{"c":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":2,"docs":{"159":{"tf":1.0},"286":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"641":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"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":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"445":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"?":{"df":0,"docs":{},"v":{"=":{"0":{"0":{"4":{"df":0,"docs":{},"z":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"1":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"x":{"6":{"df":0,"docs":{},"s":{"d":{"6":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"w":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":2,"docs":{"690":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},".":{"df":3,"docs":{"359":{"tf":1.0},"617":{"tf":1.0},"88":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":26,"docs":{"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"286":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}}}},"3":{"8":{"6":{"df":3,"docs":{"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"485":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"397":{"tf":1.0},"666":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"670":{"tf":1.0},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"405":{"tf":4.69041575982343},"415":{"tf":1.0},"416":{"tf":1.0},"453":{"tf":1.0},"455":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"727":{"tf":1.0},"731":{"tf":1.0},"736":{"tf":1.4142135623730951}},"→":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"236":{"tf":2.8284271247461903},"254":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"596":{"tf":1.0},"692":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"330":{"tf":1.0},"337":{"tf":1.4142135623730951},"405":{"tf":4.69041575982343},"453":{"tf":1.0},"454":{"tf":1.7320508075688772},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"456":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"670":{"tf":1.0},"685":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":14,"docs":{"335":{"tf":1.0},"339":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.4142135623730951},"585":{"tf":1.0},"599":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"339":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"490":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"668":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":4,"docs":{"427":{"tf":1.4142135623730951},"541":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":2.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":2.0}}}}}}}}},"df":6,"docs":{"397":{"tf":1.4142135623730951},"405":{"tf":2.8284271247461903},"406":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{",":{"0":{"df":1,"docs":{"427":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"651":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.0},"525":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"602":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"250":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":45,"docs":{"108":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"308":{"tf":1.0},"333":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"430":{"tf":1.0},"436":{"tf":2.0},"458":{"tf":1.0},"480":{"tf":1.0},"491":{"tf":1.0},"508":{"tf":3.1622776601683795},"517":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":2.0},"562":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"637":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"88":{"tf":2.0}},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":2,"docs":{"369":{"tf":1.0},"392":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.4142135623730951}},"i":{"df":11,"docs":{"234":{"tf":1.0},"269":{"tf":1.0},"349":{"tf":2.23606797749979},"352":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"513":{"tf":1.0},"532":{"tf":1.0},"623":{"tf":1.0},"714":{"tf":1.7320508075688772}}}}}}}},"l":{"df":1,"docs":{"743":{"tf":1.0}}},"x":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":21,"docs":{"333":{"tf":1.0},"406":{"tf":3.3166247903554},"453":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"546":{"tf":1.0},"554":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"406":{"tf":1.0},"505":{"tf":1.7320508075688772}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"479":{"tf":1.0},"482":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"f":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"490":{"tf":1.0},"508":{"tf":1.0},"668":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.7320508075688772}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"332":{"tf":1.0},"479":{"tf":1.0},"484":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"485":{"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"345":{"tf":1.0},"349":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"349":{"tf":1.0},"362":{"tf":2.6457513110645907},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"541":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":2,"docs":{"406":{"tf":1.0},"511":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"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":{"133":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"395":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.4142135623730951},"664":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"406":{"tf":1.0},"445":{"tf":1.7320508075688772},"456":{"tf":1.0},"491":{"tf":1.7320508075688772},"578":{"tf":1.0},"625":{"tf":1.0},"659":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"578":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":45,"docs":{"350":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":97,"docs":{"110":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"267":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"396":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"493":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"577":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.4142135623730951},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":2.449489742783178},"631":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"738":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":2.449489742783178}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"381":{"tf":1.0},"486":{"tf":1.0}}}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"358":{"tf":1.0}}}}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"df":20,"docs":{"113":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"338":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"447":{"tf":1.0},"493":{"tf":1.0},"50":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"6":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"257":{"tf":1.0},"303":{"tf":1.0},"478":{"tf":1.0},"498":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"n":{"'":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"192":{"tf":1.0},"275":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"469":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"445":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"715":{"tf":1.0},"719":{"tf":1.7320508075688772}}},"df":15,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.0},"715":{"tf":2.6457513110645907},"716":{"tf":1.4142135623730951},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":2.0},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"655":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"338":{"tf":1.7320508075688772},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":3,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"747":{"tf":2.449489742783178}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":116,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":2.0},"150":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":2.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":2.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"249":{"tf":2.23606797749979},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"296":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"361":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"59":{"tf":1.4142135623730951},"593":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.4142135623730951},"7":{"tf":2.0},"714":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"587":{"tf":1.0}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"249":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":1.7320508075688772},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"14":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":18,"docs":{"235":{"tf":2.0},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"312":{"tf":1.0},"338":{"tf":1.0},"385":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"547":{"tf":2.8284271247461903},"560":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"635":{"tf":1.0},"643":{"tf":1.0},"692":{"tf":1.0}}}},"i":{"c":{"df":7,"docs":{"314":{"tf":1.0},"338":{"tf":1.0},"467":{"tf":1.0},"551":{"tf":1.0},"672":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"445":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"662":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}}}},"df":127,"docs":{"1":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":2.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.7320508075688772},"23":{"tf":1.0},"257":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":2.6457513110645907},"360":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"4":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"447":{"tf":1.0},"45":{"tf":1.0},"455":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"474":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"48":{"tf":1.0},"496":{"tf":1.4142135623730951},"510":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":2.0},"557":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.4142135623730951},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"68":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.7320508075688772},"708":{"tf":1.0},"712":{"tf":1.0},"727":{"tf":2.449489742783178},"730":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"736":{"tf":1.4142135623730951},"738":{"tf":1.7320508075688772},"74":{"tf":1.0},"740":{"tf":2.0},"741":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"430":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"360":{"tf":1.0},"366":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"545":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"592":{"tf":2.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"88":{"tf":2.0}},"r":{"df":0,"docs":{},"m":{"df":94,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":2.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"352":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"397":{"tf":1.0},"44":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":2.0},"473":{"tf":1.0},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"560":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.449489742783178},"591":{"tf":1.0},"594":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"699":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"250":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.8284271247461903},"362":{"tf":1.7320508075688772},"363":{"tf":2.6457513110645907}}}}}}},"i":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":2,"docs":{"284":{"tf":1.0},"362":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":39,"docs":{"111":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"332":{"tf":2.23606797749979},"333":{"tf":3.1622776601683795},"344":{"tf":1.7320508075688772},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"411":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.7320508075688772},"496":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"73":{"tf":1.0},"738":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.4142135623730951},"249":{"tf":1.0},"253":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"(":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"596":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"406":{"tf":1.0},"508":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"569":{"tf":1.7320508075688772},"580":{"tf":1.0},"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"621":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"546":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":57,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":4.123105625617661},"249":{"tf":2.23606797749979},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.8284271247461903},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"321":{"tf":1.0},"338":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.1622776601683795},"468":{"tf":1.0},"469":{"tf":2.6457513110645907},"470":{"tf":1.0},"474":{"tf":5.477225575051661},"475":{"tf":1.0},"476":{"tf":2.449489742783178},"478":{"tf":2.0},"496":{"tf":2.8284271247461903},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"55":{"tf":1.0},"560":{"tf":1.4142135623730951},"574":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":2.0},"511":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"716":{"tf":1.0}}},"df":3,"docs":{"715":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"x":{"6":{"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"476":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}}},"i":{"d":{"df":15,"docs":{"17":{"tf":1.0},"235":{"tf":1.0},"276":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"382":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"432":{"tf":1.0},"438":{"tf":1.0},"450":{"tf":1.0},"546":{"tf":1.0},"562":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"156":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"170":{"tf":1.0},"171":{"tf":2.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"384":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":2.0},"517":{"tf":1.4142135623730951},"606":{"tf":1.0},"641":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"n":{"c":{"df":8,"docs":{"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"390":{"tf":2.23606797749979},"625":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"331":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"699":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":14,"docs":{"171":{"tf":1.0},"20":{"tf":1.0},"354":{"tf":1.4142135623730951},"385":{"tf":1.0},"392":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":57,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"16":{"tf":2.0},"162":{"tf":1.0},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"292":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":2.449489742783178},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"533":{"tf":1.0},"559":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"633":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.4142135623730951},"70":{"tf":1.0},"701":{"tf":1.0},"706":{"tf":2.0},"74":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"6":{"df":6,"docs":{"491":{"tf":1.4142135623730951},"508":{"tf":2.8284271247461903},"511":{"tf":2.0},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":22,"docs":{"235":{"tf":2.8284271247461903},"238":{"tf":2.0},"239":{"tf":2.449489742783178},"249":{"tf":1.0},"252":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"486":{"tf":1.0},"491":{"tf":1.4142135623730951},"508":{"tf":3.7416573867739413},"511":{"tf":3.1622776601683795},"525":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"643":{"tf":1.0},"691":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"436":{"tf":1.7320508075688772},"547":{"tf":2.0},"600":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"370":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"447":{"tf":3.3166247903554},"613":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951}},"r":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"2":{"tf":1.0},"303":{"tf":1.0},"389":{"tf":1.4142135623730951},"498":{"tf":1.0},"529":{"tf":1.0},"541":{"tf":1.7320508075688772},"587":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"701":{"tf":1.0},"710":{"tf":1.4142135623730951},"748":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"428":{"tf":3.4641016151377544}}},"n":{"d":{"df":4,"docs":{"354":{"tf":1.0},"387":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"377":{"tf":1.0},"475":{"tf":1.0},"487":{"tf":1.0},"525":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"225":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"310":{"tf":1.0},"47":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"115":{"tf":2.0},"156":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"647":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"381":{"tf":1.0},"389":{"tf":1.4142135623730951},"393":{"tf":1.0}}}}},"f":{"a":{"c":{"df":187,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"262":{"tf":1.0},"267":{"tf":1.7320508075688772},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"311":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":2.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.4142135623730951},"348":{"tf":1.4142135623730951},"349":{"tf":2.0},"350":{"tf":2.449489742783178},"351":{"tf":3.605551275463989},"352":{"tf":2.23606797749979},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.7320508075688772},"359":{"tf":2.449489742783178},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":2.6457513110645907},"363":{"tf":3.4641016151377544},"369":{"tf":1.0},"37":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.7320508075688772},"396":{"tf":1.0},"398":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.7320508075688772},"452":{"tf":1.7320508075688772},"453":{"tf":2.23606797749979},"454":{"tf":2.23606797749979},"455":{"tf":1.7320508075688772},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":2.23606797749979},"480":{"tf":1.0},"481":{"tf":1.4142135623730951},"482":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.7320508075688772},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951},"488":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"527":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"551":{"tf":1.4142135623730951},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.7320508075688772},"578":{"tf":1.0},"580":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.0},"595":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":2.23606797749979},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"664":{"tf":2.8284271247461903},"665":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951},"685":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"697":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"731":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":2.0},"742":{"tf":1.4142135623730951},"748":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}}}}},"df":22,"docs":{"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"254":{"tf":1.0},"335":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"499":{"tf":1.0},"517":{"tf":1.0},"575":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.0},"508":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"252":{"tf":1.0},"373":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"h":{"df":4,"docs":{"120":{"tf":1.0},"149":{"tf":1.0},"178":{"tf":1.0},"89":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"24":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.4142135623730951},"445":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"608":{"tf":1.0},"659":{"tf":1.0}},"t":{"df":93,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.4142135623730951},"437":{"tf":1.0},"438":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"489":{"tf":1.0},"490":{"tf":1.4142135623730951},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.0},"498":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"52":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"526":{"tf":1.0},"527":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"548":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":1.0},"551":{"tf":1.4142135623730951},"553":{"tf":1.0},"554":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"573":{"tf":1.0},"574":{"tf":1.4142135623730951},"576":{"tf":1.0},"577":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"581":{"tf":1.0},"582":{"tf":1.4142135623730951},"584":{"tf":1.0},"585":{"tf":1.4142135623730951},"588":{"tf":1.0},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"593":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":1.4142135623730951},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"372":{"tf":1.0},"378":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"´":{"df":1,"docs":{"500":{"tf":1.0}}},"’":{"df":5,"docs":{"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.4142135623730951}}}},"o":{"df":31,"docs":{"108":{"tf":1.0},"115":{"tf":2.0},"156":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.7320508075688772},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.7320508075688772},"475":{"tf":1.0},"49":{"tf":1.0},"529":{"tf":2.0},"530":{"tf":2.23606797749979},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":2.23606797749979},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"627":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"738":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"*":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":3,"docs":{"448":{"tf":1.0},"450":{"tf":1.4142135623730951},"606":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"448":{"tf":1.0},"449":{"tf":1.7320508075688772},"450":{"tf":1.0},"463":{"tf":1.0},"479":{"tf":1.0},"488":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"462":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"345":{"tf":1.0},"357":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"454":{"tf":1.0},"578":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"484":{"tf":1.0},"580":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"592":{"tf":1.0},"595":{"tf":1.7320508075688772},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.4142135623730951},"693":{"tf":1.0},"730":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"y":{"2":{"df":1,"docs":{"351":{"tf":1.0}}},"3":{"df":1,"docs":{"351":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"451":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":{"462":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"462":{"tf":2.23606797749979},"557":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"413":{"tf":1.0},"619":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":13,"docs":{"242":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"525":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.4142135623730951},"657":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"405":{"tf":1.0},"625":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"587":{"tf":1.0}}}}},"df":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":{"625":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"448":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"606":{"tf":1.0}}}}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"363":{"tf":1.7320508075688772}},"e":{"2":{"df":1,"docs":{"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"351":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}},"df":19,"docs":{"176":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.7320508075688772},"647":{"tf":1.0},"651":{"tf":1.7320508075688772},"709":{"tf":1.0},"744":{"tf":1.0}},"e":{"#":{"1":{"0":{"0":{"df":1,"docs":{"608":{"tf":1.0}}},"2":{"df":1,"docs":{"608":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"606":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"1":{"0":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"480":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"'":{"df":6,"docs":{"252":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"522":{"tf":2.0},"525":{"tf":2.8284271247461903}}},"r":{"df":3,"docs":{"235":{"tf":1.0},"252":{"tf":1.0},"643":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"346":{"tf":1.4142135623730951},"368":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"458":{"tf":1.0},"496":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"458":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"549":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"o":{"b":{"df":3,"docs":{"236":{"tf":1.0},"384":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"5":{"df":4,"docs":{"327":{"tf":1.0},"364":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"596":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.4142135623730951},"513":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"1":{"0":{"0":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"2":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"3":{"d":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"9":{"0":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"2":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"7":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"x":{"df":5,"docs":{"239":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"368":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"572":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"507":{"tf":1.0},"569":{"tf":1.4142135623730951}}}}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":6,"docs":{"368":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"729":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"643":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"429":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"320":{"tf":1.0},"465":{"tf":1.0},"571":{"tf":1.0}}}}}},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"453":{"tf":1.0},"463":{"tf":2.0},"621":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"286":{"tf":1.0},"306":{"tf":1.7320508075688772},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.0},"480":{"tf":1.4142135623730951},"506":{"tf":1.0},"509":{"tf":1.7320508075688772},"510":{"tf":3.0},"511":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"619":{"tf":1.0},"653":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":2.0}}}},"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"16":{"tf":1.0},"320":{"tf":1.0},"336":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"454":{"tf":1.0},"466":{"tf":1.4142135623730951},"527":{"tf":1.0},"571":{"tf":1.0},"599":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"662":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"475":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}},"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":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"467":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"368":{"tf":1.0},"625":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"368":{"tf":1.0},"445":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":5,"docs":{"147":{"tf":2.0},"34":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"748":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"681":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"465":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"490":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}}}}}}},"b":{"df":9,"docs":{"304":{"tf":1.0},"31":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"494":{"tf":1.0},"504":{"tf":1.0},"513":{"tf":1.7320508075688772},"582":{"tf":1.0},"649":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"286":{"tf":1.0},"304":{"tf":1.4142135623730951},"452":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"637":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"568":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"728":{"tf":1.7320508075688772},"737":{"tf":1.7320508075688772}}}}}}},"w":{"df":12,"docs":{"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"364":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.4142135623730951},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"505":{"tf":1.0},"589":{"tf":1.0},"724":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"16":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951},"713":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"465":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"377":{"tf":1.0},"608":{"tf":1.0},"667":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"734":{"tf":1.7320508075688772},"739":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"378":{"tf":1.0},"619":{"tf":1.0},"667":{"tf":1.0},"728":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"378":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"727":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"738":{"tf":1.4142135623730951},"739":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":16,"docs":{"236":{"tf":2.0},"239":{"tf":2.0},"253":{"tf":1.0},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"692":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":14,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":2.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"476":{"tf":1.4142135623730951},"552":{"tf":1.0},"583":{"tf":1.0},"703":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":31,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"344":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"525":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":3.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"458":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"643":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"0":{".":{".":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"1":{"5":{"df":1,"docs":{"639":{"tf":1.0}}},"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":{"6":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"2":{"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":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"691":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"691":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"l":{"+":{"df":0,"docs":{},"r":{"df":1,"docs":{"471":{"tf":1.0}}}},"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"145":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"346":{"tf":1.0},"532":{"tf":1.0},"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":6,"docs":{"20":{"tf":1.0},"385":{"tf":1.0},"412":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"338":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":15,"docs":{"286":{"tf":1.0},"302":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"452":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":3.7416573867739413},"635":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"681":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":9,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"398":{"tf":1.0},"467":{"tf":1.0},"559":{"tf":1.0},"59":{"tf":1.0},"649":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"428":{"tf":1.0},"84":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"230":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"147":{"tf":1.0},"28":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"17":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"395":{"tf":1.0},"510":{"tf":1.7320508075688772},"513":{"tf":1.7320508075688772},"514":{"tf":4.0}}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":7,"docs":{"258":{"tf":1.4142135623730951},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{"a":{"d":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"238":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"178":{"tf":1.0},"188":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"286":{"tf":1.0},"321":{"tf":1.4142135623730951},"366":{"tf":1.0},"428":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"522":{"tf":1.0},"573":{"tf":1.7320508075688772},"574":{"tf":1.7320508075688772},"575":{"tf":1.0},"593":{"tf":1.0},"631":{"tf":1.0}}}},"v":{"df":1,"docs":{"338":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"412":{"tf":1.0},"476":{"tf":1.7320508075688772},"606":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"286":{"tf":1.0},"320":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"683":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"=":{"3":{"2":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"513":{"tf":1.0},"547":{"tf":2.23606797749979},"671":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"s":{"df":1,"docs":{"378":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"336":{"tf":1.0}}},"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.0},"363":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.0},"649":{"tf":1.4142135623730951},"72":{"tf":1.0},"727":{"tf":1.4142135623730951},"740":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"e":{"2":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":5,"docs":{"606":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"625":{"tf":2.0},"748":{"tf":1.0}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"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":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":2.0},"18":{"tf":1.4142135623730951},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"429":{"tf":1.4142135623730951},"55":{"tf":1.0},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.7320508075688772},"687":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"355":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"d":{"c":{"+":{"+":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":1,"docs":{"171":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":61,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"124":{"tf":2.449489742783178},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":3.605551275463989},"145":{"tf":3.1622776601683795},"146":{"tf":2.23606797749979},"147":{"tf":4.242640687119285},"148":{"tf":2.6457513110645907},"149":{"tf":3.4641016151377544},"150":{"tf":2.8284271247461903},"151":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":2.0},"617":{"tf":2.0},"619":{"tf":2.0},"621":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.0},"662":{"tf":1.0},"715":{"tf":2.23606797749979},"716":{"tf":1.4142135623730951},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.4641016151377544},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"748":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"3":{"df":1,"docs":{"141":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"6":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"672":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"623":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":20,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"368":{"tf":1.0},"395":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.7320508075688772},"465":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"59":{"tf":1.7320508075688772},"631":{"tf":1.0},"78":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"486":{"tf":2.449489742783178}}}},"df":25,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"276":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"95":{"tf":1.0}}},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":68,"docs":{"114":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":2.23606797749979},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"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},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.7320508075688772},"33":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"432":{"tf":1.4142135623730951},"452":{"tf":1.0},"50":{"tf":1.7320508075688772},"513":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"6":{"tf":1.7320508075688772},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"641":{"tf":1.0},"653":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":44,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":2.0},"172":{"tf":1.0},"178":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"204":{"tf":1.7320508075688772},"214":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"42":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":3.872983346207417},"430":{"tf":2.0},"431":{"tf":1.0},"435":{"tf":1.7320508075688772},"437":{"tf":1.0},"442":{"tf":1.4142135623730951},"448":{"tf":2.0},"449":{"tf":1.0},"450":{"tf":1.0},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772},"613":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"7":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"i":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":57,"docs":{"120":{"tf":1.4142135623730951},"139":{"tf":1.0},"162":{"tf":2.23606797749979},"19":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"374":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"383":{"tf":2.449489742783178},"384":{"tf":1.7320508075688772},"385":{"tf":3.3166247903554},"386":{"tf":2.23606797749979},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":3.4641016151377544},"426":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"482":{"tf":1.0},"487":{"tf":1.0},"544":{"tf":2.0},"547":{"tf":3.4641016151377544},"569":{"tf":1.4142135623730951},"593":{"tf":1.0},"615":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"667":{"tf":1.0},"713":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"346":{"tf":1.0},"370":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"18":{"tf":1.7320508075688772},"321":{"tf":1.0},"574":{"tf":1.0},"631":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"o":{"a":{"d":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":58,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"311":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":2.23606797749979},"356":{"tf":1.0},"359":{"tf":2.23606797749979},"361":{"tf":2.23606797749979},"364":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"391":{"tf":1.0},"4":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"500":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"667":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":2.449489742783178},"76":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"%":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"177":{"tf":1.4142135623730951},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"432":{"tf":1.0},"617":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":71,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"149":{"tf":1.0},"176":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"286":{"tf":1.0},"295":{"tf":1.7320508075688772},"301":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.23606797749979},"364":{"tf":1.7320508075688772},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":2.0},"418":{"tf":2.6457513110645907},"419":{"tf":1.0},"420":{"tf":2.0},"421":{"tf":1.0},"422":{"tf":2.0},"423":{"tf":1.0},"424":{"tf":2.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":2.449489742783178},"432":{"tf":2.23606797749979},"433":{"tf":2.0},"434":{"tf":2.0},"435":{"tf":2.0},"436":{"tf":1.7320508075688772},"437":{"tf":2.449489742783178},"438":{"tf":2.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.7320508075688772},"464":{"tf":1.0},"472":{"tf":1.7320508075688772},"512":{"tf":1.0},"517":{"tf":1.7320508075688772},"547":{"tf":2.0},"562":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"493":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"225":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0}},"i":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"619":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"1":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":3.0},"128":{"tf":2.23606797749979},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"747":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":4.0},"395":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.4142135623730951},"627":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"330":{"tf":1.0},"336":{"tf":1.0},"363":{"tf":1.4142135623730951},"366":{"tf":1.0},"470":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"493":{"tf":1.0},"657":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"448":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"t":{"df":5,"docs":{"32":{"tf":1.0},"349":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0}}},"u":{"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"331":{"tf":1.0},"469":{"tf":1.0},"59":{"tf":1.0},"691":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"d":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}},"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"m":{"1":{"df":1,"docs":{"69":{"tf":1.0}}},"a":{"c":{"df":16,"docs":{"225":{"tf":1.7320508075688772},"354":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.4142135623730951},"512":{"tf":1.0},"518":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":3,"docs":{"14":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"170":{"tf":1.0},"338":{"tf":1.0},"429":{"tf":1.0},"517":{"tf":1.0}}}}},"o":{"df":47,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"210":{"tf":2.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"230":{"tf":1.0},"276":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"39":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":2.23606797749979},"430":{"tf":1.7320508075688772},"431":{"tf":1.0},"433":{"tf":1.7320508075688772},"448":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"627":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"740":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"631":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"x":{"1":{"0":{".":{"8":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"354":{"tf":1.0},"362":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"714":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"469":{"tf":1.0}}}},"df":13,"docs":{"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":2.449489742783178},"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.7320508075688772},"363":{"tf":1.7320508075688772},"390":{"tf":1.0},"748":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"145":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"366":{"tf":1.0},"643":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.4142135623730951}}}}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}}}}},"df":32,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"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},"352":{"tf":1.0},"397":{"tf":2.0},"465":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.4142135623730951},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"434":{"tf":1.0},"45":{"tf":1.0},"530":{"tf":1.0},"546":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"511":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"359":{"tf":1.4142135623730951},"507":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":40,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"427":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"469":{"tf":1.0},"511":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.4142135623730951},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"463":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"389":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"655":{"tf":1.0},"672":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"147":{"tf":1.0},"373":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"242":{"tf":1.0},"277":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":30,"docs":{"110":{"tf":1.0},"286":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"319":{"tf":1.7320508075688772},"369":{"tf":1.0},"370":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"452":{"tf":1.4142135623730951},"489":{"tf":1.7320508075688772},"490":{"tf":2.0},"491":{"tf":1.0},"495":{"tf":1.4142135623730951},"506":{"tf":1.0},"510":{"tf":1.7320508075688772},"567":{"tf":1.7320508075688772},"568":{"tf":1.7320508075688772},"569":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"235":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"589":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"337":{"tf":1.0},"352":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"513":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"89":{"tf":1.0}}}}},"h":{"df":1,"docs":{"162":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"18":{"tf":1.0},"238":{"tf":1.0},"672":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"252":{"tf":1.0},"338":{"tf":1.0},"397":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.7320508075688772},"673":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"338":{"tf":1.0},"672":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"y":{"b":{"df":2,"docs":{"683":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"df":8,"docs":{"149":{"tf":1.0},"225":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.7320508075688772},"619":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}},"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}},"df":3,"docs":{"429":{"tf":1.0},"546":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":24,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.4142135623730951},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"513":{"tf":1.4142135623730951},"582":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"669":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":22,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"336":{"tf":1.0},"366":{"tf":1.7320508075688772},"454":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"587":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"249":{"tf":1.7320508075688772},"260":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"249":{"tf":1.0},"254":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.0},"59":{"tf":1.0},"687":{"tf":1.7320508075688772}}},"y":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"389":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":27,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.7320508075688772},"286":{"tf":1.0},"308":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"452":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":3.1622776601683795},"523":{"tf":1.0},"524":{"tf":2.23606797749979},"525":{"tf":3.3166247903554},"621":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"68":{"tf":1.0},"705":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"82":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":3,"docs":{"133":{"tf":1.0},"425":{"tf":1.0},"430":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"250":{"tf":2.449489742783178},"343":{"tf":2.0},"450":{"tf":1.0},"485":{"tf":1.4142135623730951},"507":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":10,"docs":{"286":{"tf":1.0},"311":{"tf":1.7320508075688772},"354":{"tf":1.0},"452":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"647":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.4142135623730951}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":36,"docs":{"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"253":{"tf":1.7320508075688772},"254":{"tf":2.0},"321":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.7320508075688772},"406":{"tf":1.0},"536":{"tf":2.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"574":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"666":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"690":{"tf":1.0},"695":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":2.449489742783178},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":14,"docs":{"174":{"tf":1.0},"221":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"39":{"tf":1.0},"428":{"tf":1.4142135623730951},"557":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"i":{"2":{"df":1,"docs":{"162":{"tf":1.0}}},"c":{"c":{"df":1,"docs":{"575":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"571":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"491":{"tf":1.4142135623730951}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"491":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":52,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"286":{"tf":2.0},"296":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"31":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.7320508075688772},"323":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"444":{"tf":3.3166247903554},"445":{"tf":2.8284271247461903},"446":{"tf":2.23606797749979},"447":{"tf":3.4641016151377544},"451":{"tf":1.4142135623730951},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"489":{"tf":2.23606797749979},"490":{"tf":3.0},"491":{"tf":1.7320508075688772},"495":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"533":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.7320508075688772},"572":{"tf":1.0},"573":{"tf":2.0},"574":{"tf":2.23606797749979},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"641":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.8284271247461903},"748":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"df":1,"docs":{"370":{"tf":1.0}},"g":{"df":0,"docs":{},"w":{"3":{"2":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"606":{"tf":1.0},"621":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"141":{"tf":1.4142135623730951},"276":{"tf":1.0},"297":{"tf":1.0},"451":{"tf":1.4142135623730951},"46":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"359":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"724":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}},"r":{"df":1,"docs":{"18":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"662":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"746":{"tf":1.7320508075688772},"747":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"651":{"tf":1.0},"88":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"338":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"393":{"tf":1.4142135623730951},"465":{"tf":1.0},"496":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"280":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"m":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"d":{"df":1,"docs":{"466":{"tf":1.0}},"e":{"df":17,"docs":{"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"304":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.6457513110645907},"504":{"tf":1.0},"505":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"551":{"tf":1.4142135623730951},"59":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"686":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":16,"docs":{"122":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"254":{"tf":3.1622776601683795},"288":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"340":{"tf":1.7320508075688772},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":2.0},"390":{"tf":1.0},"606":{"tf":1.0},"748":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"395":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"120":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.7320508075688772},"89":{"tf":1.0}},"i":{"df":18,"docs":{"111":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.0},"305":{"tf":1.0},"359":{"tf":1.0},"496":{"tf":1.4142135623730951},"507":{"tf":1.0},"70":{"tf":1.0},"715":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":49,"docs":{"239":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":2.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.0},"362":{"tf":1.7320508075688772},"363":{"tf":2.0},"364":{"tf":2.0},"365":{"tf":1.0},"366":{"tf":1.4142135623730951},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.4142135623730951},"507":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":2.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"337":{"tf":1.0}}},".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"608":{"tf":1.0},"621":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"608":{"tf":1.0}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"225":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.0},"430":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":2.0},"693":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"364":{"tf":1.7320508075688772},"365":{"tf":1.0},"366":{"tf":1.0},"592":{"tf":1.0},"615":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"365":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":2,"docs":{"365":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"252":{"tf":1.0},"302":{"tf":1.0},"496":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"496":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"231":{"tf":1.0},"239":{"tf":3.0},"390":{"tf":1.4142135623730951},"464":{"tf":1.0},"474":{"tf":3.1622776601683795},"476":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"339":{"tf":1.4142135623730951},"354":{"tf":1.0},"362":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.7320508075688772},"469":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"53":{"tf":1.0},"551":{"tf":1.0},"559":{"tf":1.0},"594":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.7320508075688772},"301":{"tf":1.0},"373":{"tf":2.6457513110645907},"493":{"tf":1.4142135623730951},"502":{"tf":2.23606797749979},"657":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.0},"372":{"tf":1.0},"413":{"tf":1.4142135623730951},"502":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.7320508075688772},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":2.449489742783178},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.0},"748":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"49":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"331":{"tf":1.0},"346":{"tf":1.0},"374":{"tf":1.0},"395":{"tf":1.0},"507":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"382":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":17,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"59":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":54,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"252":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"393":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":2.0},"465":{"tf":1.4142135623730951},"466":{"tf":2.449489742783178},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"507":{"tf":1.0},"52":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"639":{"tf":1.0},"65":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"18":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}}}},"y":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"555":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"281":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"491":{"tf":2.0},"505":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"491":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"491":{"tf":1.0}}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"552":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":2.0}}},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"427":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"3":{"8":{"6":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"427":{"tf":2.449489742783178},"430":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"499":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"578":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"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":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"276":{"tf":2.23606797749979},"430":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"332":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"4":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"518":{"tf":2.0},"519":{"tf":2.0},"520":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"514":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":74,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"133":{"tf":2.6457513110645907},"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"286":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.0},"366":{"tf":1.7320508075688772},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":2.449489742783178},"391":{"tf":1.0},"429":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.0},"440":{"tf":2.0},"441":{"tf":2.0},"442":{"tf":2.0},"452":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.7320508075688772},"517":{"tf":2.0},"518":{"tf":2.0},"519":{"tf":2.23606797749979},"520":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"547":{"tf":2.6457513110645907},"562":{"tf":1.7320508075688772},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"610":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"667":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":13,"docs":{"249":{"tf":1.0},"386":{"tf":1.0},"472":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":2.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"645":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"547":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"18":{"tf":1.0},"250":{"tf":1.0},"434":{"tf":1.4142135623730951},"529":{"tf":1.0},"540":{"tf":1.7320508075688772},"608":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"350":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"177":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"513":{"tf":1.0},"621":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":2,"docs":{"370":{"tf":1.0},"546":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"478":{"tf":1.0},"511":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}},"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":{"194":{"tf":1.0},"275":{"tf":1.0},"283":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":103,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":2.0},"13":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":2.8284271247461903},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.4142135623730951},"397":{"tf":2.23606797749979},"415":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"659":{"tf":1.0},"664":{"tf":2.0},"671":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":2.0},"705":{"tf":1.4142135623730951},"708":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"722":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"439":{"tf":1.0},"687":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"672":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"371":{"tf":1.0},"447":{"tf":1.0}}}}}}}}}}}},"w":{"df":115,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.449489742783178},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"349":{"tf":1.0},"351":{"tf":2.23606797749979},"359":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"428":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"507":{"tf":1.7320508075688772},"510":{"tf":1.7320508075688772},"513":{"tf":1.0},"525":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"606":{"tf":3.4641016151377544},"608":{"tf":2.6457513110645907},"610":{"tf":1.4142135623730951},"613":{"tf":2.449489742783178},"615":{"tf":3.605551275463989},"617":{"tf":2.8284271247461903},"619":{"tf":2.8284271247461903},"621":{"tf":3.3166247903554},"623":{"tf":2.23606797749979},"625":{"tf":3.605551275463989},"627":{"tf":2.0},"629":{"tf":1.4142135623730951},"631":{"tf":2.6457513110645907},"633":{"tf":1.7320508075688772},"635":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":3.0},"641":{"tf":1.7320508075688772},"643":{"tf":2.6457513110645907},"645":{"tf":3.3166247903554},"647":{"tf":2.6457513110645907},"649":{"tf":2.0},"651":{"tf":2.0},"653":{"tf":2.0},"655":{"tf":3.3166247903554},"659":{"tf":2.6457513110645907},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":2.0},"727":{"tf":1.0},"730":{"tf":2.449489742783178},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"359":{"tf":1.0},"625":{"tf":1.0},"637":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"462":{"tf":2.23606797749979}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"260":{"tf":1.0},"363":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"669":{"tf":1.0},"743":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"j":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"n":{"df":14,"docs":{"19":{"tf":1.0},"254":{"tf":1.0},"3":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"372":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":1,"docs":{"496":{"tf":1.0}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"14":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"370":{"tf":2.6457513110645907},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":2.0},"608":{"tf":1.0},"639":{"tf":1.0},"668":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.0},"738":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"583":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":106,"docs":{"110":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"305":{"tf":1.7320508075688772},"319":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"378":{"tf":1.0},"387":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"446":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"452":{"tf":1.0},"457":{"tf":1.0},"462":{"tf":1.7320508075688772},"467":{"tf":1.0},"473":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"496":{"tf":1.0},"506":{"tf":1.7320508075688772},"507":{"tf":3.4641016151377544},"508":{"tf":3.872983346207417},"509":{"tf":1.0},"510":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"585":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.7320508075688772},"662":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"696":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.7320508075688772},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":2.23606797749979},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.0},"569":{"tf":1.0},"579":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"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":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"75":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":2.0},"569":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"d":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"623":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"238":{"tf":1.0},"649":{"tf":1.0}}}},"n":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"510":{"tf":1.0},"55":{"tf":1.0},"649":{"tf":1.0}}}}},"h":{"df":7,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"257":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"142":{"tf":1.0},"253":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"250":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0}}},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"313":{"tf":1.0},"549":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"w":{"df":42,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"252":{"tf":2.449489742783178},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"326":{"tf":1.0},"333":{"tf":1.7320508075688772},"344":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"372":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.0},"412":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":2.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"536":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"536":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":7,"docs":{"18":{"tf":1.0},"359":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.7320508075688772},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"338":{"tf":1.0},"671":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"361":{"tf":1.0},"669":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"275":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.7320508075688772},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"667":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"738":{"tf":1.0},"739":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":4.47213595499958},"250":{"tf":1.4142135623730951},"338":{"tf":1.0},"672":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"361":{"tf":1.4142135623730951},"362":{"tf":2.8284271247461903}},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"244":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"333":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.0},"457":{"tf":1.0},"532":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"742":{"tf":2.23606797749979},"748":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"546":{"tf":1.0}},"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":{"df":1,"docs":{"543":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"174":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"617":{"tf":1.0},"623":{"tf":1.4142135623730951},"655":{"tf":1.0},"670":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":2.8284271247461903},"697":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"436":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"476":{"tf":1.0}},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"727":{"tf":1.4142135623730951},"728":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951}}},"l":{"d":{"df":20,"docs":{"150":{"tf":1.0},"190":{"tf":1.0},"263":{"tf":1.0},"351":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.4142135623730951},"412":{"tf":1.0},"462":{"tf":1.0},"486":{"tf":1.0},"589":{"tf":1.0},"593":{"tf":1.0},"596":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"730":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"359":{"tf":1.0},"641":{"tf":1.0},"730":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.0},"562":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"337":{"tf":1.0},"369":{"tf":1.0},"610":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":8,"docs":{"230":{"tf":1.0},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"501":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":73,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.0},"309":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"4":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":2.449489742783178},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":2.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"533":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"580":{"tf":1.0},"599":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"162":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"505":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}}},"p":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"304":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":55,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"162":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.4142135623730951},"223":{"tf":1.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"243":{"tf":2.0},"244":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"394":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"452":{"tf":1.7320508075688772},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":2.449489742783178},"504":{"tf":1.7320508075688772},"505":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"70":{"tf":2.449489742783178},"711":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"304":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":8,"docs":{"373":{"tf":2.0},"391":{"tf":1.0},"397":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"49":{"tf":1.0},"659":{"tf":1.0},"687":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"719":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"589":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"589":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":65,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.4142135623730951},"483":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"/":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.0},"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"18":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":62,"docs":{"118":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"260":{"tf":1.0},"277":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"475":{"tf":1.0},"486":{"tf":1.0},"494":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"651":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"745":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}}}},"df":1,"docs":{"351":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"352":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"392":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"253":{"tf":1.0},"372":{"tf":1.0},"486":{"tf":1.4142135623730951},"666":{"tf":1.0},"721":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":12,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"434":{"tf":2.0},"49":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.4142135623730951},"741":{"tf":2.23606797749979}},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"465":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"242":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.0},"463":{"tf":1.0},"669":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":38,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":3.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0},"631":{"tf":1.0},"671":{"tf":1.0},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"342":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":55,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":3.0},"260":{"tf":1.7320508075688772},"261":{"tf":2.23606797749979},"302":{"tf":1.4142135623730951},"320":{"tf":1.0},"338":{"tf":2.23606797749979},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"393":{"tf":2.23606797749979},"429":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.1622776601683795},"468":{"tf":1.0},"469":{"tf":1.7320508075688772},"470":{"tf":1.0},"474":{"tf":3.7416573867739413},"475":{"tf":1.0},"476":{"tf":2.0},"478":{"tf":2.23606797749979},"496":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"77":{"tf":1.0},"88":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"664":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":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":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"139":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.4142135623730951},"527":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"397":{"tf":1.0},"478":{"tf":1.0},"741":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"252":{"tf":1.0},"486":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":2.0},"517":{"tf":1.0},"536":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"23":{"tf":1.0},"472":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.4142135623730951}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"647":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":1.0},"710":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"df":2,"docs":{"371":{"tf":1.0},"524":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"142":{"tf":1.0},"333":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"613":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":30,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":112,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"282":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.0},"425":{"tf":1.4142135623730951},"431":{"tf":1.4142135623730951},"436":{"tf":1.0},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"453":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"514":{"tf":2.23606797749979},"517":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"567":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"598":{"tf":1.0},"601":{"tf":1.4142135623730951},"606":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"+":{"3":{"+":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"507":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":2.0},"625":{"tf":1.4142135623730951},"701":{"tf":1.0},"710":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"170":{"tf":1.0},"671":{"tf":1.0}}}}}},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":146,"docs":{"14":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.6457513110645907},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":3.0},"235":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":3.1622776601683795},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.3166247903554},"253":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":3.0},"281":{"tf":1.0},"286":{"tf":2.449489742783178},"289":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.7320508075688772},"331":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":3.0},"339":{"tf":2.449489742783178},"342":{"tf":2.0},"359":{"tf":1.4142135623730951},"367":{"tf":3.0},"368":{"tf":5.744562646538029},"369":{"tf":4.123105625617661},"370":{"tf":2.0},"371":{"tf":2.8284271247461903},"372":{"tf":1.7320508075688772},"373":{"tf":3.4641016151377544},"374":{"tf":2.6457513110645907},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":2.23606797749979},"378":{"tf":2.449489742783178},"380":{"tf":1.0},"381":{"tf":2.0},"382":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"447":{"tf":1.7320508075688772},"452":{"tf":2.23606797749979},"456":{"tf":1.0},"469":{"tf":1.4142135623730951},"473":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.7320508075688772},"489":{"tf":1.7320508075688772},"490":{"tf":2.449489742783178},"491":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.7320508075688772},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"508":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":2.449489742783178},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":2.6457513110645907},"528":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":2.0},"583":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":2.449489742783178},"655":{"tf":1.7320508075688772},"657":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"666":{"tf":1.7320508075688772},"667":{"tf":2.23606797749979},"668":{"tf":2.23606797749979},"669":{"tf":2.449489742783178},"671":{"tf":2.6457513110645907},"674":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"733":{"tf":1.4142135623730951},"736":{"tf":2.0},"739":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"368":{"tf":1.0},"369":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"377":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"d":{":":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"1":{"5":{"df":1,"docs":{"514":{"tf":1.0}}},"6":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"514":{"tf":1.0}}},"df":1,"docs":{"514":{"tf":1.0}}},"2":{"df":1,"docs":{"514":{"tf":1.0}}},"3":{"df":1,"docs":{"514":{"tf":1.0}}},"4":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"513":{"tf":1.4142135623730951},"575":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"735":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"377":{"tf":1.0}}}}}},"s":{".":{"a":{"d":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"´":{"df":1,"docs":{"738":{"tf":1.0}}}}}}},"i":{"d":{"df":9,"docs":{"244":{"tf":1.0},"252":{"tf":2.0},"491":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"583":{"tf":3.1622776601683795},"641":{"tf":1.4142135623730951},"727":{"tf":1.0},"733":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":2.23606797749979}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}},"s":{"df":4,"docs":{"235":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}},"t":{"df":70,"docs":{"1":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"331":{"tf":3.0},"333":{"tf":1.7320508075688772},"336":{"tf":2.0},"337":{"tf":1.0},"339":{"tf":2.0},"344":{"tf":1.7320508075688772},"358":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"454":{"tf":1.4142135623730951},"456":{"tf":1.0},"469":{"tf":1.7320508075688772},"478":{"tf":1.0},"501":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":2.0},"699":{"tf":1.4142135623730951},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"606":{"tf":1.0},"653":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"408":{"tf":1.7320508075688772},"409":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"368":{"tf":1.0},"392":{"tf":1.0},"490":{"tf":1.0},"625":{"tf":1.0},"668":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"129":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"463":{"tf":1.0},"478":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"514":{"tf":1.0},"580":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"114":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"464":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"532":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"670":{"tf":1.0},"676":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"687":{"tf":1.0},"73":{"tf":2.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"149":{"tf":1.0},"53":{"tf":1.0},"655":{"tf":1.0}}}}},"c":{"df":1,"docs":{"428":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"361":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"128":{"tf":1.0},"145":{"tf":1.0},"505":{"tf":1.0},"639":{"tf":1.0}}}},"df":5,"docs":{"412":{"tf":2.8284271247461903},"413":{"tf":2.8284271247461903},"415":{"tf":2.6457513110645907},"416":{"tf":3.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"395":{"tf":1.0},"55":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":15,"docs":{"235":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"374":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.7320508075688772},"447":{"tf":1.0},"467":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":18,"docs":{"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"233":{"tf":1.0},"257":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"527":{"tf":1.0},"583":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"669":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"373":{"tf":1.0},"486":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":6,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"737":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"233":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"337":{"tf":1.0},"384":{"tf":1.0},"627":{"tf":1.0},"641":{"tf":1.0},"662":{"tf":1.0},"698":{"tf":2.0},"699":{"tf":1.7320508075688772},"700":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"507":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"466":{"tf":1.0},"469":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"743":{"tf":1.0}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"16":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.7320508075688772},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"579":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"386":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"629":{"tf":1.0}},"|":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"18":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":2.6457513110645907},"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.4142135623730951},"59":{"tf":2.0},"664":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"387":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"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":1,"docs":{"63":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"114":{"tf":1.0},"130":{"tf":1.0},"369":{"tf":1.0},"397":{"tf":1.4142135623730951},"457":{"tf":1.0},"465":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"269":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"696":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"172":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"295":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.7320508075688772},"427":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"433":{"tf":1.7320508075688772},"434":{"tf":1.7320508075688772},"435":{"tf":1.7320508075688772},"437":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"44":{"tf":1.0},"440":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"462":{"tf":1.0},"463":{"tf":1.4142135623730951},"512":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"111":{"tf":1.0},"305":{"tf":1.0},"367":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"375":{"tf":1.4142135623730951},"507":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"138":{"tf":1.0},"238":{"tf":1.4142135623730951},"257":{"tf":1.0},"269":{"tf":1.0},"305":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.4142135623730951},"469":{"tf":1.4142135623730951},"507":{"tf":2.0},"508":{"tf":1.4142135623730951},"510":{"tf":2.449489742783178},"511":{"tf":2.23606797749979},"627":{"tf":1.0},"631":{"tf":1.0},"669":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":4,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"122":{"tf":1.0},"145":{"tf":1.7320508075688772},"150":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"647":{"tf":1.0},"662":{"tf":1.0},"689":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"719":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":3,"docs":{"18":{"tf":1.0},"249":{"tf":1.0},"364":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":459,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.4142135623730951},"117":{"tf":2.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":3.605551275463989},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":3.605551275463989},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"185":{"tf":2.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":2.449489742783178},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.8284271247461903},"226":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"23":{"tf":1.7320508075688772},"230":{"tf":3.3166247903554},"231":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.23606797749979},"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772},"236":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"262":{"tf":2.8284271247461903},"263":{"tf":2.449489742783178},"264":{"tf":2.449489742783178},"265":{"tf":2.449489742783178},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"274":{"tf":2.0},"275":{"tf":1.7320508075688772},"276":{"tf":2.6457513110645907},"277":{"tf":2.23606797749979},"278":{"tf":2.0},"279":{"tf":1.7320508075688772},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":2.23606797749979},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.7320508075688772},"295":{"tf":1.0},"298":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":2.23606797749979},"339":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"340":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"353":{"tf":1.4142135623730951},"354":{"tf":3.7416573867739413},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":3.872983346207417},"36":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.7320508075688772},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":4.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"373":{"tf":2.0},"374":{"tf":1.7320508075688772},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"379":{"tf":1.0},"38":{"tf":1.7320508075688772},"380":{"tf":2.0},"381":{"tf":2.23606797749979},"382":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"384":{"tf":2.6457513110645907},"385":{"tf":2.8284271247461903},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":2.0},"389":{"tf":3.7416573867739413},"39":{"tf":1.4142135623730951},"390":{"tf":2.8284271247461903},"391":{"tf":3.605551275463989},"392":{"tf":2.23606797749979},"393":{"tf":2.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":2.8284271247461903},"398":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"405":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772},"416":{"tf":1.7320508075688772},"418":{"tf":1.7320508075688772},"419":{"tf":1.7320508075688772},"42":{"tf":1.0},"420":{"tf":1.7320508075688772},"423":{"tf":1.0},"425":{"tf":2.0},"426":{"tf":2.449489742783178},"427":{"tf":3.4641016151377544},"428":{"tf":2.449489742783178},"429":{"tf":2.449489742783178},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":2.0},"432":{"tf":2.23606797749979},"433":{"tf":1.4142135623730951},"434":{"tf":2.23606797749979},"435":{"tf":1.4142135623730951},"438":{"tf":1.0},"44":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.4142135623730951},"453":{"tf":2.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.7320508075688772},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":2.0},"459":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.7320508075688772},"462":{"tf":3.3166247903554},"463":{"tf":1.7320508075688772},"464":{"tf":2.449489742783178},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.7320508075688772},"468":{"tf":2.0},"469":{"tf":2.23606797749979},"47":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":2.6457513110645907},"474":{"tf":7.3484692283495345},"475":{"tf":2.0},"476":{"tf":2.23606797749979},"478":{"tf":2.6457513110645907},"479":{"tf":1.0},"48":{"tf":1.4142135623730951},"485":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"496":{"tf":2.8284271247461903},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":3.0},"511":{"tf":1.7320508075688772},"513":{"tf":2.0},"517":{"tf":2.23606797749979},"518":{"tf":2.0},"519":{"tf":2.0},"52":{"tf":2.23606797749979},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.7320508075688772},"525":{"tf":2.0},"527":{"tf":1.4142135623730951},"53":{"tf":2.6457513110645907},"530":{"tf":2.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":2.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":2.6457513110645907},"551":{"tf":2.0},"554":{"tf":1.7320508075688772},"557":{"tf":2.6457513110645907},"559":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"562":{"tf":1.0},"568":{"tf":2.23606797749979},"569":{"tf":1.0},"57":{"tf":1.4142135623730951},"574":{"tf":2.0},"575":{"tf":1.0},"577":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.7320508075688772},"589":{"tf":1.7320508075688772},"59":{"tf":2.8284271247461903},"591":{"tf":1.4142135623730951},"592":{"tf":2.0},"593":{"tf":2.6457513110645907},"594":{"tf":1.7320508075688772},"595":{"tf":1.7320508075688772},"596":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"602":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":2.8284271247461903},"615":{"tf":2.23606797749979},"617":{"tf":2.449489742783178},"619":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":3.3166247903554},"627":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"631":{"tf":3.0},"633":{"tf":1.7320508075688772},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.0},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":2.0},"645":{"tf":3.1622776601683795},"647":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"667":{"tf":2.0},"668":{"tf":2.0},"669":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"670":{"tf":3.1622776601683795},"671":{"tf":3.605551275463989},"672":{"tf":2.0},"673":{"tf":1.7320508075688772},"674":{"tf":1.0},"676":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"68":{"tf":2.23606797749979},"681":{"tf":1.7320508075688772},"682":{"tf":1.4142135623730951},"684":{"tf":1.7320508075688772},"685":{"tf":1.0},"686":{"tf":1.7320508075688772},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"690":{"tf":2.23606797749979},"691":{"tf":2.0},"692":{"tf":2.0},"693":{"tf":2.8284271247461903},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"70":{"tf":2.6457513110645907},"700":{"tf":1.4142135623730951},"701":{"tf":2.449489742783178},"704":{"tf":1.0},"705":{"tf":2.23606797749979},"706":{"tf":1.7320508075688772},"707":{"tf":2.449489742783178},"708":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":2.23606797749979},"711":{"tf":2.23606797749979},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.23606797749979},"715":{"tf":3.1622776601683795},"716":{"tf":2.0},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":2.0},"72":{"tf":1.4142135623730951},"720":{"tf":1.7320508075688772},"721":{"tf":2.0},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":3.1622776601683795},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"730":{"tf":2.449489742783178},"731":{"tf":1.7320508075688772},"732":{"tf":2.0},"736":{"tf":1.4142135623730951},"737":{"tf":1.0},"738":{"tf":1.7320508075688772},"739":{"tf":1.0},"74":{"tf":3.3166247903554},"740":{"tf":2.0},"741":{"tf":2.23606797749979},"742":{"tf":1.7320508075688772},"743":{"tf":1.7320508075688772},"744":{"tf":1.7320508075688772},"748":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":3.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":2.449489742783178},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"528":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"427":{"tf":1.0},"430":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":41,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"242":{"tf":1.0},"249":{"tf":3.605551275463989},"250":{"tf":2.8284271247461903},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.0},"525":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"225":{"tf":1.0},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"621":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"276":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{";":{"$":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"691":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"346":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"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":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"267":{"tf":1.0},"615":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"346":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"575":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"330":{"tf":1.0},"36":{"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":1,"docs":{"578":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"382":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"629":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"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":{},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":8,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"562":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":17,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"284":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"374":{"tf":1.4142135623730951},"447":{"tf":1.0},"486":{"tf":3.1622776601683795},"619":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"338":{"tf":1.0},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"177":{"tf":2.23606797749979},"225":{"tf":1.0},"6":{"tf":1.0}}}},"df":3,"docs":{"445":{"tf":1.0},"447":{"tf":1.0},"507":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"28":{"tf":1.0},"323":{"tf":1.0},"445":{"tf":1.0},"507":{"tf":1.4142135623730951},"580":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"610":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"385":{"tf":1.7320508075688772},"687":{"tf":1.0}}}},"p":{"df":7,"docs":{"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"384":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}},"df":1,"docs":{"525":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"159":{"tf":1.0}}}},"df":4,"docs":{"246":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.0},"466":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"374":{"tf":1.0},"486":{"tf":2.449489742783178},"619":{"tf":1.0},"700":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":53,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.4142135623730951},"500":{"tf":1.0},"549":{"tf":1.0},"595":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"653":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951},"697":{"tf":1.0},"701":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"724":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"710":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"738":{"tf":1.0},"743":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}},"r":{"#":{"1":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"613":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"610":{"tf":1.0}}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"6":{"df":1,"docs":{"608":{"tf":1.0}}},"7":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"df":1,"docs":{"608":{"tf":1.0}}},"3":{"df":1,"docs":{"608":{"tf":1.7320508075688772}}},"df":1,"docs":{"608":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"2":{"df":1,"docs":{"606":{"tf":1.0}}},"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"249":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"469":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"647":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"355":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"480":{"tf":1.4142135623730951},"562":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"562":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"230":{"tf":1.4142135623730951},"242":{"tf":1.0},"319":{"tf":1.0},"389":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"687":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.4142135623730951},"741":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772}}},"t":{"c":{"df":0,"docs":{},"h":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"552":{"tf":1.0},"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"286":{"tf":1.0},"314":{"tf":1.7320508075688772},"452":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.7320508075688772},"551":{"tf":2.0},"552":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"623":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"152":{"tf":1.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"397":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"360":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":25,"docs":{"138":{"tf":1.0},"20":{"tf":1.0},"286":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"395":{"tf":1.0},"424":{"tf":1.0},"452":{"tf":1.4142135623730951},"478":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.8284271247461903},"512":{"tf":1.7320508075688772},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"655":{"tf":1.0},"730":{"tf":1.0}}}},"t":{"/":{"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":{"df":2,"docs":{"262":{"tf":1.0},"268":{"tf":1.4142135623730951}}}},"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":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":51,"docs":{"17":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"295":{"tf":1.0},"311":{"tf":2.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"371":{"tf":2.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":2.23606797749979},"384":{"tf":3.4641016151377544},"385":{"tf":2.449489742783178},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"391":{"tf":2.6457513110645907},"418":{"tf":1.7320508075688772},"421":{"tf":1.7320508075688772},"422":{"tf":1.7320508075688772},"436":{"tf":2.8284271247461903},"437":{"tf":1.7320508075688772},"438":{"tf":3.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"475":{"tf":1.0},"480":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":2.23606797749979},"544":{"tf":1.0},"568":{"tf":1.0},"621":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":2.8284271247461903},"700":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"412":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"507":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"249":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"591":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"641":{"tf":1.0},"653":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":10,"docs":{"185":{"tf":1.0},"232":{"tf":1.0},"342":{"tf":1.0},"373":{"tf":1.0},"427":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0}},"s":{"df":9,"docs":{"125":{"tf":1.0},"149":{"tf":1.0},"249":{"tf":1.0},"269":{"tf":1.0},"344":{"tf":1.0},"534":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.4142135623730951},"562":{"tf":1.0},"613":{"tf":1.0}}}},"o":{"df":10,"docs":{"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}},"r":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.4142135623730951},"397":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"649":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951},"368":{"tf":1.0},"485":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"174":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":2.0},"395":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"599":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":20,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"253":{"tf":2.6457513110645907},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0},"482":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"572":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":112,"docs":{"14":{"tf":3.0},"162":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.7320508075688772},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"253":{"tf":4.0},"254":{"tf":1.0},"257":{"tf":2.0},"260":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.4142135623730951},"331":{"tf":2.449489742783178},"336":{"tf":2.23606797749979},"337":{"tf":1.4142135623730951},"338":{"tf":4.69041575982343},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"395":{"tf":2.23606797749979},"397":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.0},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"464":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"476":{"tf":1.0},"478":{"tf":2.0},"482":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"571":{"tf":1.0},"580":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":2.0},"59":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"655":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.6457513110645907},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.23606797749979},"670":{"tf":3.605551275463989},"671":{"tf":2.8284271247461903},"672":{"tf":2.23606797749979},"673":{"tf":2.0},"674":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.7320508075688772},"684":{"tf":1.7320508075688772},"685":{"tf":2.0},"686":{"tf":3.4641016151377544},"687":{"tf":2.0},"690":{"tf":1.4142135623730951},"694":{"tf":2.0},"696":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772},"707":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"78":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"249":{"tf":1.0},"390":{"tf":1.0}}},"/":{"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":4,"docs":{"329":{"tf":1.4142135623730951},"452":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"333":{"tf":2.6457513110645907},"344":{"tf":1.7320508075688772}}}}}}}},"df":57,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.6457513110645907},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.7320508075688772},"334":{"tf":1.0},"335":{"tf":2.23606797749979},"338":{"tf":2.23606797749979},"339":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.6457513110645907},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":2.0},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"432":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"59":{"tf":1.4142135623730951},"663":{"tf":1.0},"669":{"tf":2.0},"685":{"tf":1.0},"687":{"tf":1.0},"714":{"tf":1.4142135623730951},"736":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"253":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"690":{"tf":1.0},"696":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"608":{"tf":1.0}},"t":{"df":18,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.6457513110645907},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"469":{"tf":1.0},"747":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"89":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"647":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":38,"docs":{"162":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.7320508075688772},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.4142135623730951},"383":{"tf":2.449489742783178},"384":{"tf":1.4142135623730951},"385":{"tf":3.872983346207417},"386":{"tf":2.6457513110645907},"387":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":3.7416573867739413},"434":{"tf":1.4142135623730951},"436":{"tf":1.0},"445":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"615":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"65":{"tf":2.0},"653":{"tf":1.0},"66":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"627":{"tf":1.0},"651":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"653":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"6":{"4":{"3":{"2":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"286":{"tf":1.0},"325":{"tf":1.7320508075688772},"452":{"tf":1.0},"584":{"tf":1.7320508075688772},"585":{"tf":2.23606797749979},"586":{"tf":1.0},"587":{"tf":3.1622776601683795},"78":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":{"613":{"tf":1.0}}}}}}},"df":88,"docs":{"105":{"tf":1.0},"114":{"tf":2.23606797749979},"147":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"242":{"tf":2.23606797749979},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":2.0},"279":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"360":{"tf":1.0},"40":{"tf":1.7320508075688772},"500":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"532":{"tf":2.0},"534":{"tf":1.7320508075688772},"536":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.7320508075688772}},"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":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"149":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"276":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"463":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"242":{"tf":1.0},"339":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"276":{"tf":1.0},"426":{"tf":1.0},"75":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"469":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"363":{"tf":1.7320508075688772},"395":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":74,"docs":{"12":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"39":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"448":{"tf":2.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"454":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"606":{"tf":1.0},"617":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.7320508075688772},"732":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"457":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"$":{"<":{"$":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{">":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"d":{"a":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"d":{"a":{"df":2,"docs":{"59":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":8,"docs":{"111":{"tf":1.0},"53":{"tf":1.0},"597":{"tf":1.0},"615":{"tf":1.0},"639":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"534":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"361":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":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":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"365":{"tf":1.0},"615":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"268":{"tf":1.0},"625":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"572":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"365":{"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":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"108":{"tf":1.0},"149":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"363":{"tf":3.1622776601683795},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"661":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"346":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":14,"docs":{"120":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"345":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"358":{"tf":1.7320508075688772},"380":{"tf":1.0},"385":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"13":{"tf":1.0},"693":{"tf":1.0}}}}},"q":{"df":82,"docs":{"663":{"tf":2.449489742783178},"664":{"tf":1.4142135623730951},"665":{"tf":1.7320508075688772},"666":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"670":{"tf":4.123105625617661},"671":{"tf":1.7320508075688772},"672":{"tf":1.4142135623730951},"673":{"tf":1.7320508075688772},"674":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"684":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"690":{"tf":2.6457513110645907},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"694":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"700":{"tf":1.7320508075688772},"701":{"tf":3.605551275463989},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951},"709":{"tf":1.4142135623730951},"710":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"714":{"tf":1.4142135623730951},"715":{"tf":3.3166247903554},"716":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":4.123105625617661},"728":{"tf":1.4142135623730951},"729":{"tf":1.4142135623730951},"730":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"286":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":1.4142135623730951},"450":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.0},"578":{"tf":1.0},"606":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":5,"docs":{"333":{"tf":1.0},"344":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"483":{"tf":1.0},"549":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":88,"docs":{"127":{"tf":1.0},"143":{"tf":1.7320508075688772},"151":{"tf":1.0},"371":{"tf":1.0},"662":{"tf":2.23606797749979},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":13,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"374":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.7320508075688772},"486":{"tf":2.0},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"619":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"513":{"tf":1.0},"517":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"346":{"tf":1.0},"499":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"18":{"tf":1.0},"382":{"tf":1.0},"513":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"367":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":9,"docs":{"269":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.0},"389":{"tf":1.0},"511":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"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":8,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"649":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"673":{"tf":1.4142135623730951}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":8,"docs":{"258":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{":":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"395":{"tf":1.0},"469":{"tf":1.0},"508":{"tf":1.0}}},"t":{"df":4,"docs":{"481":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"737":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"315":{"tf":1.0},"554":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":23,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"268":{"tf":1.0},"330":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"427":{"tf":1.0},"436":{"tf":1.0},"496":{"tf":1.0},"527":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":7,"docs":{"157":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"343":{"tf":1.0},"405":{"tf":1.0},"511":{"tf":1.0},"697":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"354":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"465":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":17,"docs":{"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"254":{"tf":2.23606797749979},"287":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"340":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"670":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":2.0},"697":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"336":{"tf":1.0},"373":{"tf":1.0},"448":{"tf":1.0},"466":{"tf":1.4142135623730951},"530":{"tf":1.0},"671":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"549":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"255":{"tf":1.0},"258":{"tf":1.4142135623730951},"359":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"397":{"tf":1.4142135623730951},"463":{"tf":1.0},"602":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"699":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"562":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"269":{"tf":1.0},"281":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"229":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"493":{"tf":1.0},"522":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.0},"728":{"tf":1.0},"744":{"tf":1.0}}},"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":{"368":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"374":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":8,"docs":{"246":{"tf":1.0},"31":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"378":{"tf":1.0},"469":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"462":{"tf":1.0}}}}}},"df":2,"docs":{"363":{"tf":1.0},"462":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"166":{"tf":1.0},"284":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"608":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"725":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":7,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"371":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}},"t":{"df":5,"docs":{"238":{"tf":1.0},"31":{"tf":1.0},"389":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"147":{"tf":1.0},"333":{"tf":1.4142135623730951},"699":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"491":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"659":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"355":{"tf":1.0},"362":{"tf":1.4142135623730951},"391":{"tf":1.7320508075688772},"458":{"tf":1.7320508075688772},"532":{"tf":1.0},"599":{"tf":1.0},"662":{"tf":1.0},"742":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"147":{"tf":1.0},"391":{"tf":1.0},"716":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"244":{"tf":1.0},"254":{"tf":1.0},"363":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"143":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"522":{"tf":1.0},"69":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"739":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.0},"142":{"tf":1.4142135623730951},"245":{"tf":1.0},"354":{"tf":1.0},"42":{"tf":1.0},"445":{"tf":1.7320508075688772},"450":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.4142135623730951},"747":{"tf":2.8284271247461903},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"450":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"490":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":71,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"372":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"425":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"486":{"tf":1.0},"489":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"52":{"tf":1.0},"549":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"573":{"tf":1.0},"579":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"601":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":79,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"161":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"724":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"344":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":2,"docs":{"236":{"tf":1.0},"699":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"363":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"19":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"307":{"tf":1.7320508075688772},"31":{"tf":2.0},"418":{"tf":1.0},"424":{"tf":1.7320508075688772},"452":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":2.23606797749979},"514":{"tf":2.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"527":{"tf":1.0},"653":{"tf":2.23606797749979}}},"v":{"df":14,"docs":{"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"536":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"225":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.0},"637":{"tf":1.0},"655":{"tf":1.7320508075688772},"659":{"tf":1.0},"70":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.0},"617":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"623":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":28,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.7320508075688772},"225":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"30":{"tf":1.0},"364":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"7":{"tf":1.0},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.23606797749979},"464":{"tf":1.0},"475":{"tf":1.4142135623730951},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"743":{"tf":1.0},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"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":7,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0},"643":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"236":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":1.0},"359":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"318":{"tf":1.0},"335":{"tf":1.0},"346":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.8284271247461903},"372":{"tf":2.0},"374":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"418":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.4142135623730951},"462":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.7320508075688772},"514":{"tf":1.4142135623730951},"517":{"tf":2.23606797749979},"562":{"tf":1.0},"653":{"tf":1.7320508075688772},"738":{"tf":1.0},"748":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"q":{"df":2,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":27,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.7320508075688772},"317":{"tf":1.7320508075688772},"359":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.4142135623730951},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":2.0},"560":{"tf":1.0},"610":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":49,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":2.449489742783178},"217":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.7320508075688772},"326":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"340":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"432":{"tf":1.0},"451":{"tf":2.0},"452":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.4142135623730951},"494":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"717":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"741":{"tf":1.0}}},"n":{"df":4,"docs":{"335":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"320":{"tf":1.0},"368":{"tf":1.0},"571":{"tf":1.0},"623":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":4,"docs":{"238":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":1.0},"608":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.7320508075688772},"403":{"tf":1.4142135623730951},"411":{"tf":1.7320508075688772},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"462":{"tf":2.6457513110645907},"488":{"tf":1.4142135623730951},"556":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":2.23606797749979},"59":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0}}}},"v":{"df":3,"docs":{"18":{"tf":1.0},"371":{"tf":1.0},"713":{"tf":1.0}}}},"n":{"df":2,"docs":{"23":{"tf":1.0},"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"162":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"593":{"tf":1.0},"617":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"276":{"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":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"20":{"tf":1.0},"389":{"tf":1.0},"478":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":10,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"339":{"tf":1.7320508075688772},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"378":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"575":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.7320508075688772},"667":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"743":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"727":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":3,"docs":{"373":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"619":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"244":{"tf":1.0},"335":{"tf":2.449489742783178},"337":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"490":{"tf":1.0},"627":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"331":{"tf":1.0},"333":{"tf":2.0},"338":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"392":{"tf":1.0},"466":{"tf":1.7320508075688772},"476":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"621":{"tf":1.0},"664":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":11,"docs":{"162":{"tf":1.0},"301":{"tf":1.0},"319":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.0},"549":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"748":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"105":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.6457513110645907},"238":{"tf":1.7320508075688772},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.449489742783178},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.6457513110645907},"458":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":1.0},"466":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":5.196152422706632},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"496":{"tf":1.0},"505":{"tf":2.0},"508":{"tf":3.1622776601683795},"511":{"tf":2.449489742783178},"525":{"tf":1.7320508075688772},"536":{"tf":1.0},"538":{"tf":1.7320508075688772},"544":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.7320508075688772},"583":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.4142135623730951},"631":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.449489742783178},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":2.449489742783178},"728":{"tf":1.7320508075688772},"732":{"tf":1.4142135623730951},"737":{"tf":1.7320508075688772},"742":{"tf":1.4142135623730951},"744":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"264":{"tf":1.4142135623730951},"715":{"tf":1.0},"720":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"380":{"tf":1.0}}}},"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"12":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"19":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"659":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"276":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.23606797749979},"476":{"tf":1.0},"524":{"tf":1.0},"566":{"tf":1.0},"606":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"59":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"c":{"b":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"747":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"276":{"tf":1.0},"381":{"tf":1.0},"458":{"tf":1.4142135623730951},"532":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":9,"docs":{"31":{"tf":1.0},"337":{"tf":1.0},"388":{"tf":1.0},"393":{"tf":1.7320508075688772},"467":{"tf":1.0},"469":{"tf":1.0},"496":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}}}},"w":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":1,"docs":{"254":{"tf":1.7320508075688772}},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0}}}},"n":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"14":{"tf":1.0},"177":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"331":{"tf":1.0},"351":{"tf":1.0},"395":{"tf":1.4142135623730951},"448":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"621":{"tf":1.0},"627":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"286":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":2.0},"450":{"tf":2.0},"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"245":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951}}}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":7,"docs":{"188":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"329":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"606":{"tf":1.0}},"r":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":52,"docs":{"108":{"tf":1.0},"130":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"349":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.0},"392":{"tf":1.0},"413":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"474":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"55":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"629":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"249":{"tf":2.6457513110645907},"251":{"tf":1.4142135623730951},"252":{"tf":4.123105625617661},"253":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"385":{"tf":1.0},"397":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":2.23606797749979},"510":{"tf":1.0},"55":{"tf":1.4142135623730951},"585":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"619":{"tf":1.7320508075688772},"641":{"tf":1.0},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":2.449489742783178},"673":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":1.4142135623730951},"705":{"tf":1.0}}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"253":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.0},"499":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"74":{"tf":1.0},"86":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.7320508075688772},"366":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":2.8284271247461903},"562":{"tf":2.0},"643":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.4142135623730951},"741":{"tf":2.6457513110645907}}}},"n":{"df":12,"docs":{"355":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"649":{"tf":1.0},"713":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"687":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"254":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"510":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"178":{"tf":1.0},"192":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"281":{"tf":1.0},"32":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"413":{"tf":1.4142135623730951},"557":{"tf":1.0},"631":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"230":{"tf":1.0},"88":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"335":{"tf":1.0},"700":{"tf":1.0}}}}}}},"d":{"d":{"df":1,"docs":{"621":{"tf":1.4142135623730951}},"s":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"'":{"df":7,"docs":{"146":{"tf":1.0},"162":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"276":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"719":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.4142135623730951}}}}}}},"df":232,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"17":{"tf":2.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.449489742783178},"179":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":2.0},"197":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"206":{"tf":1.7320508075688772},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":1.7320508075688772},"212":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"215":{"tf":1.7320508075688772},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":1.4142135623730951},"244":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.23606797749979},"278":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":2.0},"342":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.4142135623730951},"354":{"tf":1.0},"359":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"360":{"tf":1.7320508075688772},"362":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":2.0},"368":{"tf":2.6457513110645907},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"428":{"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.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"532":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"604":{"tf":1.0},"61":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"639":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":2.23606797749979},"70":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"72":{"tf":1.0},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"724":{"tf":3.605551275463989},"73":{"tf":1.0},"732":{"tf":1.0},"74":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"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":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":3.4641016151377544},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"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":{"366":{"tf":1.4142135623730951}}}}}}}}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"427":{"tf":1.4142135623730951},"490":{"tf":1.0},"59":{"tf":1.4142135623730951},"668":{"tf":1.0},"691":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.4142135623730951},"724":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"23":{"tf":1.0},"384":{"tf":1.0},"532":{"tf":1.0},"621":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}},"df":6,"docs":{"136":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"252":{"tf":1.0},"466":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"1":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"390":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"486":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"177":{"tf":1.0},"608":{"tf":1.0},"743":{"tf":1.0}}}}},"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}},"e":{"df":107,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.7320508075688772},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":2.23606797749979},"338":{"tf":2.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"428":{"tf":1.0},"443":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.0},"578":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"74":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"359":{"tf":1.0},"606":{"tf":1.0}}},"n":{"df":2,"docs":{"540":{"tf":1.0},"606":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"209":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":2.23606797749979},"466":{"tf":1.0},"473":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"710":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.7320508075688772},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"368":{"tf":1.0},"384":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"l":{"df":3,"docs":{"715":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"368":{"tf":1.0},"369":{"tf":1.0},"381":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":24,"docs":{"145":{"tf":1.7320508075688772},"187":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":3.0},"329":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"541":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"250":{"tf":1.0},"343":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"485":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"724":{"tf":1.7320508075688772},"73":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"150":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"454":{"tf":1.0},"457":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":37,"docs":{"14":{"tf":1.0},"294":{"tf":1.0},"340":{"tf":1.4142135623730951},"399":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"404":{"tf":1.4142135623730951},"405":{"tf":2.0},"406":{"tf":2.0},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.7320508075688772},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"474":{"tf":1.0},"527":{"tf":1.0},"556":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"14":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"355":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"146":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"309":{"tf":1.0},"527":{"tf":1.0}}}}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"633":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"589":{"tf":1.0},"703":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"239":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":3.605551275463989},"710":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"699":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"557":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"df":105,"docs":{"111":{"tf":1.0},"114":{"tf":1.7320508075688772},"133":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"261":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":2.23606797749979},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"404":{"tf":1.4142135623730951},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.7320508075688772},"478":{"tf":2.449489742783178},"496":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"533":{"tf":1.0},"557":{"tf":1.0},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"70":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"390":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"504":{"tf":1.0},"505":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"655":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"405":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.4142135623730951},"254":{"tf":1.0},"311":{"tf":1.0},"368":{"tf":1.0},"410":{"tf":1.0},"543":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"$":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":16,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"249":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"6":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.0},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"410":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"486":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"363":{"tf":2.23606797749979},"514":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"146":{"tf":1.4142135623730951},"338":{"tf":1.0},"355":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"613":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"30":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"389":{"tf":1.0},"432":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"240":{"tf":1.0},"246":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":49,"docs":{"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"177":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"361":{"tf":1.4142135623730951},"378":{"tf":1.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"469":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"75":{"tf":1.7320508075688772}},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":1.7320508075688772},"465":{"tf":1.0},"468":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.1622776601683795},"337":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.605551275463989},"470":{"tf":1.7320508075688772},"474":{"tf":3.7416573867739413},"478":{"tf":1.0},"508":{"tf":1.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.4142135623730951},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"162":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"228":{"tf":1.0},"232":{"tf":1.0},"258":{"tf":1.0},"338":{"tf":1.4142135623730951},"373":{"tf":1.4142135623730951},"395":{"tf":1.0},"469":{"tf":3.3166247903554},"476":{"tf":1.7320508075688772},"478":{"tf":1.4142135623730951},"59":{"tf":1.0},"635":{"tf":1.0},"748":{"tf":1.4142135623730951}},"y":{"df":1,"docs":{"476":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":18,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"364":{"tf":1.0},"48":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":2.8284271247461903},"726":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"178":{"tf":1.0},"189":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"235":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":2.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"286":{"tf":1.0},"452":{"tf":1.0},"477":{"tf":2.0},"478":{"tf":3.0},"608":{"tf":2.0},"615":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":2.0},"7":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":2.0},"261":{"tf":1.0},"625":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"254":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"193":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"279":{"tf":1.0},"338":{"tf":1.4142135623730951},"340":{"tf":1.0},"373":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.6457513110645907},"391":{"tf":1.4142135623730951},"395":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"613":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"686":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":9,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"346":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.0},"631":{"tf":1.0}},"f":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":3,"docs":{"372":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"466":{"tf":1.0},"59":{"tf":2.0},"615":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"72":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"387":{"tf":1.0},"427":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"731":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"625":{"tf":1.0},"635":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"381":{"tf":1.0},"397":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":18,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"338":{"tf":1.0},"397":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"436":{"tf":1.0},"453":{"tf":1.0},"462":{"tf":3.0},"486":{"tf":1.0},"530":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":2.23606797749979},"673":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"249":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"530":{"tf":1.0}}}}},"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"367":{"tf":1.0},"373":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"486":{"tf":2.449489742783178}}}},"t":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":1.0},"259":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"162":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"g":{"_":{"a":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"276":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"p":{"1":{"4":{"df":1,"docs":{"617":{"tf":1.0}}},"7":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"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":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"637":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"239":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"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":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"225":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"225":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"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":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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"276":{"tf":1.0},"610":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"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":{},"u":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}}}}},"n":{"3":{"d":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"286":{"tf":1.0},"318":{"tf":1.7320508075688772},"366":{"tf":1.4142135623730951},"418":{"tf":1.0},"423":{"tf":1.7320508075688772},"425":{"tf":1.0},"430":{"tf":1.0},"443":{"tf":2.0},"452":{"tf":1.0},"561":{"tf":2.0},"562":{"tf":2.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":2.0},"615":{"tf":1.0},"635":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}},"y":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"147":{"tf":2.449489742783178},"18":{"tf":2.8284271247461903},"2":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"490":{"tf":1.0},"513":{"tf":1.0},"668":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"221":{"tf":1.0},"389":{"tf":1.0},"541":{"tf":1.0},"659":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{"df":5,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"174":{"tf":1.0},"395":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"254":{"tf":1.0},"258":{"tf":1.0},"313":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"683":{"tf":1.0},"696":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"194":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"373":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"369":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.0},"546":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"374":{"tf":1.0},"517":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"395":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"629":{"tf":1.0},"684":{"tf":1.0},"748":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"c":{"df":56,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.6457513110645907},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"352":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.0},"53":{"tf":1.0},"534":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":2.23606797749979},"719":{"tf":2.23606797749979},"72":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"5":{"1":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"476":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":6,"docs":{"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.7320508075688772},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"471":{"tf":1.0},"472":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"472":{"tf":1.0},"643":{"tf":1.0}}}}},"df":28,"docs":{"249":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"338":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"467":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":2.23606797749979},"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"591":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"701":{"tf":1.0},"707":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":2.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"381":{"tf":1.0},"397":{"tf":1.0},"691":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":57,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.7320508075688772},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.4142135623730951},"436":{"tf":1.0},"438":{"tf":1.4142135623730951},"447":{"tf":1.0},"454":{"tf":1.4142135623730951},"486":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"571":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"639":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"740":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":12,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"374":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"631":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}}}}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"530":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}}}},"r":{"d":{"df":19,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"17":{"tf":1.0},"225":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"426":{"tf":1.0},"507":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"69":{"tf":1.0},"711":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":57,"docs":{"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":2.0},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"309":{"tf":1.0},"338":{"tf":1.0},"356":{"tf":1.0},"373":{"tf":2.0},"395":{"tf":1.0},"405":{"tf":1.0},"486":{"tf":1.0},"527":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"562":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.0},"643":{"tf":1.0},"707":{"tf":1.0},"73":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"128":{"tf":1.0},"355":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"0":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772}}},"1":{"df":2,"docs":{"405":{"tf":2.8284271247461903},"406":{"tf":2.449489742783178}}},"2":{"5":{"df":1,"docs":{"405":{"tf":3.605551275463989}}},"df":2,"docs":{"405":{"tf":3.7416573867739413},"406":{"tf":2.23606797749979}}},"3":{"df":2,"docs":{"405":{"tf":5.0},"406":{"tf":5.196152422706632}}},"4":{"df":1,"docs":{"405":{"tf":4.358898943540674}}},"5":{"df":1,"docs":{"405":{"tf":4.242640687119285}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"405":{"tf":1.0},"406":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":51,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":4.0},"249":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"254":{"tf":3.872983346207417},"268":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.7320508075688772},"315":{"tf":1.7320508075688772},"335":{"tf":2.449489742783178},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"342":{"tf":2.23606797749979},"368":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":2.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":2.23606797749979},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":2.0},"699":{"tf":2.449489742783178},"747":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"254":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"254":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"543":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"225":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"281":{"tf":1.4142135623730951},"596":{"tf":1.0},"691":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"14":{"tf":1.0},"585":{"tf":1.0}}}},"y":{"df":1,"docs":{"428":{"tf":1.0}}}},"c":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"254":{"tf":1.0},"608":{"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":1,"docs":{"608":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"608":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"'":{"df":7,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"359":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}},"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"349":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"659":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"332":{"tf":1.0},"352":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"352":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"2":{":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"331":{"tf":1.0},"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"242":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"653":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"331":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"338":{"tf":1.0},"664":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"332":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"337":{"tf":1.0},"338":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"332":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},"3":{"df":1,"docs":{"653":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"373":{"tf":1.0},"378":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"639":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"343":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"653":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":5,"docs":{"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"342":{"tf":1.0},"384":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"342":{"tf":1.0},"375":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":3,"docs":{"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"334":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"375":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"649":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"338":{"tf":1.0},"375":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"334":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"334":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"391":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"645":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"334":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"391":{"tf":1.0}}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"517":{"tf":1.0},"653":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"385":{"tf":1.0},"391":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"445":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"342":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"381":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"516":{"tf":1.0},"653":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":70,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":2.0},"124":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"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.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":3.0},"146":{"tf":1.0},"147":{"tf":3.4641016151377544},"149":{"tf":1.4142135623730951},"150":{"tf":2.8284271247461903},"151":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"288":{"tf":1.0},"346":{"tf":1.4142135623730951},"355":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.7320508075688772},"48":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.0},"510":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"639":{"tf":1.0},"651":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.0},"724":{"tf":2.449489742783178},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"370":{"tf":1.4142135623730951},"734":{"tf":1.0}}}}}}},"df":21,"docs":{"108":{"tf":1.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"250":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"367":{"tf":1.0},"369":{"tf":2.449489742783178},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"508":{"tf":2.449489742783178},"511":{"tf":1.7320508075688772},"727":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":18,"docs":{"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"470":{"tf":2.0},"471":{"tf":1.0},"474":{"tf":3.4641016151377544},"476":{"tf":3.3166247903554},"478":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"59":{"tf":2.6457513110645907},"62":{"tf":1.0},"625":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":2.0}}}}},"→":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"230":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"373":{"tf":1.0},"447":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"138":{"tf":1.0},"253":{"tf":1.0},"360":{"tf":1.0},"412":{"tf":1.0},"447":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"671":{"tf":1.0},"82":{"tf":1.0}}}}},"l":{"df":2,"docs":{"687":{"tf":1.0},"748":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"236":{"tf":1.4142135623730951}}}}}}}}},"df":10,"docs":{"113":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"335":{"tf":1.7320508075688772},"337":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}},"1":{"6":{"df":7,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"466":{"tf":2.23606797749979},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"587":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"14":{"tf":1.7320508075688772},"236":{"tf":1.0},"254":{"tf":1.0},"311":{"tf":1.0},"344":{"tf":1.7320508075688772},"384":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"596":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":7,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"332":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0},"547":{"tf":3.3166247903554}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":25,"docs":{"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"270":{"tf":2.6457513110645907},"271":{"tf":1.0},"272":{"tf":2.23606797749979},"273":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772},"339":{"tf":1.0},"359":{"tf":3.605551275463989},"360":{"tf":1.4142135623730951},"368":{"tf":1.0},"386":{"tf":1.0},"508":{"tf":3.3166247903554},"517":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":1.0},"562":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":2.0},"729":{"tf":1.0},"748":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"249":{"tf":2.0},"254":{"tf":1.4142135623730951},"591":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":39,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.7320508075688772},"235":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"359":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"388":{"tf":2.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.7320508075688772},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"430":{"tf":1.0},"431":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"513":{"tf":1.0},"613":{"tf":1.0},"655":{"tf":1.0},"739":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"2":{"0":{"2":{"2":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"/":{"1":{"4":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"3":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"c":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":2.449489742783178},"2":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.23606797749979},"230":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.0},"4":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"241":{"tf":1.0}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"354":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"89":{"tf":1.0}}}}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"386":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"684":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":2.23606797749979},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"226":{"tf":1.0},"366":{"tf":1.0},"381":{"tf":1.0},"466":{"tf":1.4142135623730951},"59":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"355":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":9,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"282":{"tf":2.0},"283":{"tf":1.4142135623730951},"284":{"tf":2.6457513110645907},"285":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"580":{"tf":1.0},"631":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"446":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"533":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"170":{"tf":1.0},"647":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"h":{"df":28,"docs":{"120":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"361":{"tf":1.0},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.4142135623730951},"715":{"tf":1.0},"716":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.7320508075688772},"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"381":{"tf":1.0},"390":{"tf":1.0},"444":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"536":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"447":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"391":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":184,"docs":{"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.0},"22":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"286":{"tf":2.23606797749979},"288":{"tf":1.0},"29":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"307":{"tf":1.0},"31":{"tf":1.4142135623730951},"314":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"380":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"395":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.8284271247461903},"447":{"tf":1.0},"451":{"tf":2.449489742783178},"452":{"tf":2.449489742783178},"453":{"tf":2.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.449489742783178},"475":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":2.0},"480":{"tf":1.0},"481":{"tf":1.4142135623730951},"482":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"497":{"tf":2.23606797749979},"498":{"tf":1.0},"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772},"501":{"tf":1.0},"502":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.7320508075688772},"583":{"tf":1.0},"585":{"tf":1.0},"590":{"tf":1.0},"595":{"tf":1.0},"60":{"tf":1.0},"610":{"tf":2.23606797749979},"613":{"tf":1.7320508075688772},"615":{"tf":2.23606797749979},"617":{"tf":2.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":2.449489742783178},"633":{"tf":2.0},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.449489742783178},"643":{"tf":2.0},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":3.3166247903554},"655":{"tf":3.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"662":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"695":{"tf":1.0},"697":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"707":{"tf":2.0},"708":{"tf":1.4142135623730951},"713":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"737":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"577":{"tf":1.0},"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"536":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"389":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"427":{"tf":1.0},"462":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.7320508075688772},"725":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"473":{"tf":1.7320508075688772},"86":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"701":{"tf":1.0},"710":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"475":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"235":{"tf":1.0},"238":{"tf":1.0},"282":{"tf":2.23606797749979},"283":{"tf":1.4142135623730951},"284":{"tf":2.0},"285":{"tf":2.0},"286":{"tf":1.0},"306":{"tf":1.7320508075688772},"373":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.7320508075688772},"510":{"tf":2.8284271247461903},"511":{"tf":2.6457513110645907},"513":{"tf":1.0},"514":{"tf":1.4142135623730951},"525":{"tf":1.0},"541":{"tf":1.4142135623730951},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"568":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":18,"docs":{"142":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"432":{"tf":1.0},"510":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"253":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":2.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"253":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"236":{"tf":1.0},"244":{"tf":1.0},"284":{"tf":1.0},"342":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"236":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"380":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"501":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"16":{"tf":1.4142135623730951},"178":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":47,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"694":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"328":{"tf":1.4142135623730951},"452":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.7320508075688772}}}}}}}}}}},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"b":{"df":6,"docs":{"230":{"tf":1.7320508075688772},"244":{"tf":1.0},"382":{"tf":1.0},"566":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":5,"docs":{"432":{"tf":1.0},"447":{"tf":1.0},"512":{"tf":1.0},"517":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":2.0},"491":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"302":{"tf":1.4142135623730951},"325":{"tf":1.0},"333":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.4142135623730951},"511":{"tf":1.0},"541":{"tf":1.0},"585":{"tf":1.0},"627":{"tf":1.0},"671":{"tf":1.0}},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"111":{"tf":1.7320508075688772},"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.4142135623730951},"242":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"525":{"tf":2.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"88":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"325":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"585":{"tf":1.0},"687":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.4142135623730951},"468":{"tf":1.0},"505":{"tf":1.7320508075688772}}}}}},"c":{"df":1,"docs":{"621":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"1":{"6":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"359":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"623":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"1":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"1":{"df":1,"docs":{"370":{"tf":1.0}}},"2":{"df":1,"docs":{"374":{"tf":1.0}}},"3":{"df":1,"docs":{"381":{"tf":1.0}}},"4":{"df":1,"docs":{"382":{"tf":1.0}}},"5":{"df":1,"docs":{"382":{"tf":1.0}}},"6":{"df":1,"docs":{"382":{"tf":1.0}}},"7":{"df":1,"docs":{"384":{"tf":1.0}}},"8":{"df":1,"docs":{"385":{"tf":1.0}}},"9":{"df":1,"docs":{"391":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"2":{"df":1,"docs":{"564":{"tf":1.0}}},"3":{"df":1,"docs":{"564":{"tf":1.0}}},"4":{"df":1,"docs":{"565":{"tf":1.0}}},"5":{"df":1,"docs":{"565":{"tf":1.0}}},"6":{"df":1,"docs":{"566":{"tf":1.0}}},"7":{"df":1,"docs":{"444":{"tf":1.0}}},"8":{"df":1,"docs":{"472":{"tf":1.0}}},"9":{"df":1,"docs":{"486":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"496":{"tf":1.0}}},"3":{"df":1,"docs":{"524":{"tf":1.0}}},"4":{"df":1,"docs":{"524":{"tf":1.0}}},"5":{"df":1,"docs":{"587":{"tf":1.0}}},"df":1,"docs":{"335":{"tf":1.0}}},"4":{"df":1,"docs":{"335":{"tf":1.0}}},"5":{"df":1,"docs":{"336":{"tf":1.0}}},"6":{"df":1,"docs":{"338":{"tf":1.0}}},"7":{"df":1,"docs":{"339":{"tf":1.0}}},"8":{"df":1,"docs":{"339":{"tf":1.0}}},"9":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"1":{"df":1,"docs":{"494":{"tf":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":{"162":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":321,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.4142135623730951},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.4142135623730951},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.4142135623730951},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.4142135623730951},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.4142135623730951},"580":{"tf":1.0},"581":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.4142135623730951},"589":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":8,"docs":{"178":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.8284271247461903},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.8284271247461903},"2":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"4":{"tf":1.0},"514":{"tf":1.0},"747":{"tf":2.0},"748":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.0},"499":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"188":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":3.605551275463989},"254":{"tf":1.0},"532":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"514":{"tf":1.0},"664":{"tf":1.0},"77":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"664":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"254":{"tf":1.4142135623730951},"332":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":47,"docs":{"111":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"194":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"39":{"tf":1.7320508075688772},"390":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":2.0},"587":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"645":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.0},"71":{"tf":1.0},"711":{"tf":1.4142135623730951},"713":{"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":4.0},"79":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"276":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.7320508075688772},"613":{"tf":1.0},"724":{"tf":1.0}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}}}},"t":{"df":0,"docs":{},"´":{"df":4,"docs":{"230":{"tf":1.0},"239":{"tf":1.0},"254":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"740":{"tf":1.0}}}},"i":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"249":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"390":{"tf":1.0},"672":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"244":{"tf":1.0},"249":{"tf":1.7320508075688772},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"446":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"338":{"tf":1.0},"717":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":30,"docs":{"14":{"tf":1.0},"188":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":2.8284271247461903},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":3.1622776601683795},"343":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":2.6457513110645907},"398":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.4142135623730951},"687":{"tf":1.0},"727":{"tf":1.0},"743":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"372":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"111":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"395":{"tf":1.0},"513":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"613":{"tf":1.0}}}}}}}}},"u":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":17,"docs":{"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":2.0},"390":{"tf":1.7320508075688772},"391":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":33,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"405":{"tf":1.0},"466":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"557":{"tf":1.0},"585":{"tf":1.4142135623730951},"599":{"tf":1.0},"606":{"tf":1.4142135623730951},"627":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.4142135623730951},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"729":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}}},"r":{"df":5,"docs":{"254":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":2.449489742783178},"450":{"tf":1.4142135623730951},"664":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"138":{"tf":1.7320508075688772},"273":{"tf":1.0},"367":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"513":{"tf":1.4142135623730951},"653":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":2.0},"734":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":3.4641016151377544}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"428":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"544":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.6457513110645907},"250":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"108":{"tf":1.4142135623730951},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"281":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"747":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"45":{"tf":1.0},"748":{"tf":1.0}}}}}}},"p":{"df":7,"docs":{"149":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"391":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"508":{"tf":1.0}}},"k":{"df":14,"docs":{"23":{"tf":1.0},"368":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":2.449489742783178},"393":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0},"736":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"127":{"tf":2.0},"142":{"tf":2.23606797749979},"747":{"tf":3.4641016151377544},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"254":{"tf":1.0},"293":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"481":{"tf":1.0},"669":{"tf":1.0},"736":{"tf":1.0}},"t":{"df":4,"docs":{"329":{"tf":1.4142135623730951},"452":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"162":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.7320508075688772},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.0},"623":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"323":{"tf":1.0},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"580":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"486":{"tf":2.6457513110645907},"487":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"77":{"tf":1.7320508075688772}}}}}}}}},"c":{"df":3,"docs":{"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"364":{"tf":1.0},"729":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":42,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":2.0},"239":{"tf":2.0},"249":{"tf":3.605551275463989},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"362":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"476":{"tf":2.0},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.23606797749979},"525":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.0},"710":{"tf":1.0}}}}}}},"i":{"df":7,"docs":{"281":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"729":{"tf":1.0},"741":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"392":{"tf":1.0},"575":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"469":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.0},"560":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"703":{"tf":2.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}},"s":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}},"r":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"_":{"1":{"df":1,"docs":{"209":{"tf":1.0}}},"2":{"df":1,"docs":{"209":{"tf":1.0}}},"3":{"df":1,"docs":{"224":{"tf":1.0}}},"4":{"df":1,"docs":{"230":{"tf":1.0}}},"5":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":123,"docs":{"116":{"tf":1.0},"121":{"tf":1.7320508075688772},"138":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":2.6457513110645907},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.6457513110645907},"248":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"680":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"12":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"629":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"233":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.7320508075688772},"336":{"tf":1.4142135623730951},"341":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"396":{"tf":1.0},"448":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"522":{"tf":1.0},"699":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"514":{"tf":2.0}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":46,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"373":{"tf":1.0},"426":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"533":{"tf":1.4142135623730951},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"569":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":2.23606797749979},"619":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"705":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"20":{"tf":1.0},"209":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.0},"738":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{".":{"df":1,"docs":{"747":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"178":{"tf":1.0},"200":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"d":{"df":14,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":2.6457513110645907},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"281":{"tf":1.4142135623730951},"366":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"547":{"tf":1.0},"593":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"s":{"c":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"277":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"524":{"tf":1.0},"621":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"9":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"3":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":83,"docs":{"117":{"tf":1.7320508075688772},"19":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"32":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.7320508075688772},"398":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"423":{"tf":1.0},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.0},"452":{"tf":1.7320508075688772},"463":{"tf":1.0},"466":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"537":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"541":{"tf":2.23606797749979},"559":{"tf":1.0},"56":{"tf":1.0},"561":{"tf":1.7320508075688772},"562":{"tf":1.4142135623730951},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.7320508075688772},"685":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"732":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":5,"docs":{"235":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"547":{"tf":1.0},"569":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{")":{"1":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"529":{"tf":1.0},"540":{"tf":2.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"393":{"tf":1.0}}}}}},"df":1,"docs":{"429":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"368":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"360":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"254":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0},"606":{"tf":1.0},"619":{"tf":1.0}}}}},"r":{"df":23,"docs":{"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.8284271247461903},"150":{"tf":1.0},"178":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"566":{"tf":1.0},"639":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"723":{"tf":1.0},"725":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"374":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"230":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"345":{"tf":2.0},"359":{"tf":4.795831523312719},"360":{"tf":2.23606797749979},"366":{"tf":1.0},"748":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"637":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"234":{"tf":1.7320508075688772},"281":{"tf":1.0},"349":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"714":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":66,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"324":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"379":{"tf":2.0},"380":{"tf":2.6457513110645907},"381":{"tf":4.358898943540674},"382":{"tf":1.4142135623730951},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":2.6457513110645907},"392":{"tf":3.1622776601683795},"445":{"tf":1.0},"452":{"tf":1.0},"458":{"tf":2.23606797749979},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"508":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":2.23606797749979},"582":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"711":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.4142135623730951},"734":{"tf":1.0},"739":{"tf":2.6457513110645907},"747":{"tf":1.7320508075688772},"748":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"225":{"tf":1.0},"359":{"tf":1.0},"426":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"343":{"tf":1.0},"356":{"tf":1.0},"496":{"tf":1.0},"547":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"296":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.0}}}},"o":{"a":{"d":{"df":3,"docs":{"354":{"tf":1.7320508075688772},"585":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"395":{"tf":1.0},"738":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":30,"docs":{"230":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"375":{"tf":1.0},"587":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"700":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":55,"docs":{"111":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"254":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":2.0},"384":{"tf":1.0},"397":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"474":{"tf":1.0},"502":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"631":{"tf":1.4142135623730951},"655":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"139":{"tf":1.0},"284":{"tf":1.0},"366":{"tf":1.0},"625":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"s":{"/":{"df":0,"docs":{},"k":{"b":{"/":{"2":{"9":{"9":{"9":{"2":{"2":{"6":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"g":{"df":35,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"32":{"tf":1.0},"373":{"tf":1.4142135623730951},"468":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"639":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}}},"df":296,"docs":{"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":4.242640687119285},"128":{"tf":2.6457513110645907},"129":{"tf":2.0},"130":{"tf":2.23606797749979},"131":{"tf":2.0},"132":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":2.449489742783178},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":2.449489742783178},"15":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"16":{"tf":2.8284271247461903},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"191":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.23606797749979},"219":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"279":{"tf":1.0},"281":{"tf":2.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":2.23606797749979},"355":{"tf":1.7320508075688772},"357":{"tf":1.0},"359":{"tf":3.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":2.449489742783178},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"385":{"tf":2.23606797749979},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"399":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"432":{"tf":1.7320508075688772},"434":{"tf":1.4142135623730951},"444":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"469":{"tf":2.0},"473":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":2.449489742783178},"511":{"tf":2.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"535":{"tf":1.4142135623730951},"539":{"tf":2.0},"540":{"tf":1.4142135623730951},"541":{"tf":2.0},"543":{"tf":1.4142135623730951},"547":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"566":{"tf":1.7320508075688772},"57":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"578":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":2.0},"659":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"68":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.7320508075688772},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":2.6457513110645907},"715":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.4142135623730951},"724":{"tf":2.6457513110645907},"727":{"tf":1.4142135623730951},"730":{"tf":2.0},"738":{"tf":1.4142135623730951},"740":{"tf":2.23606797749979},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":2.0},"91":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"438":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":71,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"14":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"186":{"tf":1.7320508075688772},"221":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"339":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.7320508075688772},"389":{"tf":1.0},"413":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.7320508075688772},"441":{"tf":1.7320508075688772},"442":{"tf":1.4142135623730951},"45":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"475":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":2.0},"519":{"tf":2.449489742783178},"520":{"tf":2.449489742783178},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"559":{"tf":1.0},"566":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"665":{"tf":1.7320508075688772},"667":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.4142135623730951},"7":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.7320508075688772},"748":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}},"s":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"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":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"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":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"470":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"476":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":3,"docs":{"508":{"tf":1.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"349":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"462":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"1":{"6":{"df":3,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"608":{"tf":1.0}}},"df":6,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"613":{"tf":1.0},"748":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"359":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{".":{"0":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"8":{".":{"1":{"0":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"0":{".":{"1":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"3":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"5":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"9":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"0":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":34,"docs":{"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"365":{"tf":1.0},"391":{"tf":1.0},"41":{"tf":1.7320508075688772},"462":{"tf":1.0},"467":{"tf":1.0},"486":{"tf":1.0},"557":{"tf":1.0},"591":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"701":{"tf":1.0},"711":{"tf":2.23606797749979},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":51,"docs":{"234":{"tf":2.23606797749979},"235":{"tf":2.449489742783178},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":3.4641016151377544},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"269":{"tf":1.4142135623730951},"338":{"tf":1.0},"342":{"tf":1.0},"367":{"tf":2.0},"368":{"tf":1.7320508075688772},"369":{"tf":2.6457513110645907},"370":{"tf":2.23606797749979},"372":{"tf":2.23606797749979},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.7320508075688772},"378":{"tf":2.449489742783178},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"447":{"tf":1.7320508075688772},"463":{"tf":1.0},"473":{"tf":1.0},"480":{"tf":1.0},"486":{"tf":2.6457513110645907},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"502":{"tf":1.0},"508":{"tf":2.449489742783178},"513":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.4142135623730951},"533":{"tf":2.0},"572":{"tf":1.4142135623730951},"582":{"tf":1.0},"608":{"tf":1.4142135623730951},"655":{"tf":1.0},"657":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":2.0},"703":{"tf":3.0},"727":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":2.8284271247461903}}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"225":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.4142135623730951},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"562":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"339":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"703":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"238":{"tf":2.0},"447":{"tf":1.4142135623730951},"55":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"\"":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"366":{"tf":1.7320508075688772},"691":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"21":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"465":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"91":{"tf":1.0}}},"s":{"a":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"351":{"tf":1.0}}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"=":{"\"":{"1":{".":{"0":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":117,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":2.23606797749979},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":2.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.449489742783178},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":2.23606797749979},"364":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"395":{"tf":1.0},"428":{"tf":1.0},"436":{"tf":1.0},"46":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.0},"589":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":5.5677643628300215},"605":{"tf":1.7320508075688772},"606":{"tf":2.0},"607":{"tf":1.7320508075688772},"608":{"tf":2.0},"609":{"tf":1.7320508075688772},"610":{"tf":2.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":2.8284271247461903},"616":{"tf":1.7320508075688772},"617":{"tf":2.6457513110645907},"618":{"tf":1.7320508075688772},"619":{"tf":2.23606797749979},"620":{"tf":1.7320508075688772},"621":{"tf":2.8284271247461903},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772},"626":{"tf":1.7320508075688772},"627":{"tf":2.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772},"636":{"tf":1.7320508075688772},"637":{"tf":2.0},"638":{"tf":1.7320508075688772},"639":{"tf":2.23606797749979},"640":{"tf":1.7320508075688772},"641":{"tf":2.449489742783178},"642":{"tf":1.7320508075688772},"643":{"tf":2.23606797749979},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772},"646":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772},"648":{"tf":1.7320508075688772},"649":{"tf":2.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"652":{"tf":1.7320508075688772},"653":{"tf":2.0},"654":{"tf":1.7320508075688772},"655":{"tf":2.23606797749979},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772},"690":{"tf":1.7320508075688772},"691":{"tf":2.23606797749979},"692":{"tf":1.7320508075688772},"696":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"708":{"tf":1.4142135623730951},"710":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.7320508075688772},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"724":{"tf":3.7416573867739413},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"730":{"tf":2.449489742783178},"738":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":29,"docs":{"145":{"tf":1.7320508075688772},"249":{"tf":1.0},"354":{"tf":2.23606797749979},"373":{"tf":1.7320508075688772},"386":{"tf":1.0},"397":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"449":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"549":{"tf":1.0},"557":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"580":{"tf":1.0},"619":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":3.1622776601683795},"246":{"tf":1.0},"336":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"w":{"df":34,"docs":{"11":{"tf":1.0},"14":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.8284271247461903},"316":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.4142135623730951},"411":{"tf":1.7320508075688772},"412":{"tf":1.4142135623730951},"413":{"tf":1.4142135623730951},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":2.23606797749979},"463":{"tf":2.0},"488":{"tf":1.0},"493":{"tf":1.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.7320508075688772},"541":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"643":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"70":{"tf":1.7320508075688772},"711":{"tf":1.0},"78":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":22,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"4":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"525":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"748":{"tf":2.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"230":{"tf":1.0},"368":{"tf":1.4142135623730951},"438":{"tf":1.0},"466":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":2,"docs":{"512":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"437":{"tf":1.0},"441":{"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":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.0},"230":{"tf":1.0},"318":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.7320508075688772},"397":{"tf":1.0},"423":{"tf":1.0},"49":{"tf":1.7320508075688772},"562":{"tf":1.0},"585":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":2.0}}}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"469":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"*":{"*":{")":{"&":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.449489742783178},"252":{"tf":2.23606797749979},"253":{"tf":2.0},"254":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":2.6457513110645907},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.0},"623":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"491":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"72":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"_":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"623":{"tf":1.0}},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":2.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"3":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.0}}}}},"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":1,"docs":{"226":{"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":{},"m":{"d":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"268":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":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":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"230":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":5,"docs":{"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"619":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"149":{"tf":1.4142135623730951},"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"59":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"530":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"276":{"tf":1.0},"623":{"tf":1.0}}}}},"df":16,"docs":{"39":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"276":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":3,"docs":{"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"238":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"450":{"tf":1.0},"681":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"498":{"tf":1.0}}},"3":{"df":1,"docs":{"522":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"606":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"344":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"249":{"tf":2.0},"344":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"606":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"504":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"546":{"tf":1.4142135623730951}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"508":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"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":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"551":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"589":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"585":{"tf":1.0},"587":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"543":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"549":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"580":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"513":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"583":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"589":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"*":{")":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"239":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"633":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"123":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":528,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":2.6457513110645907},"10":{"tf":1.0},"100":{"tf":2.23606797749979},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.8284271247461903},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"109":{"tf":2.23606797749979},"11":{"tf":2.8284271247461903},"110":{"tf":2.449489742783178},"111":{"tf":2.23606797749979},"112":{"tf":2.23606797749979},"113":{"tf":2.6457513110645907},"114":{"tf":2.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":3.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903},"123":{"tf":2.6457513110645907},"124":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":4.242640687119285},"128":{"tf":2.8284271247461903},"129":{"tf":3.0},"13":{"tf":3.1622776601683795},"130":{"tf":2.0},"131":{"tf":2.23606797749979},"132":{"tf":2.0},"133":{"tf":2.6457513110645907},"134":{"tf":1.7320508075688772},"135":{"tf":2.0},"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":2.6457513110645907},"139":{"tf":1.7320508075688772},"14":{"tf":3.1622776601683795},"140":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"142":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"144":{"tf":2.8284271247461903},"145":{"tf":3.1622776601683795},"146":{"tf":2.449489742783178},"147":{"tf":2.0},"148":{"tf":2.449489742783178},"149":{"tf":3.0},"15":{"tf":2.6457513110645907},"150":{"tf":4.0},"151":{"tf":2.23606797749979},"152":{"tf":2.0},"153":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"155":{"tf":3.3166247903554},"156":{"tf":3.3166247903554},"157":{"tf":2.8284271247461903},"158":{"tf":2.449489742783178},"159":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":3.0},"163":{"tf":3.1622776601683795},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":3.4641016151377544},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"178":{"tf":3.1622776601683795},"18":{"tf":2.23606797749979},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"19":{"tf":3.3166247903554},"190":{"tf":2.449489742783178},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"2":{"tf":2.0},"20":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"207":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.0},"216":{"tf":1.7320508075688772},"218":{"tf":2.449489742783178},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":3.605551275463989},"226":{"tf":1.4142135623730951},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"230":{"tf":3.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":3.605551275463989},"263":{"tf":3.1622776601683795},"264":{"tf":3.4641016151377544},"265":{"tf":3.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.4142135623730951},"268":{"tf":3.0},"269":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":2.0},"279":{"tf":2.0},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.7320508075688772},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":2.0},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":3.605551275463989},"330":{"tf":3.605551275463989},"331":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"34":{"tf":2.449489742783178},"340":{"tf":2.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":2.449489742783178},"346":{"tf":3.0},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.0},"35":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.7320508075688772},"353":{"tf":1.0},"354":{"tf":1.7320508075688772},"355":{"tf":2.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.7320508075688772},"359":{"tf":1.0},"36":{"tf":2.23606797749979},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"362":{"tf":1.7320508075688772},"363":{"tf":2.6457513110645907},"364":{"tf":1.7320508075688772},"365":{"tf":2.0},"366":{"tf":2.0},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":2.23606797749979},"371":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":2.0},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"390":{"tf":1.7320508075688772},"394":{"tf":1.0},"399":{"tf":2.23606797749979},"4":{"tf":2.449489742783178},"40":{"tf":2.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.4142135623730951},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":2.23606797749979},"419":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"420":{"tf":1.4142135623730951},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"423":{"tf":2.0},"424":{"tf":1.4142135623730951},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"431":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":2.0},"437":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":2.23606797749979},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.7320508075688772},"444":{"tf":2.8284271247461903},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"448":{"tf":1.0},"45":{"tf":1.4142135623730951},"451":{"tf":2.449489742783178},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":2.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"483":{"tf":1.0},"484":{"tf":1.0},"489":{"tf":1.4142135623730951},"49":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":2.0},"509":{"tf":1.0},"51":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.7320508075688772},"52":{"tf":2.8284271247461903},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":2.23606797749979},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.7320508075688772},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.7320508075688772},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"570":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"580":{"tf":1.0},"581":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.7320508075688772},"598":{"tf":1.0},"6":{"tf":3.0},"60":{"tf":1.4142135623730951},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":2.0},"607":{"tf":1.0},"608":{"tf":2.0},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":2.0},"62":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":2.23606797749979},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":2.6457513110645907},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.4142135623730951},"630":{"tf":1.0},"631":{"tf":2.0},"632":{"tf":1.0},"633":{"tf":2.0},"634":{"tf":1.0},"635":{"tf":2.23606797749979},"636":{"tf":1.0},"637":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":3.3166247903554},"642":{"tf":1.0},"643":{"tf":3.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.449489742783178},"648":{"tf":1.0},"649":{"tf":2.0},"65":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":2.23606797749979},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":3.0},"656":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":2.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.0},"67":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"68":{"tf":3.1622776601683795},"688":{"tf":1.0},"69":{"tf":2.0},"690":{"tf":4.58257569495584},"691":{"tf":3.3166247903554},"692":{"tf":3.3166247903554},"693":{"tf":3.4641016151377544},"694":{"tf":2.449489742783178},"695":{"tf":2.449489742783178},"696":{"tf":2.449489742783178},"697":{"tf":2.6457513110645907},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.449489742783178},"70":{"tf":3.1622776601683795},"701":{"tf":2.23606797749979},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":2.6457513110645907},"705":{"tf":1.0},"708":{"tf":1.7320508075688772},"71":{"tf":2.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.23606797749979},"715":{"tf":4.0},"716":{"tf":2.0},"717":{"tf":2.449489742783178},"718":{"tf":2.0},"719":{"tf":3.0},"72":{"tf":1.4142135623730951},"720":{"tf":2.23606797749979},"721":{"tf":3.0},"722":{"tf":2.0},"723":{"tf":2.0},"724":{"tf":3.3166247903554},"725":{"tf":1.7320508075688772},"726":{"tf":1.7320508075688772},"727":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"732":{"tf":1.0},"74":{"tf":2.0},"745":{"tf":2.449489742783178},"746":{"tf":1.4142135623730951},"747":{"tf":2.0},"748":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"79":{"tf":2.0},"8":{"tf":2.23606797749979},"80":{"tf":3.0},"81":{"tf":2.0},"82":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"84":{"tf":3.605551275463989},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":2.6457513110645907},"97":{"tf":2.449489742783178},"98":{"tf":3.605551275463989},"99":{"tf":2.8284271247461903}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"7":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"]":{".":{"[":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":2,"docs":{"240":{"tf":1.0},"243":{"tf":1.4142135623730951}}}}}}}}},"4":{"df":6,"docs":{"117":{"tf":1.0},"284":{"tf":1.4142135623730951},"530":{"tf":1.0},"55":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":1,"docs":{"627":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":66,"docs":{"116":{"tf":2.6457513110645907},"117":{"tf":2.23606797749979},"118":{"tf":2.0},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":2.449489742783178},"149":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.7320508075688772},"17":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.4142135623730951},"186":{"tf":2.0},"194":{"tf":1.7320508075688772},"225":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"274":{"tf":1.0},"277":{"tf":1.7320508075688772},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"524":{"tf":1.0},"529":{"tf":1.4142135623730951},"535":{"tf":1.4142135623730951},"539":{"tf":2.0},"57":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"641":{"tf":2.0},"643":{"tf":2.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"689":{"tf":1.0},"7":{"tf":1.4142135623730951},"748":{"tf":1.0},"88":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"i":{"df":3,"docs":{"140":{"tf":1.0},"393":{"tf":1.4142135623730951},"705":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"536":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":1,"docs":{"226":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"163":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"623":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"610":{"tf":1.0},"637":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"352":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":4,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"637":{"tf":1.0}}}},"w":{"6":{"4":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":38,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.7320508075688772},"361":{"tf":1.0},"391":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"468":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.0},"48":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":2.8284271247461903},"510":{"tf":1.0},"511":{"tf":2.0},"536":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"547":{"tf":1.0},"560":{"tf":1.0},"574":{"tf":1.0},"643":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":1.4142135623730951},"715":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"726":{"tf":1.4142135623730951},"729":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":11,"docs":{"368":{"tf":1.0},"374":{"tf":1.0},"405":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":2.0},"608":{"tf":2.0},"615":{"tf":1.0},"619":{"tf":1.0},"78":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"a":{"b":{"df":8,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":61,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"350":{"tf":1.4142135623730951},"359":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"490":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"606":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":1.4142135623730951},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":1,"docs":{"162":{"tf":1.0}},"e":{"b":{"df":3,"docs":{"162":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"128":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":12,"docs":{"16":{"tf":1.0},"170":{"tf":1.0},"342":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.0},"469":{"tf":1.0},"487":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"_":{"1":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"2":{"df":1,"docs":{"63":{"tf":1.0}}},"3":{"df":1,"docs":{"64":{"tf":1.0}}},"4":{"df":1,"docs":{"66":{"tf":1.0}}},"5":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}},"6":{"df":1,"docs":{"70":{"tf":1.0}}},"7":{"df":1,"docs":{"75":{"tf":1.0}}},"8":{"df":1,"docs":{"75":{"tf":1.0}}},"9":{"df":1,"docs":{"75":{"tf":1.0}}},"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"1":{"df":1,"docs":{"77":{"tf":1.0}}},"2":{"df":1,"docs":{"78":{"tf":1.0}}},"3":{"df":1,"docs":{"79":{"tf":1.0}}},"4":{"df":1,"docs":{"81":{"tf":1.0}}},"5":{"df":1,"docs":{"82":{"tf":1.0}}},"6":{"df":1,"docs":{"83":{"tf":1.0}}},"7":{"df":1,"docs":{"83":{"tf":1.0}}},"8":{"df":1,"docs":{"84":{"tf":1.0}}},"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{"df":1,"docs":{"88":{"tf":1.0}}},"5":{"df":1,"docs":{"117":{"tf":1.0}}},"6":{"df":1,"docs":{"118":{"tf":1.0}}},"7":{"df":1,"docs":{"119":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"62":{"tf":1.0}}},"4":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}},"5":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}},"7":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"14":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"321":{"tf":1.0},"359":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"574":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"739":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"606":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"641":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"d":{"b":{"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":90,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":3.1622776601683795},"178":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.449489742783178},"230":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"39":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":2.0},"425":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"434":{"tf":2.0},"437":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"448":{"tf":1.0},"462":{"tf":2.0},"488":{"tf":1.0},"49":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"530":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.0},"557":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"606":{"tf":1.0},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.449489742783178},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"701":{"tf":1.0},"71":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0},"75":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.0}},"s":{"df":0,"docs":{},"x":{"df":1,"docs":{"538":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"x":{"6":{"4":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":7,"docs":{"355":{"tf":1.0},"359":{"tf":1.0},"371":{"tf":1.0},"427":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"631":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"705":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"450":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"208":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"373":{"tf":1.7320508075688772},"390":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"450":{"tf":1.0},"551":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.7320508075688772},"683":{"tf":1.4142135623730951},"684":{"tf":1.0},"732":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"430":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"242":{"tf":1.0},"525":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":60,"docs":{"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":1.0},"264":{"tf":1.0},"300":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"470":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"511":{"tf":1.4142135623730951},"529":{"tf":1.0},"531":{"tf":1.4142135623730951},"6":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.4142135623730951},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"698":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"88":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":26,"docs":{"286":{"tf":1.0},"294":{"tf":1.4142135623730951},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"685":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"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":1,"docs":{"366":{"tf":1.0}}}}}}}}},"df":9,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"193":{"tf":1.0},"279":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0}},"’":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"339":{"tf":1.0},"368":{"tf":1.0},"501":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":56,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":2.23606797749979},"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":1.7320508075688772},"156":{"tf":1.0},"17":{"tf":1.0},"249":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.7320508075688772},"33":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"46":{"tf":1.7320508075688772},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"629":{"tf":1.7320508075688772},"631":{"tf":2.8284271247461903},"633":{"tf":2.0},"635":{"tf":2.0},"637":{"tf":2.449489742783178},"639":{"tf":2.449489742783178},"641":{"tf":2.0},"643":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.4142135623730951},"655":{"tf":1.7320508075688772},"691":{"tf":1.0},"98":{"tf":2.8284271247461903},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"174":{"tf":1.0},"188":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.0},"436":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"496":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"596":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"575":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0},"743":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":5,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"241":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"6":{"4":{"df":5,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"428":{"tf":2.8284271247461903},"608":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"6":{")":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"6":{"4":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.23606797749979},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"171":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"649":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":17,"docs":{"114":{"tf":1.0},"169":{"tf":1.0},"213":{"tf":1.7320508075688772},"222":{"tf":1.0},"230":{"tf":1.0},"49":{"tf":1.4142135623730951},"529":{"tf":1.0},"532":{"tf":1.7320508075688772},"536":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":2.23606797749979},"39":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"502":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":2.0},"520":{"tf":2.0},"525":{"tf":1.4142135623730951},"530":{"tf":1.0},"539":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":11,"docs":{"117":{"tf":1.0},"424":{"tf":1.0},"430":{"tf":1.0},"45":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"517":{"tf":2.23606797749979},"621":{"tf":2.0},"653":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"519":{"tf":1.0}}},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":2.449489742783178},"519":{"tf":2.6457513110645907},"520":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":4,"docs":{"437":{"tf":1.0},"440":{"tf":1.4142135623730951},"512":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{":":{":":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}},"y":{"1":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"363":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":11,"docs":{"674":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"695":{"tf":1.0},"706":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0},"744":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"369":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"251":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":11,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"338":{"tf":1.0},"478":{"tf":1.4142135623730951},"496":{"tf":2.0},"580":{"tf":1.0},"59":{"tf":1.0},"674":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"165":{"tf":1.0},"619":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"566":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"727":{"tf":1.0},"740":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}}}}},"title":{"root":{"0":{"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"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":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"742":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"137":{"tf":1.0},"198":{"tf":1.0},"29":{"tf":1.0}}},"1":{"df":2,"docs":{"138":{"tf":1.0},"30":{"tf":1.0}}},"2":{"df":2,"docs":{"139":{"tf":1.0},"31":{"tf":1.0}}},"3":{"df":2,"docs":{"140":{"tf":1.0},"32":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"142":{"tf":1.0}}},"6":{"df":1,"docs":{"143":{"tf":1.0}}},"df":12,"docs":{"128":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"242":{"tf":1.0},"252":{"tf":1.0},"280":{"tf":1.0},"690":{"tf":1.0}}},"2":{".":{"0":{"df":2,"docs":{"446":{"tf":1.0},"447":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":3,"docs":{"103":{"tf":1.0},"690":{"tf":1.0},"99":{"tf":1.0}}}},"0":{"0":{"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":2,"docs":{"660":{"tf":1.0},"661":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":2,"docs":{"658":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":2,"docs":{"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":2,"docs":{"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":2,"docs":{"652":{"tf":1.0},"653":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":2,"docs":{"650":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":2,"docs":{"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":2,"docs":{"646":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":2,"docs":{"644":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":2,"docs":{"642":{"tf":1.0},"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":2,"docs":{"640":{"tf":1.0},"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":2,"docs":{"638":{"tf":1.0},"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":2,"docs":{"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":2,"docs":{"634":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":2,"docs":{"632":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":2,"docs":{"630":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":2,"docs":{"628":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":2,"docs":{"626":{"tf":1.0},"627":{"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":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":2,"docs":{"624":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":2,"docs":{"622":{"tf":1.0},"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":2,"docs":{"620":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":2,"docs":{"618":{"tf":1.0},"619":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":2,"docs":{"616":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":2,"docs":{"614":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":2,"docs":{"611":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":2,"docs":{"609":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":2,"docs":{"607":{"tf":1.0},"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":2,"docs":{"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":28,"docs":{"129":{"tf":1.0},"150":{"tf":1.0},"176":{"tf":1.0},"190":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"243":{"tf":1.0},"253":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"46":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"98":{"tf":1.0}}},"3":{".":{"0":{".":{"0":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0}}},"1":{"df":5,"docs":{"300":{"tf":1.0},"489":{"tf":1.0},"495":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0}}},"2":{"df":4,"docs":{"301":{"tf":1.0},"492":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":7,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":12,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0}}},"1":{"df":2,"docs":{"650":{"tf":1.0},"651":{"tf":1.0}}},"2":{"df":2,"docs":{"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":6,"docs":{"310":{"tf":1.0},"311":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"1":{"0":{"df":4,"docs":{"318":{"tf":1.0},"561":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"1":{"df":4,"docs":{"319":{"tf":1.0},"567":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"2":{"df":10,"docs":{"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"3":{"df":2,"docs":{"628":{"tf":1.0},"629":{"tf":1.0}}},"4":{"df":2,"docs":{"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":10,"docs":{"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"6":{"df":4,"docs":{"316":{"tf":1.0},"556":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"7":{"df":2,"docs":{"640":{"tf":1.0},"641":{"tf":1.0}}},"8":{"df":4,"docs":{"317":{"tf":1.0},"558":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0}}},"9":{"df":2,"docs":{"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":9,"docs":{"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":2,"docs":{"622":{"tf":1.0},"623":{"tf":1.0}}},"2":{"df":2,"docs":{"620":{"tf":1.0},"621":{"tf":1.0}}},"3":{"df":2,"docs":{"618":{"tf":1.0},"619":{"tf":1.0}}},"4":{"df":2,"docs":{"616":{"tf":1.0},"617":{"tf":1.0}}},"5":{"df":4,"docs":{"327":{"tf":1.0},"592":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"6":{"df":2,"docs":{"611":{"tf":1.0},"612":{"tf":1.0}}},"7":{"df":2,"docs":{"609":{"tf":1.0},"610":{"tf":1.0}}},"8":{"df":2,"docs":{"607":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":6,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"253":{"tf":1.0}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":109,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"278":{"tf":1.0},"287":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"418":{"tf":1.0},"44":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"666":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951},"745":{"tf":1.0},"747":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"r":{"d":{"df":3,"docs":{"195":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":3,"docs":{"131":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0}}},"5":{"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":2,"docs":{"133":{"tf":1.0},"25":{"tf":1.0}}},"7":{"df":2,"docs":{"134":{"tf":1.0},"26":{"tf":1.0}}},"8":{"df":4,"docs":{"135":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"9":{"df":2,"docs":{"136":{"tf":1.0},"28":{"tf":1.0}}},"a":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"503":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"415":{"tf":1.0},"416":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"694":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"252":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"317":{"tf":1.0},"468":{"tf":1.0},"558":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"281":{"tf":1.0},"719":{"tf":1.0}}}}},"d":{"df":8,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"277":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"742":{"tf":1.0}}}}}},"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"188":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"564":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"739":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":3,"docs":{"712":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"726":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0}}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"248":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"36":{"tf":1.0},"396":{"tf":1.0}}},"p":{"df":6,"docs":{"115":{"tf":1.0},"184":{"tf":1.0},"227":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"173":{"tf":1.0},"18":{"tf":1.0},"230":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"235":{"tf":1.0}}}}}},"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":2,"docs":{"288":{"tf":1.0},"345":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"404":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"707":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"662":{"tf":1.0},"707":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"313":{"tf":1.0},"548":{"tf":1.0}}}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"709":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":24,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"115":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"310":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"47":{"tf":1.0},"471":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"665":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"72":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"408":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"709":{"tf":1.0}}}}}}}}},"df":2,"docs":{"46":{"tf":1.0},"98":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"733":{"tf":1.0},"736":{"tf":1.0}}}},"df":9,"docs":{"22":{"tf":1.0},"289":{"tf":1.0},"315":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"553":{"tf":1.0},"666":{"tf":1.0}}}}},"v":{"3":{"df":2,"docs":{"46":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"737":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"361":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"329":{"tf":1.0},"341":{"tf":1.0},"601":{"tf":1.0},"664":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"738":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}}}},"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"672":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":10,"docs":{"313":{"tf":1.0},"317":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"471":{"tf":1.0},"548":{"tf":1.0},"558":{"tf":1.0},"590":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"674":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":23,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"739":{"tf":1.0}}},"s":{"df":3,"docs":{"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":16,"docs":{"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"587":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.4142135623730951},"685":{"tf":1.0},"687":{"tf":1.0},"736":{"tf":1.4142135623730951},"743":{"tf":1.0},"744":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"473":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"417":{"tf":1.0},"502":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"356":{"tf":1.0}}}}}}}}},"c":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"730":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"239":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"254":{"tf":1.0},"313":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"475":{"tf":1.0},"51":{"tf":1.0},"536":{"tf":1.0},"548":{"tf":1.0},"603":{"tf":1.0},"613":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"739":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"545":{"tf":1.0},"677":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"417":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"362":{"tf":1.0},"37":{"tf":1.0},"516":{"tf":1.0},"729":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"729":{"tf":1.0},"730":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.0},"280":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"274":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"164":{"tf":1.0},"185":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"536":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0},"744":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":1,"docs":{"352":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"738":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":1,"docs":{"447":{"tf":1.0}}},"t":{"df":10,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":1.0},"592":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"226":{"tf":1.0},"709":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"292":{"tf":1.0},"388":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"341":{"tf":1.0},"533":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"743":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"30":{"tf":1.0},"331":{"tf":1.0},"445":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"471":{"tf":1.0},"473":{"tf":1.0},"677":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"316":{"tf":1.0},"556":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"450":{"tf":1.0},"521":{"tf":1.0},"545":{"tf":1.0},"588":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"247":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"401":{"tf":1.0},"406":{"tf":1.0},"446":{"tf":1.0},"590":{"tf":1.0},"668":{"tf":1.0},"742":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"370":{"tf":1.0}}},"t":{"df":3,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"702":{"tf":1.0}}}},"y":{"df":2,"docs":{"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"532":{"tf":1.0},"538":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"566":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"328":{"tf":1.0},"598":{"tf":1.0},"686":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":11,"docs":{"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"601":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"377":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"706":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"362":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"533":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"240":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"710":{"tf":1.0},"726":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"294":{"tf":1.0},"399":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"472":{"tf":1.0},"502":{"tf":1.0},"538":{"tf":1.0},"693":{"tf":1.0},"700":{"tf":1.0},"729":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"303":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.0},"584":{"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":5,"docs":{"717":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"428":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"731":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"157":{"tf":1.0},"165":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"685":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"464":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"742":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"410":{"tf":1.0},"731":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"409":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":8,"docs":{"247":{"tf":1.0},"250":{"tf":1.0},"303":{"tf":1.0},"339":{"tf":1.0},"401":{"tf":1.0},"406":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"24":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"303":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"688":{"tf":1.0},"694":{"tf":1.0},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"740":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"309":{"tf":1.0},"526":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"693":{"tf":1.0},"697":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"739":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"320":{"tf":1.0},"570":{"tf":1.0},"73":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":46,"docs":{"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"281":{"tf":1.0},"366":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"491":{"tf":1.0},"494":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.0},"52":{"tf":1.0},"523":{"tf":1.0},"528":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"560":{"tf":1.0},"563":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"586":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"187":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"293":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"725":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"28":{"tf":1.0},"305":{"tf":1.0},"506":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"708":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"193":{"tf":1.0},"278":{"tf":1.0}}}}},"r":{"a":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"741":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"30":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"731":{"tf":1.4142135623730951},"732":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}},"s":{"df":1,"docs":{"732":{"tf":1.0}}}},"q":{"df":3,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"417":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"452":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":9,"docs":{"125":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"534":{"tf":1.0},"594":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"301":{"tf":1.0},"492":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"231":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"189":{"tf":1.0},"20":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"377":{"tf":1.0},"477":{"tf":1.0},"590":{"tf":1.0},"680":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"295":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"425":{"tf":1.0},"436":{"tf":1.0}}}},"df":6,"docs":{"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"662":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"324":{"tf":1.0},"581":{"tf":1.0},"674":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"742":{"tf":1.0}}}}}},"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":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"348":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"474":{"tf":1.0},"678":{"tf":1.0},"706":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"142":{"tf":1.0},"184":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"40":{"tf":1.0},"613":{"tf":1.0},"713":{"tf":1.0},"728":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":7,"docs":{"152":{"tf":1.0},"156":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":5,"docs":{"119":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"733":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"729":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"3":{"df":3,"docs":{"146":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"303":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"190":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":7,"docs":{"209":{"tf":1.0},"224":{"tf":1.0},"277":{"tf":1.0},"375":{"tf":1.0},"688":{"tf":1.0},"736":{"tf":1.0},"740":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"252":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"537":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"df":1,"docs":{"503":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0},"516":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"452":{"tf":1.0},"51":{"tf":1.0},"603":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":42,"docs":{"173":{"tf":1.0},"18":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"322":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"361":{"tf":1.0},"376":{"tf":1.0},"39":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"475":{"tf":1.0},"479":{"tf":1.0},"524":{"tf":1.0},"541":{"tf":1.0},"576":{"tf":1.0},"597":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"674":{"tf":1.0},"68":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"689":{"tf":1.0},"713":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"742":{"tf":1.7320508075688772},"743":{"tf":1.0},"744":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"693":{"tf":1.0}}}},"/":{"df":0,"docs":{},"o":{"df":2,"docs":{"21":{"tf":1.0},"464":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"480":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"338":{"tf":1.0},"455":{"tf":1.0},"736":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"337":{"tf":1.0},"454":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"731":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"481":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"457":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"456":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"732":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"482":{"tf":1.0}}}}}}}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"744":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"484":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"485":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"37":{"tf":1.0},"470":{"tf":1.0},"516":{"tf":1.0},"597":{"tf":1.0},"665":{"tf":1.0},"676":{"tf":1.0},"695":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"738":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"719":{"tf":1.0}}},"df":7,"docs":{"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":13,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"35":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"447":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"740":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":18,"docs":{"162":{"tf":1.0},"183":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"353":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.0},"474":{"tf":1.0},"59":{"tf":1.0},"678":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":6,"docs":{"312":{"tf":1.0},"327":{"tf":1.0},"545":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"75":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"27":{"tf":1.0},"311":{"tf":1.0},"376":{"tf":1.0},"467":{"tf":1.0},"542":{"tf":1.0},"686":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"351":{"tf":1.0},"363":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"332":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"696":{"tf":1.0}}}}}}}}},"df":7,"docs":{"238":{"tf":1.0},"258":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"720":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"428":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"740":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"706":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"702":{"tf":1.0}},"r":{"df":2,"docs":{"541":{"tf":1.0},"710":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"115":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0}},"f":{"a":{"c":{"df":17,"docs":{"186":{"tf":1.0},"240":{"tf":1.0},"267":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"322":{"tf":1.0},"347":{"tf":1.0},"358":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0},"576":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":46,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"346":{"tf":1.0},"380":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"594":{"tf":1.0}}}},"o":{"df":5,"docs":{"115":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0},"538":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"487":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"450":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"449":{"tf":1.0},"488":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"595":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"731":{"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":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"732":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"461":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"460":{"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":{"483":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"722":{"tf":1.0},"723":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"736":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"463":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"306":{"tf":1.0},"509":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"304":{"tf":1.0},"503":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"728":{"tf":1.0},"737":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"695":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"734":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"697":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"735":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"744":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"302":{"tf":1.0},"402":{"tf":1.0},"407":{"tf":1.0},"681":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"742":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"321":{"tf":1.0},"573":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"740":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":16,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"715":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"742":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"526":{"tf":1.0},"712":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":11,"docs":{"170":{"tf":1.0},"182":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"429":{"tf":1.0},"435":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"291":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"742":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"361":{"tf":1.0},"428":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"295":{"tf":1.0},"355":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"431":{"tf":1.0},"437":{"tf":1.0},"472":{"tf":1.0},"517":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":3,"docs":{"439":{"tf":1.0},"518":{"tf":1.0},"709":{"tf":1.0}},"o":{"df":9,"docs":{"169":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"426":{"tf":1.0},"433":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"743":{"tf":1.0}}}}},"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"684":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"736":{"tf":1.0}}}}}}},"p":{"df":5,"docs":{"300":{"tf":1.0},"319":{"tf":1.0},"489":{"tf":1.0},"495":{"tf":1.0},"567":{"tf":1.0}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"672":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"26":{"tf":1.0},"308":{"tf":1.0},"521":{"tf":1.0},"76":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"430":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"311":{"tf":1.0},"542":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"665":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"695":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":13,"docs":{"296":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.4142135623730951},"489":{"tf":1.0},"495":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"451":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"701":{"tf":1.0},"746":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"390":{"tf":1.0}},"l":{"df":1,"docs":{"340":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"720":{"tf":1.0},"721":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"288":{"tf":1.0},"327":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"729":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"594":{"tf":1.0}}}}}}},"df":1,"docs":{"364":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"239":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"579":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"378":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"324":{"tf":1.0},"387":{"tf":1.0},"581":{"tf":1.0},"694":{"tf":1.0},"733":{"tf":1.0},"739":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"540":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"705":{"tf":1.0},"719":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":6,"docs":{"12":{"tf":1.0},"184":{"tf":1.0},"227":{"tf":1.0},"667":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"370":{"tf":1.0},"702":{"tf":1.0},"738":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"28":{"tf":1.0},"305":{"tf":1.0},"446":{"tf":1.0},"506":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"319":{"tf":1.0},"567":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"733":{"tf":1.0},"739":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"728":{"tf":1.0},"734":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"742":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":7,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"303":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.4142135623730951},"689":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"225":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"740":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"259":{"tf":1.0},"261":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"515":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"710":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"269":{"tf":1.0},"289":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"324":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"512":{"tf":1.0},"526":{"tf":1.0},"581":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0},"733":{"tf":1.0},"736":{"tf":1.0},"739":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"735":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"733":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":24,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"694":{"tf":1.0},"733":{"tf":1.0}},"i":{"df":3,"docs":{"195":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"470":{"tf":1.0},"676":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"446":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"319":{"tf":1.0},"567":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"387":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":14,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"374":{"tf":1.0},"375":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":99,"docs":{"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"292":{"tf":1.0},"298":{"tf":1.0},"353":{"tf":1.0},"361":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"431":{"tf":1.0},"453":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"686":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.7320508075688772},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"316":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"473":{"tf":1.0},"677":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"713":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"314":{"tf":1.0},"550":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"174":{"tf":1.0},"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"302":{"tf":1.0},"307":{"tf":1.0},"512":{"tf":1.0}}}},"t":{"/":{"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":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"291":{"tf":1.0},"311":{"tf":1.0},"383":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"542":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"372":{"tf":1.0},"389":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"235":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"326":{"tf":1.0},"336":{"tf":1.0},"428":{"tf":1.0},"473":{"tf":1.0},"588":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.0},"694":{"tf":1.0},"696":{"tf":1.0},"736":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"/":{"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":2,"docs":{"329":{"tf":1.0},"601":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"249":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"669":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"291":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"325":{"tf":1.0},"584":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"184":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"40":{"tf":1.0},"532":{"tf":1.0},"534":{"tf":1.0},"692":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"448":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"358":{"tf":1.0},"728":{"tf":1.0}}}}}}}},"q":{"df":74,"docs":{"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"322":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"576":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"662":{"tf":1.0}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"673":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"247":{"tf":1.0},"687":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"250":{"tf":1.0},"258":{"tf":1.0},"668":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"373":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"747":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"445":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"693":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"738":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"307":{"tf":1.0},"31":{"tf":1.0},"424":{"tf":1.0},"512":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"190":{"tf":1.0},"262":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"475":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"682":{"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":{"158":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"369":{"tf":1.0},"424":{"tf":1.0},"517":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"303":{"tf":1.0},"317":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"171":{"tf":1.0},"297":{"tf":1.0},"326":{"tf":1.0},"451":{"tf":1.0},"49":{"tf":1.0},"588":{"tf":1.0},"730":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"24":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"728":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"744":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"703":{"tf":1.0},"728":{"tf":1.0},"732":{"tf":1.0},"737":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"720":{"tf":1.0},"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"393":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"538":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"448":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"254":{"tf":1.0}},"r":{"df":1,"docs":{"742":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"428":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"22":{"tf":1.0},"252":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"316":{"tf":1.0},"556":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"192":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{"'":{"df":2,"docs":{"196":{"tf":1.0},"719":{"tf":1.0}}},"df":35,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"278":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"4":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"747":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"718":{"tf":1.0},"722":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"247":{"tf":1.0},"249":{"tf":1.0},"666":{"tf":1.0},"724":{"tf":1.0},"736":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"744":{"tf":1.0}}}}}}}}}}}}},"df":8,"docs":{"154":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"474":{"tf":1.0},"678":{"tf":1.0},"740":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"163":{"tf":1.0},"196":{"tf":1.0},"532":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"716":{"tf":1.0},"725":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"239":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"587":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"724":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"189":{"tf":1.0},"20":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"477":{"tf":1.0},"680":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"384":{"tf":1.0},"390":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"462":{"tf":1.0},"672":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"443":{"tf":1.0},"561":{"tf":1.0},"566":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"146":{"tf":1.0},"164":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"725":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"472":{"tf":1.0},"474":{"tf":1.0},"678":{"tf":1.0},"707":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"358":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"152":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"236":{"tf":1.0},"254":{"tf":1.0},"303":{"tf":1.0},"315":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"553":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"724":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"237":{"tf":1.0},"733":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"679":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"292":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"419":{"tf":1.0},"425":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"731":{"tf":1.0}}}}}}},"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":{"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"716":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":27,"docs":{"115":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"47":{"tf":1.0},"479":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"64":{"tf":1.0},"692":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0}}}},"s":{"df":1,"docs":{"736":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"684":{"tf":1.0},"691":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"306":{"tf":1.0},"509":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"712":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"197":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"49":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"328":{"tf":1.0},"598":{"tf":1.0}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"188":{"tf":1.0},"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"742":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"739":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"39":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"254":{"tf":1.0},"340":{"tf":1.0},"743":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"377":{"tf":1.0},"667":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"392":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"601":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"742":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"121":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"200":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"693":{"tf":1.0}}},"df":13,"docs":{"24":{"tf":1.0},"303":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"540":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"125":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"721":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"729":{"tf":1.0}}}},"t":{"df":10,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"290":{"tf":1.0},"313":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"548":{"tf":1.0},"733":{"tf":1.0},"739":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"691":{"tf":1.0},"730":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"154":{"tf":1.0},"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"738":{"tf":1.0}}}},"df":43,"docs":{"126":{"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},"142":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"277":{"tf":1.0},"417":{"tf":1.0},"502":{"tf":1.0},"516":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"566":{"tf":1.0},"70":{"tf":1.0},"723":{"tf":1.0},"740":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"186":{"tf":1.0},"240":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"736":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}},"v":{"2":{"df":1,"docs":{"112":{"tf":1.0}}},"3":{"df":2,"docs":{"101":{"tf":1.0},"109":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"41":{"tf":1.0},"711":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"369":{"tf":1.0},"370":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"736":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":69,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0}}}}}}}},"i":{"a":{"df":1,"docs":{"736":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"245":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0},"462":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"713":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":1,"docs":{"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"441":{"tf":1.0}}},"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":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":130,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"278":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"345":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"418":{"tf":1.0},"44":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"46":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":1.0},"666":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":2.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"71":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951},"725":{"tf":1.0},"726":{"tf":1.0},"74":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}},"df":14,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"277":{"tf":1.0},"282":{"tf":1.0},"45":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"665":{"tf":1.0},"726":{"tf":1.0}}}},"y":{"df":1,"docs":{"739":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"725":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"168":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"427":{"tf":1.0},"434":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"410":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"531":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.0},"699":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"294":{"tf":1.0},"399":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"323":{"tf":1.0},"46":{"tf":1.0},"579":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"517":{"tf":1.0}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file +{"doc_urls":["pages/index.html#vst-home","pages/index.html#welcome-to-the-world-of-vst-3","pages/index.html#what-is-vst","pages/index.html#main-benefits-of-vst-3","pages/index.html#what-is-the-vst-3-sdk","pages/index.html#vst-3-licensing","pages/index.html#getting-started","pages/index.html#tutorials","pages/index.html#vst-3-forum","pages/index.html#technical-documentation","pages/index.html#miscellaneous","pages/What+is+VST/Index.html#what-is-vst","pages/What+is+VST/Index.html#vst-3-new-standard-for-virtual-studio-technology","pages/What+is+VST/Index.html#about-the-vst-standard","pages/What+is+VST/Index.html#from-the-technical-point-of-view","pages/What+is+VST/Use+cases.html#use-cases","pages/What+is+VST/Use+cases.html#why-use-vst-3-sdk","pages/What+is+VST/Use+cases.html#advantages-of-using-vst-3-sdk","pages/What+is+VST/Use+cases.html#examples-of-vst-3-host-applications-05102023","pages/Main+benefits+of+VST+3/Index.html#main-benefits-of-vst-3","pages/Main+benefits+of+VST+3/Index.html#1-improved-performance-with-the--silence-flag","pages/Main+benefits+of+VST+3/Index.html#2--multiple-dynamic-ios","pages/Main+benefits+of+VST+3/Index.html#3--sample-accurate-automation","pages/Main+benefits+of+VST+3/Index.html#4--logical-parameter-organization","pages/Main+benefits+of+VST+3/Index.html#5-resizeable-ui-editor","pages/Main+benefits+of+VST+3/Index.html#6-mouse-over-support","pages/Main+benefits+of+VST+3/Index.html#7--context-menu-support","pages/Main+benefits+of+VST+3/Index.html#8--channel-context-information","pages/Main+benefits+of+VST+3/Index.html#9--note-expression","pages/Main+benefits+of+VST+3/Index.html#10-3d-audio-support","pages/Main+benefits+of+VST+3/Index.html#11-factory-concept","pages/Main+benefits+of+VST+3/Index.html#12--support-remote-control-representation","pages/Main+benefits+of+VST+3/Index.html#13-others","pages/What+is+the+VST+3+SDK/Index.html#what-is-the-vst-3-sdk","pages/What+is+the+VST+3+SDK/Index.html#vst-3-sdk-explained","pages/What+is+the+VST+3+SDK/Index.html#what-is-included","pages/What+is+the+VST+3+SDK/Index.html#the-vst-3-api","pages/What+is+the+VST+3+SDK/Index.html#vst-3-implementation-helper-classes","pages/What+is+the+VST+3+SDK/Index.html#vst-3-plug-ins-examples","pages/What+is+the+VST+3+SDK/Index.html#vst-3-plug-in-test-host","pages/What+is+the+VST+3+SDK/Index.html#vst-3-project-generator","pages/What+is+the+VST+3+SDK/Index.html#validator-command-line","pages/What+is+the+VST+3+SDK/Index.html#audiohost","pages/What+is+the+VST+3+SDK/Index.html#editorhost","pages/What+is+the+VST+3+SDK/Index.html#vst-3-inspector","pages/What+is+the+VST+3+SDK/Index.html#vstgui","pages/What+is+the+VST+3+SDK/Index.html#aax-auv3-au-and-vst-2-wrappers","pages/What+is+the+VST+3+SDK/Index.html#ios-inter-app-audio-support","pages/What+is+the+VST+3+SDK/Index.html#vst-3-licensing","pages/What+is+the+VST+3+SDK/Index.html#system-requirements","pages/What+is+the+VST+3+SDK/Index.html#download-link","pages/What+is+the+VST+3+SDK/Index.html#change-history","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#vst-3-plug-in-examples","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#introduction","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#adelay","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#again","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#testchannelcontext","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#hostchecker","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#testlegacymidiccout","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#mda-plug-ins","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#note-expression-synth","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#note-expression-text","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#panner","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#pitchnames","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-prefetchable-support","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-multiple-program-changes","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#test-program-change","pages/What+is+the+VST+3+SDK/Plug-in+Examples.html#sync-delay","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-3-plug-in-test-host","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#introduction","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#how-to-use-it","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-player-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#audio-input","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#event-input","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-rack","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#info-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#context-menu","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#transport","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#vst-3-plug-ins-tests-window","pages/What+is+the+VST+3+SDK/Plug-in+Test+Host.html#preset-editor","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst-3-project-generator","pages/What+is+the+VST+3+SDK/Project+Generator.html#introduction","pages/What+is+the+VST+3+SDK/Project+Generator.html#start-the-vst-3-project-generator-application","pages/What+is+the+VST+3+SDK/Project+Generator.html#locate-cmake","pages/What+is+the+VST+3+SDK/Project+Generator.html#locate-vst-sdk","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst-sdk-and-cmake-successfully-located","pages/What+is+the+VST+3+SDK/Project+Generator.html#setting-the-preferences","pages/What+is+the+VST+3+SDK/Project+Generator.html#path-preferences","pages/What+is+the+VST+3+SDK/Project+Generator.html#setting-and-creating-a-plug-in-project","pages/What+is+the+VST+3+SDK/Project+Generator.html#vst3-project-generator-license","pages/What+is+the+VST+3+SDK/Validator.html#validator-command-line","pages/What+is+the+VST+3+SDK/Validator.html#validator-command-line-1","pages/What+is+the+VST+3+SDK/AudioHost.html#audiohost-application","pages/What+is+the+VST+3+SDK/AudioHost.html#audiohost","pages/What+is+the+VST+3+SDK/EditorHost.html#editorhost-application","pages/What+is+the+VST+3+SDK/EditorHost.html#editorhost","pages/What+is+the+VST+3+SDK/VST3Inspector.html#vst-3-inspector-application","pages/What+is+the+VST+3+SDK/VST3Inspector.html#vst-3-inspector","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#aax-auv3-au-and-vst-2-wrappers","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---vst-2x-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---aax-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---audio-unit-v3-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/Index.html#vst-3---audio-unit-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#vst-3---vst-2x-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/VST+2+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#vst-3---aax-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AAX+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#vst-3---audiounit-v3-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AUv3+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#vst-3---audiounit-v2-wrapper","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#introduction","pages/What+is+the+VST+3+SDK/Wrappers/AUv2+Wrapper.html#how-does-it-work","pages/What+is+the+VST+3+SDK/iOS+Inter-App+Audio+support.html#ios-inter-app-audio-support","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui","pages/What+is+the+VST+3+SDK/VSTGUI.html#introduction","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-forum","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-on-github","pages/What+is+the+VST+3+SDK/VSTGUI.html#vstgui-license","pages/What+is+the+VST+3+SDK/VSTGUI.html#tutorials-for-vstgui","pages/VST+3+Licensing/Index.html#vst-3-licensing","pages/VST+3+Licensing/Index.html#steinberg-vst-usage-guidelines","pages/VST+3+Licensing/Index.html#what-are-the-licensing-options-for-vst-3","pages/VST+3+Licensing/Index.html#which-files-fall-under-which-license","pages/VST+3+Licensing/Index.html#developer-use-cases-faqs","pages/VST+3+Licensing/Usage+guidelines.html#steinberg-vst-usage-guidelines","pages/VST+3+Licensing/Usage+guidelines.html#1-required-use-of-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#2-use-of-vst-unrelated-to-the-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#3-use-when-claiming-compatibility","pages/VST+3+Licensing/Usage+guidelines.html#4-use-on-website","pages/VST+3+Licensing/Usage+guidelines.html#5-use-on-package","pages/VST+3+Licensing/Usage+guidelines.html#6-use-in-product-name-or-logo","pages/VST+3+Licensing/Usage+guidelines.html#7-use-in-company-name","pages/VST+3+Licensing/Usage+guidelines.html#8-use-in-social-media","pages/VST+3+Licensing/Usage+guidelines.html#9-use-in-domain","pages/VST+3+Licensing/Usage+guidelines.html#10-use-in-logo","pages/VST+3+Licensing/Usage+guidelines.html#11-use-in-video","pages/VST+3+Licensing/Usage+guidelines.html#12-use-in-category","pages/VST+3+Licensing/Usage+guidelines.html#13-use-in-combination-or-composition","pages/VST+3+Licensing/Usage+guidelines.html#14-vst-compatible-logo","pages/VST+3+Licensing/Usage+guidelines.html#15-general-guidelines-for-using-vst-trademark","pages/VST+3+Licensing/Usage+guidelines.html#16-questions-and-suggestions","pages/VST+3+Licensing/What+are+the+licensing+options.html#what-are-the-licensing-options","pages/VST+3+Licensing/What+are+the+licensing+options.html#proprietary-steinberg-vst-3-license","pages/VST+3+Licensing/What+are+the+licensing+options.html#open-source-gplv3-license","pages/VST+3+Licensing/What+are+the+licensing+options.html#steinberg-dual-license-file","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#which-files-fall-under-which-license","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#which-files-of-the-vst-3-sdk-fall-under-which-license","pages/VST+3+Licensing/Which+files+fall+under+which+license.html#what-about-vst-2","pages/VST+3+Licensing/Developer+use+cases.html#developer-use-cases-faqs","pages/Getting+Started/Index.html#getting-started","pages/Getting+Started/Index.html#vst-3-links","pages/Getting+Started/Index.html#how-to-set-up-my-system-for-vst-3","pages/Getting+Started/Links.html#vst-3-links","pages/Getting+Started/Links.html#getting-vst-3-sdk","pages/Getting+Started/Links.html#download-the-full-vst-3-package-as-zip-file","pages/Getting+Started/Links.html#clone-vst-3-repository-from-github","pages/Getting+Started/Links.html#online-documentation","pages/Getting+Started/Links.html#vst-3-forum","pages/Getting+Started/Links.html#vstgui","pages/Getting+Started/Links.html#external-links-to-vst-3-dsp-conferences-and-plug-ins-development","pages/Getting+Started/How+to+setup+my+system.html#how-to-setup-up-my-system-for-vst-3","pages/Getting+Started/How+to+setup+my+system.html#get-the-source-code","pages/Getting+Started/How+to+setup+my+system.html#from-the-downloaded--vstsdkzip--file","pages/Getting+Started/How+to+setup+my+system.html#from-github","pages/Getting+Started/How+to+setup+my+system.html#get-an-ide-for-development","pages/Getting+Started/How+to+setup+my+system.html#for-windows","pages/Getting+Started/How+to+setup+my+system.html#for-macos","pages/Getting+Started/How+to+setup+my+system.html#for-linux","pages/Getting+Started/How+to+setup+my+system.html#package-requirements","pages/Getting+Started/How+to+setup+my+system.html#get-cmake","pages/Getting+Started/How+to+setup+my+system.html#get-a-vst-3-host-application","pages/Getting+Started/Preparation+on+Windows.html#preparation-on-windows","pages/Getting+Started/Preparation+on+Windows.html#solution-1","pages/Getting+Started/Preparation+on+Windows.html#solution-2","pages/Getting+Started/Preparation+on+Windows.html#solution-3","pages/Tutorials/Index.html#tutorials","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Index.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Index.html#using-cmake-for-building-vst-3-plug-ins","pages/Tutorials/Index.html#generate-a-new-plug-in-with-the-project-generator-app","pages/Tutorials/Index.html#code-your-first-plug-in","pages/Tutorials/Index.html#use-vstgui-to-design-a-user-interface","pages/Tutorials/Index.html#data-exchange","pages/Tutorials/Index.html#advanced-vst-3-techniques","pages/Tutorials/Index.html#how-to-use-the-silence-flags","pages/Tutorials/Index.html#guideline-for-replacing-a-vst-2-plug-in-by-a-vst-3-plug-in","pages/Tutorials/Index.html#strings-conversion-helper","pages/Tutorials/Index.html#creating-a-cmake-plug-in-project-from-scratch","pages/Tutorials/Index.html#creating-a-plug-in-with-vst-3-sdk-as-an-external-project","pages/Tutorials/Index.html#switching-to-another-vstgui-submodule-or-branch","pages/Tutorials/Index.html#tutorials-on-youtube-from-3rd-party-developers","pages/Tutorials/Index.html#how-to-setup-the-vst-3-sdks-sample-plugin-projects","pages/Tutorials/Index.html#vst-3-sdk-tutorial-create-your-own-vst-3-synth-plug-in","pages/Tutorials/Index.html#building-your-first-audio-plug-in-windows-10","pages/Tutorials/Index.html#building-your-first-audio-plug-in-macos","pages/Tutorials/Index.html#building-your-first-audio-plug-in-linux-ubuntu","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Building+the+examples/Index.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#building-the-examples-included-in-the-sdk-on-windows","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#part-2-building-the-examples-on-windows","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Windows.html#building-using-cmake-gui","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#building-the-examples-included-in-the-sdk-on-macos","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+macOS.html#part-2-building-the-examples-on-macos","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#building-the-examples-included-in-the-sdk-on-linux","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#goal","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Building+the+examples/Building+the+examples+included+in+the+SDK+Linux.html#part-2-building-the-examples-on-linux","pages/Tutorials/Using+cmake+for+building+plug-ins.html#using-cmake-for-building-vst-3-plug-ins","pages/Tutorials/Using+cmake+for+building+plug-ins.html#goal","pages/Tutorials/Using+cmake+for+building+plug-ins.html#cmake-for-building-vst-3-plug-ins","pages/Tutorials/Using+cmake+for+building+plug-ins.html#command-line-for-windows","pages/Tutorials/Using+cmake+for+building+plug-ins.html#command-line-for-macos","pages/Tutorials/Using+cmake+for+building+plug-ins.html#on-linux-with-qtcreator","pages/Tutorials/Using+cmake+for+building+plug-ins.html#use-of-cmake-gui","pages/Tutorials/Using+cmake+for+building+plug-ins.html#available-smtg-cmake-options","pages/Tutorials/Using+cmake+for+building+plug-ins.html#using-your-ide-for-compiling-the-examples","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#generate-a-new-plug-in-with-the-project-generator-app","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#goal","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#part-1-getting-and-installing-the-vst-3-sdk","pages/Tutorials/Generate+new+plug-in+with+Project+Generator.html#part-2-using-the--vst-3-plug-in--project-generator--application","pages/Tutorials/Code+your+first+plug-in.html#code-your-first-plug-in","pages/Tutorials/Code+your+first+plug-in.html#goal","pages/Tutorials/Code+your+first+plug-in.html#part-1-coding-your-plug-in","pages/Tutorials/Code+your+first+plug-in.html#add-a-parameter-gain","pages/Tutorials/Code+your+first+plug-in.html#add-the-process-applying-the-gain","pages/Tutorials/Code+your+first+plug-in.html#add-storerestore-state","pages/Tutorials/Code+your+first+plug-in.html#part-2-advanced-steps","pages/Tutorials/Code+your+first+plug-in.html#add-an-event-input","pages/Tutorials/Code+your+first+plug-in.html#add-a-mono-audio--side-chain","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#use-vstgui-to-design-a-user-interface","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#goal","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-1-preparation","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-2-open-the-vstguiwyswyg-editor","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-3-parameter-binding","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-4-creating-custom-views","pages/Tutorials/Use+VSTGUI+to+design+a+UI.html#part-5-showcase","pages/Tutorials/Data+Exchange.html#data-exchange-tutorial---how-to-send-data-from-the-realtime-process-to-the-edit-controller","pages/Tutorials/Data+Exchange.html#tutorial---how-to-use-the-data-exchange-api","pages/Tutorials/Data+Exchange.html#sending-data-from-the-audio-processor","pages/Tutorials/Data+Exchange.html#receiving-data-in-the-edit-controller","pages/Tutorials/Advanced+VST+3+techniques.html#advanced-vst-3-techniques","pages/Tutorials/Advanced+VST+3+techniques.html#part-1-sample-accurate-parameter-handling","pages/Tutorials/Advanced+VST+3+techniques.html#part-2-adding-32-and-64-bit-audio-processing","pages/Tutorials/Advanced+VST+3+techniques.html#part-3-thread-safe-state-changes","pages/Tutorials/How+to+use+the+silence+flags.html#how-to-use-the-silence-flags","pages/Tutorials/How+to+use+the+silence+flags.html#goal","pages/Tutorials/How+to+use+the+silence+flags.html#what-about-silence-flags","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-receives-a-silent-audio-input","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-generates-silent-output","pages/Tutorials/How+to+use+the+silence+flags.html#in-bypass","pages/Tutorials/How+to+use+the+silence+flags.html#plug-in-generates-audio-output","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#guideline-for-replacing-a-vst-2-plug-in-by-a-vst-3-plug-in","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#goal","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#vst-2-and-vst-3-version-of-your-plug-in-have-the-same-uid","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#vst-2-and-vst-3-version-of-your-plug-in-have-not-the-same-uid","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#using-the--moduleinfojson--file","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#using-the--iplugincompatibility--interface","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#presetproject-compatibility-vst-2--vst-3","pages/Tutorials/Guideline+for+VST3+replacing+VST2.html#parameters-compatibility","pages/Tutorials/Strings+Conversion+Helper.html#strings-conversion-helper","pages/Tutorials/Strings+Conversion+Helper.html#goal","pages/Tutorials/Strings+Conversion+Helper.html#convert-a-string128-string-to-an-utf-8-string","pages/Tutorials/Strings+Conversion+Helper.html#convert-an-utf-8-string-to-a-string128-string","pages/Tutorials/Creating+a+plug-in+from+scratch.html#creating-a-cmake-plug-in-project-from-scratch","pages/Tutorials/Creating+a+plug-in+from+scratch.html#goal","pages/Tutorials/Creating+a+plug-in+from+scratch.html#building-the-cmakeliststxt","pages/Tutorials/Creating+a+plug-in+from+scratch.html#add-plug-in-gui-editor-by-using-vstgui","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#creating-a-plug-in-with-vst-3-sdk-as-an-external-project","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#goal","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#part-1-how-to-clone-and-build","pages/Tutorials/Creating+a+plug-in+with+VST+3+SDK+as+an+external+project.html#part-2-adapting-the--helloworld--example","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-vstgui-submodule-or-branch","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#goal","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-submodule","pages/Tutorials/Switching+to+another-VSTGUI+submodule+or+branch.html#switching-to-another-branch","pages/Technical+Documentation/Index.html#technical-documentation","pages/Technical+Documentation/Index.html#vst-3-api-documentation","pages/Technical+Documentation/Index.html#vst-module-architecture","pages/Technical+Documentation/Index.html#parameters-and-automation","pages/Technical+Documentation/Index.html#vst-3-units","pages/Technical+Documentation/Index.html#presets--program-lists","pages/Technical+Documentation/Index.html#complex-plug-in-structures--multi-timbral-instruments","pages/Technical+Documentation/Index.html#data-exchange","pages/Technical+Documentation/Index.html#vst-3-workflow-diagrams","pages/Technical+Documentation/Index.html#vst-3-locations--format","pages/Technical+Documentation/Index.html#about-midi-in-vst-3","pages/Technical+Documentation/Index.html#host-requirements-for-vst-3-support","pages/Technical+Documentation/Index.html#300-interfaces-supported-by-the-plug-in","pages/Technical+Documentation/Index.html#300-interfaces-supported-by-the-host","pages/Technical+Documentation/Index.html#301-parameter-midi-mapping","pages/Technical+Documentation/Index.html#302-parameter-finder","pages/Technical+Documentation/Index.html#310-audio-presentation-latency","pages/Technical+Documentation/Index.html#310-ui-group-editing-dirty-state--open-editor-request","pages/Technical+Documentation/Index.html#310-knobmode-openhelp--openaboutbox","pages/Technical+Documentation/Index.html#350-note-expression","pages/Technical+Documentation/Index.html#350-key-switch","pages/Technical+Documentation/Index.html#350-remote-presentation-of-parameters","pages/Technical+Documentation/Index.html#350-context-menu","pages/Technical+Documentation/Index.html#350-enhanced-linked-parameters","pages/Technical+Documentation/Index.html#360-ios-inter-app-audio","pages/Technical+Documentation/Index.html#360-preset-meta-information","pages/Technical+Documentation/Index.html#365-channel-context-info","pages/Technical+Documentation/Index.html#365-unit-bus-assignment-change","pages/Technical+Documentation/Index.html#365-prefetchable","pages/Technical+Documentation/Index.html#365-automation-state","pages/Technical+Documentation/Index.html#366-plugview-content-scaling","pages/Technical+Documentation/Index.html#368-request-bus-activation","pages/Technical+Documentation/Index.html#3610-ui-snapshots","pages/Technical+Documentation/Index.html#3611-noteexpression-physical-ui-mapping","pages/Technical+Documentation/Index.html#3612-legacy-midi-cc-out-event","pages/Technical+Documentation/Index.html#3612-midi-learn","pages/Technical+Documentation/Index.html#3612-host-query-interface-support","pages/Technical+Documentation/Index.html#3612-mpe-support-for-wrappers","pages/Technical+Documentation/Index.html#370-parameter-function-name","pages/Technical+Documentation/Index.html#370-progress-display","pages/Technical+Documentation/Index.html#370-process-context-requirements","pages/Technical+Documentation/Index.html#375-module-info","pages/Technical+Documentation/Index.html#379-get-current-systemtime","pages/Technical+Documentation/Index.html#379-data-transfert-between-processorcontroller","pages/Technical+Documentation/API+Documentation/Index.html#vst-3-api-documentation","pages/Technical+Documentation/API+Documentation/Index.html#basic-concept","pages/Technical+Documentation/API+Documentation/Index.html#initialization","pages/Technical+Documentation/API+Documentation/Index.html#creation-and-initialization-from-host-point-of-view","pages/Technical+Documentation/API+Documentation/Index.html#extensions","pages/Technical+Documentation/API+Documentation/Index.html#persistence","pages/Technical+Documentation/API+Documentation/Index.html#the-processing-part","pages/Technical+Documentation/API+Documentation/Index.html#icomponent","pages/Technical+Documentation/API+Documentation/Index.html#iaudioprocessor","pages/Technical+Documentation/API+Documentation/Index.html#the-editing-part","pages/Technical+Documentation/API+Documentation/Index.html#vst-3-threading-model","pages/Technical+Documentation/API+Documentation/Index.html#communication-between-the-components","pages/Technical+Documentation/API+Documentation/Index.html#standard-communication","pages/Technical+Documentation/API+Documentation/Index.html#private-communication","pages/Technical+Documentation/API+Documentation/Index.html#initialization-of-communication-from-host-point-of-view","pages/Technical+Documentation/VST+Module+Architecture/Index.html#vst-module-architecture","pages/Technical+Documentation/VST+Module+Architecture/Index.html#introduction","pages/Technical+Documentation/VST+Module+Architecture/Index.html#interfaces","pages/Technical+Documentation/VST+Module+Architecture/Index.html#funknown","pages/Technical+Documentation/VST+Module+Architecture/Index.html#iidcid","pages/Technical+Documentation/VST+Module+Architecture/Index.html#direction","pages/Technical+Documentation/VST+Module+Architecture/Index.html#versioning-and-inheritance","pages/Technical+Documentation/VST+Module+Architecture/Index.html#com-compatibility","pages/Technical+Documentation/VST+Module+Architecture/Index.html#plug-ins","pages/Technical+Documentation/VST+Module+Architecture/Index.html#module-factory","pages/Technical+Documentation/VST+Module+Architecture/Index.html#locations","pages/Technical+Documentation/VST+Module+Architecture/Index.html#categories","pages/Technical+Documentation/VST+Module+Architecture/Index.html#ipluginbase","pages/Technical+Documentation/VST+Module+Architecture/Index.html#purpose-specific-interfaces","pages/Technical+Documentation/VST+Module+Architecture/Index.html#unicode","pages/Technical+Documentation/VST+Module+Architecture/Index.html#sdk-backward-compatibility","pages/Technical+Documentation/VST+Module+Architecture/Loading.html#how-the-host-will-load-a-vst-ma-based-plug-in","pages/Technical+Documentation/VST+Module+Architecture/Derive+From+Interface.html#hot-to-derive-a-class-from-an-interface","pages/Technical+Documentation/VST+Module+Architecture/Interface+Versions+and+Inheritance.html#interface-versions-and-inheritance","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#moduleinfo","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#sdk","pages/Technical+Documentation/VST+Module+Architecture/ModuleInfo-JSON.html#example","pages/Technical+Documentation/Parameters+Automation/Index.html#parameters-and-automation","pages/Technical+Documentation/Parameters+Automation/Index.html#parameters","pages/Technical+Documentation/Parameters+Automation/Index.html#representation-of-parameter-values","pages/Technical+Documentation/Parameters+Automation/Index.html#conversion-of-normalized-values","pages/Technical+Documentation/Parameters+Automation/Index.html#automation","pages/Technical+Documentation/Parameters+Automation/Index.html#problems","pages/Technical+Documentation/Parameters+Automation/Index.html#automation-recording","pages/Technical+Documentation/Parameters+Automation/Index.html#automation-playback","pages/Technical+Documentation/Parameters+Automation/Index.html#gui-playback","pages/Technical+Documentation/Parameters+Automation/Index.html#informing-the-host-about-changes","pages/Technical+Documentation/Parameters+Automation/Index.html#parameter-titles-default-values-or-flags-have-changed","pages/Technical+Documentation/Parameters+Automation/Index.html#multiple-parameter-values-have-changed","pages/Technical+Documentation/VST+3+Units/Index.html#vst-3-units","pages/Technical+Documentation/VST+3+Units/Index.html#introduction","pages/Technical+Documentation/VST+3+Units/Index.html#unit-details","pages/Technical+Documentation/VST+3+Units/Index.html#examples","pages/Technical+Documentation/Presets+Program+Lists/Index.html#presets--program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#simple-plug-ins","pages/Technical+Documentation/Presets+Program+Lists/Index.html#program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#structure-of-program-lists","pages/Technical+Documentation/Presets+Program+Lists/Index.html#pitch-names","pages/Technical+Documentation/Complex+Structures/Index.html#complex-plug-in-structures--multi-timbral-instruments","pages/Technical+Documentation/Complex+Structures/Index.html#the-problem","pages/Technical+Documentation/Complex+Structures/Index.html#the-simple-mode","pages/Technical+Documentation/Complex+Structures/Index.html#multi-timbral-program-lists","pages/Technical+Documentation/Complex+Structures/Index.html#units-and-tracks","pages/Technical+Documentation/Complex+Structures/Index.html#routing","pages/Technical+Documentation/Data+Exchange/Index.html#data-exchange","pages/Technical+Documentation/Data+Exchange/Index.html#introduction","pages/Technical+Documentation/Data+Exchange/Index.html#the-data-exchange-api","pages/Technical+Documentation/Data+Exchange/Index.html#idataexchangehandler","pages/Technical+Documentation/Data+Exchange/Index.html#idataexchangereceiver","pages/Technical+Documentation/Workflow+Diagrams/Index.html#vst-3-workflow-diagrams","pages/Technical+Documentation/Workflow+Diagrams/Index.html#audio-processor-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#edit-controller-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#get-latency-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#resize-view-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Index.html#bus-arrangement-setting-sequence","pages/Technical+Documentation/Workflow+Diagrams/Audio+Processor+Call+Sequence.html#audio-processor-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Edit+Controller+Call+Sequence.html#edit-controller-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#get-latency-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#initiated-from-audioprocessor","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#initiated-from-editcontrollerui","pages/Technical+Documentation/Workflow+Diagrams/Get+Latency+Call+Sequence.html#without-editcontroller","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#resize-view-call-sequence","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#initiated-from-plug-in","pages/Technical+Documentation/Workflow+Diagrams/Resize+View+Call+Sequence.html#initiated-from-host","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#bus-arrangement-setting-sequence","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#plug-in-does-accepts-what-the-host-wants-as-bus-arrangements","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#plug-in-does-not-accept-what-the-host-wants-as-bus-arrangements","pages/Technical+Documentation/Workflow+Diagrams/Bus+Arrangement+Setting+Sequence.html#check-faq-for-some-use-case","pages/Technical+Documentation/Locations+Format/Index.html#vst-3-locations--format","pages/Technical+Documentation/Locations+Format/Index.html#plug-in-format-structure","pages/Technical+Documentation/Locations+Format/Index.html#plug-in-locations","pages/Technical+Documentation/Locations+Format/Index.html#preset-format","pages/Technical+Documentation/Locations+Format/Index.html#preset-locations","pages/Technical+Documentation/Locations+Format/Index.html#snapshots","pages/Technical+Documentation/Locations+Format/Index.html#remote-representation-locations","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#plug-in-format-structure","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-macos-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-windows-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#limitation-for-loading-plug-in-dll-in-a-host-inside-the-same-process","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#for-the-linux-platform","pages/Technical+Documentation/Locations+Format/Plugin+Format.html#merged-bundle","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#plug-in-locations","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#introduction","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-macos-platform","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-windows-platform","pages/Technical+Documentation/Locations+Format/Plugin+Locations.html#on-linux-platform","pages/Technical+Documentation/Locations+Format/Preset+Format.html#preset-format","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#preset-locations","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#introduction","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-mac-platform","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-windows-xp2000-platform","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-windows-vista7810","pages/Technical+Documentation/Locations+Format/Preset+Locations.html#for-linux-platform","pages/Technical+Documentation/Locations+Format/Snapshots.html#snapshots","pages/Technical+Documentation/About+MIDI/Index.html#about-midi-in-vst-3","pages/Technical+Documentation/About+MIDI/Index.html#related-concepts-in-midi-and-vst-3","pages/Technical+Documentation/About+MIDI/Index.html#midi-20-per-note-controllers","pages/Technical+Documentation/About+MIDI/Index.html#midi-20-increased-resolution-compared-to-midi-10","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#provide-a-runloop-on-linux","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#query-irunloop-from-iplugframe","pages/Technical+Documentation/Provide+A+Runloop+On+Linux/Index.html#query-irunloop-from-the-host-context-of-iplugfactory3","pages/Technical+Documentation/Host+Requirements/Index.html#minimum-host-requirements-for-vst-3-support","pages/Technical+Documentation/Change+History/Index.html#features-history","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#300-interfaces-supported-by-the-plug-in","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#icomponent","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iaudioprocessor","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#ieditcontroller","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iconnectionpoint","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iunitinfo","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iprogramlistdata","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iunitdata","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#iplugview","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#sizing-of-a-view","pages/Technical+Documentation/Change+History/3.0.0/Plug+in+Interfaces.html#keyboard-handling","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#300-multiple-dynamic-io-support","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#introduction","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#multiple-input-or-output-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#information-about-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#activation-of-busses","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#what-is-a-side-chain","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-can-i-implement-a-side-chain-path-into-my-plug-in","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#audio-bus-channel-configuration","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-are-the-different-speakers-located","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#my-plug-in-is-capable-of-processing-all-possible-channel-configurations","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-are-speaker-arrangement-settings-handled-for-fx-plug-ins","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#how-report-to-the-host-that-the-plug-in-arrangement-has-changed","pages/Technical+Documentation/Change+History/3.0.0/Multiple+Dynamic+IO.html#my-plug-in-has-mono-input-and-stereo-output-how-does-vst-3-handle-this","pages/Technical+Documentation/Change+History/3.0.0/Silence+flags.html#300-silence-flags","pages/Technical+Documentation/Change+History/3.0.0/Silence+flags.html#introduction","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#300-interfaces-supported-by-the-host","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iattributelist","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#icomponenthandler","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#ieventlist","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iunithandler","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#ihostapplication","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#imessage","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iparamvaluequeue","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iparameterchanges","pages/Technical+Documentation/Change+History/3.0.0/Host+Interfaces.html#iplugframe","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#301-parameter-midi-mapping","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#introduction","pages/Technical+Documentation/Change+History/3.0.1/IMidiMapping.html#example","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#302-parameter-finder","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#introduction","pages/Technical+Documentation/Change+History/3.0.2/IParameterFinder.html#examples","pages/Technical+Documentation/Change+History/3.1.0/IAudioPresentationLatency.html#301-parameter-midi-mapping","pages/Technical+Documentation/Change+History/3.1.0/IAudioPresentationLatency.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#310-dirty-state-open-editor-request-and-ui-group-editing-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#dirty-state-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#open-editor-request-support","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#ui-group-editing","pages/Technical+Documentation/Change+History/3.1.0/IComponentHandler2.html#examples-of-different-use-cases","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#310-knobmode-open-help--open-aboutbox","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#introduction","pages/Technical+Documentation/Change+History/3.1.0/IEditController2.html#example","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#350-note-expression","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/INoteExpressionController.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#350-key-switch","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IKeyswitchController.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#350-remote-presentation-of-parameters","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#example","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#graphical-overview","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#example-of-implementation-using-helper-class","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#location-table-for-vst-xmls-representation","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-mac-platform","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-windows-vista781011-platform","pages/Technical+Documentation/Change+History/3.5.0/IXmlRepresentationController.html#for-windows-xp2000-platform","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#350-context-menu","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#examples","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#from-the-host-perspective","pages/Technical+Documentation/Change+History/3.5.0/IComponentHandler3.html#from-the-plug-in-perspective","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#350-enhanced-linked-parameters","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#introduction","pages/Technical+Documentation/Change+History/3.5.0/IEditControllerHostEditing.html#example","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#360-ios-inter-app-audio","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#introduction","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#how-does-it-work","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#create-and-setup-the-xcode-project","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#add-your-audio-component-description-to-the-infoplist","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#add-files-to-the-project","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#if-using-vstgui","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#code-changes","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#ui-handling","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#creating-a-different-ui-when-running-on-ios","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#using---vstgui","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#using-a-native-uiview","pages/Technical+Documentation/Change+History/3.6.0/IAA.html#host-ui-integration","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#360-preset-meta-information","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#introduction","pages/Technical+Documentation/Change+History/3.6.0/IStreamAttributes.html#example","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#365-channel-context-info","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IInfoListener.html#example","pages/Technical+Documentation/Change+History/3.6.5/IUnitHandler2.html#365-unit-bus-assignment-change","pages/Technical+Documentation/Change+History/3.6.5/IUnitHandler2.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#365-prefetchable","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IPrefetchableSupport.html#example","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#365-automation-state","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#introduction","pages/Technical+Documentation/Change+History/3.6.5/IAutomationState.html#example","pages/Technical+Documentation/Change+History/3.6.6/IPlugViewContentScaleSupport.html#366-plugview-content-scaling","pages/Technical+Documentation/Change+History/3.6.6/IPlugViewContentScaleSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#368-request-bus-activation","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#introduction","pages/Technical+Documentation/Change+History/3.6.8/IComponentHandlerBusActivation.html#example","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#3610-ui-snapshots","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#introduction","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#examples","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#again","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#note-expression-synth","pages/Technical+Documentation/Change+History/3.6.10/UI+Snapshots.html#how-cubase-uses-snapshots","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#3611-noteexpression-physical-ui-mapping","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#introduction","pages/Technical+Documentation/Change+History/3.6.11/INoteExpressionPhysicalUIMapping.html#example","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#3612-legacy-midi-cc-out-event","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/LegacyMIDICCOutEvent.html#example","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#3612-midi-learn","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/IMidiLearn.html#example","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#3612-host-query-interface-support","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#introduction","pages/Technical+Documentation/Change+History/3.6.12/IPlugInterfaceSupport.html#example","pages/Technical+Documentation/Change+History/3.6.12/IVst3WrapperMPESupport.html#3612-mpe-support-for-wrappers","pages/Technical+Documentation/Change+History/3.6.12/IVst3WrapperMPESupport.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#370-parameter-function-name","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IParameterFunctionName.html#example","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#370-progress-display","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#examples","pages/Technical+Documentation/Change+History/3.7.0/IProgress.html#how-to-call-it-from-the-plug-in-side","pages/Technical+Documentation/Change+History/3.7.0/IProcessContextRequirements.html#370-process-context-requirements","pages/Technical+Documentation/Change+History/3.7.0/IProcessContextRequirements.html#introduction","pages/Technical+Documentation/Change+History/3.7.0/Control+Voltage.html#370-control-voltage-bus-flag","pages/Technical+Documentation/Change+History/3.7.0/Control+Voltage.html#introduction","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#375-module-info-and-plug-in-compatibility","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#introduction","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#plug-ins-module-info-file-moduleinfojson","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#iplugincompatibility","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#example","pages/Technical+Documentation/Change+History/3.7.5/ModuleInfo.html#example-of-host-implementation","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#379-get-current-systemtime","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#introduction","pages/Technical+Documentation/Change+History/3.7.9/IComponentHandlerSystemTime.html#example","pages/Technical+Documentation/Change+History/3.7.9/IDataExchangeHandler.html#379-data-transfert-between-processorcontroller","pages/Technical+Documentation/Change+History/3.7.9/IDataExchangeHandler.html#introduction","pages/Versions/Index.html#change-history","pages/Versions/Index.html#versions","pages/Versions/Version+3.7.9.html#version-379-20231009","pages/Versions/Version+3.7.9.html#version-379-20231009-1","pages/Versions/Version+3.7.8.html#version-378-20230515","pages/Versions/Version+3.7.8.html#version-378-20230515-1","pages/Versions/Version+3.7.7.html#version-377-20221212","pages/Versions/Version+3.7.7.html#version-377-20221212-1","pages/Versions/Version+3.7.6.html#version-376-20220905","pages/Versions/Version+3.7.6.html#version-376-20220905-1","pages/Versions/Version+3.7.6.html#general-change","pages/Versions/Version+3.7.5.html#version-375-20220516","pages/Versions/Version+3.7.5.html#version-375-20220516-1","pages/Versions/Version+3.7.4.html#version-374-20211214","pages/Versions/Version+3.7.4.html#version-374-20211214-1","pages/Versions/Version+3.7.3.html#version-373-20210810","pages/Versions/Version+3.7.3.html#version-373-20210810-1","pages/Versions/Version+3.7.2.html#version-372-20210330","pages/Versions/Version+3.7.2.html#version-372-20210330-1","pages/Versions/Version+3.7.1.html#version-371-20201117","pages/Versions/Version+3.7.1.html#version-371-20201117-1","pages/Versions/Version+3.7.0.html#version-370-20200729","pages/Versions/Version+3.7.0.html#version-370-20200729-1","pages/Versions/Version+3.6.14.html#version-3614-20191129","pages/Versions/Version+3.6.14.html#version-3614-20191129-1","pages/Versions/Version+3.6.13.html#version-3613-20190408","pages/Versions/Version+3.6.13.html#version-3613-20190408-1","pages/Versions/Version+3.6.12.html#version-3612-20181203","pages/Versions/Version+3.6.12.html#version-3612-20181203-1","pages/Versions/Version+3.6.11.html#version-3611-20181022","pages/Versions/Version+3.6.11.html#version-3611-20181022-1","pages/Versions/Version+3.6.10.html#version-3610-20180611","pages/Versions/Version+3.6.10.html#version-3610-20180611-1","pages/Versions/Version+3.6.9.html#version-369-20180301","pages/Versions/Version+3.6.9.html#version-369-20180301-1","pages/Versions/Version+3.6.8.html#version-368-20171108","pages/Versions/Version+3.6.8.html#version-368-20171108-1","pages/Versions/Version+3.6.7.html#version-367-20170303","pages/Versions/Version+3.6.7.html#version-367-20170303-1","pages/Versions/Version+3.6.6.html#version-366-20160617","pages/Versions/Version+3.6.6.html#version-366-20160617-1","pages/Versions/Version+3.6.5.html#version-365-20150828","pages/Versions/Version+3.6.5.html#version-365-20150828-1","pages/Versions/Version+3.6.0.html#version-360-20131122","pages/Versions/Version+3.6.0.html#version-360-20131122-1","pages/Versions/Version+3.5.2.html#version-352-20120925","pages/Versions/Version+3.5.2.html#version-352-20120925-1","pages/Versions/Version+3.5.1.html#version-351-20111111","pages/Versions/Version+3.5.1.html#version-351-20111111-1","pages/Versions/Version+3.5.0.html#version-350-20110204","pages/Versions/Version+3.5.0.html#version-350-20110204-1","pages/Versions/Version+3.1.0.html#version-310-20100625","pages/Versions/Version+3.1.0.html#version-310-20100625-1","pages/Versions/Version+3.0.2.html#version-302-20090115","pages/Versions/Version+3.0.2.html#version-302-20090115-1","pages/Versions/Version+3.0.1.html#version-301-20080319","pages/Versions/Version+3.0.1.html#version-301-20080319-1","pages/Versions/Version+3.0.0.html#version-300-20080117","pages/Versions/Version+3.0.0.html#version-300-20080117-1","pages/FAQ/Index.html#frequently-asked-questions","pages/FAQ/Communication.html#communication","pages/FAQ/Communication.html#q-how-should-i-communicate-between-the-processing-and-the-user-interface","pages/FAQ/Communication.html#q-i-want-to-implement-an-audio-meter-in-my-user-interface-how-do-i-do-this","pages/FAQ/Communication.html#q-how-does-the-host-send-automation-data-to-my-vst-3-plug-in","pages/FAQ/Communication.html#q-how-report-to-the-host-that-the-plug-in-has-new-parameter-titles","pages/FAQ/Communication.html#q-how-receive-midi-controllers-from-the-host","pages/FAQ/Communication.html#q-how-are-my-parameter-changes-from-ui-interaction-sent-to-the-processor-if-the-host-does-not-process","pages/FAQ/Processing.html#processing","pages/FAQ/Processing.html#q-how-does-audio-processing-bypass-work","pages/FAQ/Processing.html#q-can-the-maximum-sample-block-size-change-while-the-plug-in-is-processing","pages/FAQ/Processing.html#q-can-the-sample-rate-change-while-the-plug-in-is-processing","pages/FAQ/Processing.html#q-can-the-host-call-the-process-function-without-audio-buffers","pages/FAQ/Processing.html#q-what-is-a-side-chain","pages/FAQ/Processing.html#q-how-can-i-implement-a-side-chain-path-into-my-plug-in","pages/FAQ/Processing.html#q-my-plug-in-is-capable-of-processing-all-possible-channel-configurations","pages/FAQ/Processing.html#q-how-are-speaker-arrangement-settings-handled-for-fx-plug-ins","pages/FAQ/Processing.html#q-my-plug-in-has-mono-input-and-stereo-output-how-does-vst-3-handle-this","pages/FAQ/Processing.html#q-how-does-it-work-with-silence-flags","pages/FAQ/Processing.html#q-how-report-to-the-host-that-the-plug-in-latency-has-changed","pages/FAQ/Processing.html#q-how-report-to-the-host-that-the-plug-in-arrangement-has-changed","pages/FAQ/Processing.html#q-can-iaudioprocessorsetprocessing-be-called-without-any-iaudioprocessorprocess-call","pages/FAQ/Processing.html#q-how-to-make-sure-that-a-plug-in-is-always-processed","pages/FAQ/Processing.html#q-can-icomponentgetstatesetstate-be-called-during-processing","pages/FAQ/Processing.html#q-how-can-a-plug-in-be-informed-that-it-is-currently-processed-in-offline-processing","pages/FAQ/Processing.html#q-what-should-i-not-call-in-the-realtime-process-function","pages/FAQ/GUI+Editor.html#gui-editor","pages/FAQ/GUI+Editor.html#q-the-host-doesnt-open-my-plug-in-ui-why","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#compatibility-with-vst-2x-or-vst-1","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-how-can-i-update-my-vst-2-version-of-my-plug-in-to-a-vst-3-version-and-be-sure-that-cubase-will-load-it-instead-of-my-old-one","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-how-can-i-support-projects-which-were-saved-with-the-vst-2-version-of-my-plug-in","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-ive-already-released-a-vst-3-plug-in-with-a-different-uid-than-its-vst-2-equivalent-how-can-i-declare-that-the-vst-3-plug-in-can-replace-its-vst-2-plug-in-counterpart","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-in-vst-2-the-editor-was-able-to-access-the-processing-part-named-effect-directly-how-can-i-do-this-in-vst-3","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-does-vst-3-implement-methods-like-beginedit-and-endedit-known-from-vst-2","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-does-vst-3-include-variable-inputoutput-processing-like-processvariableio-of-vst-2","pages/FAQ/Compatibility+with+VST+2.x+or+VST+1.html#q-what-is-the-equivalent-to-the-vst-2-kplugcategofflineprocess","pages/FAQ/Persistence.html#persistence","pages/FAQ/Persistence.html#q-how-does-persistence-work","pages/FAQ/Persistence.html#q-whats-the-difference-between-ieditcontrollersetcomponentstate-and-ieditcontrollersetstate","pages/FAQ/Miscellaneous.html#miscellaneous","pages/FAQ/Miscellaneous.html#q-how-is-a-normalized-value-converted-to-a-discrete-integer-value-in-vst-3","pages/FAQ/Miscellaneous.html#q-what-is-the-return-value--tresult-","pages/FAQ/Miscellaneous.html#q-which-version-of-steinberg-sequencers-support-vst-3","pages/FAQ/Miscellaneous.html#q-why-do-plug-ins-need-subcategories","pages/FAQ/Miscellaneous.html#q-is-it-possible-to-define-a-plug-in-as-fx-and-instrument","pages/FAQ/Miscellaneous.html#q-is-it-possible-to-ask-a-plug-in-about-which-speaker-arrangements-are-supported","pages/FAQ/Miscellaneous.html#q-which-version-of-steinberg-sequencers-support--vst-3-note-expression-","pages/FAQ/Miscellaneous.html#q-when-compiling-for-mac-audiounit-i-have-a-compiler-error-in-aucarbonviewbasecpp-what-can-i-do","pages/FAQ/Miscellaneous.html#q-how-can-i-develop-a-surroundpanner-plug-in-which-is-integrated-in-nuendo-as-panner","pages/FAQ/Miscellaneous.html#q-how-can-i-validate-my-plug-in","pages/FAQ/Miscellaneous.html#q-how-can-i-allow-to-create-symbolic-link-on-windows","pages/FAQ/Miscellaneous.html#q-my-generated--vst-3--plug-in-is-not-visible-in-my-preferred-host","pages/FAQ/Miscellaneous.html#q-what-is-a-guid-and-how-can-i-create-it","pages/FAQ/Licensing.html#licensing","pages/FAQ/Licensing.html#q-i-would-like-to-share-the-source-code-of-my-vst-3-plug-inhost-on-github-or-other-such-platform","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-as-freewareshareware-in-binary-form-only","pages/FAQ/Licensing.html#q-i-would-like-to-sell-my-vst-3-plug-inhost-in-binary-form-only","pages/FAQ/Licensing.html#q-i-would-like-to-adapt-the-vst-3-sdks-sources-to-my-vst-3-plug-inhosts-needs","pages/FAQ/Licensing.html#q-i-would-like-to-reuse-a-distributed-modified-version-of-the-vst-3-sdk-for-my-own-vst-3-plug-inshost","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-in-binary-form-based-on-a-modified-version-of-vst-3-sdk-which-is-under--gplv3-","pages/FAQ/Licensing.html#q-i-would-like-to-sell-my-vst-3-plug-inhost-in-binary-form-which-is-based-on-a-3rd-party-sdk-like-juce","pages/FAQ/Licensing.html#q-i-would-like-to-distribute-my-vst-3-plug-inhost-in-binary-form-which-is-based-on-a-3rd-party-sdk-like-juce-and-used-its--gplv3--license","pages/FAQ/Licensing.html#q-do-i-have-to-sign-and-send-to-steinberg-the-proprietary-steinberg-vst-3-license-agreement-for-each-new-version-of-the-vst-3-sdk","pages/FAQ/Licensing.html#q-i-would-like-to-share-the-source-code-of-my-vst-2-plug-inhost-on-github-or-other-web-based-exchange-platform","pages/FAQ/Licensing.html#q-i-am-a-developercompany-and-i-want-to-develop-and-distribute-a-vst-2-plug-in-andor-host-in-binary-form","pages/FAQ/Hosting.html#hosting","pages/FAQ/Hosting.html#q-what-is-the-purpose-of--restartcomponent--is-it-generally-ok-to-return--knotimplemented-","pages/FAQ/Hosting.html#q-can-the-host-expect-classid-to-be-globally-unique-or-should-it-expect-different-modules-to-reuse-class-ids","pages/FAQ/Hosting.html#q-do-all-version-updates-for-a-certain-plug-in-require-a-new-classid","pages/FAQ/Hosting.html#q-should-the-host-support-plug-ins-that-dont-have--editcontroller---icomponentgetcontrollerclassid--fails-or-subsequent--ipluginfactorycreateinstance--fails","pages/FAQ/Hosting.html#q-should-the-host-support-plug-ins-that-dont-have-iplugview--ieditcontrollercreateview--fails-or--iplugviewisplatformtypesupported--returns-false","pages/FAQ/Hosting.html#q-what-is-allowed-to-change-for-a-given-parameter--paramid--name-number-of-steps-automatable-or-not-which-unit-it-is-part-of","pages/FAQ/Hosting.html#q-is-it-ok-to-change-anyall-the-parameterflags-on--kparamtitleschanged-","pages/FAQ/Hosting.html#q-is-parameterinfostepcount-only-allowed-to-be-changed-on--kreloadcomponent-","pages/FAQ/Hosting.html#q-some-plug-ins-have-parameters-that-are-not-automatable--kcanautomate--they-are-calling-begineditperformeditendedit-when-users-manipulate-them-via-the-gui-is-the-host-supposed-to-react-to-the-performedit-by-sending-the-value-to-the-process-call-of-the-iaudioprocessor","pages/FAQ/Hosting.html#q-can-the-host-get-away-with-returning-knotimplemented-for--restartcomponent--kreloadcomponent-","pages/FAQ/Hosting.html#q-is-it-common-for-big--important-plug-ins-to-rely-on--kreloadcomponent--for-normal-usage","pages/FAQ/Hosting.html#q-in-what-ways-if-any-can-units-change-in-terms-of-the-number-or-names-of-units-the-allocation-of-parameter-buses-to-units-etc","pages/FAQ/Hosting.html#q-iplugviewcontentscalesupport---could--should-this-be-used-to-set-individual-zoom-levels-for-the-gui-of-specific-plug-ins--instances-or-should-it-only-be-used-to-convey-os-scaling-level-like-in-the-editorhost-example","pages/FAQ/Hosting.html#q-if-its-only-intended-to-convey-os-scale-factor-then-why-an-extra-interface-when-the-plug-in-can-get-the-scale-factor-from-the-os","pages/FAQ/Hosting.html#q-in-the-examples-that-implement-host-specific-interfaces--funknownaddref--and--funknownrelease--tend-to-be-implemented-as-a-no-op--eg-return-1000----this-appears-to-be-safer-as-the-plug-in-cannot-delete-or-leak-objects-that-live-in-the-host-is-there-any-case-when-the-host-needs-to-implement-true--addref--and--release--which-actually-control-the-lifetime-of-the-object","pages/FAQ/Hosting.html#q-what-should-the-host-do-if-a-plug-in-does-not-call--componenthandlerrestartcomponent--from-the-mainui-thread","pages/FAQ/Hosting.html#q-some-plug-ins-return-kresultfalse-when-the-host-calls--setcomponentstate--should-the-host-just-ignore-the-returned-result-code","pages/Forum/Index.html#vst-3-forum","pages/Miscellaneous/Index.html#miscellaneous","pages/Miscellaneous/Index.html#some-copyrightstrademarks-referred-to-in-the-vst-3-sdk","pages/Miscellaneous/Index.html#glossary"],"index":{"documentStore":{"docInfo":{"0":{"body":0,"breadcrumbs":3,"title":2},"1":{"body":26,"breadcrumbs":5,"title":4},"10":{"body":2,"breadcrumbs":2,"title":1},"100":{"body":8,"breadcrumbs":13,"title":4},"101":{"body":10,"breadcrumbs":15,"title":6},"102":{"body":10,"breadcrumbs":14,"title":5},"103":{"body":9,"breadcrumbs":17,"title":5},"104":{"body":26,"breadcrumbs":13,"title":1},"105":{"body":21,"breadcrumbs":13,"title":1},"106":{"body":9,"breadcrumbs":15,"title":4},"107":{"body":24,"breadcrumbs":12,"title":1},"108":{"body":79,"breadcrumbs":12,"title":1},"109":{"body":19,"breadcrumbs":17,"title":5},"11":{"body":26,"breadcrumbs":2,"title":1},"110":{"body":48,"breadcrumbs":13,"title":1},"111":{"body":76,"breadcrumbs":13,"title":1},"112":{"body":19,"breadcrumbs":17,"title":5},"113":{"body":45,"breadcrumbs":13,"title":1},"114":{"body":90,"breadcrumbs":13,"title":1},"115":{"body":11,"breadcrumbs":13,"title":5},"116":{"body":18,"breadcrumbs":5,"title":1},"117":{"body":79,"breadcrumbs":5,"title":1},"118":{"body":19,"breadcrumbs":6,"title":2},"119":{"body":2,"breadcrumbs":6,"title":2},"12":{"body":97,"breadcrumbs":8,"title":7},"120":{"body":129,"breadcrumbs":6,"title":2},"121":{"body":18,"breadcrumbs":6,"title":2},"122":{"body":43,"breadcrumbs":6,"title":3},"123":{"body":33,"breadcrumbs":7,"title":4},"124":{"body":27,"breadcrumbs":7,"title":4},"125":{"body":19,"breadcrumbs":7,"title":4},"126":{"body":7,"breadcrumbs":7,"title":4},"127":{"body":146,"breadcrumbs":11,"title":4},"128":{"body":73,"breadcrumbs":13,"title":6},"129":{"body":46,"breadcrumbs":14,"title":7},"13":{"body":91,"breadcrumbs":3,"title":2},"130":{"body":27,"breadcrumbs":11,"title":4},"131":{"body":21,"breadcrumbs":10,"title":3},"132":{"body":12,"breadcrumbs":10,"title":3},"133":{"body":54,"breadcrumbs":12,"title":5},"134":{"body":5,"breadcrumbs":11,"title":4},"135":{"body":18,"breadcrumbs":11,"title":4},"136":{"body":29,"breadcrumbs":10,"title":3},"137":{"body":17,"breadcrumbs":10,"title":3},"138":{"body":53,"breadcrumbs":10,"title":3},"139":{"body":25,"breadcrumbs":10,"title":3},"14":{"body":150,"breadcrumbs":4,"title":3},"140":{"body":6,"breadcrumbs":11,"title":4},"141":{"body":23,"breadcrumbs":11,"title":4},"142":{"body":31,"breadcrumbs":13,"title":6},"143":{"body":6,"breadcrumbs":10,"title":3},"144":{"body":60,"breadcrumbs":7,"title":2},"145":{"body":105,"breadcrumbs":10,"title":5},"146":{"body":55,"breadcrumbs":9,"title":4},"147":{"body":205,"breadcrumbs":9,"title":4},"148":{"body":20,"breadcrumbs":11,"title":4},"149":{"body":116,"breadcrumbs":14,"title":7},"15":{"body":25,"breadcrumbs":5,"title":2},"150":{"body":110,"breadcrumbs":9,"title":2},"151":{"body":20,"breadcrumbs":11,"title":4},"152":{"body":22,"breadcrumbs":4,"title":2},"153":{"body":6,"breadcrumbs":5,"title":3},"154":{"body":19,"breadcrumbs":7,"title":5},"155":{"body":49,"breadcrumbs":8,"title":3},"156":{"body":60,"breadcrumbs":9,"title":4},"157":{"body":40,"breadcrumbs":12,"title":7},"158":{"body":26,"breadcrumbs":10,"title":5},"159":{"body":20,"breadcrumbs":7,"title":2},"16":{"body":99,"breadcrumbs":7,"title":4},"160":{"body":19,"breadcrumbs":8,"title":3},"161":{"body":15,"breadcrumbs":6,"title":1},"162":{"body":247,"breadcrumbs":14,"title":9},"163":{"body":54,"breadcrumbs":12,"title":5},"164":{"body":0,"breadcrumbs":9,"title":2},"165":{"body":15,"breadcrumbs":10,"title":3},"166":{"body":4,"breadcrumbs":8,"title":1},"167":{"body":0,"breadcrumbs":9,"title":2},"168":{"body":12,"breadcrumbs":8,"title":1},"169":{"body":7,"breadcrumbs":8,"title":1},"17":{"body":89,"breadcrumbs":8,"title":5},"170":{"body":27,"breadcrumbs":8,"title":1},"171":{"body":95,"breadcrumbs":9,"title":2},"172":{"body":56,"breadcrumbs":8,"title":1},"173":{"body":20,"breadcrumbs":11,"title":4},"174":{"body":42,"breadcrumbs":6,"title":2},"175":{"body":7,"breadcrumbs":6,"title":2},"176":{"body":18,"breadcrumbs":6,"title":2},"177":{"body":92,"breadcrumbs":6,"title":2},"178":{"body":146,"breadcrumbs":2,"title":1},"179":{"body":0,"breadcrumbs":5,"title":4},"18":{"body":286,"breadcrumbs":9,"title":6},"180":{"body":18,"breadcrumbs":6,"title":5},"181":{"body":18,"breadcrumbs":6,"title":5},"182":{"body":18,"breadcrumbs":6,"title":5},"183":{"body":8,"breadcrumbs":8,"title":7},"184":{"body":16,"breadcrumbs":7,"title":6},"185":{"body":18,"breadcrumbs":4,"title":3},"186":{"body":15,"breadcrumbs":6,"title":5},"187":{"body":9,"breadcrumbs":3,"title":2},"188":{"body":31,"breadcrumbs":5,"title":4},"189":{"body":6,"breadcrumbs":4,"title":3},"19":{"body":105,"breadcrumbs":8,"title":4},"190":{"body":13,"breadcrumbs":9,"title":8},"191":{"body":14,"breadcrumbs":4,"title":3},"192":{"body":13,"breadcrumbs":6,"title":5},"193":{"body":15,"breadcrumbs":8,"title":7},"194":{"body":12,"breadcrumbs":6,"title":5},"195":{"body":0,"breadcrumbs":6,"title":5},"196":{"body":1,"breadcrumbs":8,"title":7},"197":{"body":1,"breadcrumbs":10,"title":9},"198":{"body":1,"breadcrumbs":7,"title":6},"199":{"body":1,"breadcrumbs":6,"title":5},"2":{"body":19,"breadcrumbs":2,"title":1},"20":{"body":43,"breadcrumbs":9,"title":5},"200":{"body":1,"breadcrumbs":7,"title":6},"201":{"body":19,"breadcrumbs":9,"title":4},"202":{"body":19,"breadcrumbs":10,"title":5},"203":{"body":19,"breadcrumbs":10,"title":5},"204":{"body":19,"breadcrumbs":10,"title":5},"205":{"body":23,"breadcrumbs":15,"title":5},"206":{"body":49,"breadcrumbs":11,"title":1},"207":{"body":16,"breadcrumbs":17,"title":7},"208":{"body":77,"breadcrumbs":15,"title":5},"209":{"body":49,"breadcrumbs":14,"title":4},"21":{"body":39,"breadcrumbs":8,"title":4},"210":{"body":19,"breadcrumbs":15,"title":5},"211":{"body":49,"breadcrumbs":11,"title":1},"212":{"body":16,"breadcrumbs":17,"title":7},"213":{"body":41,"breadcrumbs":15,"title":5},"214":{"body":19,"breadcrumbs":15,"title":5},"215":{"body":49,"breadcrumbs":11,"title":1},"216":{"body":16,"breadcrumbs":17,"title":7},"217":{"body":35,"breadcrumbs":15,"title":5},"218":{"body":52,"breadcrumbs":15,"title":7},"219":{"body":7,"breadcrumbs":9,"title":1},"22":{"body":20,"breadcrumbs":8,"title":4},"220":{"body":33,"breadcrumbs":14,"title":6},"221":{"body":67,"breadcrumbs":11,"title":3},"222":{"body":17,"breadcrumbs":11,"title":3},"223":{"body":18,"breadcrumbs":10,"title":2},"224":{"body":49,"breadcrumbs":11,"title":3},"225":{"body":209,"breadcrumbs":12,"title":4},"226":{"body":27,"breadcrumbs":12,"title":4},"227":{"body":21,"breadcrumbs":13,"title":6},"228":{"body":31,"breadcrumbs":8,"title":1},"229":{"body":33,"breadcrumbs":14,"title":7},"23":{"body":51,"breadcrumbs":8,"title":4},"230":{"body":141,"breadcrumbs":16,"title":9},"231":{"body":31,"breadcrumbs":7,"title":3},"232":{"body":30,"breadcrumbs":5,"title":1},"233":{"body":43,"breadcrumbs":8,"title":4},"234":{"body":139,"breadcrumbs":7,"title":3},"235":{"body":276,"breadcrumbs":8,"title":4},"236":{"body":178,"breadcrumbs":7,"title":3},"237":{"body":0,"breadcrumbs":8,"title":4},"238":{"body":253,"breadcrumbs":7,"title":3},"239":{"body":309,"breadcrumbs":9,"title":5},"24":{"body":17,"breadcrumbs":8,"title":4},"240":{"body":25,"breadcrumbs":11,"title":5},"241":{"body":14,"breadcrumbs":7,"title":1},"242":{"body":120,"breadcrumbs":9,"title":3},"243":{"body":39,"breadcrumbs":11,"title":5},"244":{"body":95,"breadcrumbs":10,"title":4},"245":{"body":42,"breadcrumbs":11,"title":5},"246":{"body":28,"breadcrumbs":9,"title":3},"247":{"body":27,"breadcrumbs":12,"title":9},"248":{"body":15,"breadcrumbs":8,"title":5},"249":{"body":633,"breadcrumbs":7,"title":4},"25":{"body":6,"breadcrumbs":8,"title":4},"250":{"body":187,"breadcrumbs":7,"title":4},"251":{"body":60,"breadcrumbs":9,"title":4},"252":{"body":406,"breadcrumbs":11,"title":6},"253":{"body":312,"breadcrumbs":13,"title":8},"254":{"body":227,"breadcrumbs":11,"title":6},"255":{"body":21,"breadcrumbs":7,"title":3},"256":{"body":5,"breadcrumbs":5,"title":1},"257":{"body":70,"breadcrumbs":6,"title":2},"258":{"body":129,"breadcrumbs":9,"title":5},"259":{"body":72,"breadcrumbs":8,"title":4},"26":{"body":13,"breadcrumbs":8,"title":4},"260":{"body":52,"breadcrumbs":5,"title":1},"261":{"body":39,"breadcrumbs":8,"title":4},"262":{"body":35,"breadcrumbs":17,"title":8},"263":{"body":51,"breadcrumbs":10,"title":1},"264":{"body":38,"breadcrumbs":17,"title":8},"265":{"body":18,"breadcrumbs":17,"title":8},"266":{"body":11,"breadcrumbs":12,"title":3},"267":{"body":12,"breadcrumbs":12,"title":3},"268":{"body":27,"breadcrumbs":15,"title":6},"269":{"body":57,"breadcrumbs":11,"title":2},"27":{"body":9,"breadcrumbs":8,"title":4},"270":{"body":17,"breadcrumbs":7,"title":3},"271":{"body":16,"breadcrumbs":5,"title":1},"272":{"body":21,"breadcrumbs":10,"title":6},"273":{"body":10,"breadcrumbs":10,"title":6},"274":{"body":13,"breadcrumbs":11,"title":5},"275":{"body":37,"breadcrumbs":7,"title":1},"276":{"body":166,"breadcrumbs":8,"title":2},"277":{"body":32,"breadcrumbs":12,"title":6},"278":{"body":21,"breadcrumbs":15,"title":7},"279":{"body":23,"breadcrumbs":9,"title":1},"28":{"body":38,"breadcrumbs":7,"title":3},"280":{"body":15,"breadcrumbs":12,"title":4},"281":{"body":126,"breadcrumbs":13,"title":5},"282":{"body":11,"breadcrumbs":11,"title":5},"283":{"body":11,"breadcrumbs":7,"title":1},"284":{"body":48,"breadcrumbs":9,"title":3},"285":{"body":11,"breadcrumbs":9,"title":3},"286":{"body":194,"breadcrumbs":4,"title":2},"287":{"body":16,"breadcrumbs":6,"title":4},"288":{"body":13,"breadcrumbs":5,"title":3},"289":{"body":6,"breadcrumbs":4,"title":2},"29":{"body":11,"breadcrumbs":8,"title":4},"290":{"body":4,"breadcrumbs":5,"title":3},"291":{"body":6,"breadcrumbs":5,"title":3},"292":{"body":6,"breadcrumbs":8,"title":6},"293":{"body":7,"breadcrumbs":4,"title":2},"294":{"body":9,"breadcrumbs":6,"title":4},"295":{"body":9,"breadcrumbs":6,"title":4},"296":{"body":7,"breadcrumbs":5,"title":3},"297":{"body":6,"breadcrumbs":7,"title":5},"298":{"body":6,"breadcrumbs":6,"title":4},"299":{"body":6,"breadcrumbs":6,"title":4},"3":{"body":8,"breadcrumbs":5,"title":4},"30":{"body":15,"breadcrumbs":7,"title":3},"300":{"body":6,"breadcrumbs":6,"title":4},"301":{"body":6,"breadcrumbs":5,"title":3},"302":{"body":16,"breadcrumbs":6,"title":4},"303":{"body":12,"breadcrumbs":11,"title":9},"304":{"body":8,"breadcrumbs":6,"title":4},"305":{"body":10,"breadcrumbs":5,"title":3},"306":{"body":10,"breadcrumbs":5,"title":3},"307":{"body":7,"breadcrumbs":6,"title":4},"308":{"body":13,"breadcrumbs":5,"title":3},"309":{"body":16,"breadcrumbs":6,"title":4},"31":{"body":44,"breadcrumbs":9,"title":5},"310":{"body":8,"breadcrumbs":7,"title":5},"311":{"body":17,"breadcrumbs":6,"title":4},"312":{"body":14,"breadcrumbs":6,"title":4},"313":{"body":10,"breadcrumbs":7,"title":5},"314":{"body":5,"breadcrumbs":4,"title":2},"315":{"body":7,"breadcrumbs":5,"title":3},"316":{"body":15,"breadcrumbs":6,"title":4},"317":{"body":8,"breadcrumbs":6,"title":4},"318":{"body":15,"breadcrumbs":5,"title":3},"319":{"body":12,"breadcrumbs":7,"title":5},"32":{"body":81,"breadcrumbs":6,"title":2},"320":{"body":13,"breadcrumbs":8,"title":6},"321":{"body":13,"breadcrumbs":5,"title":3},"322":{"body":9,"breadcrumbs":7,"title":5},"323":{"body":10,"breadcrumbs":6,"title":4},"324":{"body":10,"breadcrumbs":6,"title":4},"325":{"body":10,"breadcrumbs":5,"title":3},"326":{"body":9,"breadcrumbs":6,"title":4},"327":{"body":7,"breadcrumbs":5,"title":3},"328":{"body":7,"breadcrumbs":5,"title":3},"329":{"body":19,"breadcrumbs":7,"title":5},"33":{"body":59,"breadcrumbs":6,"title":3},"330":{"body":95,"breadcrumbs":10,"title":4},"331":{"body":149,"breadcrumbs":8,"title":2},"332":{"body":57,"breadcrumbs":7,"title":1},"333":{"body":149,"breadcrumbs":11,"title":5},"334":{"body":24,"breadcrumbs":7,"title":1},"335":{"body":77,"breadcrumbs":7,"title":1},"336":{"body":38,"breadcrumbs":8,"title":2},"337":{"body":77,"breadcrumbs":7,"title":1},"338":{"body":276,"breadcrumbs":7,"title":1},"339":{"body":144,"breadcrumbs":8,"title":2},"34":{"body":35,"breadcrumbs":7,"title":4},"340":{"body":55,"breadcrumbs":10,"title":4},"341":{"body":12,"breadcrumbs":9,"title":3},"342":{"body":76,"breadcrumbs":8,"title":2},"343":{"body":47,"breadcrumbs":8,"title":2},"344":{"body":92,"breadcrumbs":11,"title":5},"345":{"body":54,"breadcrumbs":8,"title":3},"346":{"body":107,"breadcrumbs":6,"title":1},"347":{"body":0,"breadcrumbs":6,"title":1},"348":{"body":9,"breadcrumbs":6,"title":1},"349":{"body":49,"breadcrumbs":6,"title":1},"35":{"body":5,"breadcrumbs":4,"title":1},"350":{"body":28,"breadcrumbs":6,"title":1},"351":{"body":99,"breadcrumbs":7,"title":2},"352":{"body":52,"breadcrumbs":7,"title":2},"353":{"body":0,"breadcrumbs":7,"title":2},"354":{"body":267,"breadcrumbs":7,"title":2},"355":{"body":80,"breadcrumbs":6,"title":1},"356":{"body":61,"breadcrumbs":6,"title":1},"357":{"body":26,"breadcrumbs":6,"title":1},"358":{"body":22,"breadcrumbs":8,"title":3},"359":{"body":260,"breadcrumbs":6,"title":1},"36":{"body":17,"breadcrumbs":6,"title":3},"360":{"body":66,"breadcrumbs":8,"title":3},"361":{"body":102,"breadcrumbs":17,"title":6},"362":{"body":135,"breadcrumbs":12,"title":4},"363":{"body":167,"breadcrumbs":11,"title":3},"364":{"body":75,"breadcrumbs":7,"title":1},"365":{"body":43,"breadcrumbs":7,"title":1},"366":{"body":104,"breadcrumbs":7,"title":1},"367":{"body":58,"breadcrumbs":6,"title":2},"368":{"body":301,"breadcrumbs":5,"title":1},"369":{"body":174,"breadcrumbs":7,"title":3},"37":{"body":25,"breadcrumbs":8,"title":5},"370":{"body":48,"breadcrumbs":7,"title":3},"371":{"body":79,"breadcrumbs":5,"title":1},"372":{"body":85,"breadcrumbs":5,"title":1},"373":{"body":289,"breadcrumbs":6,"title":2},"374":{"body":123,"breadcrumbs":6,"title":2},"375":{"body":18,"breadcrumbs":6,"title":2},"376":{"body":0,"breadcrumbs":7,"title":3},"377":{"body":28,"breadcrumbs":10,"title":6},"378":{"body":57,"breadcrumbs":8,"title":4},"379":{"body":20,"breadcrumbs":8,"title":3},"38":{"body":6,"breadcrumbs":8,"title":5},"380":{"body":48,"breadcrumbs":6,"title":1},"381":{"body":120,"breadcrumbs":7,"title":2},"382":{"body":44,"breadcrumbs":6,"title":1},"383":{"body":40,"breadcrumbs":8,"title":3},"384":{"body":107,"breadcrumbs":8,"title":3},"385":{"body":137,"breadcrumbs":7,"title":2},"386":{"body":75,"breadcrumbs":8,"title":3},"387":{"body":51,"breadcrumbs":7,"title":2},"388":{"body":26,"breadcrumbs":14,"title":6},"389":{"body":149,"breadcrumbs":9,"title":1},"39":{"body":13,"breadcrumbs":8,"title":5},"390":{"body":133,"breadcrumbs":10,"title":2},"391":{"body":148,"breadcrumbs":12,"title":4},"392":{"body":78,"breadcrumbs":10,"title":2},"393":{"body":46,"breadcrumbs":9,"title":1},"394":{"body":26,"breadcrumbs":6,"title":2},"395":{"body":148,"breadcrumbs":5,"title":1},"396":{"body":12,"breadcrumbs":7,"title":3},"397":{"body":188,"breadcrumbs":5,"title":1},"398":{"body":44,"breadcrumbs":5,"title":1},"399":{"body":13,"breadcrumbs":10,"title":4},"4":{"body":35,"breadcrumbs":4,"title":3},"40":{"body":15,"breadcrumbs":7,"title":4},"400":{"body":0,"breadcrumbs":10,"title":4},"401":{"body":0,"breadcrumbs":10,"title":4},"402":{"body":0,"breadcrumbs":9,"title":3},"403":{"body":0,"breadcrumbs":10,"title":4},"404":{"body":0,"breadcrumbs":10,"title":4},"405":{"body":295,"breadcrumbs":14,"title":4},"406":{"body":106,"breadcrumbs":14,"title":4},"407":{"body":11,"breadcrumbs":12,"title":3},"408":{"body":78,"breadcrumbs":11,"title":2},"409":{"body":78,"breadcrumbs":11,"title":2},"41":{"body":15,"breadcrumbs":6,"title":3},"410":{"body":51,"breadcrumbs":11,"title":2},"411":{"body":9,"breadcrumbs":14,"title":4},"412":{"body":69,"breadcrumbs":12,"title":2},"413":{"body":95,"breadcrumbs":12,"title":2},"414":{"body":19,"breadcrumbs":14,"title":4},"415":{"body":58,"breadcrumbs":15,"title":5},"416":{"body":76,"breadcrumbs":15,"title":5},"417":{"body":0,"breadcrumbs":14,"title":4},"418":{"body":27,"breadcrumbs":10,"title":4},"419":{"body":8,"breadcrumbs":9,"title":3},"42":{"body":14,"breadcrumbs":4,"title":1},"420":{"body":9,"breadcrumbs":8,"title":2},"421":{"body":7,"breadcrumbs":8,"title":2},"422":{"body":10,"breadcrumbs":8,"title":2},"423":{"body":17,"breadcrumbs":7,"title":1},"424":{"body":12,"breadcrumbs":9,"title":3},"425":{"body":28,"breadcrumbs":12,"title":3},"426":{"body":51,"breadcrumbs":11,"title":2},"427":{"body":179,"breadcrumbs":11,"title":2},"428":{"body":115,"breadcrumbs":17,"title":8},"429":{"body":85,"breadcrumbs":11,"title":2},"43":{"body":12,"breadcrumbs":4,"title":1},"430":{"body":62,"breadcrumbs":11,"title":2},"431":{"body":21,"breadcrumbs":10,"title":2},"432":{"body":69,"breadcrumbs":9,"title":1},"433":{"body":36,"breadcrumbs":10,"title":2},"434":{"body":71,"breadcrumbs":10,"title":2},"435":{"body":33,"breadcrumbs":10,"title":2},"436":{"body":94,"breadcrumbs":10,"title":2},"437":{"body":21,"breadcrumbs":10,"title":2},"438":{"body":86,"breadcrumbs":9,"title":1},"439":{"body":37,"breadcrumbs":10,"title":2},"44":{"body":21,"breadcrumbs":6,"title":3},"440":{"body":42,"breadcrumbs":11,"title":3},"441":{"body":38,"breadcrumbs":10,"title":2},"442":{"body":29,"breadcrumbs":10,"title":2},"443":{"body":15,"breadcrumbs":8,"title":1},"444":{"body":66,"breadcrumbs":8,"title":3},"445":{"body":168,"breadcrumbs":10,"title":5},"446":{"body":24,"breadcrumbs":10,"title":5},"447":{"body":136,"breadcrumbs":12,"title":7},"448":{"body":30,"breadcrumbs":8,"title":3},"449":{"body":21,"breadcrumbs":8,"title":3},"45":{"body":30,"breadcrumbs":4,"title":1},"450":{"body":50,"breadcrumbs":10,"title":5},"451":{"body":35,"breadcrumbs":13,"title":6},"452":{"body":146,"breadcrumbs":6,"title":2},"453":{"body":29,"breadcrumbs":10,"title":4},"454":{"body":36,"breadcrumbs":7,"title":1},"455":{"body":17,"breadcrumbs":7,"title":1},"456":{"body":21,"breadcrumbs":7,"title":1},"457":{"body":29,"breadcrumbs":7,"title":1},"458":{"body":52,"breadcrumbs":7,"title":1},"459":{"body":33,"breadcrumbs":7,"title":1},"46":{"body":11,"breadcrumbs":9,"title":6},"460":{"body":27,"breadcrumbs":7,"title":1},"461":{"body":7,"breadcrumbs":7,"title":1},"462":{"body":118,"breadcrumbs":8,"title":2},"463":{"body":38,"breadcrumbs":8,"title":2},"464":{"body":70,"breadcrumbs":12,"title":5},"465":{"body":95,"breadcrumbs":8,"title":1},"466":{"body":212,"breadcrumbs":11,"title":4},"467":{"body":106,"breadcrumbs":9,"title":2},"468":{"body":85,"breadcrumbs":9,"title":2},"469":{"body":159,"breadcrumbs":9,"title":2},"47":{"body":8,"breadcrumbs":8,"title":5},"470":{"body":55,"breadcrumbs":12,"title":5},"471":{"body":14,"breadcrumbs":11,"title":4},"472":{"body":27,"breadcrumbs":10,"title":3},"473":{"body":70,"breadcrumbs":13,"title":6},"474":{"body":348,"breadcrumbs":14,"title":7},"475":{"body":40,"breadcrumbs":12,"title":5},"476":{"body":126,"breadcrumbs":15,"title":8},"477":{"body":11,"breadcrumbs":8,"title":3},"478":{"body":134,"breadcrumbs":6,"title":1},"479":{"body":26,"breadcrumbs":10,"title":4},"48":{"body":17,"breadcrumbs":6,"title":3},"480":{"body":22,"breadcrumbs":7,"title":1},"481":{"body":28,"breadcrumbs":7,"title":1},"482":{"body":11,"breadcrumbs":7,"title":1},"483":{"body":25,"breadcrumbs":7,"title":1},"484":{"body":17,"breadcrumbs":7,"title":1},"485":{"body":25,"breadcrumbs":7,"title":1},"486":{"body":207,"breadcrumbs":7,"title":1},"487":{"body":37,"breadcrumbs":7,"title":1},"488":{"body":17,"breadcrumbs":7,"title":1},"489":{"body":15,"breadcrumbs":10,"title":4},"49":{"body":79,"breadcrumbs":5,"title":2},"490":{"body":97,"breadcrumbs":7,"title":1},"491":{"body":64,"breadcrumbs":7,"title":1},"492":{"body":7,"breadcrumbs":8,"title":3},"493":{"body":34,"breadcrumbs":6,"title":1},"494":{"body":10,"breadcrumbs":6,"title":1},"495":{"body":6,"breadcrumbs":10,"title":4},"496":{"body":112,"breadcrumbs":7,"title":1},"497":{"body":20,"breadcrumbs":22,"title":10},"498":{"body":26,"breadcrumbs":13,"title":1},"499":{"body":32,"breadcrumbs":15,"title":3},"5":{"body":14,"breadcrumbs":4,"title":3},"50":{"body":6,"breadcrumbs":5,"title":2},"500":{"body":28,"breadcrumbs":16,"title":4},"501":{"body":28,"breadcrumbs":15,"title":3},"502":{"body":92,"breadcrumbs":16,"title":4},"503":{"body":7,"breadcrumbs":14,"title":6},"504":{"body":30,"breadcrumbs":9,"title":1},"505":{"body":68,"breadcrumbs":9,"title":1},"506":{"body":20,"breadcrumbs":8,"title":3},"507":{"body":155,"breadcrumbs":6,"title":1},"508":{"body":541,"breadcrumbs":6,"title":1},"509":{"body":12,"breadcrumbs":8,"title":3},"51":{"body":7,"breadcrumbs":5,"title":2},"510":{"body":157,"breadcrumbs":6,"title":1},"511":{"body":379,"breadcrumbs":6,"title":1},"512":{"body":27,"breadcrumbs":10,"title":4},"513":{"body":130,"breadcrumbs":7,"title":1},"514":{"body":143,"breadcrumbs":7,"title":1},"515":{"body":1,"breadcrumbs":8,"title":2},"516":{"body":2,"breadcrumbs":11,"title":5},"517":{"body":102,"breadcrumbs":11,"title":5},"518":{"body":72,"breadcrumbs":8,"title":2},"519":{"body":85,"breadcrumbs":9,"title":3},"52":{"body":63,"breadcrumbs":11,"title":4},"520":{"body":94,"breadcrumbs":9,"title":3},"521":{"body":11,"breadcrumbs":8,"title":3},"522":{"body":90,"breadcrumbs":6,"title":1},"523":{"body":0,"breadcrumbs":6,"title":1},"524":{"body":43,"breadcrumbs":7,"title":2},"525":{"body":138,"breadcrumbs":7,"title":2},"526":{"body":7,"breadcrumbs":10,"title":4},"527":{"body":57,"breadcrumbs":7,"title":1},"528":{"body":17,"breadcrumbs":7,"title":1},"529":{"body":38,"breadcrumbs":12,"title":5},"53":{"body":70,"breadcrumbs":8,"title":1},"530":{"body":61,"breadcrumbs":8,"title":1},"531":{"body":0,"breadcrumbs":8,"title":1},"532":{"body":56,"breadcrumbs":11,"title":4},"533":{"body":43,"breadcrumbs":12,"title":5},"534":{"body":18,"breadcrumbs":10,"title":3},"535":{"body":4,"breadcrumbs":9,"title":2},"536":{"body":57,"breadcrumbs":9,"title":2},"537":{"body":0,"breadcrumbs":9,"title":2},"538":{"body":33,"breadcrumbs":12,"title":5},"539":{"body":16,"breadcrumbs":9,"title":2},"54":{"body":14,"breadcrumbs":8,"title":1},"540":{"body":16,"breadcrumbs":10,"title":3},"541":{"body":63,"breadcrumbs":10,"title":3},"542":{"body":7,"breadcrumbs":10,"title":4},"543":{"body":40,"breadcrumbs":7,"title":1},"544":{"body":70,"breadcrumbs":7,"title":1},"545":{"body":7,"breadcrumbs":10,"title":4},"546":{"body":64,"breadcrumbs":7,"title":1},"547":{"body":160,"breadcrumbs":7,"title":1},"548":{"body":6,"breadcrumbs":12,"title":5},"549":{"body":47,"breadcrumbs":8,"title":1},"55":{"body":80,"breadcrumbs":8,"title":1},"550":{"body":7,"breadcrumbs":6,"title":2},"551":{"body":38,"breadcrumbs":5,"title":1},"552":{"body":26,"breadcrumbs":5,"title":1},"553":{"body":7,"breadcrumbs":8,"title":3},"554":{"body":19,"breadcrumbs":6,"title":1},"555":{"body":42,"breadcrumbs":6,"title":1},"556":{"body":12,"breadcrumbs":10,"title":4},"557":{"body":91,"breadcrumbs":7,"title":1},"558":{"body":14,"breadcrumbs":10,"title":4},"559":{"body":44,"breadcrumbs":7,"title":1},"56":{"body":15,"breadcrumbs":8,"title":1},"560":{"body":30,"breadcrumbs":7,"title":1},"561":{"body":21,"breadcrumbs":8,"title":3},"562":{"body":76,"breadcrumbs":6,"title":1},"563":{"body":0,"breadcrumbs":6,"title":1},"564":{"body":4,"breadcrumbs":6,"title":1},"565":{"body":4,"breadcrumbs":8,"title":3},"566":{"body":12,"breadcrumbs":8,"title":3},"567":{"body":12,"breadcrumbs":12,"title":5},"568":{"body":40,"breadcrumbs":8,"title":1},"569":{"body":83,"breadcrumbs":8,"title":1},"57":{"body":19,"breadcrumbs":8,"title":1},"570":{"body":7,"breadcrumbs":14,"title":6},"571":{"body":26,"breadcrumbs":9,"title":1},"572":{"body":24,"breadcrumbs":9,"title":1},"573":{"body":13,"breadcrumbs":8,"title":3},"574":{"body":45,"breadcrumbs":6,"title":1},"575":{"body":98,"breadcrumbs":6,"title":1},"576":{"body":7,"breadcrumbs":12,"title":5},"577":{"body":25,"breadcrumbs":8,"title":1},"578":{"body":18,"breadcrumbs":8,"title":1},"579":{"body":19,"breadcrumbs":10,"title":4},"58":{"body":25,"breadcrumbs":8,"title":1},"580":{"body":51,"breadcrumbs":7,"title":1},"581":{"body":7,"breadcrumbs":10,"title":4},"582":{"body":53,"breadcrumbs":7,"title":1},"583":{"body":111,"breadcrumbs":7,"title":1},"584":{"body":10,"breadcrumbs":8,"title":3},"585":{"body":66,"breadcrumbs":6,"title":1},"586":{"body":0,"breadcrumbs":6,"title":1},"587":{"body":40,"breadcrumbs":8,"title":3},"588":{"body":6,"breadcrumbs":10,"title":4},"589":{"body":71,"breadcrumbs":7,"title":1},"59":{"body":243,"breadcrumbs":10,"title":3},"590":{"body":13,"breadcrumbs":12,"title":5},"591":{"body":49,"breadcrumbs":8,"title":1},"592":{"body":25,"breadcrumbs":12,"title":5},"593":{"body":41,"breadcrumbs":8,"title":1},"594":{"body":6,"breadcrumbs":13,"title":6},"595":{"body":12,"breadcrumbs":8,"title":1},"596":{"body":47,"breadcrumbs":8,"title":1},"597":{"body":9,"breadcrumbs":10,"title":3},"598":{"body":7,"breadcrumbs":8,"title":3},"599":{"body":30,"breadcrumbs":6,"title":1},"6":{"body":68,"breadcrumbs":3,"title":2},"60":{"body":22,"breadcrumbs":10,"title":3},"600":{"body":11,"breadcrumbs":6,"title":1},"601":{"body":19,"breadcrumbs":12,"title":5},"602":{"body":26,"breadcrumbs":8,"title":1},"603":{"body":2,"breadcrumbs":4,"title":2},"604":{"body":91,"breadcrumbs":3,"title":1},"605":{"body":4,"breadcrumbs":8,"title":3},"606":{"body":258,"breadcrumbs":8,"title":3},"607":{"body":4,"breadcrumbs":8,"title":3},"608":{"body":285,"breadcrumbs":8,"title":3},"609":{"body":4,"breadcrumbs":8,"title":3},"61":{"body":12,"breadcrumbs":10,"title":3},"610":{"body":113,"breadcrumbs":8,"title":3},"611":{"body":4,"breadcrumbs":8,"title":3},"612":{"body":0,"breadcrumbs":8,"title":3},"613":{"body":239,"breadcrumbs":7,"title":2},"614":{"body":4,"breadcrumbs":8,"title":3},"615":{"body":304,"breadcrumbs":8,"title":3},"616":{"body":4,"breadcrumbs":8,"title":3},"617":{"body":198,"breadcrumbs":8,"title":3},"618":{"body":4,"breadcrumbs":8,"title":3},"619":{"body":203,"breadcrumbs":8,"title":3},"62":{"body":21,"breadcrumbs":8,"title":1},"620":{"body":4,"breadcrumbs":8,"title":3},"621":{"body":311,"breadcrumbs":8,"title":3},"622":{"body":4,"breadcrumbs":8,"title":3},"623":{"body":134,"breadcrumbs":8,"title":3},"624":{"body":4,"breadcrumbs":8,"title":3},"625":{"body":268,"breadcrumbs":8,"title":3},"626":{"body":4,"breadcrumbs":8,"title":3},"627":{"body":123,"breadcrumbs":8,"title":3},"628":{"body":4,"breadcrumbs":8,"title":3},"629":{"body":61,"breadcrumbs":8,"title":3},"63":{"body":18,"breadcrumbs":8,"title":1},"630":{"body":4,"breadcrumbs":8,"title":3},"631":{"body":190,"breadcrumbs":8,"title":3},"632":{"body":4,"breadcrumbs":8,"title":3},"633":{"body":101,"breadcrumbs":8,"title":3},"634":{"body":4,"breadcrumbs":8,"title":3},"635":{"body":71,"breadcrumbs":8,"title":3},"636":{"body":4,"breadcrumbs":8,"title":3},"637":{"body":105,"breadcrumbs":8,"title":3},"638":{"body":4,"breadcrumbs":8,"title":3},"639":{"body":151,"breadcrumbs":8,"title":3},"64":{"body":15,"breadcrumbs":10,"title":3},"640":{"body":4,"breadcrumbs":8,"title":3},"641":{"body":177,"breadcrumbs":8,"title":3},"642":{"body":4,"breadcrumbs":8,"title":3},"643":{"body":144,"breadcrumbs":8,"title":3},"644":{"body":4,"breadcrumbs":8,"title":3},"645":{"body":122,"breadcrumbs":8,"title":3},"646":{"body":4,"breadcrumbs":8,"title":3},"647":{"body":121,"breadcrumbs":8,"title":3},"648":{"body":4,"breadcrumbs":8,"title":3},"649":{"body":145,"breadcrumbs":8,"title":3},"65":{"body":22,"breadcrumbs":11,"title":4},"650":{"body":4,"breadcrumbs":8,"title":3},"651":{"body":114,"breadcrumbs":8,"title":3},"652":{"body":4,"breadcrumbs":8,"title":3},"653":{"body":146,"breadcrumbs":8,"title":3},"654":{"body":4,"breadcrumbs":8,"title":3},"655":{"body":180,"breadcrumbs":8,"title":3},"656":{"body":4,"breadcrumbs":8,"title":3},"657":{"body":22,"breadcrumbs":8,"title":3},"658":{"body":4,"breadcrumbs":8,"title":3},"659":{"body":91,"breadcrumbs":8,"title":3},"66":{"body":11,"breadcrumbs":10,"title":3},"660":{"body":4,"breadcrumbs":8,"title":3},"661":{"body":5,"breadcrumbs":8,"title":3},"662":{"body":36,"breadcrumbs":6,"title":3},"663":{"body":47,"breadcrumbs":5,"title":1},"664":{"body":91,"breadcrumbs":10,"title":6},"665":{"body":7,"breadcrumbs":11,"title":7},"666":{"body":45,"breadcrumbs":12,"title":8},"667":{"body":39,"breadcrumbs":11,"title":7},"668":{"body":79,"breadcrumbs":9,"title":5},"669":{"body":75,"breadcrumbs":13,"title":9},"67":{"body":11,"breadcrumbs":9,"title":2},"670":{"body":110,"breadcrumbs":5,"title":1},"671":{"body":182,"breadcrumbs":9,"title":5},"672":{"body":61,"breadcrumbs":12,"title":8},"673":{"body":9,"breadcrumbs":10,"title":6},"674":{"body":14,"breadcrumbs":12,"title":8},"675":{"body":6,"breadcrumbs":7,"title":3},"676":{"body":6,"breadcrumbs":10,"title":6},"677":{"body":6,"breadcrumbs":11,"title":7},"678":{"body":6,"breadcrumbs":12,"title":8},"679":{"body":6,"breadcrumbs":13,"title":9},"68":{"body":36,"breadcrumbs":13,"title":5},"680":{"body":9,"breadcrumbs":8,"title":4},"681":{"body":24,"breadcrumbs":10,"title":6},"682":{"body":6,"breadcrumbs":10,"title":6},"683":{"body":27,"breadcrumbs":10,"title":6},"684":{"body":19,"breadcrumbs":10,"title":6},"685":{"body":31,"breadcrumbs":9,"title":5},"686":{"body":50,"breadcrumbs":11,"title":7},"687":{"body":53,"breadcrumbs":9,"title":5},"688":{"body":11,"breadcrumbs":7,"title":2},"689":{"body":13,"breadcrumbs":11,"title":6},"69":{"body":47,"breadcrumbs":9,"title":1},"690":{"body":86,"breadcrumbs":13,"title":5},"691":{"body":155,"breadcrumbs":23,"title":15},"692":{"body":94,"breadcrumbs":16,"title":8},"693":{"body":34,"breadcrumbs":29,"title":21},"694":{"body":19,"breadcrumbs":20,"title":12},"695":{"body":9,"breadcrumbs":18,"title":10},"696":{"body":14,"breadcrumbs":18,"title":10},"697":{"body":40,"breadcrumbs":13,"title":5},"698":{"body":14,"breadcrumbs":5,"title":1},"699":{"body":57,"breadcrumbs":7,"title":3},"7":{"body":75,"breadcrumbs":2,"title":1},"70":{"body":83,"breadcrumbs":9,"title":1},"700":{"body":35,"breadcrumbs":10,"title":6},"701":{"body":86,"breadcrumbs":5,"title":1},"702":{"body":7,"breadcrumbs":13,"title":9},"703":{"body":55,"breadcrumbs":8,"title":4},"704":{"body":29,"breadcrumbs":11,"title":7},"705":{"body":77,"breadcrumbs":9,"title":5},"706":{"body":28,"breadcrumbs":10,"title":6},"707":{"body":23,"breadcrumbs":11,"title":7},"708":{"body":11,"breadcrumbs":13,"title":9},"709":{"body":23,"breadcrumbs":11,"title":7},"71":{"body":0,"breadcrumbs":11,"title":3},"710":{"body":40,"breadcrumbs":11,"title":7},"711":{"body":31,"breadcrumbs":7,"title":3},"712":{"body":14,"breadcrumbs":10,"title":6},"713":{"body":53,"breadcrumbs":12,"title":8},"714":{"body":114,"breadcrumbs":7,"title":3},"715":{"body":142,"breadcrumbs":5,"title":1},"716":{"body":35,"breadcrumbs":15,"title":11},"717":{"body":39,"breadcrumbs":13,"title":9},"718":{"body":24,"breadcrumbs":12,"title":8},"719":{"body":48,"breadcrumbs":15,"title":11},"72":{"body":41,"breadcrumbs":10,"title":2},"720":{"body":10,"breadcrumbs":16,"title":12},"721":{"body":37,"breadcrumbs":20,"title":16},"722":{"body":28,"breadcrumbs":17,"title":13},"723":{"body":16,"breadcrumbs":20,"title":16},"724":{"body":124,"breadcrumbs":20,"title":16},"725":{"body":15,"breadcrumbs":17,"title":13},"726":{"body":12,"breadcrumbs":16,"title":12},"727":{"body":214,"breadcrumbs":5,"title":1},"728":{"body":15,"breadcrumbs":11,"title":7},"729":{"body":38,"breadcrumbs":16,"title":12},"73":{"body":37,"breadcrumbs":10,"title":2},"730":{"body":47,"breadcrumbs":12,"title":8},"731":{"body":24,"breadcrumbs":16,"title":12},"732":{"body":25,"breadcrumbs":16,"title":12},"733":{"body":2,"breadcrumbs":16,"title":12},"734":{"body":11,"breadcrumbs":10,"title":6},"735":{"body":3,"breadcrumbs":9,"title":5},"736":{"body":18,"breadcrumbs":25,"title":21},"737":{"body":8,"breadcrumbs":11,"title":7},"738":{"body":23,"breadcrumbs":14,"title":10},"739":{"body":13,"breadcrumbs":17,"title":13},"74":{"body":74,"breadcrumbs":10,"title":2},"740":{"body":18,"breadcrumbs":23,"title":19},"741":{"body":30,"breadcrumbs":17,"title":13},"742":{"body":13,"breadcrumbs":37,"title":33},"743":{"body":21,"breadcrumbs":11,"title":7},"744":{"body":9,"breadcrumbs":17,"title":13},"745":{"body":23,"breadcrumbs":6,"title":3},"746":{"body":11,"breadcrumbs":2,"title":1},"747":{"body":96,"breadcrumbs":6,"title":5},"748":{"body":202,"breadcrumbs":2,"title":1},"75":{"body":25,"breadcrumbs":10,"title":2},"76":{"body":41,"breadcrumbs":10,"title":2},"77":{"body":13,"breadcrumbs":9,"title":1},"78":{"body":92,"breadcrumbs":14,"title":6},"79":{"body":15,"breadcrumbs":10,"title":2},"8":{"body":18,"breadcrumbs":4,"title":3},"80":{"body":42,"breadcrumbs":11,"title":4},"81":{"body":29,"breadcrumbs":8,"title":1},"82":{"body":29,"breadcrumbs":13,"title":6},"83":{"body":37,"breadcrumbs":9,"title":2},"84":{"body":82,"breadcrumbs":10,"title":3},"85":{"body":17,"breadcrumbs":12,"title":5},"86":{"body":76,"breadcrumbs":9,"title":2},"87":{"body":26,"breadcrumbs":9,"title":2},"88":{"body":443,"breadcrumbs":11,"title":4},"89":{"body":126,"breadcrumbs":11,"title":4},"9":{"body":20,"breadcrumbs":3,"title":2},"90":{"body":9,"breadcrumbs":9,"title":3},"91":{"body":30,"breadcrumbs":9,"title":3},"92":{"body":7,"breadcrumbs":7,"title":2},"93":{"body":50,"breadcrumbs":6,"title":1},"94":{"body":7,"breadcrumbs":7,"title":2},"95":{"body":43,"breadcrumbs":6,"title":1},"96":{"body":9,"breadcrumbs":11,"title":4},"97":{"body":31,"breadcrumbs":10,"title":3},"98":{"body":62,"breadcrumbs":15,"title":6},"99":{"body":9,"breadcrumbs":14,"title":5}},"docs":{"0":{"body":"","breadcrumbs":"VST » VST Home","id":"0","title":"VST Home"},"1":{"body":"VST Logo This part of the Steinberg Developer Resource is a portal dedicated to developers of VST 3 plug-ins and VST 3 hosts. Almost everything you need for developing VST 3 plug-ins is explained in the sections below.","breadcrumbs":"VST » Welcome to the world of VST 3","id":"1","title":"Welcome to the world of VST 3"},"10":{"body":"Copyrights and Glossary","breadcrumbs":"VST » Miscellaneous","id":"10","title":"Miscellaneous"},"100":{"body":"Helper Class wrapping a VST 3 plug-in to an AAX plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - AAX Wrapper","id":"100","title":"VST 3 - AAX Wrapper"},"101":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v3 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - Audio Unit v3 Wrapper","id":"101","title":"VST 3 - Audio Unit v3 Wrapper"},"102":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v2 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - Audio Unit Wrapper","id":"102","title":"VST 3 - Audio Unit Wrapper"},"103":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work?","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » VST 3 - VST 2.x Wrapper","id":"103","title":"VST 3 - VST 2.x Wrapper"},"104":{"body":"Helper Class wrapping a VST 3 plug-in to a VST 2.4 plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to a VST 2.x plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » Introduction","id":"104","title":"Introduction"},"105":{"body":"You just need to add public.sdk/source/vst/vst2wrapper/vst2wrapper.sdk.cpp to your project and add the following code somewhere in your sources: //-----------------------------------------------------------------\n#include \"public.sdk/source/vst/vst2wrapper/vst2wrapper.h\" //-----------------------------------------------------------------\n::AudioEffect* createEffectInstance (audioMasterCallback audioMaster)\n{ return Steinberg::Vst::Vst2Wrapper::create (GetPluginFactory(), kAudioProcessorCID, kVst2UniqueID, audioMaster);\n}","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 2.x Wrapper » How does it work?","id":"105","title":"How does it work?"},"106":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work?","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » VST 3 - AAX Wrapper","id":"106","title":"VST 3 - AAX Wrapper"},"107":{"body":"Helper Class wrapping a VST 3 plug-in to an AAX plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to an AAX plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » Introduction","id":"107","title":"Introduction"},"108":{"body":"Check the AGainAAX example AAX SDK 2.3 or higher is expected in folder external.avid.aax (located at the same level as the folder public.sdk) Here is the step based on the AgainAAX example: In the cpp file againaax.cpp, you can define the plug-in properties: IO audio, product ID, ... On Windows, copy built linker output again_aax.aaxplugin to \"c:\\Program Files\\Common Files\\Avid\\Audio\\Plug-Ins\\again_aax.aaxplugin\\Contents\\x64\" (the debug build does this automatically, but needs appropriate access rights (Administrator rights of your visual)) On OSX, copy built bundle build/Debug/again.aaxplugin to \"/Library/Application Support/Avid/Audio/Plug-Ins\" A developer version of Pro Tools is needed to load the plug-in, the release version of Pro Tools requires plug-ins to be Pace-signed (PACE Anti-Piracy Inc.: https://www.ilok.com )","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX Wrapper » How does it work?","id":"108","title":"How does it work?"},"109":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work? Related pages: Audio Unit v3 Plug-Ins | Apple Developer Documentation","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » VST 3 - AudioUnit v3 Wrapper","id":"109","title":"VST 3 - AudioUnit v3 Wrapper"},"11":{"body":"/ VST Home On this page: VST 3: New Standard for Virtual Studio Technology About the VST standard From the technical point of view Related pages: Use cases Main benefits of VST 3 What is the VST 3 SDK?","breadcrumbs":"What is VST? » What is VST?","id":"11","title":"What is VST?"},"110":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v3 plug-in. The VST 3 SDK comes with a helper class which wraps one VST 3 audio processor and edit controller to an AU v3 plug-in. The wrapped AudioUnit does support MPE when the VST 3 plug-in has Note Expression support. You need to implement Steinberg::Vst::INoteExpressionPhysicalUIMapping to map your Note Expression to the limited three expressions defined by MPE.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » Introduction","id":"110","title":"Introduction"},"111":{"body":"Structure: App (container app which initializes the AU through small Playback Engine) Extension (extension which is loaded by hosts, also initializes the AU) How to use the VST 3 → AU v3 Wrapper with the sample code: make sure you have correct code signing set up build & run targets How to use the VST 3 → AU v3 Wrapper with your own VST plug-in: duplicate either the folder again_auv3 or note_expression_synth_auv3 in public.sdk/samples/vst, rename it and edit CMakelist.txt to add your sources, resources and modified target names etc. open audiounitconfig.h and change the definitions in this file. also change the other files in that folder to your requirements. Code signing is required, but you can build and test with a developer only identity. build & run targets","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v3 Wrapper » How does it work?","id":"111","title":"How does it work?"},"112":{"body":"/ ... / AAX, AUv3, AU and VST 2 Wrappers On this page: Introduction How does it work? Related pages: Audio Unit v3 Plug-Ins | Apple Developer Documentation","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » VST 3 - AudioUnit v2 Wrapper","id":"112","title":"VST 3 - AudioUnit v2 Wrapper"},"113":{"body":"Helper Class wrapping a VST 3 plug-in to an Audio Unit v2 plug-in. The VST 3 SDK comes with an AudioUnit wrapper, which can wrap one VST 3 audio processor and edit controller as an AudioUnit effect/instrument. The wrapper is a small dynamic library which loads the VST 3 plug-in. As AudioUnits store important information in their resource fork, this library must be compiled for every VST 3 plug-in.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » Introduction","id":"113","title":"Introduction"},"114":{"body":"You first need to build the SDK ( check here ) and then you should have the xcode project. You may need to download the CoreAudio SDK from Apple and point cmake to it when building the SDK with it ( see here ). Create a copy of the again AU wrapper example project directory (public.sdk/source/vst/auwrapper/again/) Rename the copy to your needs Edit the target settings of the project and change Product Name Library search path so that it points to the directory where libauwrapper.a exists architecture setting so that it only includes architectures that the VST 3 plug-in supports Search in the project for AUWRAPPER_CHANGE and change the settings to your needs, especially in: Edit audiounitconfig.h, see comments there Edit Info.plist, see comments there Edit the \"Make Links Script\" for easier debugging/development Build your project Done ... that is all! For the release version, you must place a copy or an alias of your VST 3 plug-in in the resource folder of the bundle named \"plugin.vst3\"","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AudioUnit v2 Wrapper » How does it work?","id":"114","title":"How does it work?"},"115":{"body":"/ VST Home / What is the VST 3 SDK? See [3.6.0] iOS Inter-App Audio","breadcrumbs":"What is the VST 3 SDK? » iOS Inter-App Audio Support » iOS Inter-App Audio Support","id":"115","title":"iOS Inter-App Audio Support"},"116":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction VSTGUI Forum VSTGUI on GitHub VSTGUI License Tutorials for VSTGUI Related pages: https://sdk.steinberg.net","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI","id":"116","title":"VSTGUI"},"117":{"body":"This is a user interface toolkit mainly for audio plug-ins (VST, AudioUnit, etc). Based on the XML definition of the plug-in UI, VSTGUI includes an embedded editor (UIDescription Editor) which allows the developer to create a plug-in UI just by drag & drop of the UI element. First developed in-house by Steinberg Media Technologies (around 1998) for their first VST plug-ins. Later added as binary libraries to the official VST SDK . Since May 2003, VSTGUI is open source, and is hosted now at GitHub https://github.com/steinbergmedia/vstgui . The last official release version of VSTGUI is always included in the VST 3 SDK . what_if_35 Example of the VSTGUI UIDescription Editor (embedded editing WYSIWYG) Check the folder vstgui4 of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » Introduction","id":"117","title":"Introduction"},"118":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, submit bug reports, request new features and connect to other VSTGUI developers: what_if_36 https://sdk.steinberg.net","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI Forum","id":"118","title":"VSTGUI Forum"},"119":{"body":"what_if_37 https://github.com/steinbergmedia/vstgui","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI on GitHub","id":"119","title":"VSTGUI on GitHub"},"12":{"body":"With VST (Virtual Studio Technology), Steinberg established the world’s leading and most widely supported standard for plug-ins and virtual instruments in 1996. With VST 3 Steinberg releases the next major revision of Steinberg ’s Virtual Studio Technology to the audio industry. VST 3 marks an important milestone in audio technology with a completely rewritten code base providing not only many new features but also the most stable and reliable VST platform ever. This combination of the latest technology and new features is the result of Steinberg ’s twelve years of development experience as the leading plug-in interface provider. VST 3 has been designed to provide a technological and creative basis for many innovative and exciting new products for the audio industry, offering a new world of creative possibilities for instrument and effect plug-in users. The VST 3 SDK is available as a free technology, open in use for any developer.","breadcrumbs":"What is VST? » VST 3: New Standard for Virtual Studio Technology","id":"12","title":"VST 3: New Standard for Virtual Studio Technology"},"120":{"body":"BSD style VSTGUI LICENSE\n(c) Steinberg Media Technologies, All Rights Reserved Redistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met: * Redistributions of source code must retain the abovecopyright notice,\nthis list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice,\nthis list of conditions and the following disclaimer inthe documentation\nand/or other materials provided with the distribution.\n* Neither the name of the Steinberg Media Technologies northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » VSTGUI License","id":"120","title":"VSTGUI License"},"121":{"body":"Use VSTGUI to design a User Interface This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to createstunning user interfaces for your plug-in.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI » Tutorials for VSTGUI","id":"121","title":"Tutorials for VSTGUI"},"122":{"body":"/ VST Home Related pages: Steinberg VST usage guidelines What are the licensing options for VST 3? Which files fall under which license? Developer use cases (FAQs) This developer use case guide will help you to decide which VST 3 licensing model to choose. The VST 3 SDK has new Usage Guidelines to follow for all licensing models, please read them carefully!","breadcrumbs":"VST 3 Licensing » VST 3 Licensing","id":"122","title":"VST 3 Licensing"},"123":{"body":"Whenever VST ® is used or the SDK has been used to create a product or the SDK is included (Open-source GPLv3 case), it is required to add the reference to Steinberg by using the VST compatible logo as supplied by Steinberg . Included in the VST 3 SDK , the VST compatible logo can be found in the folder VST_SDK/VST3_SDK/vst3_doc/artwork .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines","id":"123","title":"Steinberg VST usage guidelines"},"124":{"body":"You can choose between the Proprietary Steinberg VST 3 or the Open-source GPLv3 license ( dual-license ) depending on how you want to distribute your VST 3 plug-in/host. The License Agreement could be found here and in the VST 3 SDK package .","breadcrumbs":"VST 3 Licensing » What are the licensing options for VST 3?","id":"124","title":"What are the licensing options for VST 3?"},"125":{"body":"All files describing the VST 3 interface, except VST 2 files, located in the folder \"pluginterfaces\" of the SDK, fall under the dual-license described previously.","breadcrumbs":"VST 3 Licensing » Which files fall under which license?","id":"125","title":"Which files fall under which license?"},"126":{"body":"The following use cases support you to choose the right license.","breadcrumbs":"VST 3 Licensing » Developer use cases (FAQs)","id":"126","title":"Developer use cases (FAQs)"},"127":{"body":"/ VST Home / VST 3 Licensing On this page: 1. Required use of VST Compatible logo 2. Use of VST unrelated to the VST Compatible logo 3. Use when claiming compatibility 4. Use on website 5. Use on package 6. Use in product name or logo 7. Use in company name 8. Use in social media 9. Use in domain 10. Use in logo 11. Use in video 12. Use in category 13. Use in combination or composition 14. VST Compatible logo 15. General guidelines for using VST trademark 16. Questions and suggestions Related pages: VST 3 Licensing What are the licensing options for VST 3? Developer use cases (FAQs) Whenever VST ® is used or the SDK has been used to create a product or the SDK is included (Open-source GPLv3 case), it is required to add the reference to Steinberg by using the VST compatible logo as supplied by Steinberg . Included in the VST 3 SDK , the VST compatible logo can be found in the folder VST_SDK/VST3_SDK/vst3_doc/artwork . This logo exists in different forms: with and without the trademark text, black on white and white on black. If you choose the logo without the trademark text, you have to include the following statement somewhere: \"VST is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries.\"","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » Steinberg VST usage guidelines","id":"127","title":"Steinberg VST usage guidelines"},"128":{"body":"Whenever “ VST ” is used, or the SDK is used to create a product, or when the SDK is included, it is required to add the reference to Steinberg by using the “ VST Compatible logo ” as supplied by Steinberg on each of the following: on package on website: The VST Compatible logo must be shown on every webpage that relates to such a product or shows VST . Using e.g. only within the imprint is NOT sufficient. all documentation, regardless of the media used, such as PDF manuals, website, printed manuals etc. On each of the following the logo can be omitted only if not enough space is available. However, in such a case be sure to include Steinberg's copyrights notice: on all advertising materials in the \"about box\" or similar (e.g. help menu, startup screen) of the product.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 1. Required use of VST Compatible logo","id":"128","title":"1. Required use of VST Compatible logo"},"129":{"body":"It is allowed for all parties that have entered into the current Steinberg VST Plug-in SDK Licensing Agreement to use “ VST ” in regular letters to refer to compatibility as long as complying with the Agreement. This can be done on the package/website or even within the name of the product as long as the form of use is in line with the Agreement and the VST Compatible logo is always shown in the context of such. The following shall provide more guidance related to common forms of usage.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 2. Use of VST unrelated to the VST Compatible logo","id":"129","title":"2. Use of VST unrelated to the VST Compatible logo"},"13":{"body":"The Virtual Studio Technology ( VST ) interface is nothing short of a revolution in digital audio. Developed by Steinberg and first launched in 1996, VST creates a full, professional studio environment on your computer. VST allows the integration of virtual effect processors and instruments into your digital audio environment. These can be software recreations of hardware effect units and instruments or new creative effect components in your VST system. All are integrated seamlessly into VST compatible host applications like digital audio workstations (DAW). VST also allows easy integration of external equipment, allowing you to put together a system tailor-made to your needs. Being an open standard, the possibilities offered by VST have steadily been growing over the past decade. New virtual effect processors and virtual instruments are constantly being developed by Steinberg and of course dozens of other companies.","breadcrumbs":"What is VST? » About the VST standard","id":"13","title":"About the VST standard"},"130":{"body":"It is allowed to use claims such as “ compatible with 64-bit VST ” if the VST Compatible logo is placed in context of such claim, e.g. not too far away on the same page, and the product uses or has been created using the SDK and is, in fact, compatible.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 3. Use when claiming compatibility","id":"130","title":"3. Use when claiming compatibility"},"131":{"body":"It is not sufficient to include the VST Compatible logo only in the imprint or one other page. All pages that relate to a product using or created using the SDK or showing VST must show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 4. Use on website","id":"131","title":"4. Use on website"},"132":{"body":"The VST Compatible logo must be printed on the package of any product using or created using the SDK or showing VST .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 5. Use on package","id":"132","title":"5. Use on package"},"133":{"body":"Provided that the VST Compatible logo is always displayed in the context of such a product name, “ VST ” may be added to the basic product name, e.g. like “mycoolEngine for VST ”, if set in regular type and not graphically illustrated or integrated into the product name, and if the VST Compatible logo is always shown in direct context to such a product name. It is not allowed to merge the basic product name and VST in any graphical way into one integrated visual. E.g., it is allowed to use like this: licensing_1 while it is unacceptable to use it like this: licensing_2","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 6. Use in product name or logo","id":"133","title":"6. Use in product name or logo"},"134":{"body":"It is not allowed to include VST in the company name.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 7. Use in company name","id":"134","title":"7. Use in company name"},"135":{"body":"It is allowed to use VST in channels and their names/URLs and the like, if a junction is used to denote the compatibility, e.g. in “MycoolEngineForVST”, and if the channels etc. always show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 8. Use in social media","id":"135","title":"8. Use in social media"},"136":{"body":"It is allowed to use VST in domains, e.g. second level domains, if a junction is used to denote the compatibility, e.g. in “MycoolEngineForVST.com” , and if any page under such domain shows the VST Compatible logo and the domain only shows products using or created using the SDK.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 9. Use in domain","id":"136","title":"9. Use in domain"},"137":{"body":"It is not permitted to include VST in a company logo but it is allowed to include VST in a product logo provided that is in conformity with No. 6 (Use in product name or logo).","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 10. Use in logo","id":"137","title":"10. Use in logo"},"138":{"body":"It is allowed to use “ VST ” in the title of a video or in a video, e.g. a tutorial, in a way as named above, e.g. as an addition to a product name or to show the compatibility, if the VST Compatible logo is shown in the video and, if VST is included in the title of the video, on any page that shows the video and/or the title. Provided that a frame of the video is shown as still (e.g. when presenting the video while not playing it) and such frame includes VST , the frame or the direct context of the video needs to show the VST Compatible logo .","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 11. Use in video","id":"138","title":"11. Use in video"},"139":{"body":"It is allowed to use VST in a category or in a related URL outside of the domain, e.g. in www.myreviews.com/VSTplugins/ , if such category is of generic meaning, and if under such category only forms of use and/or products in line with the SDK agreement are listed.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 12. Use in category","id":"139","title":"12. Use in category"},"14":{"body":"A VST plug-in is an audio processing component that is utilized within a host application. This host application provides the audio or/and event streams that are processed by the plug-in's code. Generally speaking, a VST plug-in can take a stream of audio data, apply a process to the audio, and return the result to the host application. A VST plug-in normally performs its process using the processor of the computer. The audio stream is broken into a series of blocks. The host supplies the blocks in sequence. The host and its current environment control the block-size. The VST plug-in maintains the status of all its own parameters relating to the running process: The host does not maintain any information about what the plug-in did with the last block of data it processed. From the host application's point of view, a VST plug-in is a black box with an arbitrary number of inputs, outputs (Event (MIDI) or Audio), and associated parameters. The host needs no implicit knowledge of the plug-in's process to be able to use it. The plug-in process can use whatever parameters it wants, internally to the process, but depending on the capabilities of the host, it can allow the changes to user parameters to be automated by the host. The source code of a VST plug-in is platform independent, but the delivery system depends on the platform architecture: On Windows , a VST plug-in is a multi-threaded DLL (Dynamic Link Library), recently packaged into a folder structure. On macOS X , a VST plug-in is a Mach-O Bundle. On Linux , a VST plug-in is a package.","breadcrumbs":"What is VST? » From the technical point of view","id":"14","title":"From the technical point of view"},"140":{"body":"It is not allowed to create combinations or compositions like “ VSTi ” or similar.","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 13. Use in combination or composition","id":"140","title":"13. Use in combination or composition"},"141":{"body":"The current VST Compatible logos are the following: licensing_3 licensing_4 Minimum printing size = 20 x 18,7 mm licensing_5 licensing_6 Minimum printing size = 15 x 10 mm","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 14. VST Compatible logo","id":"141","title":"14. VST Compatible logo"},"142":{"body":"On product documentation and promotional materials, use the registered trademark symbol (®) the first time the VST trademark appears in the text. Also include an attribution of Steinberg's ownership within the credit notice. Attribution: \"VST® is a trademark of Steinberg Media Technologies GmbH, registered in Europe and other countries.\"","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 15. General guidelines for using VST trademark","id":"142","title":"15. General guidelines for using VST trademark"},"143":{"body":"Questions and suggestions regarding this guide can be sent to reception@steinberg.de","breadcrumbs":"VST 3 Licensing » Steinberg VST usage guidelines » 16. Questions and suggestions","id":"143","title":"16. Questions and suggestions"},"144":{"body":"/ VST Home / VST 3 Licensing On this page: Proprietary Steinberg VST 3 license Open-source GPLv3 license Steinberg Dual-License file Related pages: VST 3 Licensing Developer use cases (FAQs) GNU General Public License GPLv3 You can choose between the Proprietary Steinberg VST 3 or the Open-source GPLv3 license ( dual-license ) depending on how you want to distribute your VST 3 plug-in/host. The License Agreement could be found here and in the VST 3 SDK package .","breadcrumbs":"VST 3 Licensing » What are the licensing options » What are the licensing options","id":"144","title":"What are the licensing options"},"145":{"body":"The \" Proprietary Steinberg VST 3 \" license allows you to distribute your VST 3 plug-in/host in a binary form. However, please note the following requirements: You need written permission from Steinberg Media Technologies GmbH in order to distribute your VST 3 plug-in/host (Steinberg will send you the countersigned License agreement included in the SDK that you signed and sent to us). You need to mention Steinberg Media Technologies GmbH in the about box and/or documentation of your VST 3 plug-in/host and follow the Steinberg VST usage guidelines . For more details please read the \" Proprietary Steinberg VST 3 \" license agreement. If you accept it, please enter all required information, sign it and send it back to us, either via land mail (to the Steinberg address mentioned in the license), or via e-mail to reception@steinberg.de or via fax (+49 (0)40 210 35-300). We will countersign the license agreement and send it back to you. ⓘ As PDF The License agreement is part of the VST SDK package, too.","breadcrumbs":"VST 3 Licensing » What are the licensing options » Proprietary Steinberg VST 3 license","id":"145","title":"Proprietary Steinberg VST 3 license"},"146":{"body":"The open-source license lets you share the source code of your VST 3 plug-in/host including the VST 3 SDK's sources which are subject to the GPLv3 . ⓘ Note Note that VST 2 sources are NOT part of the GPLv3 ! For more information about GPLv3 check this link . It also permits you to change and modify the VST 3 SDK 's sources as long as you share your changes and make them available for everyone (e.g. on an Internet hosting service like GitHub). Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"VST 3 Licensing » What are the licensing options » Open-source GPLv3 license","id":"146","title":"Open-source GPLv3 license"},"147":{"body":"//----------------------------------------------------------------------------\n// LICENSE\n// (c) 2022, Steinberg Media Technologies GmbH, All Rights Reserved\n//----------------------------------------------------------------------------\nThis license applies only to files referencing this license,\nfor other files of the Software Development Kit therespective embedded license text\nis applicable. The license can be found at: This Software Development Kit is licensed under the terms ofthe Steinberg VST 3 License,\nor alternatively under the terms of the General PublicLicense (GPL) Version 3.\nYou may use the Software Development Kit according to eitherof these licenses as it is\nmost appropriate for your project on a case-by-case basis(commercial or not). a) Proprietary Steinberg VST 3 License\nThe Software Development Kit may not be distributed in partsor its entirety\nwithout prior written agreement by Steinberg MediaTechnologies GmbH.\nThe SDK must not be used to re-engineer or manipulate anytechnology used\nin any Steinberg or Third-party application or softwaremodule,\nunless permitted by law.\nNeither the name of the Steinberg Media Technologies GmbH northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission.\nBefore publishing a software under the proprietary license, you need to obtain a copy\nof the License Agreement signed by Steinberg MediaTechnologies GmbH.\nThe Steinberg VST SDK License Agreement can be found at:\n THE SDK IS PROVIDED BY STEINBERG MEDIA TECHNOLOGIES GMBH \"ASIS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULARPURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL STEINBERG MEDIA TECHNOLOGIES GMBH BE LIABLEFOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE. b) General Public License (GPL) Version 3\nDetails of these licenses can be found at: \n//---------------------------------------------------------------------------------","breadcrumbs":"VST 3 Licensing » What are the licensing options » Steinberg Dual-License file","id":"147","title":"Steinberg Dual-License file"},"148":{"body":"/ VST Home / VST 3 Licensing On this page: Which files of the VST 3 SDK fall under which license? What about VST 2? Related pages: VST 3 Licensing","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » Which files fall under which license?","id":"148","title":"Which files fall under which license?"},"149":{"body":"All files describing the VST 3 interface, except VST 2 files, located in the folder \"pluginterfaces\" of the SDK, fall under the dual-license described previously. Each of these files includes this text: //----------------------------------------------------------------------------\n// This file is part of a Steinberg SDK. It is subject to thelicense terms\n// in the LICENSE file found in the top-level directory ofthis distribution\n// and at www.steinberg.net/sdklicenses.\n// No part of the SDK, including this file, may be copied, modified, propagated,\n// or distributed except according to the terms contained inthe LICENSE file.\n//---------------------------------------------------------------------------- for all other files of the VST 3 SDK , the respective embedded license text is applicable, for example: all VSTGUI files fall under a BSD style license all Helper files (included in base and public.sdk folders) except VST 2 files fall under a BSD style license all VST 2 files (included in pluginterfaces and public.sdk folders) fall under the \" Proprietary Steinberg VST 2 \" license all mda-vst3 examples ( public.sdk/samples/mda-vst3 folder ) fall under a BSD style license: Copyright (c) 2008 Paul Kellett","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » Which files of the VST 3 SDK fall under which license?","id":"149","title":"Which files of the VST 3 SDK fall under which license?"},"15":{"body":"VST Home / What is VST? On this page: Why use VST 3 SDK? Advantages of using VST 3 SDK Examples of VST 3 host applications (05/10/2023) Related pages: Main benefits of VST 3","breadcrumbs":"What is VST? » Use cases » Use cases","id":"15","title":"Use cases"},"150":{"body":"The \"Proprietary Steinberg VST 2\" license, which is the VST 2 license agreement, allows you to distribute your VST 2 plug-in/host in a binary form. However, please note the following requirements: You need written permission from Steinberg Media Technologies GmbH in order to distribute your VST 2 plug-in/host (which had to be done before October 2018). You need to mention Steinberg Media Technologies GmbH in the about box and/or documentation of your VST 2 plug-in/host and follow the Steinberg VST usage guidelines . Note that the \"Proprietary Steinberg VST 3\" license does not include the \"Proprietary Steinberg VST 2\" license, you have to sign it separately! It was available in the VST 2 SDK and in the VST 3 SDK old version. Note that from the first of October 2018, Steinberg does not accept any more submissions of license agreement for VST 2 plug-in/host! This means: If you do not have a license agreement signed with Steinberg before October 2018, you are not allowed to distribute VST 2 plug-ins or VST 2 hosts!","breadcrumbs":"VST 3 Licensing » Which files fall under which license? » What about VST 2?","id":"150","title":"What about VST 2?"},"151":{"body":"/ VST Home / VST 3 Licensing Related pages: Steinberg VST usage guidelines What are the licensing options for VST 3? See Frequently Asked Questions: Licensing","breadcrumbs":"VST 3 Licensing » Developer use cases (FAQs) » Developer use cases (FAQs)","id":"151","title":"Developer use cases (FAQs)"},"152":{"body":"/ VST Home Related pages: VST 3 Links How to set up my system for VST 3 Preparation on Windows This section provides general information about where to find the VST 3 SDK and how to get it.","breadcrumbs":"Getting Started » Getting Started","id":"152","title":"Getting Started"},"153":{"body":"Important links you will need for working with VST 3 .","breadcrumbs":"Getting Started » VST 3 Links","id":"153","title":"VST 3 Links"},"154":{"body":"In order to build VST 3 plug-ins, you need the source code of the VST 3 (interface definition), an IDE/compiler, cmake and a VST 3 host application.","breadcrumbs":"Getting Started » How to set up my system for VST 3","id":"154","title":"How to set up my system for VST 3"},"155":{"body":"/ VST Home / Getting Started On this page: Getting VST 3 SDK Download the full VST 3 package as zip file Clone VST 3 repository from GitHub Online Documentation VST 3 Forum VSTGUI External Links to VST 3, DSP, Conferences and Plug-ins development Related pages: How to set up my system for VST 3 Important links you will need for working with VST 3 .","breadcrumbs":"Getting Started » VST 3 Links » VST 3 Links","id":"155","title":"VST 3 Links"},"156":{"body":"You have 2 possibilities for getting the VST 3 SDK: Component as zip package as GitHub repository VST 3 API ✔️ ✔️ Helpers classes ✔️ ✔️ AAX, AUv3, AU and VST 2 wrappers ✔️ ✔️ iOS Inter-App Audio support ✔️ ✔️ VST 3 Plug-ins Examples ✔️ ✔️ Validator command line ✔️ ✔️ AudioAudioHost ✔️ ✔️ EditorHost ✔️ ✔️ VST 3 Inspector ✔️ ✔️ VSTGUI ✔️ ✔️ VST 3 Project Generator ✔️(as exe only) ✔️(as source code) VST 3 Plug-in Test Host (exe only) ✔️ ❌ VST 3 Licensing ✔️Proprietary+ GPLv3 ❌only GPLv3","breadcrumbs":"Getting Started » VST 3 Links » Getting VST 3 SDK","id":"156","title":"Getting VST 3 SDK"},"157":{"body":"Download a full VST 3 SDK package which includes everything you need to build a VST 3 plug-in or host. Test your VST 3 plug-in in real-time with the included VST 3 Plug-in Test Host and execute automated tests (See What is the VST 3 SDK? ): https://www.steinberg.net/vst3sdk (direct link to zip file, ~100 MB)","breadcrumbs":"Getting Started » VST 3 Links » Download the full VST 3 package as zip file","id":"157","title":"Download the full VST 3 package as zip file"},"158":{"body":"Clone the VST 3 SDK repository from GitHub for easy integration into your workspace: https://github.com/steinbergmedia/vst3sdk ⓘ Note Independently of the download source of the VST 3 SDK be sure that you follow the license agreement (check What are the licensing options for VST 3? )","breadcrumbs":"Getting Started » VST 3 Links » Clone VST 3 repository from GitHub","id":"158","title":"Clone VST 3 repository from GitHub"},"159":{"body":"Browse the VST 3 SDK 's online documentation including API reference and sample code: https://steinbergmedia.github.io/vst3_doc Browse the VST portal for the whole documentation and tutorials: https://steinbergmedia.github.io/vst3_dev_portal/pages/index.html","breadcrumbs":"Getting Started » VST 3 Links » Online Documentation","id":"159","title":"Online Documentation"},"16":{"body":"There are different use cases you can realize by using the VST 3 SDK : You are a plug-in developer and you want to create audio FX or instrument plug-ins which can be included and used in a VST 3 host application. an audio FX plug-in is an audio processor effect taking audio as input and creating audio as output: such as Delay , Phaser , Compressor , Reverb , … an instrument plug-in is a sound/audio generator, taking as input note events and creating audio as output: such as emulations of well-known hardware synths. There are 2 kinds of instrument plug-ins: virtual sample-based (using audio samples as the basis for sound generation) and virtual synth (using different types of synthesis: physical modelling, additive, subtractive, FM, sample-based, …) You are a host developer and you want to load in your application VST 3 plug-ins: audio FX and/or instruments plug-ins.","breadcrumbs":"What is VST? » Use cases » Why use VST 3 SDK?","id":"16","title":"Why use VST 3 SDK?"},"160":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, submit bug reports, request new features and connect to other VST 3 developers: https://sdk.steinberg.net","breadcrumbs":"Getting Started » VST 3 Links » VST 3 Forum","id":"160","title":"VST 3 Forum"},"161":{"body":"When you download the VST 3 SDK , the last official release version of VSTGUI is included, but you can get it (the release and the development branches) from github: https://github.com/steinbergmedia/vstgui","breadcrumbs":"Getting Started » VST 3 Links » VSTGUI","id":"161","title":"VSTGUI"},"162":{"body":"Here, you can find some links to external resource about VST 3 , DSP and Plug-ins development: Category Links YouTube • ADC 2020 : Support of MIDI2 and MIDI-CI in VST 3 instruments, Arne Scheffler and Janne Roeper getting_started_vid_1 • ADC 2017 : VST 3 history, advantages and best practice, Yvan Grabit getting_started_vid_2 • ADC 2016 : The Golden Rules of Audio Programming, Pete Goodliffe • How to setup the VST 3 SDK's Sample Plug-in Projects Forums / Mailing List • KVRAudio Forum : DSP and Plug-in Development • music-dsp mailing list at columbia.edu • music-dsp Web • Sursound mailing list at Virginia Tech • DSP Stack Overflow : DSP Developer community • Stack Overflow : Developer community Tools / Libraries • MATLAB® : Audio Plug-in Creation and Hosting • Blender : A free and open source 3D creation suite • Armadillo : C++ library for linear algebra & scientific computing • lapack++ : Linear Algebra PACKage in C++ • dlib : Dlib is a modern C++ toolkit • Intel MKL : Intel® Math Kernel Library • CMSIS-DSP : CMSIS-DSP is an optimized compute library for Arm CPU (filtering, mathematics,...) Books • DSP related.com : Articles, news, and blogs about basic and modern DSP topics • Introduction to Signal Processing by Sophocles J. Orfanidis • DSP Guide by Steven W. Smithn (The Scientist and Engineer's Guide to Digital Signal Processing) • Online Books by Julius O. Smith III (Mathematics of the Discrete Fourier Transform (DFT), Introduction to Digital Filters, Physical/Spectral Audio Signal Processing) • Seeing Circles, Sines, and Signals : A visual and interactive introduction to DSP • The ART of VA Filter Design by Vadim Zavalishin (theoretical and practical aspects of the virtual analog filter design in the music DSP context) • Stackoverflow - The Definitive C++ Book Guide and List : Nice list of C++ books (for beginner to advanced levels) Conferences • ADC : Audio Developer Conference by Roli • DAFx : Digital Audio Effects • ICASSP : International Conference on Acoustics, Speech, and Signal Processing • ISMIR : International Society for Music Information Retrieval Other • VST on wikipedia • VST Story Interview • Steinberg Media Technologies getting_started_vid_3","breadcrumbs":"Getting Started » VST 3 Links » External Links to VST 3, DSP, Conferences and Plug-ins development","id":"162","title":"External Links to VST 3, DSP, Conferences and Plug-ins development"},"163":{"body":"/ VST Home / Getting Started On this page: Get the source code From the downloaded vstsdk.zip file From GitHub: Get an IDE for development For Windows For MacOS For Linux Package Requirements Get cmake Get a VST 3 host application Related pages: VST 3 Links Using cmake for building VST 3 plug-ins In order to build VST 3 plug-ins, you need the source code of the VST 3 (interface definition), an IDE/compiler, cmake and a VST 3 host application.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » How to setup up my system for VST 3","id":"163","title":"How to setup up my system for VST 3"},"164":{"body":"","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get the source code","id":"164","title":"Get the source code"},"165":{"body":"Download the VST 3 SDK : check VST 3 SDK Download . Unpack the zip file to a development folder on your computer.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » From the downloaded vstsdk.zip file","id":"165","title":"From the downloaded vstsdk.zip file"},"166":{"body":"git clone --recursive https://github.com/steinbergmedia/vst3sdk.git","breadcrumbs":"Getting Started » How to set up my system for VST 3 » From GitHub:","id":"166","title":"From GitHub:"},"167":{"body":"","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get an IDE for development","id":"167","title":"Get an IDE for development"},"168":{"body":"On Windows , we recommend that you to use Visual Studio C++ or Visual Studio Code . You can get it for free here https://visualstudio.microsoft.com/free .","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For Windows","id":"168","title":"For Windows"},"169":{"body":"On MacOS, a first choice is Xcode (available here https://developer.apple.com/xcode/ ).","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For MacOS","id":"169","title":"For MacOS"},"17":{"body":"By using VST 3 SDK directly: you are sure to be compliant with the VST 3 format. developing your plug-in based on the VST 3 format allows you to support easily new VST 3 features that improve the integration of these plug-ins inside a DAW. Some 3rd party SDKs use only a common layer between all plug-in formats, limiting in this way the possibility for a better integration, for example exclusive VST 3 features: context menu dirty state loading differentially a preset or a project note expression see other benefits of VST 3 you get optimal integration of the VSTGUI tool with VST 3 it includes the major plug-in format wrappers: AAX , AUv3 , AU , VST 2 (deprecated) the included Validator allows you to check your plug-in's conformity to the VST 3 standard","breadcrumbs":"What is VST? » Use cases » Advantages of using VST 3 SDK","id":"17","title":"Advantages of using VST 3 SDK"},"170":{"body":"In order to build the SDK successfully, you need an Ubuntu-based Linux distribution. Other distributions might work as well, but are not tested. Download Linux: http://www.ubuntu.com or https://www.linuxmint.com Install it directly or in a virtual machine like Parallels. We used and tested on Ubuntu 22.04 LTS.","breadcrumbs":"Getting Started » How to set up my system for VST 3 » For Linux","id":"170","title":"For Linux"},"171":{"body":"Building the SDK examples requires installation of several packages: Required: sudo apt-get install cmake gcc \"libstdc++6\" libx11-xcb-dev libxcb-util-dev libxcb-cursor-dev libxcb-xkb-dev libxkbcommon-dev libxkbcommon-x11-dev libfontconfig1-dev libcairo2-dev libgtkmm-3.0-dev libsqlite3-dev libxcb-keysyms1-dev ⓘ Note On Raspbian/Debian, replace \"libxcb-util-dev\" with \"libxcb-util0-dev\" Optional: sudo apt-get install subversion git ninja-build A recommended IDE (optional): QTCreator sudo apt-get install qtcreator ⓘ Note You can also use the bash file \"setup_linux_packages_for_vst3sdk.sh\" included in the VST3_SDK/tools folder! ⓘ Note Instead of gcc compiler, a recent version of clang compiler will also work! libgtkmm3 is required for VSTGUI and the editorhost example! Jack Audio is required for audiohost example!","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Package Requirements","id":"171","title":"Package Requirements"},"172":{"body":"In order to control the compilation process and create an IDE project, VST 3 SDK uses the open-source and cross-platform tool cmake . You can download cmake here: https://cmake.org/download/ or use a package manager for your OS (Linux). You can use it as a command line tool or use the cmake executable with GUI. cmake-gui is included in the cmake package: getting_started_1 Specific on Windows You have to adapt your Windows right access to allow creation of symbolic links for VST 3 plug-ins: Check HERE!","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get cmake","id":"172","title":"Get cmake"},"173":{"body":"You can use your favorite VST 3 host application, see here for some examples, or you can use the VST 3 Plug-in Test Host application included in the VST 3 SDK .","breadcrumbs":"Getting Started » How to set up my system for VST 3 » Get a VST 3 host application","id":"173","title":"Get a VST 3 host application"},"174":{"body":"/ VST Home / Getting Started Generated VST 3 Microsoft Visual Studio Projects using the cmake included in the SDK will create by default symbolic links for each built plug-in in the official VST 3 folder ( C:\\Program Files\\Common Files\\VST3 ). In this folder it is not directly possible to write these symbolic links if you are allowed to do this (not Administrator for example), to solve this problem you have 3 solutions:","breadcrumbs":"Getting Started » Preparation on Windows » Preparation on Windows","id":"174","title":"Preparation on Windows"},"175":{"body":"If you do not want to create these links, call cmake with this parameter: -DSMTG_CREATE_PLUGIN_LINK=0","breadcrumbs":"Getting Started » Preparation on Windows » Solution 1","id":"175","title":"Solution 1"},"176":{"body":"You could choose (which is the default) the new user location for VST 3 plug-ins which should have no right access issue as normal user, call cmake with this parameter: -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1","breadcrumbs":"Getting Started » Preparation on Windows » Solution 2","id":"176","title":"Solution 2"},"177":{"body":"In order to allow create these symbolic links on Windows you have to adapt the Group Policy of Windows which is only available by default in Windows Pro but not in Windows Home . In Windows Home you have to install it before changing the right access to this folder ( C:\\Program Files\\Common Files\\VST3 ). For this there are some internet webpages showing you how to do this, for example this one: https://www.itechtics.com/enable-gpedit-msc-windows-11 . As soon as the group Policy editor is available you have to start it by: Enter run in the Windows search field and start the run App and enter gpedit.msc or Enter Edit group policy in the Windows search field: getting_started_2 Now the Local Group Policy Editor is started: Navigate to: Computer Configuration => Windows Settings => Security Settings =>Local Policies => User Rights Assignment => Create symbolic links Here, you can set which users can create symbolic links, add your user name. getting_started_3","breadcrumbs":"Getting Started » Preparation on Windows » Solution 3","id":"177","title":"Solution 3"},"178":{"body":"/ VST Home On this page: Building the examples included in the SDK Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux Using cmake for building VST 3 plug-ins Generate a new plug-in with the Project Generator App Code your first plug-in Use VSTGUI to design a User Interface Data Exchange Advanced VST 3 techniques How to use the silence flags Guideline for replacing a VST 2 plug-in by a VST 3 plug-in Strings Conversion Helper Creating a cmake plug-in project from scratch Creating a plug-in with VST 3 SDK as an external project Switching to another VSTGUI submodule or branch Tutorials on Youtube from 3rd Party developers How to setup the VST 3 SDK's Sample Plugin Projects VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in Building Your First Audio Plug-in (Windows 10) Building Your First Audio Plug-in (macOS) Building Your First Audio Plug-in (Linux Ubuntu) The tutorials explain common techniques and best practices for building your plug-ins. By following the instruction step by step you will learn how to develop VST 3 plug-ins. ⓘ Note This section is under construction and will be extended inthe future with new tutorials.","breadcrumbs":"Tutorials » Tutorials","id":"178","title":"Tutorials"},"179":{"body":"","breadcrumbs":"Tutorials » Building the examples included in the SDK","id":"179","title":"Building the examples included in the SDK"},"18":{"body":"Name Companies Link ACID Pro MAGIX Software GmbH https://www.magix.com Acoustica Acon Digital https://acondigital.com Audacity Audacity Team https://www.audacityteam.org Audition Adobe https://www.adobe.com Bidule Plogue Art et Technologie, Inc. https://www.plogue.com Bitwig Bitwig GmbH https://www.bitwig.com Camelot Audio Modeling https://audiomodeling.com Cantabile Topten Software https://www.cantabilesoftware.com Catalyst Toneworks https://toneworks.io/ Cross DJ MixVibes https://www.mixvibes.com Cubase Steinberg Media Technologies GmbH https://new.steinberg.net/cubase DaVinci Resolve Blackmagic Design https://www.blackmagicdesign.com/products/davinciresolve Decibel Process Audio https://process.audio deCoda zplane https://products.zplane.de/products/decoda Digital Performer MOTU https://motu.com/en-us/products/software/dp Dime time offaudio https://timeoff.audio Dorico Steinberg Media Technologies GmbH https://new.steinberg.net/dorico Entonal Studio Node Audio https://entonal.studio FL Studio ImageLine https://www.image-line.com Fluid Chords Pitch Innovations https://www.pitchinnovations.com Freestyle Suite New Sonic Arts https://www.newsonicarts.com Gig Performer Deskew Technologies https://gigperformer.com Komplete Kontrol Vienna Symphonic Library GmbH https://www.native-instruments.com KSHMR Chain Excite Audio https://www.excite-audio.com Live Ableton AG https://www.ableton.com/en/live Maschine Native Instruments https://www.native-instruments.com Max Cycling 74 https://cycling74.com Metro Sagan Technology https://sagantech.com Mixcraft Acoustica https://acoustica.com MultitrackStudio Bremmers Audio Design https://www.multitrackstudio.com Music Maker Plus MAGIX Software GmbH https://www.magix.com Nuendo Steinberg Media Technologies GmbH https://new.steinberg.net/nuendo Orb Composer Pro Hexachords https://hexachords.com Overture Sonic Scores https://sonicscores.com OwlPlug OwlPlug https://owlplug.com Qtractor rncbc https://qtractor.org Reaper Reaper https://www.reaper.fm Reason + Reason Studios https://reasonstudios.com Re:Cycle Digital Brain Instruments https://www.digitalbrain-instruments.com RipX DeepAudio Hit’n’Mix Ltd https://hitnmix.com Samplitude MAGIX Software GmbH https://www.magix.com Serato Studio 2 Serato https://serato.com Sonar Bandlab/Cakewalk https://www.bandlab.com/products/cakewalk Sound Forge Audio Studio MAGIX Software GmbH https://www.magix.com Sound Trajectory 2 TripinLab https://www.tripinlab.com Soundop Ivosight Software Inc. https://ivosight.com SpectraLayers Steinberg Media Technologies GmbH https://www.steinberg.net/spectralayers Studio One PreSonus Software Ltd https://www.presonus.com/products/Studio-One Superplugin DDMF https://ddmf.eu TS2 Ircam Lab https://www.ircamlab.com Vienna MIR PRO 3D Vienna Symphonic Library GmbH https://www.vsl.co.at VoxPat Pro Digital Brain Instruments https://www.digitalbrain-instruments.com/ VST Live Steinberg Media Technologies GmbH https://www.steinberg.net/vst-live VST Rack Pro Yamaha Corporation https://europe.yamaha.com/en/products/proaudio/software/vst_rack/index.html Waveform Tracktion Software Corporation https://www.tracktion.com Wavelab Steinberg Media Technologies GmbH https://new.steinberg.net/wavelab Zrythm DAW Zrythm https://www.zrythm.org","breadcrumbs":"What is VST? » Use cases » Examples of VST 3 host applications (05/10/2023)","id":"18","title":"Examples of VST 3 host applications (05/10/2023)"},"180":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on Windows","id":"180","title":"Building the examples included in the SDK on Windows"},"181":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on macOS","id":"181","title":"Building the examples included in the SDK on macOS"},"182":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK .","breadcrumbs":"Tutorials » Building the examples included in the SDK on Linux","id":"182","title":"Building the examples included in the SDK on Linux"},"183":{"body":"Link This tutorial explains how to use cmake with VST 3 SDK .","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins","id":"183","title":"Using cmake for building VST 3 plug-ins"},"184":{"body":"Link This tutorial explains how to create a new audio plug-in by using the VST 3 Project Generator included in the VST 3 SDK .","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App","id":"184","title":"Generate a new plug-in with the Project Generator App"},"185":{"body":"Link Following the previous tutorial Generate a new plug-in with the Project Generator App , this tutorial explains how to code an audio plug-in and how to add some basic features.","breadcrumbs":"Tutorials » Code your first plug-in","id":"185","title":"Code your first plug-in"},"186":{"body":"Link This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to create stunning user interfaces for your plug-in.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface","id":"186","title":"Use VSTGUI to design a User Interface"},"187":{"body":"Link This tutorial explains how to send data from the realtime process to the edit controller.","breadcrumbs":"Tutorials » Data Exchange","id":"187","title":"Data Exchange"},"188":{"body":"Link In this tutorial, you will learn: How to add nearly sample-accurate parameter changes to an audio effect How to use C++ templates to write one algorithm supporting 32 bit and 64 bit audio processing How to set the state of the audio effect in a thread safe manner","breadcrumbs":"Tutorials » Advanced VST 3 techniques","id":"188","title":"Advanced VST 3 techniques"},"189":{"body":"Link This tutorial explains how to use silence flags.","breadcrumbs":"Tutorials » How to use the silence flags","id":"189","title":"How to use the silence flags"},"19":{"body":"/ VST Home On this page: 1. Improved Performance with the Silence Flag 2. Multiple Dynamic I/Os 3. Sample-accurate Automation 4. Logical Parameter Organization 5. Resizeable UI Editor 6. Mouse Over Support 7. Context Menu Support 8. Channel Context Information 9. Note Expression 10. 3D Audio Support 11. Factory Concept 12. Support Remote control Representation 13. Others Related pages: What is the VST 3 SDK? Here, you can find a non-exhaustive list of VST 3 benefits. VST 3 is a general rework of the long-serving VST plug-in interface (VST 1 & VST 2) . It is not compatible with the older VST (1 & 2) versions, but it includes some new features and possibilities. We have redesigned the API to make it not only far easier and more reliable for developers to work with, but have also provided completely new possibilities for plug-ins. These include:","breadcrumbs":"Main benefits of VST 3 » Main benefits of VST 3","id":"19","title":"Main benefits of VST 3"},"190":{"body":"Link This guideline explains what could be done for creating a VST 3 plug-in replacing an old VST 2 plug-in.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in","id":"190","title":"Guideline for replacing a VST 2 plug-in by a VST 3 plug-in"},"191":{"body":"Link The SDK provides some helpers functions to convert from UTF16 (use in VST 3 interfaces) to UTF8 (used by std::string).","breadcrumbs":"Tutorials » Strings Conversion Helper","id":"191","title":"Strings Conversion Helper"},"192":{"body":"Link This tutorial provides a step-by-step guide for building a VST 3 plug-in's CMakeLists.txt from scratch.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch","id":"192","title":"Creating a cmake plug-in project from scratch"},"193":{"body":"Link This is a simple Hello World VST 3 SDK plug-in to demonstrate how to use the VST 3 SDK as an external project.","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project","id":"193","title":"Creating a plug-in with VST 3 SDK as an external project"},"194":{"body":"Link Sometimes it is necessary to switch to another VSTGUI submodule or branch for testing purpose. This tutorial explains how to do that.","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch","id":"194","title":"Switching to another VSTGUI submodule or branch"},"195":{"body":"","breadcrumbs":"Tutorials » Tutorials on Youtube from 3rd Party developers","id":"195","title":"Tutorials on Youtube from 3rd Party developers"},"196":{"body":"https://www.youtube.com/watch?v=004zcWwgi1A","breadcrumbs":"Tutorials » How to setup the VST 3 SDK's Sample Plugin Projects","id":"196","title":"How to setup the VST 3 SDK's Sample Plugin Projects"},"197":{"body":"https://www.youtube.com/watch?v=zdgytoRLKj0","breadcrumbs":"Tutorials » VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in","id":"197","title":"VST 3 SDK Tutorial: Create your own VST 3 Synth plug-in"},"198":{"body":"https://www.youtube.com/watch?v=4MQZyZKOPPM","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (Windows 10)","id":"198","title":"Building Your First Audio Plug-in (Windows 10)"},"199":{"body":"https://www.youtube.com/watch?v=Twcx6Sd6HBw","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (macOS)","id":"199","title":"Building Your First Audio Plug-in (macOS)"},"2":{"body":"Virtual Studio Technology ( VST ) is an audio plug-in software interface that facilitates the integration of software synthesizers and effects in digital audio workstations (DAW). Use cases","breadcrumbs":"VST » What is VST?","id":"2","title":"What is VST?"},"20":{"body":"Managing large plug-in sets and multiple virtual instruments on typical studio computer systems can often be difficult because of CPU performance limits. VST 3 helps to improve overall performance by applying processing to plug-ins only when audio signals are present on their respective inputs. Instead of always processing input signals, VST 3 plug-ins can apply their processing economically and only when it is needed.","breadcrumbs":"Main benefits of VST 3 » 1. Improved Performance with the Silence Flag","id":"20","title":"1. Improved Performance with the Silence Flag"},"200":{"body":"https://www.youtube.com/watch?v=jXryyxEsFag","breadcrumbs":"Tutorials » Building Your First Audio Plug-in (Linux Ubuntu)","id":"200","title":"Building Your First Audio Plug-in (Linux Ubuntu)"},"201":{"body":"/ VST Home / Tutorials On this page: Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK","id":"201","title":"Building the examples included in the SDK"},"202":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on Windows.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows","id":"202","title":"Building the examples included in the SDK on Windows"},"203":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on macOS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS","id":"203","title":"Building the examples included in the SDK on macOS"},"204":{"body":"Link This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK on Linux.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux","id":"204","title":"Building the examples included in the SDK on Linux"},"205":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on Windows Building using cmake-gui","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Building the examples included in the SDK on Windows","id":"205","title":"Building the examples included in the SDK on Windows"},"206":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Goal","id":"206","title":"Goal"},"207":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Part 1: Getting and installing the VST 3 SDK","id":"207","title":"Part 1: Getting and installing the VST 3 SDK"},"208":{"body":"Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: cmake.exe -G \"Visual Studio 17 2022\" -A x64 ../vst3sdk\nor without symbolic links\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 ../vst3sdk-DSMTG_CREATE_PLUGIN_LINK=0 ⓘ Note You can find the string definition for different Visual Studio Generators in the cmake online documentation ( https://cmake.org/documentation/ ) You have to adapt your Windows right access to allow creation of symbolic links for VST3 plug-ins: Check HERE! Build the plug-in (you can use Visual Studio too): msbuild.exe vstsdk.sln\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Part 2: Building the examples on Windows","id":"208","title":"Part 2: Building the examples on Windows"},"209":{"body":"Start the cmake-gui application which is part of the cmake installation ( https://cmake.org/download/ ) tutorials_1 Browse Source... : select the folder VST3_SDK Browse Build... : select a folder where the outputs (projects/...) will be created. Typically a folder named build You can check the SMTG Options Press Configure and choose the generator in the window that opens: for example \" Visual Studio 17 2022 \" tutorials_2 Press Generate to create the project Open your targeted IDE, and compile the solution/project.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Windows » Building using cmake-gui","id":"209","title":"Building using cmake-gui"},"21":{"body":"VST 3 plug-ins are no longer limited to a fixed number of inputs and outputs, and their I/O configuration can dynamically adapt to the channel configuration. Side-chains are also very easily realizable. This includes the possibility to deactivate unused busses after loading and even reactivate those when needed. This cleans up the mixer and further helps to reduce CPU load.","breadcrumbs":"Main benefits of VST 3 » 2. Multiple Dynamic I/Os","id":"21","title":"2. Multiple Dynamic I/Os"},"210":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on macOS","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Building the examples included in the SDK on macOS","id":"210","title":"Building the examples included in the SDK on macOS"},"211":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Goal","id":"211","title":"Goal"},"212":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Part 1: Getting and installing the VST 3 SDK","id":"212","title":"Part 1: Getting and installing the VST 3 SDK"},"213":{"body":"Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: For XCode: cmake -GXcode ../vst3sdk Without XCode (here debug variant): cmake -DCMAKE_BUILD_TYPE=Debug ../ Build the plug-in (you can use XCode too): xcodebuild\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on macOS » Part 2: Building the examples on macOS","id":"213","title":"Part 2: Building the examples on macOS"},"214":{"body":"/ VST Home / Tutorials / Building the examples On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Building the examples on Linux","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Building the examples included in the SDK on Linux","id":"214","title":"Building the examples included in the SDK on Linux"},"215":{"body":"This tutorial explains how to set up your computer and create an environment for compiling the VST 3 audio plug-in examples provided with the VST 3 SDK . These include plug-ins like simple DSP effects (Gain, compressor, delay, ...), synths instruments and some plug-ins showing how to handle some specific VST 3 features (Note Expression, Program Change, channel info context, ...). They can be loaded into VST 3 hosts like Cubase, WaveLab, ...","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Goal","id":"215","title":"Goal"},"216":{"body":"For downloading the SDK, see this section \" How to set up my system for VST 3 \". Download cmake from: https://cmake.org/download/ or use a package manager for your OS.","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Part 1: Getting and installing the VST 3 SDK","id":"216","title":"Part 1: Getting and installing the VST 3 SDK"},"217":{"body":"Install the required packages: Required packages Create a folder for the build and move to this folder (using cd): mkdir build\ncd build Generate the solution/projects: specify the path to the project where CMakeLists.txt is located: cmake ../vst3sdk Build the plug-in: make\n(or alternatively for example for release) cmake --build . --config Release","breadcrumbs":"Tutorials » Building the examples included in the SDK » Building the examples included in the SDK on Linux » Part 2: Building the examples on Linux","id":"217","title":"Part 2: Building the examples on Linux"},"218":{"body":"/ VST Home / Tutorials On this page: Goal CMake for building VST 3 plug-ins Command line for Windows Command line for macOS On Linux with QtCreator Use of cmake-gui Available SMTG cmake options Using your IDE for compiling the examples Related pages: How to set up my system for VST 3 Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Using cmake for building VST 3 plug-ins","id":"218","title":"Using cmake for building VST 3 plug-ins"},"219":{"body":"This tutorial explains how to use cmake with VST 3 SDK .","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Goal","id":"219","title":"Goal"},"22":{"body":"VST 3 also features vastly improved parameter automation with sample accuracy and support for ramped automation data, allowing completely accurate and rapid parameter automation changes.","breadcrumbs":"Main benefits of VST 3 » 3. Sample-accurate Automation","id":"22","title":"3. Sample-accurate Automation"},"220":{"body":"The SDK provides a set of cmake files allowing you to compile the included samples and to develop new plug-ins. Download cmake from: https://cmake.org or use a package manager for your OS (See How to set up my system for VST 3 ). You can use the command line or the cmake editor ( cmake-gui ).","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » CMake for building VST 3 plug-ins","id":"220","title":"CMake for building VST 3 plug-ins"},"221":{"body":"Example for building Microsoft Studio 17 2022 solution: // go in to the folder where you extracted the VST 3 SDK\nmkdir build\ncd build\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\"\n// or without symbolic links\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\" -DSMTG_CREATE_PLUGIN_LINK=0 // or with symbolic links but using the user location (enable by default), it does not request admin right\ncmake.exe -G \"Visual Studio 17 2022\" -A x64 \"..\\vst3sdk\" -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=1 // note: you can find the string definition for different Visual Studio Generators in the cmake online documentation","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Command line for Windows","id":"221","title":"Command line for Windows"},"222":{"body":"Example for building Xcode project: // go in to the folder where you extracted the VST 3 SDK\nmkdir build\ncd build\n/Applications/CMake.app/Content/bin/cmake -G\"Xcode\" \"../vst3sdk\"","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Command line for macOS","id":"222","title":"Command line for macOS"},"223":{"body":"You can use QtCreator 2.3.1 (or higher) start QtCreator 2.3.2 open the CMakeLists.txt located at the top of the VST3_SDK folder click on the menu Build->Run CMake","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » On Linux with QtCreator","id":"223","title":"On Linux with QtCreator"},"224":{"body":"start the CMake (cmake-gui) application set Where is the source code to the location of the VST3_SDK folder set Where to build the binaries to a build folder of yourchoice click on Configure click on Generate for creating project/solution tutorials_3 Example of cmakegui application on Windows Compile with cmake command line cd build\ncmake --build Choose a specific compiler with cmake (command line on Linux) cmake -DCMAKE_C_COMPILER=/usr/bin/clang-DCMAKE_CXX_COMPILER=/usr/bin/clang++ // or cmake -DCMAKE_C_COMPILER=/usr/bin/gcc-DCMAKE_CXX_COMPILER=/usr/bin/g++","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Use of cmake-gui","id":"224","title":"Use of cmake-gui"},"225":{"body":"SMTG_AAX_SDK_PATH : Here, you can define where the AAX SDK is located (if needed) SMTG_ENABLE_VST3_HOSTING_EXAMPLES : Enable VST 3 Hosting Examples (default ON) SMTG_ENABLE_VST3_PLUGIN_EXAMPLES : Enable VST 3 Plug-in Examples (default ON) SMTG_ENABLE_VSTGUI_SUPPORT : Enable VSTGUI Support (default ON) SMTG_BUILD_UNIVERSAL_BINARY : Build universal binary (32 & 64 bit) (Mac only) SMTG_COREAUDIO_SDK_PATH : Here, you can define where the COREAUDIO SDK is located (Mac only, if needed) SMTG_CREATE_BUNDLE_FOR_WINDOWS : Create bundle on Windows for the VST 3 plug-ins (new since 3.6.10! Windows only) (default ON) SMTG_CREATE_MODULE_INFO : Create the moduleinfo.json file (default ON) SMTG_CREATE_PLUGIN_LINK : Create symbolic link for each VST 3 plug-in in ${VST3_FOLDER_NAME} folder (you need to have Administrator rights on Windows or change the Local Group Policy to allow the creation of symbolic links) (default ON) SMTG_CREATE_VST2_AGAIN_SAMPLE_VERSION : Allows you to create the VST 2 version of the Sample Plug-in AGain, be sure that you have copied the VST 2 interfaces into the folder VST_SDK/VST3_SDK/pluginterfaces/vst2.x (default OFF) SMTG_CUSTOM_BINARY_LOCATION : Customize output location for binaries SMTG_CXX_STANDARD : C++ standard version used for plugins: 14, 17, 20 SMTG_ENABLE_ADDRESS_SANITIZER : Enable Address Sanitizer SMTG_ENABLE_TARGET_VARS_LOG : Enables to log target variables for debugging (new since 3.6.11!) (default OFF) SMTG_ENABLE_USE_OF_JACK : Allows you to create the audiohost application using Jack (default OFF) SMTG_MDA_VST3_VST2_COMPATIBLE : Build the MDA examples as a replacement for their VST 2 counterpart (default ON) SMTG_IOS_DEVELOPMENT_TEAM : Needed for building the InterAppAudio and AUv3 examples for iOS (Mac only) SMTG_MYPLUGINS_SRC_PATH : Here, you can add your VST 3 plug-ins folder SMTG_PLUGIN_TARGET_PATH : Here, you can redefine the VST 3 plug-ins folder SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON : use FOLDERID_UserProgramFilesCommon as VST 3 target path (Windows only) (default ON) SMTG_RENAME_ASSERT : Rename ASSERT to SMTG_ASSERT to avoid conflicts with 3rd party libraries (default ON) SMTG_RUN_VST_VALIDATOR : Run the VST validator on VST 3 plug-ins each time they are built (default ON) SMTG_USE_STATIC_CRT : Use static CRuntime on Windows (option /MT) (default OFF: /MD is used) (Windows only)","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Available SMTG cmake options","id":"225","title":"Available SMTG cmake options"},"226":{"body":"Solution/project (vstsdk.sln/vstsdk.xcodeproj) is generated in the \"build\" folder. The created plug-ins are located in the \"build\" folder, in sub-folders /VST3/Release or /VST3/Debug . In order to allow a DAW to find these plug-ins you have to create links from the official VST 3 Locations to them.","breadcrumbs":"Tutorials » Using cmake for building VST 3 plug-ins » Using your IDE for compiling the examples","id":"226","title":"Using your IDE for compiling the examples"},"227":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Getting and installing the VST 3 SDK Part 2: Using the VST 3 plug-in Project Generator application","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Generate a new plug-in with the Project Generator App","id":"227","title":"Generate a new plug-in with the Project Generator App"},"228":{"body":"This tutorial explains how to create a new audio plug-in by using the VST 3 Project Generator included in the VST 3 SDK and how to add some basic features. The artifact will be an audio plug-in that can compute a gain to an audio signal and can be loaded into VST 3 hosts like Cubase , WaveLab , ...","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Goal","id":"228","title":"Goal"},"229":{"body":"For downloading the SDK, see the section \" How to set up my system for VST 3 \". You have the following possibilities to start a new project: You can use the helloworld template . Or, which is easier and recommended , you can use the VST 3 Project Generator application included in the VST 3 SDK . The following steps show how to use it.","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Part 1: Getting and installing the VST 3 SDK","id":"229","title":"Part 1: Getting and installing the VST 3 SDK"},"23":{"body":"The VST 3 plug-in parameters are displayed in a tree structure. Parameters are grouped into sections which represent the structure of the plug-in. Plug-ins can communicate their internal structure for the purpose of overview, but also for some associated functionality (e.g. program lists). Parameters like “Cutoff” and “Resonance” could be grouped into a section called “Filter” . This makes searching for a certain parameters easier, such as on an automation track. This also allows for assigning a group of parameters to a specific MIDI Channel input and audio output bus.","breadcrumbs":"Main benefits of VST 3 » 4. Logical Parameter Organization","id":"23","title":"4. Logical Parameter Organization"},"230":{"body":"The VST3 Project Generator application included in the VST 3 SDK is available for Windows and for macOS. Start the application located in the VST3_Project_Generator folder of the VST 3 SDK . Check that the Preferences tab has the required information: see Setting the Preferences . In the Create Plug-in Project tab you have to enter information about the plug-in that you want create: tutorials_4 Check the Create Plug-in Project tab of the VST 3 Project Generator dialog for more detailed documentation. Once you have entered all information, click Create . A script is started which creates a project with updated files in the Output directory. After this step, the IDE ( Visual Studio or XCode ) is launched. Compile the project and test your new plug-in. The plug-in is created in the Output Directory , in order to make it visible to a VST 3 host you may have to copy or symbolic-link it to the official VST 3 Locations / Format . For example, if you chose Audio Effect as Type, a simple Stereo→Stereo plug-in is created. A good way to understand how a VST 3 plug-in works is to add breakpoints in each function in the processor and controller files: tresult PLUGIN_API MyPluginController::initialize (FUnknown*context);\ntresult PLUGIN_API MyPluginController::terminate ();\n//...\ntresult PLUGIN_API MyPluginProcessor::initialize (FUnknown*context);\n//... and start a VST 3 host from the debugger. That´s it, now you could start to code, see next tutorial Code your first plug-in .","breadcrumbs":"Tutorials » Generate a new plug-in with the Project Generator App » Part 2: Using the VST 3 plug-in Project Generator application","id":"230","title":"Part 2: Using the VST 3 plug-in Project Generator application"},"231":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Coding your plug-in Add a parameter: Gain Add the process applying the gain Add store/restore state Part 2: Advanced Steps Add an Event Input Add a mono audio Side-chain","breadcrumbs":"Tutorials » Code your first plug-in » Code your first Plug-in","id":"231","title":"Code your first Plug-in"},"232":{"body":"Following the previous tutorial Generate a new plug-in with the Project Generator App , this tutorial explains how to code an audio plug-in and how to add some basic features. The artifact will be an audio plug-in that can compute a gain to an audio signal and can be loaded into VST 3 hosts like Cubase , WaveLab , ...","breadcrumbs":"Tutorials » Code your first plug-in » Goal","id":"232","title":"Goal"},"233":{"body":"Now you have an automatically generated frame for your plug-in. The following sections explain how to add a new parameter, its associated processing algorithm, and other specific features like saving/loading project or presets, creating a dedicated user interface, etc. A VST 3 plug-in contains two main classes: its PlugProcessor (performing the processing and persistence) and its PlugController (taking care of communication with the DAW, handling parameters and the UI).","breadcrumbs":"Tutorials » Code your first plug-in » Part 1: Coding your plug-in","id":"233","title":"Part 1: Coding your plug-in"},"234":{"body":"In this basic plug-in example, we will add a Gain parameter which modifies the volume of the audio going through the plug-in. For this, each VST 3 parameter requires a unique identifier (a number). Open the file plugids.h and enter a new id kParamGainId . In this example, assign the unique number 102 for example. plugids.h #include \"pluginterfaces/vst/vsttypes.h\" enum GainParams : Steinberg::Vst::ParamID\n{ kParamGainId = 102, // should be a unique id...\n}; Open the plugcontroller.cpp file, and add the gain parameter with the parameters.addParameter plugcontroller.cpp // Include the file where some ids are defined\n#include \"plugids.h\" //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugController::initialize (FUnknown*context)\n{ tresult result = EditController::initialize (context); if (result != kResultOk) { return result; } //---Create Parameters------------ parameters.addParameter (STR16 (\"Gain\"), STR16 (\"dB\"), 0, .5, Vst::ParameterInfo::kCanAutomate, GainParams::kParamGainId, 0); return kResultTrue;\n} ⓘ Note We add the flag kCanAutomate which informs the DAW/host that this parameter can be automated. A VST 3 parameter is always normalized (its value is a floating point value between [0.0, 1.0] ), here its default value is set to 0.5 . Now adapt the processor part for this new parameter. Open the file plugprocessor.h and add a gain value Vst::ParamValue mGain . This value is used for the processing to apply the gain. plugprocessor.h // ... static FUnknown* createInstance (void*)\n{ return (Steinberg::Vst::IAudioProcessor*)new PlugProcessor ();\n}\nprotected: Steinberg::Vst::ParamValue mGain = 1.;\n// ...","breadcrumbs":"Tutorials » Code your first plug-in » Add a parameter: Gain","id":"234","title":"Add a parameter: Gain"},"235":{"body":"We need to set our internal mGain with its required value from the host. This is the first step of the process method. Parse the parameter change coming from the host in the structure data.inputParameterChanges for the current audio block to process. ⓘ Be sure to add #include \"public.sdk/source/vst/vstaudioprocessoralgo.h at top of the file plugprocessor.cpp ! This includes some helpers to access audio buffer. plugprocessor.cpp #include \"pluginterfaces/vst/ivstparameterchanges.h\"\n#include \"public.sdk/source/vst/vstaudioprocessoralgo.h\" //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (Vst::ProcessData&data)\n{ //--- First: Read inputs parameter changes----------- if (data.inputParameterChanges) { // for each parameter defined by its ID int32 numParamsChanged = data.inputParameterChanges->getParameterCount (); for (int32 index = 0; index < numParamsChanged; index++) { // for this parameter we could iterate the list of value changes (could 1 per audio block or more!) // in this example, we get only the last value (getPointCount - 1) Vst::IParamValueQueue* paramQueue = data.inputParameterChanges->getParameterData (index); if (paramQueue) { Vst::ParamValue value; int32 sampleOffset; int32 numPoints = paramQueue->getPointCount (); switch (paramQueue->getParameterId ()) { case GainParams::kParamGainId: if (paramQueue->getPoint (numPoints - 1, sampleOffset, value) == kResultTrue) mGain = value; break; } } } } // ....\n} ⓘ Note data.inputParameterChanges can include more than 1 change for the same parameter inside a processing audio block. Here we take only the last change in the list and apply it our mGain . The real processing part: plugprocessor.cpp // ... //-- Flush case: we only need to update parameter, noprocessing possible\nif (data.numInputs == 0 || data.numSamples == 0) return kResultOk; //--- Here, you have to implement your processing\nint32 numChannels = data.inputs[0].numChannels; //---get audio buffers using helper-functions(vstaudioprocessoralgo.h)-------------\nuint32 sampleFramesSize = getSampleFramesSizeInBytes(processSetup, data.numSamples);\nvoid** in = getChannelBuffersPointer (processSetup, data.inputs[0]);\nvoid** out = getChannelBuffersPointer (processSetup, data.outputs[0]); // Here could check the silent flags\n// now we will produce the output\n// mark our outputs has not silent\ndata.outputs[0].silenceFlags = 0; float gain = mGain;\n// for each channel (left and right)\nfor (int32 i = 0; i < numChannels; i++)\n{ int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; }\n}\n//... VST 3 includes a way for the host to inform the plug-in that its inputs are silent (using the VST 3 silence flags ): plugprocessor.cpp // Here could check the silent flags\n//---check if silence---------------\n// normally we have to check each channel (simplification)\nif (data.inputs[0].silenceFlags != 0)\n{ // mark output silence too data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; // the plug-in has to be sure that if it sets the flags silence that the output buffer are clear for (int32 i = 0; i < numChannels; i++) { // do not need to be cleared if the buffers are the same (in this case input buffer are // already cleared by the host) if (in[i] != out[i]) { memset (out[i], 0, sampleFramesSize); } } // nothing to do at this point return kResultOk;\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add the process applying the gain","id":"235","title":"Add the process applying the gain"},"236":{"body":"The Processor part represents the state of the plug-in, so it is its job to implement the getState / setState method used by the host to save/load projects and presets. The Controller part gets the Processor state too in its setComponentState method which allows to synchronize its parameters too (used for example by the UI). In the file plugprocessor.cpp , add the mGain value to the state stream given by the host in the getState method which will save it as a project or preset. The helper class IBStreamer could be used for handling the IBStream given by the host. plugprocessor.cpp // add this include at the top of the file\n#include \"base/source/fstreamer.h\" //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::getState (IBStream* state)\n{ // here we need to save the model (preset or project) float toSaveParam1 = mGain; IBStreamer streamer (state, kLittleEndian); streamer.writeFloat (toSaveParam1); return kResultOk;\n} In the setState method, the plug-in receives a new state from the host, it is called after a project or preset is loaded. plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::setState (IBStream* state)\n{ if (!state) return kResultFalse; // called when we load a preset or project, the model has to be reloaded IBStreamer streamer (state, kLittleEndian); float savedParam1 = 0.f; if (streamer.readFloat (savedParam1) == false) return kResultFalse; mGain = savedParam1; return kResultOk;\n} In the setComponentState method, the Controller part of the plug-in receives the same state than the one used in PlugProcessor::setState . PlugController::setComponentState is called just after PlugProcessor::setState . plugcontroller.cpp // add this include at the top of the file\n#include \"base/source/fstreamer.h\" //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugController::setComponentState (IBStream* state)\n{ // Here, you get the state of the component (Processor part) if (!state) return kResultFalse; IBStreamer streamer (state, kLittleEndian); float savedParam1 = 0.f; if (streamer.readFloat (savedParam1) == false) return kResultFalse; // sync with our parameter if (auto param = parameters.getParameter (GainParams::kParamGainId)) param->setNormalized (savedParam1); return kResultOk;\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add store/restore state","id":"236","title":"Add store/restore state"},"237":{"body":"","breadcrumbs":"Tutorials » Code your first plug-in » Part 2: Advanced Steps","id":"237","title":"Part 2: Advanced Steps"},"238":{"body":"In our example we want to modify our current Gain factor with the velocity of a played \"MIDI\" event (noteOn). If you need in your plug-in to receive not only audio but events (like MIDI), you have to add an Event input. For this you just have to add the Event input with addEventInput in the initialize method of the processor: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //.... //---create Event In/Out busses (1 bus with only 1 channel)------ addEventInput (STR16 (\"Event In\"), 1); return kResultOk;\n} ⓘ Note In this example, we add 1 input event bus, receiving only on 1 channel. If you need to receive differentiated events, for example, from different channels, just change it in the following way: addEventInput (STR16 (\"Event In\"), 4); // here 4 channels We create a new internal value mGainReduction (not exported to the host) which is changed by the velocity of a played noteOn , so that the harder you hit the note, the higher is the gain reduction (this is what we want here in this plug-in): plugprocessor.h // ... static FUnknown* createInstance (void*)\n{ return (Steinberg::Vst::IAudioProcessor*)new PlugProcessor ();\n}\nprotected: Steinberg::Vst::ParamValue mGain= 1.; Steinberg::Vst::ParamValue mGainReduction = 0.;\n// ... Now we have to receive the event changes in the process method: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (ProcessData& data)\n{ //--- First: Read inputs parameter changes----------- //... //---Second: Read input events------------- // get the list of all event changes Vst::IEventList* eventList = data.inputEvents; if (eventList) { int32 numEvent = eventList->getEventCount (); for (int32 i = 0; i < numEvent; i++) { Vst::Event event; if (eventList->getEvent (i, event) == kResultOk) { // here we do not take care of the channel info of the event switch (event.type) { //---------------------- case Vst::Event::kNoteOnEvent: // use the velocity as gain modifier: a velocity max (1) will lead to silent audio mGainReduction = event.noteOn.velocity; // value between 0 and 1 break; //---------------------- case Vst::Event::kNoteOffEvent: // noteOff reset the gain modifier mGainReduction = 0.f; break; } } } } Make use of this mGainReduction in our real processing part: plugprocessor.cpp //----------------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (Vst::ProcessData&data)\n{ //.... float gain = mGain - mGainReduction; if (gain < 0.f) // gain should always positive or zero gain = 0.f; // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; } } //...\n}","breadcrumbs":"Tutorials » Code your first plug-in » Add an Event Input","id":"238","title":"Add an Event Input"},"239":{"body":"In our example we want to modulate our main audio input with a Side-chain audio input. First, add a new side-chain audio input (busType: kAux ) in the initialize call of our processor: plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::initialize (FUnknown*context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //.... //---create Event In/Out busses (1 bus with only 1 channel)------ addEventInput (STR16 (\"Event In\"), 1); // create a Mono SideChain input bus addAudioInput (STR16 (\"Mono Aux In\"), Steinberg::Vst::SpeakerArr::kMono, Steinberg::Vst::kAux, 0); return kResultOk;\n} We want to be sure that our side-chain is handled as mono input. For this we need to overwrite the AudioEffect::setBusArrangements function: plugprocessor.h //-----------------------------------------------------------------------\nclass PlugProcessor: public AudioEffect\n{\npublic: PlugProcessor (); //... // overwrite this function Steinberg::tresult PLUGIN_API setBusArrangements (Steinberg::Vst::SpeakerArrangement* inputs, Steinberg::int32 numIns, Steinberg::Vst::SpeakerArrangement* outputs, Steinberg::int32 numOuts) SMTG_OVERRIDE; //...\n}; plugprocessor.cpp //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::setBusArrangements(Vst::SpeakerArrangement* inputs, int32 numIns, Vst::SpeakerArrangement* outputs, int32 numOuts)\n{ // the first input is the Main Input and the second is the SideChain Input // be sure that we have 2 inputs and 1 output if (numIns == 2 && numOuts == 1) { // we support only when Main input has the same number of channel than the output if (Vst::SpeakerArr::getChannelCount (inputs[0]) != Vst::SpeakerArr::getChannelCount (outputs[0])) return kResultFalse; // we are agree with all arrangement for Main Input and output // then apply them getAudioInput (0)->setArrangement (inputs[0]); getAudioOutput (0)->setArrangement (outputs[0]); // Now check if sidechain is mono (we support in our example only mono Side-chain) if (Vst::SpeakerArr::getChannelCount (inputs[1]) != 1) return kResultFalse; // OK the Side-chain is mono, we accept this by returning kResultTrue return kResultTrue; } // we do not accept what the host wants: return kResultFalse ! return kResultFalse;\n} Adapt our process using the side-chain input as modulation: //-----------------------------------------------------------------------\ntresult PLUGIN_API PlugProcessor::process (ProcessData& data)\n{ //--- First: Read inputs parameter changes----------- //... //---Second: Read input events------------- //... float gain = mGain - mGainReduction; if (gain < 0.f) // gain should always positive or zero gain = 0.f; void** auxIn = nullptr; // Check if the Side-chain input is activated bool auxActive = false; if (getAudioInput (1)->isActive ()) { auxIn = getChannelBuffersPointer (processSetup, data.inputs[1]); auxActive = true; } if (auxActive) { // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; // Side-chain is mono, so take auxIn[0]: index 0 Vst::Sample32* ptrAux = (Vst::Sample32*)auxIn[0]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply modulation and gain tmp = (*ptrIn++) * (*ptrAux++) * gain; (*ptrOut++) = tmp; } } } else { // for each channel (left and right) for (int32 i = 0; i < numChannels; i++) { int32 samples = data.numSamples; Vst::Sample32* ptrIn = (Vst::Sample32*)in[i]; Vst::Sample32* ptrOut = (Vst::Sample32*)out[i]; Vst::Sample32 tmp; // for each sample in this channel while (--samples >= 0) { // apply gain tmp = (*ptrIn++) * gain; (*ptrOut++) = tmp; } } } That´s it!","breadcrumbs":"Tutorials » Code your first plug-in » Add a mono audio Side-chain","id":"239","title":"Add a mono audio Side-chain"},"24":{"body":"VST 3 introduces a new approach to plug-in GUIs through window resizing, allowing for extremely flexible use of valuable screen space.","breadcrumbs":"Main benefits of VST 3 » 5. Resizeable UI Editor","id":"24","title":"5. Resizeable UI Editor"},"240":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: Preparation Part 2: Open the VSTGUI/WYSWYG editor Part 3: Parameter Binding Part 4: Creating Custom Views Part 5: Showcase","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Use VSTGUI to design a User Interface","id":"240","title":"Use VSTGUI to design a User Interface"},"241":{"body":"This tutorial explains how to use VSTGUI . VSTGUI comes with a WYSIWYG editor that allows you to create stunning user interfaces for your plug-in.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Goal","id":"241","title":"Goal"},"242":{"body":"If you have created your project with the VST 3 Project Generator and check the \" Use VSTGUI \" you can directly jump to Part 2 of this tutorial. Before using the inline UI editor, you must make sure that you use the Steinberg::Vst::EditController class as a base of your own edit controller and that you have used the Steinberg::Vst::Parameter class or any subclass of it for your parameters. Otherwise the inline UI editor won't work properly. Next you have to add vstgui to your project. For cmake users, you can just add the vstgui_support library to your target: target_link_libraries(${target} PRIVATE vstgui_support) If you are not using cmake, you have to manually include the following source files to your project: vstgui/vstgui_[ios/mac/linux/win32].[cpp/mm] vstgui/vstgui_uidescription.cpp vstgui/plugin-bindings/vst3editor.cpp After that you have to alter your project settings to add a preprocessor definition to your debug build: VSTGUI_LIVE_EDITING=1 With cmake , this would look like this: target_compile_definitions(${target} PUBLIC$<$:VSTGUI_LIVE_EDITING=1>) Finally, you have to modify your edit controller class to overwrite the createView() method: #include \"vstgui/plugin-bindings/vst3editor.h\" IPlugView* PLUGIN_API MyEditController::createView (FIDStringname)\n{ if (strcmp (name, ViewType::kEditor) == 0) { return new VSTGUI::VST3Editor (this, \"view\", \"myEditor.uidesc\"); } return 0;\n} Also make sure to include the vst3editor.h header. Now you can build your plug-in and start your preferred VST 3 host to start designing your user interface.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 1: Preparation","id":"242","title":"Part 1: Preparation"},"243":{"body":"If you now open your plug-in UI in your host, you will see a blank editor. To enter the UI editor, right-click on it and choose \" Open UIDescription Editor \". After your first edits, you have to add the uidesc file you have saved to your project (already done if you have used VST 3 Project Generator ). You also have to make sure to always build your project after changes to the uidesc file.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 2: Open the VSTGUI/WYSWYG editor","id":"243","title":"Part 2: Open the VSTGUI/WYSWYG editor"},"244":{"body":"If you've used the Parameter class provided by the VST 3 SDK , you get automatic parameter bindings between the controls of your editor and the parameters in your VST Edit Controller. The only thing you need to do is to declare the IDs of the parameters as tags in the Tags editor (or use the 'Sync Parameter Tags' command in the Edit menu of the toolbar) and set the tags of your controls to these IDs. Your VST Edit Controller now receives the beginEdit(...)/performEdit(...)/endEdit(...) calls when the user changes the controls. If the host automates the parameter, the control also reflects these changes. Additionally, you can modify your VST Edit Controller to return specific parameter objects in the getParameterObject(int32 paramID) method for UI only needs, which are not parameters of your VST audio processor. This way you can store view settings (like the tab which is open when the user closes the editor so that it can be restored when the user opens the editor again). You can look at the sources of the included 'uidescription test' project for more information on how this works.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 3: Parameter Binding","id":"244","title":"Part 3: Parameter Binding"},"245":{"body":"If you need to create custom views, you can implement the VSTGUI::VST3EditorDelegate interface in your edit controller class. The createCustomView method is called if you set the 'custom-view-name' attribute in one of the views. Another way to use your own views is to register them at runtime with the UIViewFactory. This method requires more work but has the advantage that the view is listed like the built-in views and changing attributes works on the fly. See VSTGUI::IViewCreator.","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 4: Creating Custom Views","id":"245","title":"Part 4: Creating Custom Views"},"246":{"body":"Here's an example video recorded while creating the new user interface for the famous Grungelizer plug-in of Cubase after it was ported from VST 2.4 to VST 3 . tutorials_5 Create the VST 3 Grungelizer UI in 15 minutes with the UIDescriptionEditor of VSTGUI tutorial_vid_1","breadcrumbs":"Tutorials » Use VSTGUI to design a User Interface » Part 5: Showcase","id":"246","title":"Part 5: Showcase"},"247":{"body":"/ VST Home / Tutorials On this page: Tutorial - How to use the Data Exchange API Sending data from the audio processor Receiving data in the edit controller Related pages: Data Exchange You'll find the source for this tutorial in the tutorial repository","breadcrumbs":"Tutorials » Data Exchange » Data Exchange Tutorial - How to send data from the realtime process to the edit controller","id":"247","title":"Data Exchange Tutorial - How to send data from the realtime process to the edit controller"},"248":{"body":"In this tutorial, you learn how to use the Data Exchange API to send data from the realtime audio process method to the edit controller of your plug-in.","breadcrumbs":"Tutorials » Data Exchange » Tutorial - How to use the Data Exchange API","id":"248","title":"Tutorial - How to use the Data Exchange API"},"249":{"body":"Let's send data from the processor to the controller. First, we need to add the required include so that we can use the wrapper class. Add the following include before you define your audio processor: #include \"public.sdk/source/vst/utility/dataexchange.h\" To prepare the AudioEffect class, you need to overwrite the following methods: tresult PLUGIN_API initialize (FUnknown* context) override;\ntresult PLUGIN_API connect (Vst::IConnectionPoint* other) override;\ntresult PLUGIN_API disconnect (Vst::IConnectionPoint* other) override;\ntresult PLUGIN_API setActive (TBool state) override;\ntresult PLUGIN_API canProcessSampleSize (int32 symbolicSampleSize) override;\ntresult PLUGIN_API process (Vst::ProcessData& data) override; And we also have to add the wrapper class as a member of our audio processor class: std::unique_ptr dataExchange; Now we can initialize and configure the dataExchange. We do this in: tresult PLUGIN_API DataExchangeProcessor::connect (Vst::IConnectionPoint* other)\n{ auto result = Vst::AudioEffect::connect (other); if (result == kResultTrue) { auto configCallback = [this] (Vst::DataExchangeHandler::Config& config, const Vst::ProcessSetup& setup) { Vst::SpeakerArrangement arr; getBusArrangement (Vst::BusDirections::kInput, 0, arr); numChannels = static_cast (Vst::SpeakerArr::getChannelCount (arr)); auto sampleSize = sizeof (float); config.blockSize = setup.sampleRate * numChannels * sampleSize + sizeof (DataBlock); config.numBlocks = 2; config.alignment = 32; config.userContextID = 0; return true; }; dataExchange = std::make_unique (this, configCallback); dataExchange->onConnect (other, getHostContext ()); } return result;\n} The configration is done via the configCallback. In this example, we configure the queue to have a block size to store exactly 1 second of audio data of all the channels of the configured speaker arrangement of the input bus. We choose two for numBlocks because we send one block per second, and in this case, two blocks should be enough. If the frequency you need to send the block is higher, you need to increase this value to prevent data drop outs. The configCallback is called when the audio processor is activated. The next thing we have to do is to call the dataExchange object when the edit controller is disconnected and release the memory: tresult PLUGIN_API DataExchangeProcessor::disconnect (Vst::IConnectionPoint* other)\n{ if (dataExchange) { dataExchange->onDisconnect (other); dataExchange.reset (); } return AudioEffect::disconnect (other);\n} And we also have to call the dataExchange object when the processor's state changes: tresult PLUGIN_API DataExchangeProcessor::setActive (TBool state)\n{ if (state) dataExchange->onActivate (processSetup); else dataExchange->onDeactivate (); return AudioEffect::setActive (state);\n} Now we prepare the data that we want to send to the controller. To make this a little bit easier, we define a struct that specifies what should look like and move this into its own header \"dataexchange.h\": // dataexchange.h #pragma once #include \"public.sdk/source/vst/utility/dataexchange.h\"\n#include namespace Steinberg::Tutorial { struct DataBlock\n{ uint32_t sampleRate; uint16_t sampleSize; uint16_t numChannels; uint32_t numSamples; float samples[0];\n}; } // Steinberg::Tutorial So, we want to send the sample rate, size, the number of channels and the number of samples plus the actual samples to the controller. To actually work with this DataBlock struct, we introduce a little helper function that we also add to this header: inline DataBlock* toDataBlock (const Vst::DataExchangeBlock& block)\n{ if (block.blockID != Vst::InvalidDataExchangeBlockID) return reinterpret_cast (block.data); return nullptr;\n} One thing remains to be done before we can start sending the data: We need a member variable of the Vst::DataExchangeBlock struct where we store the actual block we work with while processing the audio. So we add this to our processor defintion: class DataExchangeProcessor : public Vst::AudioEffect\n{\nprivate: Vst::DataExchangeBlock currentExchangeBlock {InvalidDataExchangeBlock};\n} Now let's start to implement the processing: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ if (processData.numSamples <= 0) return kResultTrue; return kResultTrue;\n} When there are no samples in the processData we jump out of the method directly. Now the first thing we need to do is to acquire a new block from the dataExchange object: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ // ... if (currentExchangeBlock.blockID == Vst::InvalidDataExchangeBlockID) acquireNewExchangeBlock (); // ...\n} We only want to acquire a new block if we have not already done so. Therefore, we need to check this before we call the acquireNewExchangeBlock method that does this: void DataExchangeProcessor::acquireNewExchangeBlock ()\n{ currentExchangeBlock = dataExchange->getCurrentOrNewBlock (); if (auto block = toDataBlock (currentExchangeBlock)) { block->sampleRate = static_cast (processSetup.sampleRate); block->numChannels = numChannels; block->sampleSize = sizeof (float); block->numSamples = 0; }\n} We ask the dataExchange object for a new block with getCurrentOrNewBlock (), check if it is valid with a call to the previously defined function toDataBlock and fill it with the sample rate, the sample size and the number of channels. Now back to our process function. We now write the samples from the input buffer into our block until the block is filled with 1 second of audio data: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ // ... auto input = processData.inputs[0]; auto output = processData.outputs[0]; if (auto block = toDataBlock (currentExchangeBlock)) { auto numSamples = static_cast (processData.numSamples); while (numSamples > 0) { uint32 numSamplesFreeInBlock = block->sampleRate - block->numSamples; uint32 numSamplesToCopy = std::min (numSamplesFreeInBlock, numSamples); for (auto channel = 0; channel < input.numChannels; ++channel) { auto blockChannelData = &block->samples[0] + block->numSamples; auto inputChannel = input.channelBuffers32[channel] + (processData.numSamples - numSamples); memcpy (blockChannelData, inputChannel, numSamplesToCopy * sizeof (float)); } block->numSamples += numSamplesToCopy; if (block->numSamples == block->sampleRate) { dataExchange->sendCurrentBlock (); acquireNewExchangeBlock (); block = toDataBlock (currentExchangeBlock); if (block == nullptr) break; } numSamples -= numSamplesToCopy; } } // ...\n} When it is filled with 1 second of audio data we send the block with dataExchange->sendCurrentBlock() and directly acquire a new block afterwards. Finally, we need to copy back the input audio buffers to the output audio buffers. The whole method looks like this then: tresult PLUGIN_API DataExchangeProcessor::process (Vst::ProcessData& processData)\n{ if (processData.numSamples <= 0) return kResultTrue; if (currentExchangeBlock.blockID == Vst::InvalidDataExchangeBlockID) acquireNewExchangeBlock (); auto input = processData.inputs[0]; auto output = processData.outputs[0]; if (auto block = toDataBlock (currentExchangeBlock)) { auto numSamples = static_cast (processData.numSamples); while (numSamples > 0) { uint32 numSamplesFreeInBlock = block->sampleRate - block->numSamples; uint32 numSamplesToCopy = std::min (numSamplesFreeInBlock, numSamples); for (auto channel = 0; channel < input.numChannels; ++channel) { auto blockChannelData = &block->samples[0] + block->numSamples; auto inputChannel = input.channelBuffers32[channel] + (processData.numSamples - numSamples); memcpy (blockChannelData, inputChannel, numSamplesToCopy * sizeof (float)); } block->numSamples += numSamplesToCopy; if (block->numSamples == block->sampleRate) { dataExchange->sendCurrentBlock (); acquireNewExchangeBlock (); block = toDataBlock (currentExchangeBlock); if (block == nullptr) break; } numSamples -= numSamplesToCopy; } } for (auto channel = 0; channel < input.numChannels; ++channel) { if (output.channelBuffers32[channel] != input.channelBuffers32[channel]) { memcpy (output.channelBuffers32[channel], input.channelBuffers32[channel], processData.numSamples * sizeof (float)); } output.silenceFlags = input.silenceFlags; } return kResultOk;\n}","breadcrumbs":"Tutorials » Data Exchange » Sending data from the audio processor","id":"249","title":"Sending data from the audio processor"},"25":{"body":"The host can ask the plug-in which parameter is under the mouse.","breadcrumbs":"Main benefits of VST 3 » 6. Mouse Over Support","id":"25","title":"6. Mouse Over Support"},"250":{"body":"We prepare our edit controller by adding the inheritance of Vst::IDataExchangeReceiver and by providing a few methods and adding a new Vst::DataExchangeReceiverHandler member: class DataExchangeController : public Vst::EditControllerEx1, public Vst::IDataExchangeReceiver\n{\npublic: // ... tresult PLUGIN_API notify (Vst::IMessage* message) override; void PLUGIN_API queueOpened (Vst::DataExchangeUserContextID userContextID, uint32 blockSize, bool& dispatchOnBackgroundThread) override; void PLUGIN_API queueClosed (Vst::DataExchangeUserContextID userContextID) override; void PLUGIN_API onDataExchangeBlocksReceived (Vst::DataExchangeUserContextID userContextID, uint32 numBlocks, Vst::DataExchangeBlock* blocks, bool onBackgroundThread) override; DEFINE_INTERFACES DEF_INTERFACE (Vst::IDataExchangeReceiver) END_DEFINE_INTERFACES (EditController) DELEGATE_REFCOUNT (EditController)\nprivate: Vst::DataExchangeReceiverHandler dataExchange {this};\n} First, we need to forward messages to the DataExchangeReceiverHandler so that it can process the data exchange messages in case the host does not support the native API: tresult PLUGIN_API DataExchangeController::notify (Vst::IMessage* message)\n{ if (dataExchange.onMessage (message)) return kResultTrue; return EditControllerEx1::notify (message);\n} In the next step, we can implement the IDataExchangeReceiver methods: void PLUGIN_API DataExchangeController::queueOpened (Vst::DataExchangeUserContextID userContextID, uint32 blockSize, bool& dispatchOnBackgroundThread)\n{ FDebugPrint (\"Data Exchange Queue opened.\\n\");\n} void PLUGIN_API DataExchangeController::queueClosed (Vst::DataExchangeUserContextID userContextID)\n{ FDebugPrint (\"Data Exchange Queue closed.\\n\");\n} void PLUGIN_API DataExchangeController::onDataExchangeBlocksReceived ( Vst::DataExchangeUserContextID userContextID, uint32 numBlocks, Vst::DataExchangeBlock* blocks, bool onBackgroundThread)\n{ for (auto index = 0u; index < numBlocks; ++index) { auto dataBlock = toDataBlock (blocks[index]); FDebugPrint ( \"Received Data Block: SampleRate: %d, SampleSize: %d, NumChannels: %d, NumSamples: %d\\n\", dataBlock->sampleRate, static_cast (dataBlock->sampleSize), static_cast (dataBlock->numChannels), static_cast (dataBlock->numSamples)); }\n} The onDataExchangeBlocksReceived() method will be called each time the processor has sent a block. You can now do whatever you want with the data. If you want the data to be dispatched on a background thread you need to set the dispatchOnBackgroundThread variable to true in the queueOpened method.","breadcrumbs":"Tutorials » Data Exchange » Receiving data in the edit controller","id":"250","title":"Receiving data in the edit controller"},"251":{"body":"/ VST Home / Tutorials On this page: Part 1: Sample-accurate parameter handling Part 2: Adding 32 and 64 bit audio processing Part 3: Thread safe state changes You'll find the source for this tutorial in the tutorial repository In this tutorial, you will learn: How to add nearly sample-accurate parameter changes to an audio effect How to use C++ templates to write one algorithm supporting 32 bit and 64 bit audio processing How to set the state of the audio effect in a thread safe manner","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Advanced VST 3 techniques","id":"251","title":"Advanced VST 3 techniques"},"252":{"body":"We will start by looking at this process function: void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); // get the gain value for this block ParamValue gain = gainParameter.getValue (); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } }\n} This is straightforward and simple, we handle the parameter changes in the function handleParameterChanges , which we will see in a moment. Then we get the last gain parameter value and iterate over the input buffers and copy the samples from there to the output buffers before applying the gain factor. If we look at the handleParameterChanges function: void MyEffect::handleParameterChanges (IParameterChanges*changes)\n{ if (!changes) return; int32 changeCount = changes->getParameterCount (); for (auto i = 0; i < changeCount; ++i) { if (auto queue = changes->getParameterData (i)) { auto paramID = queue->getParameterId (); if (paramID == ParameterID::Gain) { int32 pointCount = queue->getPointCount (); if (pointCount > 0) { int32 sampleOffset; ParamValue value; if (queue->getPoint (pointCount - 1, sampleOffset, value) == kResultTrue) gainParameter.setValue (value); } } } }\n} We see that the Gain parameter only uses the last point for the gain value. If we now want to use all points of the Gain parameter, we can use two utility classes from the SDK. The first one is the ProcessDataSlicer which slices the audio block into smaller pieces. void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.getValue (); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing);\n} As you see, we have moved the algorithm part into a lambda doProcessing which is passed to slicer.process . This lambda is now called multiple times with a maximum of 8 samples per call until the whole buffer is processed. This doesn't give us yet a better parameter resolution, but we can now use the second utility class to handle this. At first, we now look at the type of the gainParameter variable, as this is our next utility class: SampleAccurate::Parameter gainParameter; We have to change the handleParameterChanges function to: void MyEffect::handleParameterChanges (IParameterChanges*inputParameterChanges)\n{ int32 changeCount = inputParameterChanges->getParameterCount (); for (auto i = 0; i < changeCount; ++i) { if (auto queue = changes->getParameterData (i)) { auto paramID = queue->getParameterId (); if (paramID == ParameterID::Gain) { gainParameter.beginChanges (queue); } } } } in order to delegate the handling of the parameter changes to the gainParameter object. Now we just need another small change in the process lambda to use the nearly sample-accurate gain value. We have to call the gainParameter object to advance the parameter value: auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } }\n} Finally, we have to do some cleanup of the gainParameter at the end of the process function by calling gainParameter.endChanges . void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing); gainParameter.endChanges ();\n} Now, we have nearly sample-accurate parameter changes support in this example. At intervals of eight samples, the gain parameter will be updated to the correct value. It's very simple to make this 100% sample-accurate, check out the AGain Sample Accurate example in the SDK.","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 1: Sample-accurate parameter handling","id":"252","title":"Part 1: Sample-accurate parameter handling"},"253":{"body":"The example currently only supports 32 bit processing. Now we will add 64 bit processing. As you may have noticed above, the ProcessDataSlicer uses a template parameter for its process function. This template parameter SampleSize defines the bit depth of the audio buffers in the ProcessData structure. This is currently hard-coded to be SymbolicSampleSizes::kSample32 . In order to support SymbolicSampleSizes::kSample64 we only have to make a few changes to the code. First, we adopt the algorithm part by introducing a new templated method to our effect: template \nvoid MyEffect::process (ProcessData& data)\n{\n} We mostly just move the code from the original process method to this one, except the code for handling parameter changes: template \nvoid MyEffect::process (ProcessData& data)\n{ ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputs[0].channelBuffers32[channelIndex][sampleIndex]; outputs[0].channelBuffers32[channelIndex][sampleIndex] = sample * gain; } } } slicer.process (data, doProcessing);\n} We just change the template parameter SampleSize of the process method of the ProcessDataSlicer to use the same template parameter as in our own process function. This will not work correctly yet, as we still work with the 32 bit audio buffers in our doProcessing lambda. In order to fix this, we have to introduce two more templated functions getChannelBuffers that will choose the correct audio buffers depending on the SampleSize template parameter, which can either be SymbolicSampleSizes::kSample32 or SymbolicSampleSizes::kSample64 : template ::type* = nullptr>\ninline Sample32** getChannelBuffers (AudioBusBuffers& buffer)\n{ return buffer.channelBuffers32;\n} template ::type* = nullptr>\ninline Sample64** getChannelBuffers (AudioBusBuffers& buffer)\n{ return buffer.channelBuffers64;\n} Now we can change our doProcessing algorithm to use these functions: template \nvoid MyEffect::process (ProcessData& data)\n{ ProcessDataSlicer slicer (8); auto doProcessing = [this] (ProcessData& data) { // get the gain value for this block ParamValue gain = gainParameter.advance (data.numSamples); // process audio AudioBusBuffers* inputs = data.inputs; AudioBusBuffers* outputs = data.outputs; for (auto channelIndex = 0; channelIndex < inputs[0].numChannels; ++channelIndex) { auto inputBuffers = getChannelBuffers (inputs[0])[channelIndex]; auto outputBuffers = getChannelBuffers (outputs[0])[channelIndex]; for (auto sampleIndex = 0; sampleIndex < data.numSamples; ++sampleIndex) { auto sample = inputBuffers[sampleIndex]; outputBuffers[sampleIndex] = sample * gain; } } }; slicer.process (data, doProcessing);\n} As a final step, we now need to call the templated process<...> function from the normal process function: void MyEffect::process (ProcessData& data)\n{ handleParameterChanges (data.inputParameterChanges); if (processSetup.symbolicSampleSize == SymbolicSampleSizes::kSample32) process (data); else process (data); gainParameter.endChanges ();\n} Depending on the processSetup.symbolicSampleSize we either call the 32 bit process function or the 64 bit process function. We just have to inform the host that we can process 64 bit: tresult PLUGIN_API MyEffect::canProcessSampleSize (int32symbolicSampleSize)\n{ return (symbolicSampleSize == SymbolicSampleSizes::kSample32 || symbolicSampleSize == SymbolicSampleSizes::kSample64) ? kResultTrue : kResultFalse;\n} Now we have sample-accurate parameter changes and 32 and 64 bit audio processing.","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 2: Adding 32 and 64 bit audio processing","id":"253","title":"Part 2: Adding 32 and 64 bit audio processing"},"254":{"body":"One common issue in this domain is that the plug-in state coming from a preset or a DAW project is set by the host from a non realtime thread. If we want to change our internal data model to use this state, we have to transfer this state to the realtime thread. This should be done in a realtime thread safe manner. Otherwise the model may not reflect the correct state, as parameter changes dispatched in the realtime thread and the state data set on another thread will end in an undefined state. For this case, we have another utility class: RTTransferT This class expects to have a template parameter StateModel describing the state data. We create a simple struct as a data model: struct StateModel\n{ double gain;\n}; using RTTransfer = RTTransferT; We use RTTransfer now as a member for our MyEffect class: class MyEffect : ....\n{ RTTransfer stateTransfer;\n}; If we now get a new state from the host, we create a newStateModel and write the stateGain value into model->gain and pass it to the utility class stateTransfer : tresult PLUGIN_API MyEffect::setState (IBStream* state)\n{ double stateGain = ... // read this out of the state stream StateModel model = std::make_unique (); model->gain = stateGain; stateTransfer.transferObject_ui (std::move (model)); return kResultTrue;\n} To get the stateModel into our realtime thread, we have to change the process function in the following way: void MyEffect::process (ProcessData& data)\n{ stateTransfer.accessTransferObject_rt ([this] (const auto& stateModel) { gainParameter.setValue (stateModel.gain); }); handleParameterChanges (data.inputParameterChanges); if (processSetup.symbolicSampleSize == SymbolicSampleSizes::kSample32) process (data); else process (data); gainParameter.endChanges (); return kResultTrue;\n} The accessTransferObject_rt function will check if there is a new model state. If this is the case, it will call the lambda, and then we can set our gainParameter to the value of stateModel.gain . To free up the memory in the stateTransfer object, we have to call the clear_ui method of it. In this case, where we only have one double as state model, it is OK to hold onto it until the next state is set or the effect is terminated. So we just add it to the terminate method of the plug-in: tresult PLUGIN_API MyEffect::terminate ()\n{ stateTransfer.clear_ui (); return AudioEffect::terminate ();\n} If the model data uses more memory and you want to get rid of it in advance, use a timer or something similar to call the clear_ui method a little bit after the setState method was called. But this is not the scope of this tutorial. If you want to use the utility classes, you will find them in the sdk at: public.sdk/source/vst/utility/processdataslicer.h public.sdk/source/vst/utility/sampleaccurate.h public.sdk/source/vst/utility/rttransfer.h That´s it!","breadcrumbs":"Tutorials » Advanced VST 3 techniques » Part 3: Thread safe state changes","id":"254","title":"Part 3: Thread safe state changes"},"255":{"body":"/ VST Home / Tutorials On this page: Goal What about Silence flags? Plug-in receives a silent audio input Plug-in generates silent output In bypass Plug-in generates audio output","breadcrumbs":"Tutorials » How to use the silence flags » How to use the silence flags","id":"255","title":"How to use the silence flags"},"256":{"body":"This tutorial explains how to use silence flags.","breadcrumbs":"Tutorials » How to use the silence flags » Goal","id":"256","title":"Goal"},"257":{"body":"It is sometime useful for plug-ins processing to know if the audio inputs really contain audio or only silence (buffer filled with 0!), it is useful too for the host to know if the plug-in will produce silence audio outputs, for example in case of an instrument plug-in which has nothing to play (no input events are coming), then the host will be able to inform following plug-ins in the processing chain this information. This helps to reduce the amount of computing and improve overall performance. But how does it works? The following part will show you how to get this information in the process call and how to propagate it to the audio outputs of the plug-in. The silence flags is part of the AudioBusBuffers ( silenceFlags ) passed from the host to the plug-in and back to the host in the process call.","breadcrumbs":"Tutorials » How to use the silence flags » What about Silence flags?","id":"257","title":"What about Silence flags?"},"258":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // silence flags are a bitmask where each bit corresponds to one channel of a bus // (for example L and R for stereo bus). // Here we check only if the whole first input is silent (in case of Stereo: the L and R are silent) if (data.inputs[0].silenceFlags != 0) // if flags is not zero => then it means that we have silent! { // in the example we are applying a gain to the input signal // As we know that the input is only filled with zero, the output will be then filled with zero too! for (int32 i = 0; i < numChannels; i++) { // do not need to clear the output buffer if they are the same than input buffer, // as we know that the input are filled with zero, else we need to clear the output buffers if (in[i] != out[i]) { memset (out[i], 0, sampleFramesSize); // this is faster than applying a gain to each sample! } } // now we have to inform the host that our output is silent too // this is done simply by setting the silenceFlags of the output bus: data.outputs[0].silenceFlags = ((uint64)1 << numChannels) - 1; // which is 3 (in binary 0011) for stereo // here we are finish we could return return kResultTrue; } ⓘ Note The host has the responsibility to clear the input buffers (set to something near zero, like 10e-7, to prevent de-normalization issue) when it enables the silence flags (the output silence flags will be set by the host to no silence (=0)).","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in receives a silent audio input","id":"258","title":"Plug-in receives a silent audio input"},"259":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above // under certain condition our output buffer could be silent: // for example here our gain could be set to 0 or smaller than a threshold. // We have to inform the host that our output is silent too // this is done simply by setting the silenceFlags of the output bus: if (gain < 0.0000001) { for (int32 i = 0; i < numChannels; i++) { // be sure to set to zero our outputs memset (out[i], 0, sampleFramesSize); } // this will set to 1 all channels data.outputs[0].silenceFlags = ((uint64)1 << numChannels) - 1; // which is 3 (in binary 0011) for stereo } else { //... } ⓘ Note The plug-in, if it produces silence output, has the responsibility to clear (set to zero) its output buffers and to correctly set the output silence flags.","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in generates silent output","id":"259","title":"Plug-in generates silent output"},"26":{"body":"VST 3 defines a way to allow the host to add its own entries in the plug-in context menu of a specific parameter.","breadcrumbs":"Main benefits of VST 3 » 7. Context Menu Support","id":"26","title":"7. Context Menu Support"},"260":{"body":"In Bypass mode the plug-in has to be sure that its outputs have the same stand than its inputs: //-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above //---in bypass mode outputs should be like inputs----- if (bBypass) { for (int32 i = 0; i < numChannels; i++) { // do not need to be copied if the buffers are the same if (in[i] != out[i]) { memcpy (out[i], in[i], sampleFramesSize); } } // the input silence flags has to be forward to the output here! // very important for the host in order to inform next plug-in in the processing chain data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; } else { //... }","breadcrumbs":"Tutorials » How to use the silence flags » In bypass","id":"260","title":"In bypass"},"261":{"body":"//-----------------------------------------------------------------------\ntresult PLUGIN_API AGain::process (ProcessData& data)\n{ //... //---check if silence--------------- // See above //---in bypass mode outputs should be like inputs----- if (bBypass) { //... see above data.outputs[0].silenceFlags = data.inputs[0].silenceFlags; } else { // here we will generate an audio output from the input which contains not only zero // which is the main use case of a plug-in //... // then we have to inform the host that our output is not silent // simply by setting the silenceFlags to zero data.outputs[0].silenceFlags = 0; } //...","breadcrumbs":"Tutorials » How to use the silence flags » Plug-in generates audio output","id":"261","title":"Plug-in generates audio output"},"262":{"body":"/ VST Home / Tutorials On this page: Goal VST 2 and VST 3 version of your Plug-in have the same UID VST 2 and VST 3 version of your Plug-in have not the same UID Using the moduleinfo.json file Using the IPluginCompatibility interface Preset/Project compatibility VST 2 <-> VST 3 Parameters compatibility","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in","id":"262","title":"Guideline for replacing a VST 2 plug-in by a VST 3 plug-in"},"263":{"body":"Here, you can find some informations about how to write a VST 3 version of a plug-in which already exists as VST 2 version. How to guaranty that a Host will correctly replace the old VST 2 by the new VST 3 version of your plug-in. For a VST 3 Host the important information is the UID of your (processor) plug-in, with this information it will find the correct VST 3 version to use. 2 scenarios are possible: The VST 3 and the VST 2 version of your plug-in have the same UID or not.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Goal","id":"263","title":"Goal"},"264":{"body":"It is possible to reuse for a VST 3 plug-in the same generated UID of a VST 2 version (based on 4 characters + its name), this should work with most VST 3 Hosts. Check the function which generates a VST 3 UID from a VST 2 UID here and reuse this value as UID for the VST 3 plug-in (processor component UID)","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » VST 2 and VST 3 version of your Plug-in have the same UID","id":"264","title":"VST 2 and VST 3 version of your Plug-in have the same UID"},"265":{"body":"For this use case since VST 3 SDK version 3.7.5 we have 2 possibilities for a VST 3 plug-in to inform the Host about which VST 2 plug-in it could replace:","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » VST 2 and VST 3 version of your Plug-in have not the same UID","id":"265","title":"VST 2 and VST 3 version of your Plug-in have not the same UID"},"266":{"body":"The Compatibility json array in the moduleinfo.json allows to list the UIDs which could be replaced by the VST 3 plug-in.","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Using the moduleinfo.json file","id":"266","title":"Using the moduleinfo.json file"},"267":{"body":"The plug-in should implement this interface ( pluginterfaces/base/iplugincompatibility.h ) when a moduleinfo.json file cannot be used (when no bundle is available for example). Check here .","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Using the IPluginCompatibility interface","id":"267","title":"Using the IPluginCompatibility interface"},"268":{"body":"Check the FAQ here which shows how to use the helper function VST3::tryVst2StateLoad and read a VST 2 state into a VST 3 plug-in. It is possible to write back for VST 2 backward compatibility by using the helper function VST3::writeVst2State ( public.sdk/source/vst/utility/vst2persistence.h ).","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Preset/Project compatibility VST 2 <-> VST 3","id":"268","title":"Preset/Project compatibility VST 2 <-> VST 3"},"269":{"body":"VST 2 was using index to identify parameter, VST 3 uses an ID. It means that to be compatible the VST 3 parameter ID should be kept to same index value as the VST 2 one (starting from 0). If the parameter range or behavior is not changed, previously parameter automation in host should be played back correctly. If you change the meaning of a parameter (range, conversion normalized to plain value), it is recommanded to create a new ID for this parameter. You could add in the VST 3 plug-in a structure to your parameters by using Unit .","breadcrumbs":"Tutorials » Guideline for replacing a VST 2 plug-in by a VST 3 plug-in » Parameters compatibility","id":"269","title":"Parameters compatibility"},"27":{"body":"A VST 3 plug-in can access channel information where it is instantiated: name, color, ...","breadcrumbs":"Main benefits of VST 3 » 8. Channel Context Information","id":"27","title":"8. Channel Context Information"},"270":{"body":"/ VST Home / Tutorials On this page: Goal Convert a String128 string to an UTF-8 string Convert an UTF-8 string to a String128 string","breadcrumbs":"Tutorials » Strings Conversion Helper » Strings Conversion Helper","id":"270","title":"Strings Conversion Helper"},"271":{"body":"The SDK provides some helpers functions to convert from UTF16 (use in VST 3 interfaces) to UTF8 (used by std::string). Here some code examples:","breadcrumbs":"Tutorials » Strings Conversion Helper » Goal","id":"271","title":"Goal"},"272":{"body":"#include \"public.sdk/source/vst/utility/stringconvert.h\" //...\nFUnknownPtr hostApp (hostContext);\nif (hostApp)\n{ Vst::String128 name; if (hostApp->getName (name) == kResultTrue) { // Here we convert a Vst::String128 to a std::string (UTF8) std::string str = VST3::StringConvert::convert (name); //... }\n}","breadcrumbs":"Tutorials » Strings Conversion Helper » Convert a String128 string to an UTF-8 string","id":"272","title":"Convert a String128 string to an UTF-8 string"},"273":{"body":"#include \"public.sdk/source/vst/utility/stringconvert.h\" //...\nstd::string str (\"My Title\");\nVst::String128 vstStr;\nVST3::StringConvert::convert (str, vstStr);","breadcrumbs":"Tutorials » Strings Conversion Helper » Convert an UTF-8 string to a String128 string","id":"273","title":"Convert an UTF-8 string to a String128 string"},"274":{"body":"/ VST Home / Tutorials On this page: Goal Building the CMakeLists.txt Add plug-in GUI editor by using VSTGUI","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Creating a cmake plug-in project from scratch","id":"274","title":"Creating a cmake plug-in project from scratch"},"275":{"body":"This tutorial provides a step-by-step guide for building a VST 3 plug-in's CMakeLists.txt from scratch. It covers the necessary steps, like defining a plug-in version number, adding C++ source files, linking to the sdk target, and setting platform-specific options. You can also use the VST 3 project generator which generates the CMakeLists.txt.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Goal","id":"275","title":"Goal"},"276":{"body":"Make a new directory, and name it like your new plug-in, e.g. MyPlugin. Afterwards, create a CMakeLists.txt file inside the new directory, and open it in a text editor. Add the following lines to it. Set the minimum required version of cmake. In this example, 3.15.0 is sufficient. cmake_minimum_required(VERSION 3.15.0) See also: https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html Name the project MyPlugin, add a VERSION and an optional DESCRIPTION. project(MyPlugin VERSION 1.0.0 DESCRIPTION \"MyPlugin Effect\"\n) See also: https://cmake.org/cmake/help/latest/command/project.html Set the variable vst3sdk_SOURCE_DIR to the VST 3 SDK's directory. The directory must contain the root CMakeLists.txt of the SDK. Add the SDK as a subdirectory, and call smtg_enable_vst3_sdk right after this. set(vst3sdk_SOURCE_DIR /path/to/vst3sdk) add_subdirectory(${vst3sdk_SOURCE_DIR} ${PROJECT_BINARY_DIR}/vst3sdk)\nsmtg_enable_vst3_sdk() Add a plug-in library and its source files by using the smtg_add_vst3plugin function. smtg_add_vst3plugin(MyPlugin source/version.h source/myplugin_cids.h source/myplugin_processor.h source/myplugin_processor.cpp source/myplugin_controller.h source/myplugin_controller.cpp source/myplugin_entry.cpp\n) Link the VST 3 SDK sdk to the plug-in library. target_link_libraries(MyPlugin PRIVATE sdk\n) Configure the plug-in version by calling smtg_target_configure_version_file. This generates a temporary projectversion.h header, which is automatically included in your project. smtg_target_configure_version_file(MyPlugin) Define platform-specific settings. For macOS, this includes setting the BUNDLE_IDENTIFIER to org.mycompany.myplugin, setting a proper COMPANY_NAME to My Company and an executable .../VST3PluginTestHost.app to start the plug-in with in debug For Windows, it needs a resource file resource/win32resource.rc, setting the VS_STARTUP_PROJECT to MyPlugin and an executable .../VST3PluginTestHost.exe to start the plug-in with in debug if(SMTG_MAC) smtg_target_set_bundle(MyPlugin BUNDLE_IDENTIFIER org.mycompany.MyPlugin COMPANY_NAME My Company ) smtg_target_set_debug_executable(MyPlugin \"/Applications/VST3PluginTestHost.app\" \"--pluginfolder;$(BUILT_PRODUCTS_DIR)\" )\nelseif(SMTG_WIN) target_sources(MyPlugin PRIVATE resource/win32resource.rc ) if(MSVC) set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT MyPlugin) smtg_target_set_debug_executable(MyPlugin \"$(ProgramW6432)/Steinberg/VST3PluginTestHost/VST3PluginTestHost.exe\" \"--pluginfolder \\\"$(OutDir)/\\\"\" ) endif()\nendif()","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Building the CMakeLists.txt","id":"276","title":"Building the CMakeLists.txt"},"277":{"body":"In order to add a VSTGUI editor to the plug-in, link to the vstgui_support target. target_link_libraries(MyPlugin PRIVATE vstgui_support ) Add a myplugin_editor.uisdesc file as a resource. This file needs to be created manually. smtg_target_add_plugin_resources(MyPlugin RESOURCES \"resource/myplugin_editor.uidesc\" ) A plug-in with a basic *.uidesc file can be created by using the VST 3 project generator.","breadcrumbs":"Tutorials » Creating a cmake plug-in project from scratch » Add plug-in GUI editor by using VSTGUI","id":"277","title":"Add plug-in GUI editor by using VSTGUI"},"278":{"body":"/ VST Home / Tutorials On this page: Goal Part 1: How to clone and build Part 2: Adapting the helloworld example Related pages: Generate a new plug-in with Project Generator","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Creating a plug-in with VST 3 SDK as an external project","id":"278","title":"Creating a plug-in with VST 3 SDK as an external project"},"279":{"body":"This is a simple Hello World VST 3 FX plug-in to demonstrate how to use the VST 3 SDK as an external project. This plug-in was generated with the VST 3 Project Generator and it is available here https://github.com/steinbergmedia/vst3_example_plugin_hello_world","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Goal","id":"279","title":"Goal"},"28":{"body":"VST 3 defines with Note Expression a new way of event controller editing. The plug-in is able to break free from the limitations of MIDI controller events by providing access to new VST 3 controller events that circumvent the laws of MIDI and provide articulation information for each individual note (event) in a polyphonic arrangement according to its noteId.","breadcrumbs":"Main benefits of VST 3 » 9. Note Expression","id":"28","title":"9. Note Expression"},"280":{"body":"Open a command prompt and do the following: git clone https://github.com/steinbergmedia/vst3_example_plugin_hello_world.git\nmkdir build\ncd build\ncmake ../vst3_example_plugin_hello_world\ncmake --build .","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Part 1: How to clone and build","id":"280","title":"Part 1: How to clone and build"},"281":{"body":"This example is there mainly to demonstrate how to use VST 3 SDK as an external project, we highly recommand to use the Project Generator to start from scratch. In the following explaination we try to show you how to modify the source code to build your plug-in on the helloworld example. Now you have to adapt some uids and naming to make your plug-in unique (and not a duplicate of helloworld!) Rename all strings for your plug-in from HelloWorld to MyDelay (for example): HelloWorldProcessor::HelloWorldProcessor to MyDelayProcessor::MyDelayProcessor Open the file vst3_example_plugin_hello_world/include/helloworldcids.h and create new uids for processor and for controller: you can use GUID creator tools like https://www.guidgenerator.com : static const FUID kHelloWorldProcessorUID (0x2A0CC26C, 0xBF88964C, 0xB0BFFCB0, 0x554AF523);\nstatic const FUID kHelloWorldControllerUID (0xB9DBBD64, 0xF7C40A4C, 0x9C8BFB33, 0x8761E244); Open the file version.h and adapt the strings in the following way: #define stringOriginalFilename \"MyDelay.vst3\" #define stringFileDescription\t\"MyDelay VST3\" Open the file helloworldentry.cpp and adapt string: #define stringPluginName \"My First Delay\" Now you can start to code for your effect/instrument (see Code your first plug-in for a step-by-step explanation) Add parameters in helloworldcontroller.cpp Adapt your process algorithm in helloworldprocessor.cpp Add persistence in helloworldprocessor.cpp Add UI (check SDK examples using VSTGUI ) Happy coding!","breadcrumbs":"Tutorials » Creating a plug-in with VST 3 SDK as an external project » Part 2: Adapting the helloworld example","id":"281","title":"Part 2: Adapting the helloworld example"},"282":{"body":"/ VST Home / Tutorials On this page: Goal Switching to another submodule Switching to another branch","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another VSTGUI submodule or branch","id":"282","title":"Switching to another VSTGUI submodule or branch"},"283":{"body":"Sometimes it is necessary to switch to another VSTGUI submodule or branch for testing purposes. This tutorial explains how to do that.","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Goal","id":"283","title":"Goal"},"284":{"body":"Navigate to your local VST 3 SDK checkout, and execute the following command on the command line to switch the submodule: git submodule set-url vstgui4 /path/to/vstgui/\ngit submodule sync\ngit submodule update --init --recursive --remote vstgui4 The path /path/to/vstgui/ should point to a valid VSTGUI repository. Be aware that the set-urlcommand changes the .gitmodules file. Also use / as a delimiter on Windows for local paths, e.g. C:/path/to/vstgui/","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another submodule","id":"284","title":"Switching to another submodule"},"285":{"body":"Switch to any other branch by navigating to the VSTGUI submodule, and execute git checkout. git checkout my_branch","breadcrumbs":"Tutorials » Switching to another VSTGUI submodule or branch » Switching to another branch","id":"285","title":"Switching to another branch"},"286":{"body":"/ VST Home Browse the VST 3 SDK 's technical documentation. The full VST 3 API reference is only available in the VST 3 Package that you can download or find online here: getting_started_vid_2 https://steinbergmedia.github.io/vst3_doc VST 3 API Documentation VST Module Architecture Parameters and Automation VST 3 Units Presets & Program Lists Complex Plug-in Structures / Multi-timbral Instruments VST 3 Workflow Diagrams VST 3 Locations / Format About MIDI in VST 3 Provide A Runloop On Linux [3.0.0] Interfaces supported by the plug-in [3.0.0] Multiple Dynamic I/O Support [3.0.0] Silence flags [3.0.0] Interfaces supported by the host [3.0.1] Parameter MIDI Mapping [3.0.2] Parameter Finder [3.1.0] Audio Presentation Latency [3.1.0] UI Group Editing, Dirty State & Open Editor Request [3.1.0] KnobMode, Open Help & Open Aboutbox [3.5.0] Note Expression [3.5.0] Key Switch [3.5.0] Remote Presentation of Parameters [3.5.0] Context Menu [3.5.0] Enhanced Linked Parameters [3.6.0] iOS Inter-App Audio [3.6.0] Preset Meta-Information [3.6.5] Channel Context Info [3.6.5] Unit-Bus Assignment Change [3.6.5] Prefetchable [3.6.5] Automation State [3.6.6] PlugView Content Scaling [3.6.8] Request Bus Activation [3.6.10] UI Snapshots [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MIDI Learn [3.6.12] Host Query Interface Support [3.6.12] MPE support for Wrappers [3.7.0] Parameter Function Name [3.7.0] Progress Display [3.7.0] Process Context Requirements [3.7.0] Control Voltage Bus Flag [3.7.5] Module Info","breadcrumbs":"Technical Documentation » Technical Documentation","id":"286","title":"Technical Documentation"},"287":{"body":"The VST 3 API is an interface collection designed for realtime audio processing components. Such a component can be an audio effect or an audio instrument.","breadcrumbs":"Technical Documentation » VST 3 API Documentation","id":"287","title":"VST 3 API Documentation"},"288":{"body":"VST-MA is a component model system which is used in all Steinberg host applications as the basic layer for plug-in support.","breadcrumbs":"Technical Documentation » VST Module Architecture","id":"288","title":"VST Module Architecture"},"289":{"body":"Description of how parameters are defined and used in VST 3","breadcrumbs":"Technical Documentation » Parameters and Automation","id":"289","title":"Parameters and Automation"},"29":{"body":"VST 3 supports new speaker configurations like Ambisonic, Atmos, Auro 3D or 22.2.","breadcrumbs":"Main benefits of VST 3 » 10. 3D Audio Support","id":"29","title":"10. 3D Audio Support"},"290":{"body":"A unit is a logical section of the plug-in.","breadcrumbs":"Technical Documentation » VST 3 Units","id":"290","title":"VST 3 Units"},"291":{"body":"How presets and program lists are handled in VST 3 .","breadcrumbs":"Technical Documentation » Presets & Program Lists","id":"291","title":"Presets & Program Lists"},"292":{"body":"How to handle complex plug-in structures and multi-timbrality.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments","id":"292","title":"Complex Plug-in Structures / Multi-timbral Instruments"},"293":{"body":"How to transfer data from the realtime process function to the edit controller.","breadcrumbs":"Technical Documentation » Data Exchange","id":"293","title":"Data Exchange"},"294":{"body":"Some useful graphical call sequences a VST 3 compliant host should follow.","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams","id":"294","title":"VST 3 Workflow Diagrams"},"295":{"body":"Formats definition of a VST 3 plug-in and its preset and where they are located on different platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format","id":"295","title":"VST 3 Locations / Format"},"296":{"body":"Unlike in VST 2 , MIDI is not included in VST 3 .","breadcrumbs":"Technical Documentation » About MIDI in VST 3","id":"296","title":"About MIDI in VST 3"},"297":{"body":"Minimum Host requirements for VST 3 support.","breadcrumbs":"Technical Documentation » Host Requirements for VST 3 Support","id":"297","title":"Host Requirements for VST 3 Support"},"298":{"body":"List of interfaces supported/implemented by the plug-in in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in","id":"298","title":"[3.0.0] Interfaces supported by the plug-in"},"299":{"body":"List of interfaces supported/implemented by the host in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host","id":"299","title":"[3.0.0] Interfaces supported by the host"},"3":{"body":"Here, you can find a non-exhaustive list of VST 3 benefits.","breadcrumbs":"VST » Main benefits of VST 3","id":"3","title":"Main benefits of VST 3"},"30":{"body":"VST 3 plug-in library could export multiple plug-ins and in this way replaces the shell concept of VST 2 (kPlugCategShell).","breadcrumbs":"Main benefits of VST 3 » 11. Factory Concept","id":"30","title":"11. Factory Concept"},"300":{"body":"How the mapping works between MIDI CCs and parameters.","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping","id":"300","title":"[3.0.1] Parameter MIDI Mapping"},"301":{"body":"How the host can retrieve the parameter where the mouse cursor is located.","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder","id":"301","title":"[3.0.2] Parameter Finder"},"302":{"body":"Inform the plug-in about how long from the moment of generation/acquiring (from file or from Input) it will take for its input to arrive, and how long it will take for its output to be presented (to output or to speaker).","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency","id":"302","title":"[3.1.0] Audio Presentation Latency"},"303":{"body":"Improvement of the plug-in's integration in the host (dirty state, request Open Editor, group editing).","breadcrumbs":"Technical Documentation » [3.1.0] UI Group Editing, Dirty State & Open Editor Request","id":"303","title":"[3.1.0] UI Group Editing, Dirty State & Open Editor Request"},"304":{"body":"Extension to allow the host to inform the plug-in about the host knob mode.","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, openHelp & openAboutBox","id":"304","title":"[3.1.0] KnobMode, openHelp & openAboutBox"},"305":{"body":"A new way to control / modify / change a specific played note during playback.","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression","id":"305","title":"[3.5.0] Note Expression"},"306":{"body":"Allows information exchange between the plug-in and the host about which key switches are currently used.","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch","id":"306","title":"[3.5.0] Key Switch"},"307":{"body":"How to better support remote devices/controllers (UI and hardware) for parameters.","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters","id":"307","title":"[3.5.0] Remote Presentation of Parameters"},"308":{"body":"A plug-in can ask the host to create a context menu for a given exported parameter ID or a generic context menu.","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu","id":"308","title":"[3.5.0] Context Menu"},"309":{"body":"This allows the host to start a parameter editing action which can generate other parameter changes (like linked parameters) and this in one session (between a beginEdit and endEdit).","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters","id":"309","title":"[3.5.0] Enhanced Linked Parameters"},"31":{"body":"Remote controllers for audio and MIDI software applications have become increasingly popular. VST 3 offers far more flexible control of VST plug-ins by remote controllers. Using the knobs and faders on the control surface, parameters can be recorded, renamed and edited in many ways. Parameters that cannot be edited can be routed for display purposes to the control surface, for example, to show Gain Reduction on a compressor.","breadcrumbs":"Main benefits of VST 3 » 12. Support Remote control Representation","id":"31","title":"12. Support Remote control Representation"},"310":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio","id":"310","title":"[3.6.0] iOS Inter-App Audio"},"311":{"body":"Interface to access preset meta information from stream, used, for example, in setState in order to inform the plug-in about the current context in which the preset loading occurs.","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information","id":"311","title":"[3.6.0] Preset Meta-Information"},"312":{"body":"Allows the host to inform the plug-in about the context in which the plug-in is instantiated, mainly channel based info (color, name, index, ...).","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info","id":"312","title":"[3.6.5] Channel Context Info"},"313":{"body":"The plug-in has the possibility to inform the host with notifyUnitByBusChange that something has changed in the bus - unit assignment.","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change","id":"313","title":"[3.6.5] Unit-Bus Assignment Change"},"314":{"body":"Indicates if the plug-in supports prefetch (dynamically).","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable","id":"314","title":"[3.6.5] Prefetchable"},"315":{"body":"Hosts can inform the plug-in about its current automation state (Read/Write/Nothing).","breadcrumbs":"Technical Documentation » [3.6.5] Automation State","id":"315","title":"[3.6.5] Automation State"},"316":{"body":"This interface communicates the content scale factor from the host to the plug-in view on systems where plug-ins cannot get this information directly like Microsoft Windows.","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling","id":"316","title":"[3.6.6] PlugView Content Scaling"},"317":{"body":"Allows the plug-in to request the host to activate or deactivate a specific bus.","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation","id":"317","title":"[3.6.8] Request Bus Activation"},"318":{"body":"A VST 3 bundle can contain pre-rendered snapshot images for a VST 3 host as a visual representation of the plug-in UI.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots","id":"318","title":"[3.6.10] UI Snapshots"},"319":{"body":"With this plug-in interface, the host can retrieve the preferred physical mapping associated to note expression supported by the plug-in.","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping","id":"319","title":"[3.6.11] NoteExpression Physical UI Mapping"},"32":{"body":"While designing VST 3 , we performed a careful analysis of the existing functionality of VST and rewrote the interfaces from scratch. In doing so, we focused a lot on providing clear interfaces and their documentation in order to avoid usage errors from the deepest possible layer. Some more features implemented specifically for developers include: More stable technical host/plug-in environment Advanced technical definition of the standard Modular approach Separation of UI and processing UTF16 for localized parameter naming Advanced preset system Multiple plug-ins per library VST 3 SDK package : Test Host included Automated testing environment Validator (small command line Test Host) Plug-in and host examples code included Project Generator ...","breadcrumbs":"Main benefits of VST 3 » 13. Others","id":"32","title":"13. Others"},"320":{"body":"This kind of event is reserved for generating MIDI CC as output event for kEvent Bus during the process call.","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event","id":"320","title":"[3.6.12] Legacy MIDI CC Out Event"},"321":{"body":"If this interface is implemented by the edit controller, the host will call this method whenever there is live MIDI-CC input for the plug-in.","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn","id":"321","title":"[3.6.12] MIDI Learn"},"322":{"body":"Allows a plug-in to ask the host if a given plug-in interface is supported/used by the host.","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface Support","id":"322","title":"[3.6.12] Host Query Interface Support"},"323":{"body":"Implemented on wrappers that support MPE ( MIDI Polyphonic Expression ) to Note Expression translation.","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers","id":"323","title":"[3.6.12] MPE support for Wrappers"},"324":{"body":"This interface allows the host to get a parameter associated to a specific meaning (a functionName) for a given unit","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name","id":"324","title":"[3.7.0] Parameter Function Name"},"325":{"body":"Allows the plug-in to ask the host to create a progress for specific tasks which take some time.","breadcrumbs":"Technical Documentation » [3.7.0] Progress Display","id":"325","title":"[3.7.0] Progress Display"},"326":{"body":"To get accurate process context information ( Vst::ProcessContext ), it is now required to implement this interface.","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements","id":"326","title":"[3.7.0] Process Context Requirements"},"327":{"body":"The moduleinfo.json describes the contents of the plug-in in a JSON5 compatible format.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info","id":"327","title":"[3.7.5] Module Info"},"328":{"body":"Allows a plug-in to ask the host for the current system time.","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime","id":"328","title":"[3.7.9] Get Current SystemTime"},"329":{"body":"These interfaces allow you to send data with a direct and thread-safe connection from the realtime audio context of the audio processor to the non-realtime audio context of the edit controller.","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller","id":"329","title":"[3.7.9] Data Transfert Between Processor/Controller"},"33":{"body":"/ VST Home On this page: VST 3 SDK explained What is included The VST 3 API VST 3 Implementation Helper Classes VST 3 Plug-ins Examples VST 3 Plug-in Test Host VST 3 Project Generator Validator command line AudioHost EditorHost VST 3 Inspector VSTGUI AAX, AUv3, AU and VST 2 wrappers iOS Inter-App Audio support VST 3 Licensing System requirements Download link Change history","breadcrumbs":"What is the VST 3 SDK? » What is the VST 3 SDK?","id":"33","title":"What is the VST 3 SDK?"},"330":{"body":"/ VST Home / Technical Documentation On this page: Basic Concept Initialization Creation and initialization from Host point of view Extensions Persistence The Processing Part IComponent IAudioProcessor The Editing Part VST 3 threading model Communication between the components Standard communication Private communication Initialization of communication from Host point of view Related pages: VST Module Architecture The VST 3 API is an interface collection designed for realtime audio processing components. Such a component can be an audio effect or an audio instrument. VST 3 is based on a technology called VST Module Architecture ( VST-MA ). Please read the VST-MA documentation to find out more about how the plug-in system works in general. The API files belonging to VST 3 are located in the folder \"pluginterfaces/vst\" . ⓘ If you are looking for the C API of VST 3 see https://github.com/steinbergmedia/vst3_c_api .","breadcrumbs":"Technical Documentation » VST 3 API Documentation » VST 3 API Documentation","id":"330","title":"VST 3 API Documentation"},"331":{"body":"A VST 3 audio effect or instrument basically consists of two parts: a processing part and an edit controller part. The corresponding interfaces are: Processor: Steinberg::Vst::IAudioProcessor + Steinberg::Vst::IComponent Controller: Steinberg::Vst::IEditController Tech_doc_1 Tech_doc_2 The design of VST 3 suggests a complete separation of processor and edit controller by implementing two components. Splitting up an effect into these two parts requires some extra implementation efforts. However, this separation enables the host to run each component in a different context, even on different computers. Another benefit is that parameter changes can be separated when it comes to automation. While for processing these changes need to be transmitted in a sample-accurate way, the GUI part can be updated with a much lower frequency and it can be shifted by the amount that results from any delay compensation or other processing offset. A plug-in that supports this separation has to set the Steinberg::Vst::kDistributable flag in the class info of the processor component ( Steinberg::PClassInfo2::classFlags ). Of course not every plug-in can support this, for example if it depends deeply on resources that cannot be moved easily to another computer. So when this flag is not set, the host must not try to separate the components in any way. Although it is not recommended, it is possible to implement both the processing part and the controller part in one component class. The host tries to query the Steinberg::Vst::IEditController interface after creating an Steinberg::Vst::IAudioProcessor and on success uses it as the controller. ⓘ Note A host does not need to instantiate the controller part of a plug-in for processing it. The plug-in should be prepared for processing without having the controller part instantiated.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Basic Concept","id":"331","title":"Basic Concept"},"332":{"body":"Both Steinberg::Vst::IComponent and Steinberg::Vst::IEditController derive from Steinberg::IPluginBase . The purpose of this basic interface is to initialize the component and to terminate it before it is destroyed. The context parameter passed to Steinberg::IPluginBase::initialize should implement the interface Steinberg::Vst::IHostApplication . Hosts should not call other functions before initialize is called, with the sole exception of Steinberg::Vst::IComponent::setIoMode which must be called before initialize. Steinberg::Vst::IComponent::getControllerClassId can also be called before ( See VST 3 Workflow Diagrams ). How can the plug-in access IHostApplication? //-----------------------------------------------------------------------\ntresult PLUGIN_API MyPluginProcessor::initialize (FUnknown*context)\n{ FUnknownPtr hostApp (hostContext); if (hostApp) { String128 name; if (hostApp->getName (name) == kResultTrue) { //... } } //...\n}\n//-----------------------------------------------------------------------","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Initialization","id":"332","title":"Initialization"},"333":{"body":"Here an example of a host implementation creating the component and its associated controller of a plug-in with a given classID: //-----------------------------------------------------------------------\nVst::IComponent* processorComponent;\nVst::IEditController* editController;\nIPluginFactory* factory;\n// ...\n// factory already initialized (after the library is loaded,see validator for example)\n// ...\n// create its component part\ntresult result = factory->createInstance (classID,Vst::IComponent::iid, (void**)&processorComponent);\nif (processorComponent && (result == kResultOk))\n{ // initialize the component with our host context (note: initialize called just after creatInstance) res = (processorComponent->initialize (gStandardPluginContext) == kResultOk); // try to create the controller part from the component // for Plug-ins which did not succeed in separating component from controller :-( if (processorComponent->queryInterface (Vst::IEditController::iid, (void**)&editController) != kResultTrue) { // This is the normal case, where the controller is separated from the component. // ask for the associated controller class ID (could be called before processorComponent->initialize ()) FUID controllerCID; if (processorComponent->getControllerClassId (controllerCID) == kResultTrue && controllerCID.isValid ()) { // create its controller part created from the factory result = factory->createInstance (controllerCID, Vst::IEditController::iid, (void**)&editController); if (editController && (result == kResultOk)) { // editController is now created, we have the ownership, // which means that we have to release it when not used anymore. // initialize the component with our context res = (editController->initialize (gStandardPluginContext) == kResultOk); // now processorComponent and editController are initialized... :-) } } } else { // editController is now created, we have the ownership, // which means that we have to release it when not used anymore. }\n}\n//----------------------------------------------------------------------- ⓘ Note Please be aware that IPluginBase::initialize and IPluginBase::terminate must only be called once per object instance. So if an object implements both IAudioProcessor and IEditController, take care to only call them once, as in the example above.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Creation and initialization from Host point of view","id":"333","title":"Creation and initialization from Host point of view"},"334":{"body":"The functionality of the components implementing these basic interfaces can be extended by a number of optional interfaces that only need to be implemented if this extension is required. Processor Extensions: Steinberg::Vst::IConnectionPoint Steinberg::Vst::IUnitData Steinberg::Vst::IProgramListData Edit Controller Extensions: Steinberg::Vst::IConnectionPoint Steinberg::Vst::IMidiMapping Steinberg::Vst::IUnitInfo","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Extensions","id":"334","title":"Extensions"},"335":{"body":"The host stores and restores the complete state of the processor and of the controller in project files and in preset files: Steinberg::Vst::IComponent::getState + Steinberg::Vst::IComponent::setState store and restore the DSP model. Steinberg::Vst::IEditController::getState + Steinberg::Vst::IEditController::setState store and restore any GUI settings that are not related to the processor (like scroll positions etc). Restore : When the states are restored, the host passes the processor state to both the processor and the controller ( Steinberg::Vst::IEditController::setComponentState ). A host must always pass that state to the processor first. The controller then has to synchronize its parameters to this state (but must not perform any IComponentHandler callbacks). After restoring a state, the host rescans the parameters (asking the controller) in order to update its internal representation. Tech_doc_3 Tech_doc_4 See also Steinberg::IBStream VST 3 Interfaces to be implemented by the Plug-in VST 3 Interfaces to be implemented by the Host","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Persistence","id":"335","title":"Persistence"},"336":{"body":"Tech_doc_5 The processing part consists of two related interfaces: Steinberg::Vst::IComponent and Steinberg::Vst::IAudioProcessor . The reason for splitting the two is to use the basic interfaces Steinberg::Vst::IComponent not only for audio plug-ins but also for other kinds of media (e.g. video processing in the future). Hence the Steinberg::Vst::IAudioProcessor interface represents the audio-specific part of a processing component. Let's have a closer look at the concepts.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » The Processing Part","id":"336","title":"The Processing Part"},"337":{"body":"The Steinberg::Vst::IComponent interface allows the host to get information about the plug-in: Edit controller association : In order to enable the host to create the associated edit controller part, the processing component has to provide the matching class-ID. The host uses the module's class factory to create the controller component. See Steinberg::Vst::IComponent::getControllerClassId The host can ask for bus configurations ( Steinberg::Vst::BusInfo ). See Steinberg::Vst::IComponent::getBusInfo The host can ask for routing information ( Steinberg::Vst::RoutingInfo ). The host can activate or deactivate a specific bus like side-chain . A deactivated bus should be not processed by the plug-in. See Steinberg::Vst::IComponent::activateBus The host can activate or deactivate the plug-in (On/Off button). See Steinberg::Vst::IComponent::setActive The host can store and restore the state of the plug-in (preset and project persistence). See Steinberg::Vst::IComponent::getState , Steinberg::Vst::IComponent::setState","breadcrumbs":"Technical Documentation » VST 3 API Documentation » IComponent","id":"337","title":"IComponent"},"338":{"body":"The Steinberg::Vst::IAudioProcessor interface extends Steinberg::Vst::IComponent by providing a state machine for processing and the process method: Setup : The processor must be configured before processing can start. Configurations are only allowed when the processor is inactive ( Steinberg::Vst::IComponent::setActive ). Process setup : The processor is informed about the parameters that cannot be changed while processing is active. ( Steinberg::Vst::ProcessSetup ). Dynamic Speaker Arrangements : The host can try to change the number of channels of an audio bus. By default the speaker arrangement is defined by the plug-in. In order to adjust the plug-in to a context where a different speaker arrangement is used, the host can try to change it using Steinberg::Vst::IAudioProcessor::setBusArrangements When the processor is configured, it has to be activated ( Steinberg::Vst::IComponent::setActive ). The activation call signals that all configurations have been finished. In addition to that, the processor has a 'processing state'. Before a host begins to perform processing calls, it has to signal this by calling IAudioProcessor::setProcessing (true). When the host stops processing, it must call IAudioProcessor::setProcessing (false) after the last processing call. Please see also: VST 3 Workflow Diagrams Process : Steinberg::Vst::IAudioProcessor::process is the method that implements the actual processing. Any data needed for processing is passed to it as a parameter Steinberg::Vst::ProcessData . This is necessary because processing is often performed in a separate thread and this is a simple way to avoid thread synchronization problems. Block Size : Processing is done in blocks. The maximum number of samples to be processed in one block is set in Steinberg::Vst::IAudioProcessor::setupProcessing . The actual number of samples in a processing block is transmitted in the process call and can be different from call to call, but it must be a value between 1 and maxSamplesPerBlock . Audio Buffers : For any audio bus defined by the plug-in, the host must provide buffer data - even for inactive busses. Busses are addressed by index, so leaving out inactive busses will mix up these indices. The actual data buffer can be null though (see Steinberg::Vst::AudioBusBuffers ). Note : The channelBuffers32 (or channelBuffers64 ) buffer pointers can be the same or different for input and output: this has to be taken into account in the process function (for example not resetting the output before processing if input and output buffers are the same!). It can be the same for multiple inputs or multiple outputs (in the case of instrument plug-ins) all outputs (or inputs) can share the same buffer! Important : The host can call Steinberg::Vst::IAudioProcessor::process without buffers ( numInputs and numOutputs of Steinberg::Vst::AudioBusBuffers are zeroed, numSamples too), in order to flush parameters (from host to plug-in). Parameters can only be flushed when the host needs to send parameter changes and no processing is called. Parameters & Automation : Any parameter changes are transmitted in the process call through the interfaces Steinberg::Vst::IParameterChanges and Steinberg::Vst::IParamValueQueue . Simple parameter changes as a result of GUI interaction are transmitted exactly in the same way as automation. (see Parameters and Automation ). Context : For each processing block the host should provide information about its state. See Steinberg::Vst::ProcessContext Events : Steinberg::Vst::IEventList Tech_doc_6","breadcrumbs":"Technical Documentation » VST 3 API Documentation » IAudioProcessor","id":"338","title":"IAudioProcessor"},"339":{"body":"Tech_doc_7 The edit controller is responsible for the GUI aspects ofthe plug-in. Its standard interface is Steinberg::Vst::IEditController . The host has to provide acallback interface for the edit controller named Steinberg::Vst::IComponentHandler . The handler is essentialfor the communication with both the host and the processor. GUI : Optionally, the controller can define an editor view. The method Steinberg::Vst::IEditController::createView allows the host to specify the type of the view by passing an id-string. Currently the only type defined is \"editor\" ( Steinberg::Vst::ViewType::kEditor ), but there might be variations in future versions (e.g. \"setup\"). See also Steinberg::IPlugView . Parameters : The controller is responsible for the management of parameters. Any change to a parameter that is caused by user interaction in the plug-in GUI must be properly reported to the Steinberg::Vst::IComponentHandler . The host is responsible for transmitting the change to the processor. In order to make recording of automation work, it is necessary to call beginEdit , performEdit and endEdit in the expected order! And from the UI-Thread ! With the new interface IComponentHandler2 (since VST 3.1), the plug-in (from UI) can group parameters which should use the same time-stamp in host when writing automation, by wrapping a set of beginEdit / performEdit / endEdit functions (see IComponentHandler ) with startGroupEdit and finishGroupEdit . More details can be found on the page about Parameters . Plug-in structure : If the plug-in is composed of discrete functional parts, the edit controller should publish this structure and the parameters belonging to each part by implementing the Steinberg::Vst::IUnitInfo interface. More details can be found on the page about VST 3 Units . Tech_doc_8","breadcrumbs":"Technical Documentation » VST 3 API Documentation » The Editing Part","id":"339","title":"The Editing Part"},"34":{"body":"The VST 3 SDK (Virtual Studio Technology Software Development Kit) is a collection of software development tools included in one package. This allows plug-in developers to create plug-ins in VST 3 format and host developers to load VST 3 plug-ins into a DAW or audio editor.","breadcrumbs":"What is the VST 3 SDK? » VST 3 SDK explained","id":"34","title":"VST 3 SDK explained"},"340":{"body":"The threading model used by VST 3 is quite simple and requires that: All initialisation/de-initialisation are done in the UI Thread All function exported by the plug-in are called by the host in the UI Thread with the exception of: IAudioProcessor→process: which could be called in a Audio Thread (realtime thread), avoid any memory allocation! IAudioProcessor→setProcessing: which could be called in a Audio Thread (realtime thread), avoid any memory allocation! All function exported by the host are called by the plug-in in the UI Thread Check the Audio Processor Call Sequence and the Edit Controller Call Sequence .","breadcrumbs":"Technical Documentation » VST 3 API Documentation » VST 3 threading model","id":"340","title":"VST 3 threading model"},"341":{"body":"The two VST 3 components (processor and controller) need a way to communicate. It is the task of the host to handle this.","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Communication between the components","id":"341","title":"Communication between the components"},"342":{"body":"All standard data (like parameter changes) are transmitted between processor and controller using the basic interfaces listed above. After creation of processor and controller, the host sets the controller component state from the processors state. This is a change from the previous SDK, where it was assumed that after creation the controller and the processor are in sync. When the host sets a new processor state ( Steinberg::Vst::IComponent::setState ), this state is always transmitted to the controller as well ( Steinberg::Vst::IEditController::setComponentState ). The controller then has to synchronize to this state and adjust its parameters. When the controller transmits a parameter change to the host, the host synchronizes the processor by passing the new values as Steinberg::Vst::IParameterChanges to the process call. The processor can transmit outgoing parameter changes to the host as well. ( Steinberg::Vst::ProcessData::outputParameterChanges ). These are transmitted to the edit controller by the call of Steinberg::Vst::IEditController::setParamNormalized . Tech_doc_9","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Standard communication","id":"342","title":"Standard communication"},"343":{"body":"Data that is unknown to the host can be transmitted by means of messages. The communication interfaces are Steinberg::Vst::IConnectionPoint : The host establishes a connection between processor and controller. Steinberg::Vst::IMessage : Represents a message to send to the counterpart. Steinberg::Vst::IAttributeList : A list of attributes belonging to a message. Please note that messages from the processor to the controller must not be sent during the process call, as this would not be fast enough and would break the real time processing. Such tasks should be handled in a separate timer thread. Tech_doc_10","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Private communication","id":"343","title":"Private communication"},"344":{"body":"Here an example of host implementation where the component and controller parts are connected and synchronized: //-----------------------------------------------------------------------\n// the component and the controller parts are previously becreated and initialized (see above)\n// ...\nif (editController)\n{ // set the host handler // the host set its handler to the controller editController->setComponentHandler (myHostComponentHandler); // connect the 2 components Vst::IConnectionPoint* iConnectionPointComponent = nullPtr; Vst::IConnectionPoint* iConnectionPointController = nullPtr; processorComponent->queryInterface (Vst::IConnectionPoint::iid, (void**)&iConnectionPointComponent); editController->queryInterface (Vst::IConnectionPoint::iid, (void**)&iConnectionPointController); if (iConnectionPointComponent && iConnectionPointController) { iConnectionPointComponent->connect (iConnectionPointController); iConnectionPointController->connect (iConnectionPointComponent); } // synchronize controller to component by using setComponentState MemoryStream stream; // defined in \"public.sdk/source/common/memorystream.h\" stream.setByteOrder (kLittleEndian); if (processorComponent->getState (&stream) == kResultTrue) { stream.rewind (); editController->setComponentState (&stream); } // now processorComponent and editController parts are connected and synchronized...:-)\n} ⓘ Note Please note that you CANNOT rely on the implementation detail that the connection is done directly between the processor component and the edit controller!","breadcrumbs":"Technical Documentation » VST 3 API Documentation » Initialization of communication from Host point of view","id":"344","title":"Initialization of communication from Host point of view"},"345":{"body":"/ VST Home / Technical Documentation On this page: Introduction Interfaces FUnknown IID/CID Direction Versioning and inheritance COM Compatibility Plug-ins Module Factory Locations Categories IPluginBase Purpose-specific interfaces Unicode Plug-ins for Unicode hosts Migrating from non-Unicode to Unicode SDK backward compatibility Related pages: How the host will load a VST-MA based Plug-in How to derive a class from an interface Interface Versions and Inheritance VST 3 API Documentation","breadcrumbs":"Technical Documentation » VST Module Architecture » VST Module Architecture","id":"345","title":"VST Module Architecture"},"346":{"body":"VST-MA is a component model system which is used in all Steinberg host applications as the basic layer for plug-in support. It is object-oriented, cross-platform and (almost) compiler-independent. The basics are very much like Microsoft® COM , so if you are familiar with this technology, understanding VST-MA should be quite easy. VST-MA is provided in C++ only. Interfaces in C++ are expressed as pure virtual class (which is a class with nothing but abstract methods). Unlike COM there is no support for C or other languages yet - simply because there has been no need for this so far. But all VST-MA interfaces can be transformed into different representations in case this should be inevitable some day. It is currently available for Windows, macOS X and Linux. The C++ files belonging to VST-MA are located in the following folders: pluginterfaces/base pluginterfaces/gui Note : The name ' VST Module Architecture ' has only little relation to the 'Virtual Studio Technology' itself. It describes the basic layer for any plug-in category supported in Steinberg hosts. VST-MA existed long before it was used as a base for VST 3 itself.","breadcrumbs":"Technical Documentation » VST Module Architecture » Introduction","id":"346","title":"Introduction"},"347":{"body":"","breadcrumbs":"Technical Documentation » VST Module Architecture » Interfaces","id":"347","title":"Interfaces"},"348":{"body":"Steinberg::FUnknown is the basic interface of VST-MA . All other interfaces are directly or indirectly derived from it.","breadcrumbs":"Technical Documentation » VST Module Architecture » FUnknown","id":"348","title":"FUnknown"},"349":{"body":"Each interface has a unique identifier (IID) of type Steinberg::FUID . It is used to retrieve a new interface from another one ( Steinberg::FUnknown::queryInterface ). It is important to understand the difference between interface identifier and component identifier. A component-ID or class-ID (CID) is used to identify a concrete implementation class and is usually passed to a class factory in order to create the corresponding component. So a lot of different classes (with different class identifiers) can implement the same interfaces.","breadcrumbs":"Technical Documentation » VST Module Architecture » IID/CID","id":"349","title":"IID/CID"},"35":{"body":"The VST 3 SDK package contains:","breadcrumbs":"What is the VST 3 SDK? » What is included","id":"35","title":"What is included"},"350":{"body":"An interface may have a direction , meaning that the interface is expected to be implemented either in the plug-in or in the host. The nature of an interface is documented in the following way: [host imp] : the host implements the interface [plug imp] : the plug-in implements the interface When neither of these is specified, the interface can be used in both ways.","breadcrumbs":"Technical Documentation » VST Module Architecture » Direction","id":"350","title":"Direction"},"351":{"body":"Unlike C++ classes, interfaces do not use inheritance to express specializations of objects. Inheritance is used for versioning only. One of the strict rules is that once an interface has been released, it must never change again. Adding new functionality to an interface requires a new version (usually an ordinal number is added to its name in this case, for example IPluginFactory3 adds new features to IPluginFactory2 ). A new version inherits the old version(s) of the interface, so the old and the new methods are combined in one interface. This is why specializations need to be modeled as separate interfaces! If a specialized interface were to inherit from the basic interface as well, an implementation class that needs to implement all of these interfaces would inherit the base interface twice, causing the compiler to run into ambiguities. So the specialization relation to a basic interface can only be expressed in the documentation. ISpecialInterface [ extends IBaseInterface] => means IBaseInterface::queryInterface (ISpecialInterface::iid, ...) can be used to retrieve the derived interface. You can find some example code here: Interface Versions and Inheritance .","breadcrumbs":"Technical Documentation » VST Module Architecture » Versioning and inheritance","id":"351","title":"Versioning and inheritance"},"352":{"body":"The first layer of VST-MA is binary-compatible to COM . The Vtable and interface identifier of Steinberg::FUnknown match with the corresponding COM interface IUnknown . The main difference is the organization and creation of components/plug-ins by a host application. VST-MA does not require any Microsoft® COM source file. You can find information about COM on pages like: https://docs.microsoft.com/en-us/windows/win32/learnwin32/what-is-a-com-interface- Basic Interfaces Steinberg::FUnknown Steinberg::IPluginBase Steinberg::IPluginFactory Helper Classes Steinberg::FUID Steinberg::FUnknownPtr See also \" How to derive a class from an interface \".","breadcrumbs":"Technical Documentation » VST Module Architecture » COM Compatibility","id":"352","title":"COM Compatibility"},"353":{"body":"","breadcrumbs":"Technical Documentation » VST Module Architecture » Plug-ins","id":"353","title":"Plug-ins"},"354":{"body":"A module (Windows: Dynamic Link Library, macOS: Mach-O Bundle, Linux: package) contains the implementation of one or more components (e.g. VST 3 effects). A VST-MA module must contain a class factory where meta-data and create-methods for the components are registered. The host has access to this factory through the Steinberg::IPluginFactory interface. This is the anchor point for the module and it is realized as a C-style export function named GetPluginFactory . You can find an export definition file in the SDK - public.sdk/source/main/winexport.def ( public.sdk/source/main/macexport.exp ) which can be used to export this function or you could use the macro SMTG_EXPORT_SYMBOL directly in cpp file (check public.sdk/source/main/dllmain.cpp for example). GetPluginFactory is declared as follows: SMTG_EXPORT_SYMBOL IPluginFactory* PLUGIN_API GetPluginFactory (); In addition to the GetPluginFactory function the plug-in may has to export additional entry/exit functions depending on the platform: On Windows On Windows the entry/exit functions are named InitDll / ExitDll and are optional! A Plug-In can export these functions and a host has to call the InitDll function directly after loading the plug-in via LoadLibrary and before calling GetPluginFactory . The ExitDll function must be called before the plug-in is unloaded via FreeLibrary or on program termination without FreeLibrary . As Windows already has this feature (see DllMain in Microsofts documentation) the above functions are optional. On macOS On macOS the entry/exit functions are named bundleEntry / bundleExit and are required! A plug-in must export these functions and a host has to call the bundleEntry function directly after loading the plug-in via CFBundleLoadExecutable and before calling GetPluginFactory . The bundleExit function must be called before the plug-in is unloaded or on program termination. As macOS does not have a standard entry function when loading a bundle the above functions are required and a host has to reject plug-ins not exporting these functions. On Linux On Linux the entry/exit functions are named ModuleEntry / ModuleExit and are required! A plug-in must export these functions and a host has to call the ModuleEntry function directly after loading the plug-In via dlopen and before calling GetPluginFactory . The ModuleExit function must be called before the plug-in is unloaded via dlclose or on program termination. As Linux does not have a standard entry function when loading a dynamic library, the above functions are required and a host has to reject plug-ins not exporting these functions. The entry function is intended for providing the plug-in with the platform specific instance handle which are needed for many platform APIs. Plug-in developers should use these functions instead of using platform functions to get the instance handle. Here an example when using def/exp files instead of SMTG_EXPORT_SYMBOL: winexport.def file on Windows EXPORTS\nGetPluginFactory\nInitDll\nExitDll macexport.exp file on mac _GetPluginFactory\n_bundleEntry\n_bundleExit","breadcrumbs":"Technical Documentation » VST Module Architecture » Module Factory","id":"354","title":"Module Factory"},"355":{"body":"Component modules do not require registration like DirectX . The host application expects component modules to be located in predefined folders of the file system. These folders and their subfolders are scanned for VST-MA modules during application startup. Each folder serves a special purpose: The application's Components subfolder (e.g. \"C:\\Program Files\\Steinberg\\Cubase 12\\Components\" ) is used for components tightly bound to the application. No other application should use it. Components that are shared between all Steinberg hosts are located at: Win: \"/Program Files/Common Files/Steinberg/Shared Components\" Mac: \"/Library/Application Support/Steinberg/Components/\" For special purpose plug-in types, additional locations are defined. Please refer to the corresponding documentation to find out if additional folders are used and where to find them. For VST 3 , see VST 3 Locations/Format .","breadcrumbs":"Technical Documentation » VST Module Architecture » Locations","id":"355","title":"Locations"},"356":{"body":"Any class that the factory can create is assigned to a category. It is this category that tells the host the purpose of the class (and gives a hint of which interfaces it might implement). A class is also described with a name and it has a unique id. For example, the category for import/export filters is \" Project Filter \" and for VST 3 audio plug-ins it is \" Audio Module Class \". \"Service\" is a special category. The purpose of a class of this category is completely unknown to the host. It is loaded automatically during program start (provided that the user did not deactivate it). Since the factory can create any number of classes, one component library can contain multiple components of any type.","breadcrumbs":"Technical Documentation » VST Module Architecture » Categories","id":"356","title":"Categories"},"357":{"body":"The entry-point interface for any component class is Steinberg::IPluginBase . The host uses this interface to initialize and to terminate the plug-in component. When the host initializes the plug-in, it has to pass a so called context. This context contains any interface to the host that the plug-in will need to work.","breadcrumbs":"Technical Documentation » VST Module Architecture » IPluginBase","id":"357","title":"IPluginBase"},"358":{"body":"Each plug-in category (VST 3 Effects, Project import/export Filters, Audio Codecs, etc...) defines its own set of purpose-specific interfaces. These are not part of the basic VST-MA layer.","breadcrumbs":"Technical Documentation » VST Module Architecture » Purpose-specific interfaces","id":"358","title":"Purpose-specific interfaces"},"359":{"body":"Beginning with version 5 of Cubase and Nuendo, the internal structure of the host was modified for better support of internationalization. Therefore, string handling was changed to utilize Unicode strings whenever strings are passed around. As a consequence, all the interfaces to plug-ins have changed from using ASCI to Unicode strings for call and return parameters. So in turn, all plug-ins must be adapted to support Unicode. This has major consequences in that: Unicode hosts (Cubase 5 or later) will only work with Unicode plug-ins. When loading a plug-in, a Unicode host checks the plug-in's type and will not load any non-Unicode plug-ins. Unicode plug-ins will not load in non-Unicode hosts. When loading, a Unicode plug-in requests information from the host and will not load if no Unicode host is detected. Therefore, if a plug-in is supposed to work with both older and newer hosts, it is best to provide two versions of the plug-in. Plug-ins for Unicode hosts Writing plug-ins that are supposed to work only with Unicode hosts is easy. Use a current version of this SDK and develop a plug-in as usual. Make sure that you only ever pass Unicode UTF-16 strings to interfaces that have strings as call parameters and also be prepared that strings returned by these interfaces are always UTF-16 . Therefore, to make things easier, it is recommended that Unicode strings are used throughout the plug-in's implementation, in order to avoid back and forth conversions. Also, use the Steinberg::String and Steinberg::ConstString classes from the Base module, as they have been designed to work universally on both Mac and Win. Migrating from non-Unicode to Unicode In Steinberg SDKs released before Cubase 5, the interface functions were using pointers of type char for passing strings to and from the host. These have been changed now to using Steinberg's defined type tchar which is equivalent to char16 , i.e. 16 bit character. In theory, there are many ways for representing 16 bit characters, but we chose to use the industry standard Unicode , so strings are expected to be encoded in UTF-16 . Accordingly, also the implementation of a plug-in needs to be adapted to deal correctly with Unicode-encoded strings, as well as only ever passing Unicode strings to the host. ⓘ Note Changing a function from using 8 bit to 16 bit character pointers may seem as only a minor modification, but in interface design this is a major intrusion, because an interface is a contract to the outside world that is never to be changed. Therefore, classes that are changed to use Unicode strings are distinguished and also receive a new unique class ID.","breadcrumbs":"Technical Documentation » VST Module Architecture » Unicode","id":"359","title":"Unicode"},"36":{"body":"This is a C++ interface defining how a VST 3 plug-in communicates with a host and vice versa. The heart of VST 3 . Check the folder \"pluginterfaces/vst\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » The VST 3 API","id":"36","title":"The VST 3 API"},"360":{"body":"Even with the current SDK it is still possible to develop non-Unicode plug-ins. In the file pluginterfaces/base/ftypes.h , the line \"#define UNICODE_OFF\" is commented out, but by uncommenting it you can revert all interfaces to using single byte ASCII strings. Alternatively, you can also specify UNICODE_OFF as a preprocessor definition in your project file. Also, the plug-in's factory info now does not define the Unicode flag anymore, so a Unicode host sees the compiled plug-in as non-Unicode. Also, when reverting to single byte strings the plug-in's implementation also has to be changed to behave correctly. ⓘ Note When undefining Unicode, the class IDs also revert to the old ones.","breadcrumbs":"Technical Documentation » VST Module Architecture » SDK backward compatibility","id":"360","title":"SDK backward compatibility"},"361":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture Check the included cpp files showing how to load such Component/plug-in: public.sdk/source/vst/hosting/module.h and for each platform public.sdk/source/vst/hosting/module_win32.cpp, ... Here below you could found a basic implementation on Windows showing how to load the library and get pointer to the wanted exported functions: HMODULE hModule = LoadLibrary (\"SomePlugin.dll\");\nif (hModule)\n{ InitModuleProc initProc = (InitModuleProc)GetProcAddress (hModule, \"InitDll\"); if (initProc) // this entry function is optional on Windows, not on MacOS and Linux! { if (initProc () == false) { FreeLibrary (module); return false; } } GetFactoryProc proc = (GetFactoryProc)GetProcAddress (hModule, \"GetPluginFactory\"); IPluginFactory* factory = proc ? proc () : nullptr; if (factory) { for (int32 i = 0; i < factory->countClasses (); i++) { PClassInfo ci; factory->getClassInfo (i, &ci); FUnknown* obj; factory->createInstance (ci.cid, FUnknown::iid, (void**)&obj); ... obj->release (); } factory->release (); } ExitModuleProc exitProc = (ExitModuleProc)GetProcAddress (hModule, \"ExitDll\"); if (exitProc) // This exit function is optional on Windows, not on MacOS and Linux! exitProc (); FreeLibrary (hModule);\n}","breadcrumbs":"Technical Documentation » VST Module Architecture » How the host will load a VST-MA based Plug-in » How the host will load a VST-MA based Plug-in","id":"361","title":"How the host will load a VST-MA based Plug-in"},"362":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture Interface Versions and Inheritance In the first example we derive a class directly from FUnknown, using some of the helper macros provided by the SDK. class CMyClass: public FUnknown\n{\npublic: CMyClass (); virtual ~CMyClass (); DECLARE_FUNKNOWN_METHODS // declares queryInterface, addRef and release\n}; CMyClass::CMyClass ()\n{ FUNKNOWN_CTOR // init reference counter, increment global object counter\n} CMyClass::~CMyClass ()\n{ FUNKNOWN_DTOR // decrement global object counter\n} IMPLEMENT_REFCOUNT (CMyClass) // implements reference counting tresult CMyClass::queryInterface (const char* iid, void** obj)\n{ QUERY_INTERFACE (iid, obj, ::FUnknown::iid, CMyClass) return kNoInterface;\n} Developing a class with more than one interface is done by multiple inheritance. Additionally you have to provide an appropriate cast for each interface in the queryInterface method. class CMyMultiClass : public Steinberg::IPluginBase, public Steinberg::IPlugController, public Steinberg::IEditorFactory\n{\npublic: DECLARE_FUNKNOWN_METHODS // declare the methods of all inherited interfaces here...\n}; IMPLEMENT_REFCOUNT (CMyMultiClass) // implements referencecounting tresult CMyMultiClass::queryInterface (const char* iid, void** obj)\n{ QUERY_INTERFACE (iid, obj, Steinberg::FUnknown::iid, IPluginBase) QUERY_INTERFACE (iid, obj, Steinberg::IPluginBase::iid, IPluginBase) QUERY_INTERFACE (iid, obj, Steinberg::IPlugController::iid, IPlugController) QUERY_INTERFACE (iid, obj, Steinberg::IEditorFactory::iid, IEditorFactory) *obj = 0; return kNoInterface;\n}","breadcrumbs":"Technical Documentation » VST Module Architecture » How to derive a class from an interface » Hot to derive a class from an interface","id":"362","title":"Hot to derive a class from an interface"},"363":{"body":"/ ... / VST Module Architecture Related pages: VST Module Architecture How to derive a class from an interface Unlike C++ classes, VST-MA interfaces do not use inheritance to express specializations of objects. Usually all interfaces are derived from FUnknown. This is because interfaces must never change after they have been released. The VST Module Architecture Interfaces use inheritance only for versioning! All specializations will be modeled as separate interfaces! For example the C++ classes: class Shape\n{\npublic: void setPosition (long x, long y);\nprotected: long x; long y;\n};\nclass Rect : public Shape\n{\npublic: void setDimension (long width, long height);\nprotected: long width; long height;\n}; expressed in VST-MA , define an interface for each inheritance level: class IShape : public FUnknown\n{\npublic: virtual void setPosition (long x, long y) = 0;\n};\nclass IRect : public FUnknown\n{\npublic: virtual void setDimension (long width, long height) = 0;\n}; In the next program version there need to be changes to the Shape class that look like this: class Shape\n{\npublic: void setPosition (long x, long y); void setColor (Color color);\nprotected: long x; long y; Color color;\n}; The VST-MA representation now reflect the changes to Shape by adding a new interface that inherits from IShape and looks like the following code, while the former interface definitions remain the same: class IShape2 : public IShape\n{\npublic: virtual void setColor (Color color) = 0;\n};","breadcrumbs":"Technical Documentation » VST Module Architecture » Interface Versions and Inheritance » Interface Versions and Inheritance","id":"363","title":"Interface Versions and Inheritance"},"364":{"body":"/ VST Home / Technical Documentation An optional moduleinfo.json file can be part of the module file package , located in the Resources folder. The file contains the same information as the Module Factory , plus an optional list of compatible classes. The file is encoded in json5 format. The Compatibility json array is used to declare a class to be treated as a replacement for another class or classes. When used this way, the host does not need to load the component to know which classes the module provides. This optional moduleinfo.json file was added in the VST 3 SDK version 3.7.5 and was located in the Contents folder of the bundle. In order to be compliant with code signing on macOS, this file is now (since version 3.7.8) located in the Contents/Resources folder.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » Moduleinfo","id":"364","title":"Moduleinfo"},"365":{"body":"The VST 3 SDK contains a command-line utility called moduleinfotool that is used to create and validate the moduleinfo.json file from a VST plug-in. See public.sdk/vst-utilities/moduleinfotool . The moduleinfotool uses the ModuleInfoLib which can be used by hosts to read and parse the moduleinfo.json file. See public.sdk/source/vst/moduleinfo For plug-ins built with the VST 3 SDK , the moduleinfo.json file will be automatically created during the build process.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » SDK","id":"365","title":"SDK"},"366":{"body":"An example moduleinfo.json looks like this: { \"Name\": \"helloworld\", \"Version\": \"3.7.5.0\", \"Factory Info\": { \"Vendor\": \"Steinberg Media Technologies\", \"URL\": \"http://www.steinberg.net\", \"E-Mail\": \"mailto:info@steinberg.de\", \"Flags\": { \"Unicode\": true, \"Classes Discardable\": false, \"Component Non Discardable\": false, }, }, \"Classes\": [ { \"CID\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Category\": \"Audio Module Class\", \"Name\": \"Hello World\", \"Vendor\": \"Steinberg Media Technologies\", \"Version\": \"1.0.0.1\", \"SDKVersion\": \"VST 3.7.5\", \"Sub Categories\": [ \"Fx\", ], \"Class Flags\": 1, \"Cardinality\": 2147483647, \"Snapshots\": [ { \"Scale Factor\": 1, \"Path\": \"Contents/Resources/Snapshots/BD58B550F9E5634E9D2EFF39EA0927B1_snapshot.png\", }, { \"Scale Factor\": 2, \"Path\": \"Contents/Resources/Snapshots/BD58B550F9E5634E9D2EFF39EA0927B1_snapshot_2.0x.png\", }, ], }, { \"CID\": \"A0B1A6F4005D9B47967177E37A671891\", \"Category\": \"Component Controller Class\", \"Name\": \"Hello WorldController\", \"Vendor\": \"Steinberg Media Technologies\", \"Version\": \"1.0.0.1\", \"SDKVersion\": \"VST 3.7.5\", \"Class Flags\": 0, \"Cardinality\": 2147483647, \"Snapshots\": [ ], }, ], \"Compatibility\": [ { \"New\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Old\": [ \"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\", \"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\", ], }, ],\n} Check here to learn how to create UID for old VST 2 plug-in.","breadcrumbs":"Technical Documentation » VST Module Architecture » Moduleinfo » Example","id":"366","title":"Example"},"367":{"body":"/ VST Home / Technical Documentation On this page: Parameters Representation of parameter values Parameter styles / 'Step Count' Conversion of normalized values Automation Problems Automation Recording Sliders & Knobs Buttons / Radio Groups / Pop-up Menus Text Input Automation Playback GUI playback Informing the host about changes Parameter titles, default values or flags have changed Multiple parameter values have changed Related pages: VST 3 Units Description of how parameters are defined and used in VST 3 .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameters and Automation","id":"367","title":"Parameters and Automation"},"368":{"body":"A plug-in requires parameters in order to control its DSP algorithm, for example, a Frequency parameter for a filter. The plug-in can export these parameters in order to make them visible to the host and allow the host to control/change/automate/remote/visualize them. Some parameters can be defined for private use only (not visible to the user) or as read-only, such as parameters associated to VU Meters. Steinberg::Vst::IEditController::getParameterCount allows the host to identify the number of parameters that are exported by the plug-in. The plug-in must assign a unique 32-bit identifier (ID) to each exported parameter. ⓘ Note Up to 2^31 parameters can be exported with ID range [0, 2.147.483.648] (the range [2.147.483.649, 4.294.967.296] is reserved for host application). Please note that it is not allowed to change this assignment at any time. In particular, a plug-in must not perform any reconfigurations that lead to a different set of automatable parameters. The only allowed variation is the adding or removing of parameters in a future plug-in version. However, keep in mind that automation data can get lost when parameters are removed. Usually, the host is unaware of a parameter's semantics. However, there are a few important exceptions that the controller must announce using the Steinberg::Vst::ParameterInfo::flags : kCanAutomate : This means that this parameter can be automated by the host using its automation track. [SDK 3.0.0] kIsBypass : If the plug-in performs bypass processing itself, it must export the corresponding parameter and flag it with kIsBypass. It is highly recommended that this bypass parameter is provided by the effect plug-in. If the plug-in does not export a bypass parameter, the host can perform bypass processing and the plug-in process call will be discontinued. Only one bypass parameter is allowed. The plug-in should save the state of this bypass parameter like other parameters (when getState and setState are used). If the plug-in does not need a bypass (like Instrument) this flag should be not used. Check this FAQ in order to understand how bypass processing works. [SDK 3.0.0] kIsReadOnly : This means that this parameter cannot be changed from outside the plug-in, this requires that kCanAutomate is NOT set. [SDK 3.0.0] kIsWrapAround : When a UI control created by the host for this parameter attempts to set its value out of the limits, this UI control will make a wrap around (useful for parameters like 360 degree rotation). [SDK 3.0.2] kIsList : This means that the host will display this parameter as list in a generic editor or automation editing. [SDK 3.1.0] kIsHidden : This means that this parameter will NOT be displayed and cannot be changed from outside the plug-in. This requires that kCanAutomate is NOT set and kIsReadOnly is set. [SDK 3.7.0] kIsProgramChange : If the plug-in supports program lists (see VST 3 Units , Program Lists ), each 'unit' of the plug-in needs to export a program selector parameter. Such a parameter is not allowed to be automated when the affected parameters are flagged as automatable as well. A host can display program parameters at dedicated locations of its GUI. [SDK 3.0.0] The controller must support the conversion to a string for any exported parameter. The conversion method Steinberg::Vst::IEditController::getParamStringByValue must provide a result for any possible normalized parameter value. ⚠️ Warning Parameter values are always transmitted in a normalized floating point (64bit double) representation [0.0, 1.0] .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameters","id":"368","title":"Parameters"},"369":{"body":"A plug-in parameter usually has more than one representation. The GUI of a plug-in can display something that appears to be a single parameter, but might control multiple processing parameters at the same time. Or the GUI representation displays a scale-transformed representation of a DSP-Parameter. Somewhere on the way from the GUI to the DSP algorithm, this transformation has to be performed. The host does not need information about DSP parameters, but it is responsible for reporting parameter changes to the processor. According to this, the processor is the only place where a transformation can happen and all parameters always have to match the GUI representation. Does this fit into the idea of separating GUI and processing? No problem so far it is a separation of duties, nothing more. The processor component and the controller component have to work on the same internal plug-in model. The controller knows how this model has to be presented in the GUI. The processor knows how the model has to be translated into DSP parameters. The VST 3 interfaces suggest a normalized value representation for a part of this model (the part that is exported as parameters). This means every value has to be inside the range from 0.0 to 1.0. Parameter styles / 'Step Count' Although values are transmitted in a normalized format, the host needs to know some details of the parameter's displayed GUI representation. When editing automation data, for example, the host must know the nature of a parameter expressed in its 'step count' (see Steinberg::Vst::ParameterInfo::stepCount ). Step count semantics: 0 : A continuous parameter. Any normalized value has an exact mapping (0 = there are no steps between the values) 1 : A discrete parameter with 2 states like (on/off) (yes/no) etc. (1 = there is one step between these states) 2 : A discrete parameter with 3 states (0,1,2) or (3,5,7) (2 = there are two steps between these states) 3 : etc...","breadcrumbs":"Technical Documentation » Parameters and Automation » Representation of parameter values","id":"369","title":"Representation of parameter values"},"37":{"body":"Some helper classes are provided, implementing some VST 3 interfaces for hosting and for creating VST 3 plug-ins. Simply derived your plug-in C++ classes from these helper classes. what_if_1 Check the folder \"public.sdk\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Implementation Helper Classes","id":"37","title":"VST 3 Implementation Helper Classes"},"370":{"body":"The controller and the processor have to work with normalized parameter values. Step count 0: Continuous parameters simply need to be mapped accordingly Step count n: Discrete parameters need a little bit more care Discrete Value => Normalize double normalized = discreteValue / (double)stepCount; Normalize => Discrete Value (Denormalize) int discreteValue = min (stepCount, normalized *(stepCount + 1)); Example : Step Count 3 Tech_doc_11","breadcrumbs":"Technical Documentation » Parameters and Automation » Conversion of normalized values","id":"370","title":"Conversion of normalized values"},"371":{"body":"A host that supports parameter automation is dependent on a proper cooperation of the component owning these parameters. One intention in the design of the VST 3 interfaces was to reduce the amount of possible mistakes for an implementation. The separation of processor and controller enforces that all parameter changes have to be handled by the host in a defined way. Additionally, this allows the host to store the changes as automation data. Nevertheless, there are some more things to consider: No automated parameter must influence another automated parameter! The prime example for this is the automation of preset changes. A preset change can lead to the change of all 'normal' parameters. So if automation data already has been recorded for these parameters and the preset change is recorded as well: who wins? This question cannot be answered and the problem can only be resolved by avoiding it. This is why automation of preset changes is not allowed by default.","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation","id":"371","title":"Automation"},"372":{"body":"A fix value range from 0.0 to 1.0 simplifies the handling of parameters in some ways, but there are problems: Non-linear scaling If the DSP representation of a value does not scale in a linear way to the exported normalized representation (which can happen when a decibel scale is used, for example), the edit controller must provide a conversion to a plain representation. This allows the host to move automation data (being in GUI representation) and keep the original value relations intact. ( Steinberg::Vst::IEditController::normalizedParamToPlain / Steinberg::Vst::IEditController::plainParamToNormalized ). Changes in future plug-in versions Take a discrete parameter, for example, that controls an option of three choices. If the host stores normalized values as automation data and a new version of a plug-in invented a fourth choice, the automation data will be invalid now. So either the host has to store denormalized values as automation or it must recalculate the automation data accordingly.","breadcrumbs":"Technical Documentation » Parameters and Automation » Problems","id":"372","title":"Problems"},"373":{"body":"Automation recording is performed by the host. In doing so, it is essential for the host to know the start and the end of a manipulation. Therefore, the plug-in must operate the Steinberg::Vst::IComponentHandler interface in the following way and in the UI Thread !: The begin of a manipulation must be signaled via Steinberg::Vst::IComponentHandler::beginEdit Changes of parameters are reported via Steinberg::Vst::IComponentHandler::performEdit The end of a manipulation must be signaled via Steinberg::Vst::IComponentHandler::endEdit The plug-in must stick to the order of these callbacks. Otherwise, automation recording cannot work correctly. However, the implementation can bring up difficulties. Each type of GUI control and the way it is operated along with the nature of the controlled parameter requires specific considerations. To address the most common cases: Sliders & Knobs This kind of controls usually control continuous parameters and they are usually operated with the mouse. This common case is the most simple to handle: On mouse-click-down call beginEdit (followed by performEdit when the control allows a jump), on mouse-drag call performEdit and on mouse-click-up call endEdit. Trouble starts with the mouse wheel : There simply is nothing like a defined start or end when the wheel is operated - each wheel event arrives 'out of the blue'. The only way to enable proper automation recording in this case is the usage of a timer. A plug-in implementation should call beginEdit when the first wheel event is handled and start a timer (followed by the first call to performEdit). Further wheel events that arrive inside of the timeout interval are reported with performEdit and the timer is restarted. When the timeout period has passed without further events, endEdit should be called and the timer can be removed. But since it is the host's task to record automation data, one could argue that it should be the host's task to take care of the timer in this case. This is the reason for the following exception to the rule: Mouse wheel events can be reported without beginEdit and endEdit to the host. The host must be prepared to receive a performEdit without a previous call of beginEdit for a parameter and handle the timeout itself. Buttons / Radio Groups / Pop-up Menus This kind of controls usually control discrete parameters and simply switch the state of something. A proper handling is to call beginEdit, performEdit and endEdit in a row. The affected parameter has to be exported to the host with the correct step count because discrete parameters are handled differently than continuous parameters in regard to automation. Mouse wheel handling usually is not supported for buttons, but sometimes for pop-up menus. Discrete parameters do not require the usage of a timer in order to be recorded correctly. So the plug-in should call the 3 functions in a row for each wheel event - again, the other option is to omit beginEdit and endEdit, but in this case, be sure to report the discrete nature of the parameter to the host correctly. Text Input For reporting the results of a text input value change for a continuous or a discrete parameter, always call beginEdit, performEdit and endEdit in a row.","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation Recording","id":"373","title":"Automation Recording"},"374":{"body":"In VST 3 , automation playback is the task of the plug-in and it is the host's task to provide the automation data. The only way for a parameter change to arrive in the processor is the processing call. Receiving parameter changes from the edit controller and playing back automation data is one and the same thing. The need to perform all transformations, from the normalized GUI representation to the DSP representation, produces some overhead. Performing sample-accurate automation requires even more overhead, because the DSP value must be calculated for each single sample. While this cannot be avoided entirely, it is the choice of the plug-in implementation how much processing time to spend on automation accuracy. The host always transmits value changes in a way that allows a sample-accurate reconstruction of the underlying automation curve. The plug-in is responsible for the realization. Tech_doc_12 The processor gets the automation data in the processing call by using queue of parameter changes for each parameter having automation data: A IParameterChanges has some IParamValueQueues (for a specific parameter ID) which has some Automation Points. ⚠️ Warning A parameter (ID) is present only one time in the IParameterChanges list! Automation Points inside a IParamValueQueues are sorted per offset (position inside the audio block)!","breadcrumbs":"Technical Documentation » Parameters and Automation » Automation Playback","id":"374","title":"Automation Playback"},"375":{"body":"The host is responsible for updating the plug-in GUI when automation data is transmitted to the processor. This is realized by frequent calls of Steinberg::Vst::IEditController::setParamNormalized in the UI Thread . See also Steinberg::Vst::IParameterChanges , Steinberg::Vst::IParamValueQueue .","breadcrumbs":"Technical Documentation » Parameters and Automation » GUI playback","id":"375","title":"GUI playback"},"376":{"body":"","breadcrumbs":"Technical Documentation » Parameters and Automation » Informing the host about changes","id":"376","title":"Informing the host about changes"},"377":{"body":"If something happens, user interaction for example, which change the parameter styles ( ParameterFlags ) or title or default value of one or multiple parameters, the plug-in must call IComponentHandler::restartComponent (kParamTitlesChanged); to inform the host about this change (in the UI Thread ). The host rescans the ParameterInfos with getParameterInfo .","breadcrumbs":"Technical Documentation » Parameters and Automation » Parameter titles, default values or flags have changed","id":"377","title":"Parameter titles, default values or flags have changed"},"378":{"body":"As result of a program change for example, the plug-in must call: IComponentHandler::restartComponent (kParamValuesChanged); to inform the host about this change (in the UI Thread ). The host invalidates all caches of parameter values and asks the edit controller for the current values. If only some values have changed (less than 10) the plug-in should use the Steinberg::Vst::IComponentHandler::performEdit interface (Show the right use when automation are used: Automation Recording ) ⓘ Note If the plug-in needs to inform the host about changes containing parameter title, default or flags and values (of multiple parameters), it could combine the restartComponent flags: IComponentHandler::restartComponent (kParamValuesChanged|kParamTitlesChanged);","breadcrumbs":"Technical Documentation » Parameters and Automation » Multiple parameter values have changed","id":"378","title":"Multiple parameter values have changed"},"379":{"body":"/ VST Home / Technical Documentation On this page: Introduction Unit details Examples Related pages: Presets & Program Lists Complex Plug-in Structures / Multi-timbral Instruments","breadcrumbs":"Technical Documentation » VST 3 Units » VST 3 Units","id":"379","title":"VST 3 Units"},"38":{"body":"The SDK includes some Plug-ins implementation examples.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-ins Examples","id":"38","title":"VST 3 Plug-ins Examples"},"380":{"body":"A unit is a logical section of the plug-in. For example, an EQ section can be a unit. The purposes of units are: To reveal the internal logical structure of the plug-in To organize parameters by associating them with units To Support program lists To support handling of Complex Plug-in Structures / Multi-timbral Instruments Multiple program lists (associated with a unit) Access to program list data Associations of MIDI tracks and units Synchronization of plug-in GUI and host GUI","breadcrumbs":"Technical Documentation » VST 3 Units » Introduction","id":"380","title":"Introduction"},"381":{"body":"The plug-in can define any number and any kind of units. The semantics of a unit is not important. Units are organized in a hierarchical way. Each unit can contain sub-units. The root unit of this hierarchy is always present (explicit or implicit) and has ID ' 0 '. A plug-in that does not define any further units simply consist of unit ' 0 '. The plug-in has to assign a unique ID to each further unit it defines and must provide a suitable name for it to be shown in the GUI ( Steinberg::Vst::UnitInfo ). Each unit can 'contain' parameters. All parameters of the plug-in are managed and published by the Steinberg::Vst::IEditController , but each parameter can be associated with a unit. ( Steinberg::Vst::ParameterInfo::unitId ). A host can organize the list of parameters in a tree view reflecting the unit hierarchy as nodes. Each unit can be associated with a program list. (See Complex Plug-in Structures / Multi-timbral Instruments ) A unit can be associated with specific busses. There can be any kind of combination, but the VST 3 interfaces only define queries for special situations. (See Units and Tracks ) Tech_doc_13 Most things of interest in regard to units are GUI related, so the access interface Steinberg::Vst::IUnitInfo needs to be implemented as extension of the edit controller. See also Steinberg::Vst::IUnitInfo , Presets & Program Lists .","breadcrumbs":"Technical Documentation » VST 3 Units » Unit details","id":"381","title":"Unit details"},"382":{"body":"Example of a plug-in (MultibandCompressor from Cubase pluginset) with structured parameters list that can be used by the host, here in Cubase for selecting a parameter to automate: Tech_doc_14 Example of a plug-in (VST Amp Rack from Cubase pluginset) with structured parameters list visualized in the Parameters tab of the PluginTestHost application: Tech_doc_15 Example of using the unit structure of HALion Sonic SE inside Cakewalk for automation selection: Tech_doc_16","breadcrumbs":"Technical Documentation » VST 3 Units » Examples","id":"382","title":"Examples"},"383":{"body":"/ VST Home / Technical Documentation On this page: Simple Plug-ins Program Lists Structure of Program Lists Pitch Names Related pages: VST 3 Units Complex Plug-in Structures / Multi-timbral Instruments How presets and program lists are handled in VST 3 . See VST 3 Locations / Format for preset format definition.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Presets & Program Lists","id":"383","title":"Presets & Program Lists"},"384":{"body":"Tech_doc_17 For a simple plug-in, the data of a preset is nothing more than its state. In this case: It is the job of the host to manage the preset handling for the plug-in. The plug-in itself does not need to provide any means in its GUI for loading presets at all and it does not need to define any program lists. Factory presets must be installed as files at the required location (See Preset Locations ). The host has to provide the GUI for loading and saving preset files. These files contain data that the plug-in has filled into the stream in Steinberg::Vst::IComponent::getState . VST 3 defines dedicated locations in the OS file system (see Preset Locations ), so the host does not need to display a file selector dialog. It knows where to search for preset files of a specific plug-in and where to create them. So it can create a pop-up list for selecting a preset or any other GUI of its choice. After loading a preset, the host is responsible to rescan the parameters values (from the controller part). Therefore, the controller must be sure that it gets the correct parameter states when loading a preset (which is done with Steinberg::Vst::IEditController::setComponentState ). See also Communication between the components and Persistence .","breadcrumbs":"Technical Documentation » Presets & Program Lists » Simple Plug-ins","id":"384","title":"Simple Plug-ins"},"385":{"body":"If a plug-in uses a large pool of programs that require some kind of caching or that need to be preloaded, using preset files may not be a sufficient choice. In this case, the plug-in can define a program list. For this purpose, the edit controller has to be extended by the interface Steinberg::Vst::IUnitInfo . If the plug-in defines a program list to be used as pool of factory presets, it must not allow the user to change these presets by the means of parameter editing. Instead, it should load the corresponding data into a kind of working memory and store possible modifications as component state. In addition, the user can be allowed to store the modifications as preset file. If the plug-in defines a program list to be used as a pool of user presets that are initially in an 'empty' state, modifications can be applied to the list items directly. This way of using program lists should only be chosen if programs do require a lot of resources that need to be cached in order to achieve fast program changes (good examples for this are sample-based plug-ins). Tech_doc_18 The plug-in can provide GUI for the selection of programs, but it must enable the host to display the list and the selected program as well. The index of the selected program in the list must be exported as program selection parameter. ( Steinberg::Vst::ParameterInfo::kIsProgramChange ) The plug-in can allow the host to read and write the program data of a list item. To support this, the plug-in must implement the Steinberg::Vst::IProgramListData interface as an extension of the component part.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Program Lists","id":"385","title":"Program Lists"},"386":{"body":"All programs are always transmitted as a flat list to the host. But the plug-in can assign a number of attributes to each program of the list. This enables the host to organize and filter them in a very flexible way. Attribute values are queried via Steinberg::Vst::IUnitInfo::getProgramInfo . The possible attribute identifiers are defined in namespace Steinberg::Vst::PresetAttributes . The attribute identifier specifying a program category, for example, is Steinberg::Vst::PresetAttributes::kInstrument . Although the name suggests that it should be used for instruments only, it can be used for any kind of audio plug-in. The value for an instrument category of a program is \"Piano\" for example. But it is possible to specify a subcategory like \"Acoustic Piano\" as well. In this case, the strings need to be chained in the following way: \"Piano|Acoustic Piano\". This allows the host to organize presets in a category tree view, for example.","breadcrumbs":"Technical Documentation » Presets & Program Lists » Structure of Program Lists","id":"386","title":"Structure of Program Lists"},"387":{"body":"Pitch names are intended to be used with drum kit programs where the different drum sounds are addressed by note pitches. In order to display the name of the drum instrument assigned to a pitch in a drum editor, for example, the host calls Steinberg::Vst::IUnitInfo::hasProgramPitchNames to determine if pitch names are supported and Steinberg::Vst::IUnitInfo::getProgramPitchName to query the pitch name of a single note. See also VST 3 Units Multi-timbral Program Lists and check out the pitchnames VST 3 plug-in example .","breadcrumbs":"Technical Documentation » Presets & Program Lists » Pitch Names","id":"387","title":"Pitch Names"},"388":{"body":"/ VST Home / Technical Documentation On this page: The Problem The Simple Mode Multi-timbral Program Lists Units and Tracks Routing Related pages: VST 3 Units How to handle complex plug-in structures and multi-timbrality.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Complex Plug-in Structures / Multi-timbral Instruments","id":"388","title":"Complex Plug-in Structures / Multi-timbral Instruments"},"389":{"body":"A simple VST effect plug-in usually does not cause the host too many problems. It has only one audio input and output bus and a defined set of parameters that control aspects of its sound. But a VST plug-in can be a lot more complex than this. When the plug-in implements a multi-timbral musical instrument, the host is confronted with a range of problems regarding the integration of this plug-in in its GUI. To mention a few of them: The plug-in can define multiple event input and multiple audio outputs. How can the host know on which output a sound will emerge when a note-event is transmitted to the plug-in? This may be of interest for the host in order to link a MIDI track to the corresponding audio channel. The plug-in can define a list of programs that the user can load from the plug-in GUI. In a multi-timbral instrument, a program only affects a certain part of the plug-in (we call this part a 'unit'). How can the host know about these parts and about the plug-in defined programs that can be loaded? This may be of interest for a host in order to provide shortcuts for this functionality in its own GUI. Since a VST plug-in unlike a hardware MIDI instrument is more than only a black box, a complex plug-in should help its host to provide a more convenient GUI integration than it is possible with hardware instruments. VST 3 uses the concept of units to describe the internal structure of the plug-in (see VST 3 Units ) and a multi-timbral instrument is supposed to support the respective interfaces. But the preferred solution in VST 3 is a reduction of this complexity with the 'simple mode'.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » The Problem","id":"389","title":"The Problem"},"39":{"body":"The SDK provides a test application called VST3PluginTestHost for Apple macOS X (x86_64/M1) and Microsoft Windows (64bits).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host","id":"39","title":"VST 3 Plug-in Test Host"},"390":{"body":"The 'VST 3 simple mode' has the (selfish) background to support the so-called \"simple instrument tracks\" of Cubase. These tracks combine a MIDI track and VST audio channel (without the need to make any further assignments such as the choice of a MIDI output port or a MIDI channel). This mode is defined as 'only one input and only one output'. In 'simple mode', only MIDI channel 0 is used. Therefore, an instrument has to be mono-timbral. The host will now work with multiple instances of the plug-in rather than using the same instance in a way that it contains multiple internal sections of the same kind. The VST-MA component model supports shared resources between multiple instances of a plug-in because usually the same module instance (dll/bundle) is used for each plug-in instance. Yet, a plug-in has the option to support both the simple and the advanced mode with the same implementation. The host tests the general ability to support the 'simple mode' by checking the processor's class flags ( Steinberg::PClassInfo2::classFlags ) for the Steinberg::Vst::kSimpleModeSupported flag. If the plug-in is to be used in an instrument track (or whenever a host regards it more suitable) the Steinberg::Vst::IComponent::setIoMode method is called (before any other call!) to configure the plug-in. A mono-timbral plug-in should set this flag as well and does not need to take into account the setIoMode call.","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » The Simple Mode","id":"390","title":"The Simple Mode"},"391":{"body":"For a multi-timbral instrument plug-in, preset handling can be a lot more complex. In this case: The plug-in can define any number of program lists. Each unit can reference one program list (this reference must not change). Each unit that uses a program list references one list item. For each unit referencing a program list, a program selection parameter has to be exported ( Steinberg::Vst::ParameterInfo::kIsProgramChange ). The plug-in can provide GUI for the selection of programs, but it must synchronize the corresponding program selection parameter. A host may want to show the program list of the active unit in the same way as it shows the presets of a simple plug-in (usually in a separate control area at the top or the bottom of the window). The host must be able to display the correct list and the correct program name for the unit that has got the focus in the plug-in GUI. To make this all work correctly, the plug-in must supply a valid implementation of Steinberg::Vst::IUnitInfo and it must operate the callback interface Steinberg::Vst::IUnitHandler accordingly. Similar to the simple case, the host may want to save and load preset files. The component state of the plug-in is not useful here. A preset of a complex plug-in can be: The state of a plug-in unit To support this, the plug-in must implement the Steinberg::Vst::IUnitData interface in its component part. The contents of an item in the program list To support this, the plug-in must implement the Steinberg::Vst::IProgramListData interface in its component part. A plug-in can support unit presets and program list presets. Tech_doc_19 See also Presets & Program Lists , Steinberg::Vst::IProgramListData , Steinberg::Vst::IUnitData .","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Multi-timbral Program Lists","id":"391","title":"Multi-timbral Program Lists"},"392":{"body":"A unit can be associated with busses (or channels of busses). In particular, a unit can have a fixed and unique connection to an input MIDI channel. For a host, it might be useful to know about this connection and which unit can be associated with a specific MIDI track as a result of this. Often, the GUI of a multi-timbral plug-in does not show the settings of all similar units at the same time. Instead, there is some kind of unit selection. The idea is to be able to synchronize the selection of units in a plug-in to the selection of tracks in the host (in both ways). When a plug-in GUI is organized in the described way, it should support the described behavior by implementing Steinberg::Vst::IUnitInfo::getUnitByBus : find out the track - unit relations Steinberg::Vst::IUnitInfo::getSelectedUnit : let the host know which track to select Steinberg::Vst::IUnitInfo::selectUnit : cause the plug-in to select its unit and by calling Steinberg::Vst::IUnitHandler::notifyUnitSelection : trigger the host to synchronize its GUI","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Units and Tracks","id":"392","title":"Units and Tracks"},"393":{"body":"For a host, it may be interesting to know which VSTi channel in the mixer is the output of a specific MIDI track if the plug-in defines multiple audio output busses (represented as VSTi mixer channels in the host). In general, the host needs to know about any input to output routing of the plug-in. So if an unambiguous relation exists between a plug-in input and an output, the following method should be implemented: Steinberg::Vst::IComponent::getRoutingInfo : find out the output of a given input Tech_doc_20","breadcrumbs":"Technical Documentation » Complex Plug-in Structures / Multi-timbral Instruments » Routing","id":"393","title":"Routing"},"394":{"body":"/ VST Home / Technical Documentation On this page: Introduction The Data Exchange API IDataExchangeHandler Opening a queue Sending data Closing a queue What to do when the queue is full and no block can be locked? IDataExchangeReceiver Related pages: Data Exchange Tutorial","breadcrumbs":"Technical Documentation » Data Exchange » Data Exchange","id":"394","title":"Data Exchange"},"395":{"body":"In a modern plug-in, the UI representation and the audio processing do not share any data directly. This eliminates undefined behavior, as they run in different threads and any directly shared data would need to be protected by a mutex. But a mutex has no defined running time and may block the audio thread for too long, creating an audible glitch, which must be prevented. The other issue with sharing data between the UI and the audio processing is that the audio is processed before the audio is streamed through the monitor boxes or headphones. Without synchronization, the visual representation is displayed earlier than the sound it represents. To synchronize the visual representation and the processing of the audio signal, the UI has to queue the visual data until the time is reached when the audio is heard. This problem has already been solved for parameters which are automated by the host. The host delays sending the parameter change to the edit controller so that it is in sync with the audible audio. But parameters are limited in how much data they can transfer, this may be enough for a simple peak VU meter display, but presenting an FFT curve with it is a nightmare. Version 3.7.9 of the SDK contains the new Data Exchange API to send data from the realtime processing function to the controller in a safe and efficient way. As this API needs support from the host and not all hosts provide this API right from the start, the SDK contains a backwards compatibility layer that either uses the API directly, if available, or an alternative method based on the IMessage API to emulate the API. See the tutorial on how to use it.","breadcrumbs":"Technical Documentation » Data Exchange » Introduction","id":"395","title":"Introduction"},"396":{"body":"The API consists of two interfaces, the IDataExchangeHandler which needs to be implemented by the host and the IDataExchangeReceiver which needs to be implemented by the plug-in.","breadcrumbs":"Technical Documentation » Data Exchange » The Data Exchange API","id":"396","title":"The Data Exchange API"},"397":{"body":"The IDataExchangeHandler implements a direct and thread-safe connection from the realtime audio context of the audio processor to the non-realtime audio context of the edit controller. This should be used when the edit controller needs continuous data from the audio process for visualization or other \"use-cases\". To circumvent the bottleneck on the main thread, it is possible to configure the connection in a way that the calls to the edit controller happen on a background thread, see IDataExchangeReceiver below. Opening a queue The main operation for a plug-in is to open a queue via the handler before the plug-in is activated (but it must be connected to the edit controller via the IConnectionPoint when the plug-in is using the recommended separation of edit controller and audio processor). The best place to do this is in the IAudioProcessor::setupProcessing method, as this is also the place where the plug-in identifies the sample rate and maximum block size which the plug-in may need to calculate the queue block size. When a queue is opened, the edit controller is notified of this, and the controller can decide if it wishes to receive the data on the main thread or the background thread. Sending data In the IAudioProcessor::process call, the plug-in can now lock a block from the handler and fill it. When done, it can free the block via the handler, which then sends the block to the edit controller. The edit controller then receives the block either on the main thread or on a background thread depending on the setup of the queue. The host guarantees that all blocks are sent before the plug-in is deactivated. Closing a queue The audio processor must close an open queue. This need to be done after deactivating the processor and prior to disconnecting it from the edit controller (see IConnectionPoint ). What to do when the queue is full and no block can be locked? The plug-in needs to be prepared for this situation, as constraints in the overall system may cause the queue to fill up excessively. If you need to transfer the information to the controller, you can declare a hidden parameter, which you can set to a special value and send this parameter change in your audio process method.","breadcrumbs":"Technical Documentation » Data Exchange » IDataExchangeHandler","id":"397","title":"IDataExchangeHandler"},"398":{"body":"The IDataExchangeReceiver interface must be implemented by the edit controller of the plug-in. The host will call the queueOpened method when an exchange queue is opened by the processor. Later when the processor closes the queue, the host will call the queueClosed method. While the queue is open, the host will call the onDataExchangeBlocksReceived method whenever the processor has sent data. The edit controller can decide in the call to queueOpened if the host should deliver the data on a background thread or on the UI thread.","breadcrumbs":"Technical Documentation » Data Exchange » IDataExchangeReceiver","id":"398","title":"IDataExchangeReceiver"},"399":{"body":"/ VST Home / Technical Documentation Some useful graphical call sequences a VST 3 compliant host should follow.","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » VST 3 Workflow Diagrams","id":"399","title":"VST 3 Workflow Diagrams"},"4":{"body":"The VST 3 SDK (Virtual Studio Technology Software Development Kit) is a collection of software development tools included in one package. This allows plug-in developers to create plug-ins in VST 3 format and host developers to load VST 3 plug-ins into a DAW or audio editor.","breadcrumbs":"VST » What is the VST 3 SDK?","id":"4","title":"What is the VST 3 SDK?"},"40":{"body":"This open source application (Win/macOS) allows you to generate easily a new VST 3 plug-in project by just entering in a GUI some parameters.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator","id":"40","title":"VST 3 Project Generator"},"400":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Audio Processor Call Sequence","id":"400","title":"Audio Processor Call Sequence"},"401":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Edit Controller Call Sequence","id":"401","title":"Edit Controller Call Sequence"},"402":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence","id":"402","title":"Get Latency Call Sequence"},"403":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence","id":"403","title":"Resize View Call Sequence"},"404":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence","id":"404","title":"Bus Arrangement Setting Sequence"},"405":{"body":"/ ... / VST 3 Workflow Diagrams Related pages: Edit Controller Call Sequence stateDiagram State0: Factory\nState1: Created\nState2: Initialized\nState25: Connected (optional)\nState3: Setup Done\nState4: Activated\nState5: Processing State1: IComponent->setIoMode\nState1: IComponent->getControllerClassID   State2: IComponent->setState\nState2: IComponent->getState\nState2: ----------------------------------------------\nState2: IConnectionPoint->connect\nState2: ----------------------------------------------\nState2: IAudioProcessor->setBusArrangement\nState2: IAudioProcessor->getBusArrangement\nState2: IAudioProcessor->canProcessSampleSize State25: IComponent->setState\nState25: IComponent->getState\nState25: ----------------------------------------------\nState25: IConnectionPoint->disconnect\nState25: IConnectionPoint->notify\nState25: ----------------------------------------------\nState25: IAudioProcessor->setBusArrangement\nState25: IAudioProcessor->getBusArrangement\nState25: IAudioProcessor->canProcessSampleSize State3: IComponent->getBusCount\nState3: IComponent->getBusInfo\nState3: IComponent->getRoutingInfo\nState3: IComponent->activateBus\nState3: IComponent->setState\nState3: IComponent->getState\nState3: ----------------------------------------------\nState3: IConnectionPoint->connect\nState3: IConnectionPoint->disconnect\nState3: IConnectionPoint->notify\nState3: ----------------------------------------------\nState3: IAudioProcessor->getLatencySamples\nState3: IAudioProcessor->getTailSamples\nState3: IAudioProcessor->setBusArrangement\nState3: IAudioProcessor->getBusArrangement\nState3: IAudioProcessor->canProcessSampleSize\nState3: IAudioProcessor->setupProcessing\nState3: ----------------------------------------------\nState3: IProcessContextRequirements->getProcessContextRequirements State4: IComponent->getBusCount\nState4: IComponent->getBusInfo\nState4: IComponent->getRoutingInfo\nState4: IComponent->setState\nState4: IComponent->getState\nState4: ----------------------------------------------\nState4: IConnectionPoint->notify\nState4: ----------------------------------------------\nState4: IAudioProcessor->getLatencySamples\nState4: IAudioProcessor->getTailSamples\nState4: IAudioProcessor->getBusArrangement\nState4: IAudioProcessor->canProcessSampleSize\nState4: ----------------------------------------------\nState4: IAudioPresentationLatency->setAudioPresentationLatency State5: ---[Processing Thread]-------------------------------\nState5: IAudioProcessor->process\nState5: ---[UI Thread]---------------------------------------\nState5: IComponent->getBusCount\nState5: IComponent->getBusInfo\nState5: IComponent->getRoutingInfo\nState5: IComponent->setState\nState5: IComponent->getState\nState5: ---[UI Thread]---------------------------------------\nState5: IConnectionPoint->notify\nState5: ---[UI Thread]---------------------------------------\nState5: IAudioProcessor->getLatencySamples\nState5: IAudioProcessor->getTailSamples\nState5: IAudioProcessor->getBusArrangement\nState5: IAudioProcessor->canProcessSampleSize State0 --> State1: createInstance\nState1 --> State0: release\nState1 --> State2: initialize\nState2 --> State25: connect\nState25 --> State2: disconnect\nState2 --> State1: terminate\nState2 --> State3: setupProcessing\nState25 --> State3: setupProcessing\nState3 --> State1: terminate\nState3 --> State4: setActive(true)\nState4 --> State3: setActive(false)\nState4 --> State5: setProcessing(true)\nState5 --> State4: setProcessing(false) ⚠️ Warning Note about IAudioProcessor->setProcessing transition between Activated and Processing state may be called from real-time Processing Thread (must be lock-free and without memory allocation!) plug-in has to reset its inner processing state (for example to clean its delay buffers in order to have a defined state when the processing starts again).","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Audio Processor Call Sequence » Audio Processor Call Sequence","id":"405","title":"Audio Processor Call Sequence"},"406":{"body":"/ ... / VST 3 Workflow Diagrams Related pages: Audio Processor Call Sequence stateDiagram State0: Factory\nState1: Created\nState2: Initialized\nState3: Connected State2: IEditController->setComponentHandler\nState3: IConnectionPoint->notify\nState3: ----------------------------------------------\nState3: IEditController->setComponentState\nState3: IEditController->getTailSamples\nState3: IEditController->getParameterCount\nState3: IEditController->getParameterInfo\nState3: IEditController->getParamValueByString\nState3: IEditController->normalizedParamToPlain\nState3: IEditController->plainParamToNormalized\nState3: IEditController->getParamNormalized\nState3: IEditController->setParamNormalized\nState3: IEditController->createView\nState3: ----------------------------------------------\nState3: IEditController2 ...\nState3: ----------------------------------------------\nState3: IMidiMapping ...\nState3: ----------------------------------------------\nState3: IEditControllerHostEditing ...\nState3: ----------------------------------------------\nState3: INoteExpressionController ...\nState3: ----------------------------------------------\nState3: IKeyswitchController ...\nState3: ----------------------------------------------\nState3: IXmlRepresentationController ... State0 --> State1: createInstance\nState1 --> State0: release\nState1 --> State2: initialize\nState2 --> State1: terminate\nState2 --> State3: IConnectionPoint->connect\nState3 --> State1: terminate ⓘ Note All Edit Controller methods must be called from the UI Thread","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Edit Controller Call Sequence » Edit Controller Call Sequence","id":"406","title":"Edit Controller Call Sequence"},"407":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Initiated from AudioProcessor Initiated from EditController/UI without EditController","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Get Latency Call Sequence","id":"407","title":"Get Latency Call Sequence"},"408":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host\nparticipant EC as EditController autonumber AP->>+H: sendMessage/latency changed\nH-->>-AP: return\nH->>+EC: notify EC->>+H: restatComponent H-->>-EC: return\nEC-->>-H: return H->>+AP: setProcessing (false) AP-->>-H: return\nH->>+AP: setActive (false)\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Initiated from AudioProcessor","id":"408","title":"Initiated from AudioProcessor"},"409":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host\nparticipant EC as EditController autonumber EC->>+H: sendMessage/latency changed H->>+AP: notify AP-->>-H: return\nH-->>-EC: return EC->>+H: restatComponent\nH-->>-EC: return\nH->>+AP: setProcessing (false)\nAP-->>-H: return\nH->>+AP: setActive (false)\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » Initiated from EditController/UI","id":"409","title":"Initiated from EditController/UI"},"41":{"body":"The validator is a small command line host application (source code included) which can be used to check your plug-in for VST 3 conformity.","breadcrumbs":"What is the VST 3 SDK? » Validator command line","id":"41","title":"Validator command line"},"410":{"body":"sequenceDiagram participant AP as AudioProcessor\nparticipant H as Host autonumber H->>+AP: setupProcessing\nAP-->>-H: return H->>+AP: setState\nAP-->>-H: return\nH->>+AP: setActive (true) AP->>AP: Change/adapt internal processing Algo\nAP-->>-H: return H->>+AP: getLatency\nAP-->>-H: return\nH->>+AP: setProcessing (true)\nAP-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Get Latency Call Sequence » without EditController","id":"410","title":"without EditController"},"411":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Initiated from Plug-In Initiated from Host","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Resize View Call Sequence","id":"411","title":"Resize View Call Sequence"},"412":{"body":"sequenceDiagram participant P as PlugView participant H as Host resp. IPlugFrame autonumber Note left of P: Press e.g. \"Large\" button on plug-in GUI P->>+H: resizeView(size) H->>+P: getSize P-->>-H: return Note right of H: Still returns the \"old\" size H->>H: resize frame H->>+P: onSize P->>P: resize view P-->>-H: return H->>+P: getSize P-->>-H: return Note right of H: Now returns the \"new\" size H-->>-P: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Initiated from Plug-In","id":"412","title":"Initiated from Plug-In"},"413":{"body":"User drags window frame in order to resize sequenceDiagram participant P as PlugView participant H as Host resp. IPlugFrame autonumber Note right of H: User drags window frame Note right of H: in order to resize H->>+P: checkSizeContraints(size) P-->>-H: return H->>+H: resize frame to [size] H->>+P: onSize(size) P->>P: resize view P-->>-H: return Moving window to other screen sequenceDiagram participant P as IPlugViewContentScaleSupport participant H as Host resp. IPlugFrame autonumber Note right of H: Move window to other screen H->>+P: setContentScaleFactor(factor) P-->>-H: return Note right of H: From here, same sequence Note right of H: than \"Initiated from Plug-In\" P->>+H: resizeView(size) H-->>-P: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Resize View Call Sequence » Initiated from Host","id":"413","title":"Initiated from Host"},"414":{"body":"/ ... / VST 3 Workflow Diagrams On this page: Plug-In does accepts what the host wants as Bus Arrangements Plug-In does not accept what the host wants as Bus Arrangements Check FAQ for some use case!","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Bus Arrangement Setting Sequence","id":"414","title":"Bus Arrangement Setting Sequence"},"415":{"body":"sequenceDiagram participant H as Host participant P as Plug-in: IAudioProcessor autonumber H->>+P: setProcessing (false) P-->>-H: return H->>+P: setActive (false) P-->>-H: return H->>+P: setBusArrangements (req. Ins, req. Outs) P-->>P: adapt its arrangements if needed P-->>-H: return kResultTrue H->>+P: setActive (true) P-->>-H: return H->>+P: setProcessing (true) P-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Plug-In does accepts what the host wants as Bus Arrangements","id":"415","title":"Plug-In does accepts what the host wants as Bus Arrangements"},"416":{"body":"sequenceDiagram participant H as Host participant P as Plug-in: IAudioProcessor autonumber H->>+P: setProcessing (false) P-->>-H: return H->>+P: setActive (false) P-->>-H: return H->>+P: setBusArrangements (req. Ins, req. Outs) P-->>P: Adapt its buses according to the requested ones if possible P-->>P: return kResultFalse if not match. P-->>-H: return kResultFalse H->>+P: for each Bus: getBusArrangement () P-->>-H: return kResultTrue H->>+P: setActive (true) P-->>-H: return H->>+P: setProcessing (true) P-->>-H: return","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Plug-In does not accept what the host wants as Bus Arrangements","id":"416","title":"Plug-In does not accept what the host wants as Bus Arrangements"},"417":{"body":"","breadcrumbs":"Technical Documentation » VST 3 Workflow Diagrams » Bus Arrangement Setting Sequence » Check FAQ for some use case!","id":"417","title":"Check FAQ for some use case!"},"418":{"body":"/ VST Home / Technical Documentation On this page: Plug-in Format Structure Plug-in Locations Preset Format Preset Locations Snapshots Remote Representation Locations Formats definition of a VST 3 plug-in and its preset and where they are located on different platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » VST 3 Locations / Format","id":"418","title":"VST 3 Locations / Format"},"419":{"body":"This section explains how a VST 3 plug-in is structured as files and folders.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure","id":"419","title":"Plug-in Format Structure"},"42":{"body":"Simple cross-platform (only tested on Linux) host application allowing you to register a VST 3 plug-in with Jack Server.","breadcrumbs":"What is the VST 3 SDK? » AudioHost","id":"42","title":"AudioHost"},"420":{"body":"This section explains where VST 3 plug-in are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations","id":"420","title":"Plug-in Locations"},"421":{"body":"This section explains the VST 3 format for preset file.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Format","id":"421","title":"Preset Format"},"422":{"body":"This section explains where VST 3 preset files are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations","id":"422","title":"Preset Locations"},"423":{"body":"Since VST 3.6.10, a VST 3 bundle can contain pre-rendered snapshot images for VST 3 host as visual representation of the plug-in UI.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Snapshots","id":"423","title":"Snapshots"},"424":{"body":"This section explains where VST XMLs files (Remote Presentation of Parameters) are located on the different supported platforms.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Remote Representation Locations","id":"424","title":"Remote Representation Locations"},"425":{"body":"/ ... / VST 3 Locations / Format On this page: For the macOS platform For the Windows platform Limitation for loading Plug-in DLL in a Host (inside the same process) For the Linux platform Merged Bundle Related pages: VST 3 Locations / Format Snapshots","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Plug-in Format Structure","id":"425","title":"Plug-in Format Structure"},"426":{"body":"On the macOS platform, VST 3 plug-in is a standard macOS bundle, its file extension is \" .vst3 \" and has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/MacOS/ folder contains the plug-in’s macOS universal binary (Mach-O) MyPlugin.vst3/Contents/Info.plist the plug-in’s property list MyPlugin.vst3/Contents/PkgInfo specifies the type and creator codes of the bundle (optional)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the macOS platform","id":"426","title":"For the macOS platform"},"427":{"body":"On the Windows platform, a VST 3 plug-in is organized as a bundle-like package (simple folder), its file extension is \" .vst3 \" and has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/ x86-win /MyPlugin.vst3 folder contains the plug-in binary (32 bit dll for i386 architecture) MyPlugin.vst3/Contents/ x86_64-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for x86_64 architecture) MyPlugin.vst3/Contents/ arm64ec-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for Arm64EC architecture). Recommended archi for Windows on Arm64! MyPlugin.vst3/Contents/ arm-win /MyPlugin.vst3 folder contains the plug-in binary (32 bit dll for Arm classic architecture) MyPlugin.vst3/Contents/ arm64-win /MyPlugin.vst3 folder contains the plug-in binary (64 bit dll for Arm64 classic architecture) MyPlugin.vst3/Contents/ arm64x-win /MyPlugin.vst3 folder contains the plug-in binary for both Arm64 code and Arm64EC code together (64 bit dll for Arm64 classic architecture) MyPlugin.vst3/desktop.ini used to set custom icon in Windows Explorer MyPlugin.vst3/Plugin.ico customized plug-in icon ⓘ Note In previous SDKs, the VST 3 plug-in was defined as a single dll file with the .vst3 extension. This has been deprecated since VST 3.6.10 . The file desktop.ini should contain: desktop.ini [.ShellClassInfo]\nIconResource=Plugin.ico,0 and you should then change their attributes with this command line (s for system to make sure that Windows will use it for the folder/bundle, r for read-only and h for hidden (optional)): attrib +s +r +h desktop.ini\nattrib +r +h Plugin.ico","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the Windows platform","id":"427","title":"For the Windows platform"},"428":{"body":"See Microsoft Blogs about this : OS PC Architecture Host Process App Compatible Plug-in Architectures Windows 10 Intel x86 Intel x86 Intel x86 Windows 10/11 Intel x64 Intel x64 Intel x64* Windows 10/11 Intel x64 Intel x86 Intel x86 Windows 11 Arm64 Arm64 Classic Arm64 Classic, Arm64X Windows 11 Arm64 Arm64EC Arm64X, Arm64EC, Intel x64 Windows 11 Arm64 Intel x64 Arm64EC, Intel x64, Arm64X \"TLDR: Please offer both Arm64EC and x64 versions of your DAWs and plug-ins, and please stay up to date with the latest developer tooling and SDKs.\" ( Pete Brown - Microsoft ) ⓘ Note With out-of-process/inter-process communication a host can overriden these limitations, by allowing, for example, an Arm64 Classic host to handle an Arm64EC plug-in. ⓘ Note To learn more about Arm64X (new type of binary that can contain both the classic Arm64 code and Arm64EC code together), click here .","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Limitation for loading Plug-in DLL in a Host (inside the same process)","id":"428","title":"Limitation for loading Plug-in DLL in a Host (inside the same process)"},"429":{"body":"On Linux, a VST 3 plug-in is organized as a bundle-like package, its file extension is \" .vst3 \", and it has the following folder structure: Folder Description MyPlugin.vst3/Contents/Resources/ folder contains all additional resource files useful for the plug-in MyPlugin.vst3/Contents/Resources/moduleinfo.json the plug-in’s module info MyPlugin.vst3/Contents/i386-linux folder contains the plug-in binary (32 bit shared library .so for Kernel Architecture i386) MyPlugin.vst3/Contents/x86_64-linux folder contains the plug-in binary (64 bit shared library .so for Kernel Architecture x86_64) MyPlugin.vst3/Contents/XXX-linux with XXX the architecture name based on the output of command-line \"uname -m\" (machine hardware) + \"-linux\" for example: • armv3l-linux • armv4b-linux • armv4l-linux • armv5tel-linux • armv5tejl-linux • armv6l-linux • armv7l-linux • armv8l-linux","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » For the Linux platform","id":"429","title":"For the Linux platform"},"43":{"body":"Simple cross-platform (Win/macOS/Linux) host application allowing you to open the editor of a VST 3 plug-in.","breadcrumbs":"What is the VST 3 SDK? » EditorHost","id":"43","title":"EditorHost"},"430":{"body":"Note that all the bundles can be merged to one, which allows to have a cross-platform bundle/folder. For example: ./MyPlugin.vst3 ├── Contents │ ├── Resources │ │ ├── Documentation │ │ │ ├── Manual.pdf │ │ │ └── WhatsNew.pdf │ │ ├── Help │ │ │ └── helpdoc.xml │ │ ├── Snapshots │ │ │ ├── 84E8DE5F92554F5396FAE4133C935A18_snapshot.png │ │ │ └── 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png │ │ ├── VST XMLs │ │ │ └── AGain │ │ │ └── 84E8DE5F92554F5396FAE4133C935A18 │ │ │ ├── Generic 8 Cells.xml │ │ │ └── WK-Audio ID 8 Cells.xml │ │ ├── moduleinfo.json │ │ └── MyPlugin.srf │ │ │ ├── armv7l-linux │ │ └── MyPlugin.so │ │ │ ├── i686-linux │ │ └── MyPlugin.so │ │ │ ├── i386-linux │ │ └── MyPlugin.so │ │ │ ├── x86_64-linux │ │ └── MyPlugin.so │ │ │ ├── MacOS │ │ └── MyPlugin │ │ │ ├── x86_64-win │ │ └── MyPlugin.vst3 │ │ │ ├── arm64ec-win │ │ └── MyPlugin.vst3 │ │ │ ├── Info.plist (macOS Only) │ └── PkgInfo (macOS Only) │ ├── desktop.ini (Windows only) └── Plugin.ico (Windows only)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Format Structure » Merged Bundle","id":"430","title":"Merged Bundle"},"431":{"body":"/ ... / VST 3 Locations / Format On this page: Introduction On macOS platform On Windows platform On Linux platform Related pages: VST 3 Locations / Format Plug-in Format Structure","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » Plug-in Locations","id":"431","title":"Plug-in Locations"},"432":{"body":"A VST 3 plug-in should be installed at specific folder location, the following tables specify these predefined locations for different operating system. ⓘ Note VST 3 doesn't require a plug-in registration like it is used with DirectX. ⚠️ Warning Links, Symbolic links or Shortcuts could be used from these predefined folders. 3 levels of folder location are defined: User : available only for the current logged user Global : available for all users of the system Application : available only inside a specific Audio Application (local plug-ins) ⓘ Note The host should scan, at first, higher level of priority. First found plug-in (for a given Processor UID) has to be used.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » Introduction","id":"432","title":"Introduction"},"433":{"body":"On the macOS platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path 1 User /Users/$USERNAME/Library/Audio/Plug-ins/VST3/ 2 Global /Library/Audio/Plug-ins/VST3/ 3 Global /Network/Library/Audio/Plug-ins/VST3/ 4 Application $APPFOLDER/Contents/VST3/ ⓘ Note The host recursively scans these folders at startup in this order (Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On macOS platform","id":"433","title":"On macOS platform"},"434":{"body":"On the Windows platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path Comment 1 User %LOCALAPPDATA%/Programs/Common/VST3/ FOLDERID_UserProgramFilesCommon native bitdepth: • 32bit Plug-in on 32bit OS, • 64bit on 64bit OS Mainly used for development use case. example: C:\\Users\\MyUserName\\AppData\\Local\\Programs\\Common\\VST3 2 Global /Program Files/Common Files/VST3/ FOLDERID_ProgramFilesCommon native bitdepth: • 32bit Plug-in on 32bit OS, • 64bit on 64bit OS 2 Global /Program Files (x86)/Common Files/VST3/ 32bit Plug-ins on 64bit Windows 3 Application $APPFOLDER/VST3/ ⓘ Note The host recursively scans these folders at startup in this order (Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On Windows platform","id":"434","title":"On Windows platform"},"435":{"body":"On the Linux platform, the host application expects VST 3 plug-ins to be located in: Prio Location Path 1 User $HOME/.vst3/ 2 Global /usr/lib/vst3/ 3 Global /usr/local/lib/vst3/ 4 Application $APPFOLDER/vst3/ ⓘ Note The host recursively scans these folders at startup in this order (User/Global/Application).","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Plug-in Locations » On Linux platform","id":"435","title":"On Linux platform"},"436":{"body":"/ ... / VST 3 Locations / Format Related pages: Preset Locations Presets & Program Lists The file extension has to be .vstpreset , for example: myBestDefault.vstpreset Specification of a VST 3 Preset file : VST 3 Preset File Format Definition =================================== 0 +---------------------------+ | HEADER | | header id ('VST3') | 4 Bytes | version | 4 Bytes (int32) | ASCII-encoded class id | 32 Bytes +--| offset to chunk list | 8 Bytes (int64) | +---------------------------+ | | DATA AREA |<-+ | | data of chunks 1..n | | | ... ... | | | | | +->+---------------------------+ | | CHUNK LIST | | | list id ('List') | | 4 Bytes | entry count | | 4 Bytes (int32) +---------------------------+ | | 1..n | | | +----------------------+ | | | | chunk id | | | 4 Bytes | | offset to chunk data |----+ 8 Bytes (int64) | | size of chunk data | | 8 Bytes (int64) | +----------------------+ |\nEOF +---------------------------+ Check the Steinberg::Vst::PresetFile source code which allows to read and write such presets.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Format » Preset Format","id":"436","title":"Preset Format"},"437":{"body":"/ ... / VST 3 Locations / Format On this page: Introduction For Mac platform For Windows XP/2000 platform For Windows Vista/7/8/10 For Linux platform Related pages: VST 3 Locations / Format","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » Preset Locations","id":"437","title":"Preset Locations"},"438":{"body":"VST 3 presets are located at predefined locations on the computer, depending on the operating system. 3 levels of preset scope are defined: User : available only for the current logged user Public : available for all users of the system Apps : available only inside a specific audio application 4 types of preset are defined: User : presets created by the user User_Factory : like User type, but more hidden Shared_Factory : factory presets installed by the plug-in installer App_Factory : presets installed by an audio application installer, only visible for this specific audio application ⚠️ Warning $COMPANY and $PLUGIN-NAME folder names contain only allowed characters for file naming (replace characters \"\\*?/:<>|\"by \"_\"). ⓘ Note Each path defined below should be scanned in the given priority, presets extracted and added to the preset list.","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » Introduction","id":"438","title":"Introduction"},"439":{"body":"Prio Type Scope Write Path Comment 1 User User X Users/$USERNAME/Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ 2 Shared_Factory Public - Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ Computer shared FactoryROM 3 Shared_Factory Public - Network/Library/Audio/Presets/$COMPANY/$PLUGIN-NAME/ Network shared FactoryROM 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Mac platform","id":"439","title":"For Mac platform"},"44":{"body":"Simple cross-platform (Win/macOS/Linux) host application, built with VSTGUI, which scans the VST 3 Folder, collects information from the factory about each VST 3 plug-in and display it in its UI.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector","id":"44","title":"VST 3 Inspector"},"440":{"body":"Prio Type Scope Write Path Comment 1 User User X [My Documents]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_personal 2 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_appdata 3 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ csidl_common_appdata 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Windows XP/2000 platform","id":"440","title":"For Windows XP/2000 platform"},"441":{"body":"Prio Type Scope Write Path Comment 1 User User X [Users/$USERNAME/Documents]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_Documents 2 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_RoamingAppData 3 Shared_Factory Public - [ProgramData]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ FOLDERID_ProgramData 4 App_Factory Apps - [$APPFOLDER]/VST3 Presets/$COMPANY/$PLUGIN-NAME/ Host Application (Cubase, ...)","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Windows Vista/7/8/10","id":"441","title":"For Windows Vista/7/8/10"},"442":{"body":"Prio Type Scope Write Path Comment 1 User User X $HOME/.vst3/presets/$COMPANY/$PLUGIN-NAME/ 2 Shared_Factory Public - /usr/share/vst3/presets/$COMPANY/$PLUGIN-NAME/ 3 Shared_Factory Public - /usr/local/share/vst3/presets/$COMPANY/$PLUGIN-NAME/ 4 App_Factory Apps - [$APPFOLDER]/vst3/presets/$COMPANY/$PLUGIN-NAME/ Host Application","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Preset Locations » For Linux platform","id":"442","title":"For Linux platform"},"443":{"body":"/ ... / VST 3 Locations / Format On this page: Related pages: VST 3 Locations / Format See [3.6.10] UI Snapshots","breadcrumbs":"Technical Documentation » VST 3 Locations / Format » Snapshots » Snapshots","id":"443","title":"Snapshots"},"444":{"body":"/ VST Home / Technical Documentation On this page: Related Concepts in MIDI and VST 3 MIDI 2.0 Per-Note Controllers MIDI 2.0 Increased Resolution, compared to MIDI 1.0 Related pages: [3.0.1] Parameter MIDI Mapping [3.5.0] Note Expression [3.5.0] Key Switch [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MPE support for Wrappers Unlike in VST 2, MIDI is not included in VST 3 . But VST 3 offers suitable concepts that can be translated to and from MIDI using Event : Tech_doc_27","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » About MIDI in VST 3","id":"444","title":"About MIDI in VST 3"},"445":{"body":"Relationship of concepts in MIDI 1.0 to VST 3 MIDI 1.0 VST 3 Defined in Port Bus of Steinberg::Vst::MediaType , Steinberg::Vst::MediaTypes::kEvent ivstcomponent.h Channel Channel of a Bus, Unit by Bus and Channel ivstcomponent.h , ivstunits.h Note-On Steinberg::Vst::NoteOnEvent ivstevents.h Note-Off Steinberg::Vst::NoteOffEvent ivstevents.h Poly Key Pressure Steinberg::Vst::PolyPressureEvent ivstevents.h Control Change Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Channel Pressure Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Pitch Bend Parameter , IMidiMapping ivstcomponent.h , ivstmidicontrollers.h Program Change Parameter , kIsProgramChange , Steinberg::Vst::ProgramListInfo ivstcomponent.h , ivstunits.h MPE (MIDI Polyphonic Expression) NoteExpression , PhysicalUI ivstnoteexpression.h , ivstphysicalui.h System Exclusive Steinberg::Vst::DataEvent of Type Steinberg::Vst::DataEvent::kMidiSysEx ivstevents.h Additional relationships of concepts introduced in MIDI 2.0 ( https://www.midi.org/ ) to VST 3 MIDI 2.0 VST 3 Defined in/Comments Group (of Channels) Bus of Steinberg::Vst::MediaType , Steinberg::Vst::MediaTypes::kEvent ivstcomponent.h Registered Per-Note Controller NoteExpression , PhysicalUI ivstnoteexpression.h , ivstphysicalui.h Assignable Per-Note Controller NoteExpression ivstnoteexpression.h System Exclusive 8-Bit indirect support The host can translate to 7-Bit, Steinberg::Vst::DataEventof Type Steinberg::Vst::DataEvent::kMidiSysEx Registered Controller not supported The host can do detailed tuning via NoteExpression Assignable Controller not supported The host should offer mapping to parameters Relative Registered Controller not supported The host is free to translate this to parameters Relative Assignable Controller not supported The host is free to translate this to parameters Per-Note Pitch Bend not supported The host can do detailed tuning via NoteExpression Mixed Data Set not supported not supported","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » Related Concepts in MIDI and VST 3","id":"445","title":"Related Concepts in MIDI and VST 3"},"446":{"body":"There are many subtle differences between MIDI 2.0 Per-Note Controllers and VST 3 NoteExpression . The good thing is that plug-in developers do not have to do anything about it. It is the host's duty to translate from MIDI 2.0 to VST 3 .","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » MIDI 2.0 Per-Note Controllers","id":"446","title":"MIDI 2.0 Per-Note Controllers"},"447":{"body":"MIDI 2.0 achieved a significant increase in resolution of many important values, like Velocity, Pressure, and Controllers compared to MIDI 1.0 . Nevertheless, VST 3 still has superior resolution than MIDI 2.0 . Plug-ins and hosts supporting VST 3 should make use of these capabilities and should not stick to a 0-127 mindset. See the following tables to compare the resolution of specific values in MIDI 1.0 , MIDI 2.0 , and VST 3 . Value MIDI 1.0 MIDI 2.0 VST 3 Velocity (On & Off) 7 Bit integer 16 Bit integer 32 Bit float Poly Pressure 7 Bit integer 32 Bit integer 32 Bit float Channel Pressure / Parameters 7 Bit integer 32 Bit integer 64 Bit float Controllers / Parameters 7-14 Bit integer 32 Bit integer 64 Bit float Pitch Bend / Parameters 14 Bit integer 32 Bit integer 64 Bit float Note Attribute Tuning not available 16 Bit fixed point (7.9) 32 Bit float Per-Note Controllers / NoteExpression not available 32 Bit integer 64 Bit float","breadcrumbs":"Technical Documentation » About MIDI in VST 3 » MIDI 2.0 Increased Resolution, compared to MIDI 1.0","id":"447","title":"MIDI 2.0 Increased Resolution, compared to MIDI 1.0"},"448":{"body":"/ VST Home / Technical Documentation On this page: Query IRunLoop from IPlugFrame Query IRunLoop from the host context of IPlugFactory3 On Linux , there is no global event run loop like on Windows and macOS . For this reason, the plug-in can query for an Linux::IRunLoop which must be provided by the host application in two different ways.","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Provide a RunLoop on Linux","id":"448","title":"Provide a RunLoop on Linux"},"449":{"body":"The host application must provide the Linux::IRunLoop via IPlugFrame (by calling IPlugView::setFrame ). // Plug-in implementation\ntresult PLUGIN_API MyPlugView::setFrame (Steinberg::IPlugFrame* frame)\n{ ... Steinberg::FUnknownPtr runLoop (plugFrame); if (runLoop) { runLoop->registerEventHandler (...); } ...\n}","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Query IRunLoop from IPlugFrame","id":"449","title":"Query IRunLoop from IPlugFrame"},"45":{"body":"This is a user interface toolkit mainly for audio plug-ins (VST, AudioUnit, etc). Based on the XML definition of the plug-in UI, VSTGUI includes an embedded editor (UIDescription Editor) which allows the developer to create a plug-in UI just by drag & drop of the UI element.","breadcrumbs":"What is the VST 3 SDK? » VSTGUI","id":"45","title":"VSTGUI"},"450":{"body":"A plug-in also needs a way to query for an Linux::IRunLoop without IPlugFrame . This allows to register timers in case the editor is closed or unavailable. These timers can be used inside Vst::IAudioProcessor for extra computations or sending messages within the UI thread. The host application must call Vst::IPlugFactory3::setHostContext (context) for this and provide a context. This context can be used to query an Linux::IRunLoop interface. // Plug-in implementation\ntresult PLUGIN_API MyPlugFactory::setHostContext (FUnknown* context)\n{ ... Steinberg::FUnknownPtr runLoop (context); if (runLoop) { runLoop->registerTimer (...); } ...\n}","breadcrumbs":"Technical Documentation » Provide A Runloop On Linux » Query IRunLoop from the host context of IPlugFactory3","id":"450","title":"Query IRunLoop from the host context of IPlugFactory3"},"451":{"body":"/ VST Home / Technical Documentation VST 3 Interfaces to be implemented by a VST 3 host: [3.0.0] Interfaces supported by the host . If MIDI is supported: [3.6.12] MIDI Learn . [3.6.12] Host Query Interface support . If a plug-in implements IPluginViewContentScaleSupport , the host should follow the [3.6.6] PlugView Content Scaling requirements.","breadcrumbs":"Technical Documentation » Host Requirements for VST 3 Support » Minimum Host requirements for VST 3 support","id":"451","title":"Minimum Host requirements for VST 3 support"},"452":{"body":"[3.0.0] Interfaces supported by the plug-in [3.0.0] Multiple Dynamic I/O Support [3.0.0] Silence flags [3.0.0] Interfaces supported by the host [3.0.1] Parameter MIDI Mapping [3.0.2] Parameter Finder [3.1.0] Audio Presentation Latency [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support [3.1.0] KnobMode, Open Help & Open Aboutbox [3.5.0] Note Expression [3.5.0] Key Switch [3.5.0] Remote Presentation of Parameters [3.5.0] Context Menu [3.5.0] Enhanced Linked Parameters [3.6.0] iOS Inter-App Audio [3.6.0] Preset Meta-Information [3.6.5] Channel Context Info [3.6.5] Unit-Bus Assignment Change [3.6.5] Prefetchable [3.6.5] Automation State [3.6.6] PlugView Content Scaling [3.6.8] Request Bus Activation [3.6.10] UI Snapshots [3.6.11] NoteExpression Physical UI Mapping [3.6.12] Legacy MIDI CC Out Event [3.6.12] MIDI Learn [3.6.12] Host Query Interface support [3.6.12] MPE support for Wrappers [3.7.0] Parameter Function Name [3.7.0] Progress display [3.7.0] Process Context Requirements [3.7.0] Control Voltage Bus Flag [3.7.5] Module Info and Plug-in Compatibility [3.7.9] Get Current SystemTime [3.7.9] Data Transfert Between Processor/Controller","breadcrumbs":"Technical Documentation » <<<<<<<< Features History >>>>>>>> » Features History","id":"452","title":"Features History"},"453":{"body":"/ VST Home / Technical Documentation On this page: IComponent IAudioProcessor IEditController IConnectionPoint IUnitInfo IProgramListData IUnitData IPlugView Sizing of a view Keyboard handling Related pages [3.0.0] Interfaces supported by the host List of interfaces supported/implemented by the plug-in in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » [3.0.0] Interfaces supported by the plug-in","id":"453","title":"[3.0.0] Interfaces supported by the plug-in"},"454":{"body":"Component base interface. [plug imp] [released: 3.0.0] [mandatory] This is the basic interface for a VST component and must always be supported. It contains the common parts of any kind of processing class. The parts that are specific to a media type are defined in a separate interface. An implementation component must provide both the specific interface and IComponent . See also IPluginBase .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IComponent","id":"454","title":"IComponent"},"455":{"body":"Audio processing interface. [plug imp] [extends IComponent ] [released: 3.0.0] [mandatory] This interface must always be supported by audio processing plug-ins.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IAudioProcessor","id":"455","title":"IAudioProcessor"},"456":{"body":"Edit controller component interface. [plug imp] [released: 3.0.0] [mandatory] The controller part of an effect or instrument with parameter handling (export, definition, conversion...). See also IComponent::getControllerClassId , IMidiMapping .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IEditController","id":"456","title":"IEditController"},"457":{"body":"Connect a component with another one. [plug imp] [host imp] [released: 3.0.0] [mandatory] This interface is used for the communication of separate components. Note that some hosts will place a proxy object between the components so that they are not directly connected. See also Communication between the components .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IConnectionPoint","id":"457","title":"IConnectionPoint"},"458":{"body":"Edit controller extension to describe the plug-in structure. [plug imp] [extends IEditController ] [released: 3.0.0] [optional] IUnitInfo describes the internal structure of the plug-in. The root unit is the component itself, so getUnitCount must return 1 at least. The root unit id has to be 0 (kRootUnitId). Each unit can reference one program list - this reference must not change. Each unit that uses a program list references one program of the list. See also VST 3 Units , IUnitHandler .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IUnitInfo","id":"458","title":"IUnitInfo"},"459":{"body":"Component extension to access program list data. [plug imp] [extends IComponent ] [released: 3.0.0] [optional] A component can support program list data via this interface or/and unit preset data ( IUnitData ). See also IUnitData , Complex Plug-in Structures / Multi-timbral Instruments .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IProgramListData","id":"459","title":"IProgramListData"},"46":{"body":"These wrappers allow you to create versions of your VST 3 plug-in in other plug-in formats with minimum effort.","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 wrappers","id":"46","title":"AAX, AUv3, AU and VST 2 wrappers"},"460":{"body":"Component extension to access unit data. [plug imp] [extends IComponent ] [released: 3.0.0] [optional] A component can support unit preset data via this interface or program list data ( IProgramListData ). See also Presets & Program Lists .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IUnitData","id":"460","title":"IUnitData"},"461":{"body":"Plug-in definition of a view. [plug imp] [released: 3.0.0]","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » IPlugView","id":"461","title":"IPlugView"},"462":{"body":"After the creation of a IPlugView, the plug-in must make sure that it returns the correct size if the host asks for it (IPlugView::getSize ()). Usually, the size of a plug-in view is fixed. But both the host and the plug-in can cause a view to be resized: Host : If IPlugView::canResize () returns kResultTrue , the host will set up the window so that the user can resize it. While the user resizes the window, IPlugView::checkSizeConstraint () is called, allowing the plug-in to change the size to a valid supported rectangle size. The host then resizes the window to this rect and has to call IPlugView::onSize (). Plug-in : The plug-in can call IPlugFrame::resizeView () and cause the host to resize the window. Afterwards, in the same callstack, the host has to call IPlugView::onSize () if a resize is needed (size was changed). ⓘ Note Note that if the host calls IPlugView::getSize () before calling IPlugView::onSize () (if needed), it will get the old size, not the current one! Here the calling sequence: plug-in->host: IPlugFrame::resizeView (newSize) host->plug-in (optional): IPlugView::getSize () returns the currentSize (not the newSize!) host->plug-in: if newSize is different from the current size: IPlugView::onSize (newSize) host->plug-in (optional): IPlugView::getSize () returns the newSize ⓘ Note Please only resize the platform representation of the view when IPlugView::onSize() is called.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » Sizing of a view","id":"462","title":"Sizing of a view"},"463":{"body":"The plug-in view receives keyboard events from the host. A view implementation must not handle keyboard events by the means of platform callbacks, but let the host pass them to the view. The host depends on a proper return value when IPlugView::onKeyDown is called, otherwise the plug-in view may cause a malfunction of the host's key command handling. See also IPlugFrame , Platform UI Types .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the plug-in » Keyboard handling","id":"463","title":"Keyboard handling"},"464":{"body":"/ VST Home / Technical Documentation On this page: Introduction Multiple Input or Output busses Information about busses Activation of busses What is a Side-Chain? How can I implement a Side-chain path into my plug-in? Audio bus Channel Configuration How are the different Speakers located? My plug-in is capable of processing all possible channel configurations How are speaker arrangement settings handled for FX plug-ins? How report to the host that the plug-in Arrangement has changed? My plug-in has mono input and stereo output. How does VST 3 handle this? Related pages Audio Processor Call Sequence Bus Arrangement Setting Sequence Complex Plug-in Structures / Multi-timbral Instruments","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » [3.0.0] Multiple Dynamic I/O Support","id":"464","title":"[3.0.0] Multiple Dynamic I/O Support"},"465":{"body":"VST 3 plug-ins are no longer limited to a fixed number of inputs and outputs, and their I/O configuration can dynamically adapt to the channel configuration. Side-chains are also very easily realizable. This includes the possibility to deactivate unused busses after loading and even reactivate those when needed. This cleans up the mixer and further helps to reduce CPU load. A bus can be understood as a \"collection of data channels\" belonging together: it describes a data input ( kInput ) or a data output ( kOutput ) of the plug-in. 2 types of bus is supported: kAudio and kEvent a VST component can define any desired number of busses. a bus could be defined a main bus ( kMain ) or auxiliary bus ( kAux ) for sidechaining (The kMain busses have to place before any others kAux busses in the exported busses list) a host that can handle multiple busses, allows the user to activate busses which are initially all inactive.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Introduction","id":"465","title":"Introduction"},"466":{"body":"A plug-in could have different reason to define multiple event input busses, for examples: in case of complex multitimbral instrument supporting more than 16 loaded sub-instruments at the same time by adding a kind of structure in its inputs from host perspective (simulating a kind of number of \"MIDI Port\" having its sub-MIDI channels) in case to different inputs meaning, which are distinctly visible and selectable in the host: one input for playing event one input for modulation event A plug-in could have different reason to define multiple event output busses, for example: in case of a main event output for played event from the UI and one event output for internally generated events from an arpeggiator. A plug-in could decide to export more than one audio input by adding a second audio input ( Side-chains, see below ) or more. A typical use case for multiple audio outputs is instrument plug-ins, for examples: with one main audio output and some auxiliary audio outputs for FX Returns or FX Sends. with one main audio output for each internally loaded instrument. Example //------------------------------------------------------------------------\ntresult PLUGIN_API MyPlugin::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } //---create Audio In/Out busses------ // we want a stereo Input and a Stereo Output addAudioInput (STR16 (\"Stereo In\"), SpeakerArr::kStereo, kMain, BusInfo::kDefaultActive); addAudioOutput (STR16 (\"Stereo Out\"), SpeakerArr::kStereo, kMain, BusInfo::kDefaultActive); //---create Main Event In bus (1 bus with only 16 channel)------ addEventInput (STR16 (\"Event In\"), 16, kMain, BusInfo::kDefaultActive); //---create Aux Event In bus (1 bus with only 1 channel)------ addEventInput (STR16 (\"Mod In\"), 1, kAux, 0); // not default activated wanted //---create Event out bus (1 bus with only 1 channel)------ addEventOutput (STR16 (\"Arpeggiator\"), 1, kAux, 0); // not default activated wanted return kResultOk;\n}","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Multiple Input or Output busses","id":"466","title":"Multiple Input or Output busses"},"467":{"body":"In order to get the number and information about busses exported by the plug-in, the host uses this interface IComponent with these functions: /** Called after the plug-in is initialized. */\nvirtual int32 PLUGIN_API getBusCount (MediaType type, BusDirection dir) = 0; /** Called after the plug-in is initialized. */\nvirtual tresult PLUGIN_API getBusInfo (MediaType type, BusDirection dir, int32 index, BusInfo& bus /*out*/) = 0; BusInfo contains information like: name, number of channel, ... and the some flags indicating: kDefaultActive : The bus should be activated by the host per default on instantiation (activateBus call is requested). By default a bus is inactive. Note that if a host offers the possibility to activate/deactivate busses to the user later on, it may not follow this flag kDefaultActive and let some busses deactivated on instantiation. kIsControlVoltage : The bus does not contain ordinary audio data, but data used for control changes at sample rate. The data is in the same format as the audio data [-1.0, 1.0]. A host has to prevent unintended routing to speakers to prevent damage. Only valid for audio media type busses.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Information about busses","id":"467","title":"Information about busses"},"468":{"body":"Dynamic usage of busses is handled in the host by activating and deactivating busses. All busses are initially inactive. The plug-in has to define which of them have to be activated by default after instantiation of the plug-in, this is only a wish, the host is allowed to not follow it, and only activate the first bus for example. // here default activation is wanted (but not guaranteed)\naddAudioInput (STR16 (\"SideChain\"), SpeakerArr::kStereo, kAux, BusInfo::kDefaultActive); In order to be use each Input bus and Output bus have to be activated, this is done by the host by using this interface implemented by the plug-in ( IComponent ): //------------------------------------------------------------------------\ntresult PLUGIN_API Component::activateBus (MediaType type, BusDirection dir, int32 index, TBool state)\n{ // ... Deactivated busses do not need to be processed by the plug-in, which allows to reduce the CPU load. Check the workflow diagrams in order to understand when this is called: Audio Processor Call Sequence Bus Arrangement Setting Sequence","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Activation of busses","id":"468","title":"Activation of busses"},"469":{"body":"In audio applications, some plug-ins allow for a secondary signal to be made available to the plug-in and act as a controller of one or more parameters in the processing. Such a signal is commonly called a Side-chain Signal or Side-chain Input. Examples : If a recorded kick drum is considered well played, but the recording of the bass player's part shows that he regularly plays slightly ahead of the kick drum, a plug-in with a 'Gating' function on the bass part can use the kick drum signal as a side-chain to 'trim' the bass part precisely to that of the kick. Another application is to automatically lower the level of a musical background when another signal, such as a voice, reaches a certain level. In this case a plug-in with a 'Ducking' function would be used - where the main musical signal is reduced while the voice signal is applied to the side-chain input. A delay's mix parameter can be controlled by a side-chain input signal - to make the amount of delay signal proportional to the level of another. The side-chain can be used as an additional modulation source instead of cyclic forms of modulation. From the plug-in's perspective, side-chain inputs and/or outputs are additional inputs and outputs which can be enabled or disabled by the host. The host (if supported) will provide to the user a way to route some signal paths to these side-chain inputs or from side-chain outputs to others signal inputs. getting_started_vid_3 What is Side-Chaining and How to Use It | Music Production For Beginners getting_started_vid_4 Here an example of Side-Chaining for a Instrument in Cubase","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » What is a Side-Chain?","id":"469","title":"What is a Side-Chain?"},"47":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in","breadcrumbs":"What is the VST 3 SDK? » iOS Inter-App Audio support","id":"47","title":"iOS Inter-App Audio support"},"470":{"body":"In AudioEffect::initialize (FUnknown* context) you must add the required bus- and speaker configuration of your plug-in. For example, if your plug-in works on one input and one output bus, both stereo, the appropriate code snippet would look in the following way: addAudioInput (USTRING (\"Stereo In\"), SpeakerArr::kStereo);\naddAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); // In addition, adding a stereo side-chain bus would look in the following way:\naddAudioInput (USTRING (\"Aux In\"), SpeakerArr::kStereo, kAux, 0); // 0 here means not activated by default wanted","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How can I implement a Side-chain path into my plug-in?","id":"470","title":"How can I implement a Side-chain path into my plug-in?"},"471":{"body":"Each audio bus has its channel configuration which is a Speaker Arrangement: Stereo (L+R) const SpeakerArrangement kStereo = kSpeakerL | kSpeakerR;","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » Audio bus Channel Configuration","id":"471","title":"Audio bus Channel Configuration"},"472":{"body":"Here's an overview of the main defined speaker locations (Check enum Speakers and namespace SpeakerArr). A SpeakerArrangement is a bitset combination of speakers. For example: const SpeakerArrangement kStereo = kSpeakerL | kSpeakerR; // => representing in hexadecimal 0x03 and in binary 0011. Tech_doc_28","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How are the different Speakers located?","id":"472","title":"How are the different Speakers located?"},"473":{"body":"What type of speaker arrangement should I select when adding busses? Take the configuration your plug-in is most likely to be used with. For a 5.1-surround setup that would be the following: addAudioInput (USTRING (\"Surround In\"), SpeakerArr::k51);\naddAudioOutput (USTRING (\"Surround Out\"), SpeakerArr::k51); But when the host calls Vst::IAudioProcessor::setBusArrangements the host is informing your plug-in of the current speaker arrangement of the track it was selected in. You should return kResultOk , in the case you accept this arrangement, or kResultFalse , in case you do not. ⓘ Note If you reject a Vst::IAudioProcessor::setBusArrangements by returning kResultFalse , the host calls Vst::IAudioProcessor::getBusArrangement where you have the chance to give the parameter 'arrangement' the value of the speaker arrangement your plug-in does accept for this given bus. Afterward the host can recall Vst::IAudioProcessor::setBusArrangements with the plug-in wanted Arrangements then the plug-in should return kResultOk .","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » My plug-in is capable of processing all possible channel configurations","id":"473","title":"My plug-in is capable of processing all possible channel configurations"},"474":{"body":"After instantiation of the plug-in, the host calls Vst::IAudioProcessor::setBusArrangements with a default configuration (depending on the current channel configuration), if the plug-in accepts it (by returning kResultOK ), it will continue with this configuration. If not (by returning kResultFalse ), the host asks the plug-in for its wanted configuration by calling Vst::IAudioProcessor::getBusArrangement (for Input and Output) and then recall Vst::IAudioProcessor::setBusArrangements with the final wanted configuration. Check Bus Arrangement Setting Sequences workflow. // Example of a Plug-in supporting only symmetric Input-Output Arrangements: host -> plug-in: setBusArrangements (monoIN, stereoOUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Stereo;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (stereoIN, stereoOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only asymmetric Input-Output Arrangements (mono->stereo): host -> plug-in: setBusArrangements (stereoIN, stereoOUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (MonoIN, stereoOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only asymmetric Input-Output Arrangements (mono-> stereo to up 5.1): host -> plug-in: setBusArrangements (5.1IN, 5.1OUT)\nplug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return 5.1;\nhost -> plug-in: setBusArrangements (MonoIN, 5.1OUT)\nplug-in return: kResultOk // Host -> Plug-in: setBusArrangements (QuadroIN, QuadroOUT) plug-in return: kResultFalse\nhost -> plug-in: getBusArrangement (IN) => return Mono;\nhost -> plug-in: getBusArrangement (OUT) => return Quadro;\nhost -> plug-in: setBusArrangements (MonoIN, QuadroOUT)\nplug-in return: kResultOk // Example of a Plug-in supporting only symmetric Input-Output Arrangements and Side-chain Input always mono: host -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:Mono, Output: stereo)\nplug-in return: kResultTrue or\nhost -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:stereo, Output: stereo)\nplug-in return: kResultFalse // because we want mono for Side-chain\nhost -> plug-in: getBusArrangement (IN) => return Input Main:stereo / Input Side-chain:mono;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:mono, Output: stereo)\nplug-in return: kResultOk // Example of a Plug-in supporting only symmetric Input-Output Arrangements and Side-chain Input following the Main Input Arrangement: host -> plug-in: getBusArrangements (IN) => Input Main:Mono / Input Side-chain:Mono\nhost -> plug-in: getBusArrangements (OUT) => Output: mono\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:Mono, Output: stereo)\nplug-in return: kResultFalse // because we want the same arrangement for Input Main and Side-chain\nhost -> plug-in: getBusArrangement (IN) => return Input Main:stereo / Input Side-chain:stereo;\nhost -> plug-in: getBusArrangement (OUT) => return Stereo;\nhost -> plug-in: setBusArrangements (Input Main:stereo / Input Side-chain:stereo, Output: stereo)\nplug-in return: kResultOk","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How are speaker arrangement settings handled for FX plug-ins?","id":"474","title":"How are speaker arrangement settings handled for FX plug-ins?"},"475":{"body":"When loading a preset or with an user interaction, the plug-in wants to change its IO configuration. In this case the plug-in should call from the editController its component handler with flag kIoChanged: componentHandler->restartComponent (kIoChanged); The host will call Vst::IAudioProcessor::getBusArrangement (for Input and Output) in order to check the new requested arrangement and then the host will call Vst::IAudioProcessor::setBusArrangements (called in suspend state: setActive (false)) to confirm the requested arrangement.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » How report to the host that the plug-in Arrangement has changed?","id":"475","title":"How report to the host that the plug-in Arrangement has changed?"},"476":{"body":"There are two ways to instantiate a plug-in in the following way: Way 1 In AudioEffect::initialize (FUnknown* context) you add one mono and one stereo bus. //---------------------------------------------------------------\ntresult PLUGIN_API AGain::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } addAudioInput (USTRING (\"Mono In\"), SpeakerArr::kMono); addAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); //... In case of Cubase/Nuendo being the host, the plug-in, afterbeing inserted into a stereo track, gets the left channel ofthe stereo input signal as its mono input. From this signalyou can create a stereo output signal. Way 2 In AudioEffect ::initialize (FUnknown* context) you add one stereo input and one stereo output bus. //---------------------------------------------------------------\ntresult PLUGIN_API AGain::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); // if everything Ok, continue if (result != kResultOk) { return result; } addAudioInput (USTRING (\"Stereo In\"), SpeakerArr::kStereo); addAudioOutput (USTRING (\"Stereo Out\"), SpeakerArr::kStereo); //... For processing, the algorithm of your plug-in takes the left channel only, or creates a new mono input signal, by adding the samples of the left and right channels.","breadcrumbs":"Technical Documentation » [3.0.0] Multiple Dynamic I/O Support » My plug-in has mono input and stereo output. How does VST 3 handle this?","id":"476","title":"My plug-in has mono input and stereo output. How does VST 3 handle this?"},"477":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages How to use the silence flags","breadcrumbs":"Technical Documentation » [3.0.0] Silence flags » [3.0.0] Silence flags","id":"477","title":"[3.0.0] Silence flags"},"478":{"body":"Managing large plug-in sets and multiple virtual instruments on typical studio computer systems can often be difficult because of CPU performance limits. VST 3 helps to improve overall performance by applying processing to plug-ins only when audio signals are present on their respective inputs. Instead of always processing input signals, VST 3 plug-ins can apply their processing economically and only when it is needed. The feature is supported by the IAudioProcessor interface of the plug-in. The silence flags is part of the AudioBusBuffers ( silenceFlags ) passed from the host to the plug-in and back to the host in the process call: MyPluginProcessor::process (ProcessData& data) for the inputs: check this flag: data.inputs[0]silenceFlags for the outputs: set this when the plug-in generates or notsilence: data.outputs[0].silenceFlags The silence flags are a bitmask where each bit corresponds to one channel of a bus (for example L and R for stereo bus). ⓘ Note The host has the responsibility to clear the input buffers (set to something near zero, like 10e-7, to prevent de-normalization issue) when it enables the silence flags (the output silence flags will be set by the host to no silence (=0)), on the other side the plug-in, if it produces silence output, has the responsibility to clear (set to zero) its output buffers and to correctly set the output silence flags. Check tutorial about How to use the silence flags .","breadcrumbs":"Technical Documentation » [3.0.0] Silence flags » Introduction","id":"478","title":"Introduction"},"479":{"body":"/ VST Home / Technical Documentation On this page: IAttributeList IComponentHandler IEventList IUnitHandler IHostApplication IMessage IParamValueQueue IParameterChanges IPlugFrame Related pages [3.0.0] Interfaces supported by the plug-in List of interfaces supported/implemented by the host in VST 3.0.0","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » [3.0.0] Interfaces supported by the host","id":"479","title":"[3.0.0] Interfaces supported by the host"},"48":{"body":"Please sign this Steinberg VST 3 Plug-In SDK Licensing Agreement if you want to develop, release or host VST 3 plug-Ins.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Licensing","id":"48","title":"VST 3 Licensing"},"480":{"body":"Attribute list used in IMessage and IStreamAttributes . [host imp] [released: 3.0.0] [mandatory] An attribute list associates values with a key (id: some predefined keys can be found in Predefined Preset Attributes ).","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IAttributeList","id":"480","title":"IAttributeList"},"481":{"body":"Host callback interface for an edit controller. [host imp] [released: 3.0.0] [mandatory] Allow transfer of parameter editing to component (processor) via host and support automation. Cause the host to react on configuration changes (restartComponent). See also IEditController .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IComponentHandler","id":"481","title":"IComponentHandler"},"482":{"body":"List of events to process. [host imp] [released: 3.0.0] [mandatory] See also ProcessData , Event.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IEventList","id":"482","title":"IEventList"},"483":{"body":"Host callback for unit support. [host imp] [extends IComponentHandler ] [released: 3.0.0] [optional] Host callback interface, used with IUnitInfo . Retrieve via queryInterface from IComponentHandler . See also VST 3 Units , IUnitInfo .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IUnitHandler","id":"483","title":"IUnitHandler"},"484":{"body":"Basic host callback interface. [host imp] [passed as 'context' in to IPluginBase::initialize ] [released: 3.0.0] [mandatory] Basic VST host application interface.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IHostApplication","id":"484","title":"IHostApplication"},"485":{"body":"Private plug-in message. [host imp] [create via IHostApplication::createInstance ] [released: 3.0.0] [mandatory] Messages are sent from the processor component to then controller component and vice versa. See also IAttributeList , IConnectionPoint , Communication between the components .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IMessage","id":"485","title":"IMessage"},"486":{"body":"Queue of changes for a specific parameter. [host imp] [released: 3.0.0] [mandatory] The change queue can be interpreted as segment of an automation curve. For each processing block, a segment with the size of the block is transmitted to the processor. The curve is expressed as sampling points of a linear approximation of the original automation curve. If the original already is a linear curve, it can be transmitted precisely. A non-linear curve has to be converted to a linear approximation by the host. Every point of the value queue defines a linear section of the curve as a straight line from the previous point of a block to the new one. So the plug-in can calculate the value of the curve for any sample position in the block. Implicit Points : In each processing block, the section of the curve for each parameter is transmitted. In order to reduce the amount of points, the point at block position 0 can be omitted. If the curve has a slope of 0 over a period of multiple blocks, only one point is transmitted for the block where the constant curve section starts. The queue for the following blocks will be empty as long as the curve slope is 0. If the curve has a constant slope other than 0 over the period of several blocks, only the value for the last sample of the block is transmitted. In this case, the last valid point is at block position -1. The processor can calculate the value for each sample in the block by using a linear interpolation: double x1 = -1; // position of last point related to current buffer\ndouble y1 = currentParameterValue; // last transmitted value int32 pointTime = 0;\nParamValue pointValue = 0;\nIParamValueQueue::getPoint (0, pointTime, pointValue); double x2 = pointTime;\ndouble y2 = pointValue; double slope = (y2 - y1) / (x2 - x1);\ndouble offset = y1 - (slope * x1); double curveValue = (slope * bufferTime) + offset; // bufferTime is any position in buffer Jumps : A jump in the automation curve has to be transmitted as two points: one with the old value and one with the new value at the next sample position. Tech_doc_29 See also IParameterChanges , ProcessData .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IParamValueQueue","id":"486","title":"IParamValueQueue"},"487":{"body":"All parameter changes of a processing block. [host imp] [released: 3.0.0] [mandatory] This interface is used to transmit any changes to be applied to parameters in the current processing block. A change can be caused by GUI interaction as well as automation. Changes are transmitted as a list of queues ( IParamValueQueue ) containing only queues for parameters that actually did change. See IParamValueQueue , ProcessData .","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IParameterChanges","id":"487","title":"IParameterChanges"},"488":{"body":"Callback interface passed to IPlugView . [host imp] [released: 3.0.0] [mandatory] Enables a plug-in to resize the view and causes the host to resize the window.","breadcrumbs":"Technical Documentation » [3.0.0] Interfaces supported by the host » IPlugFrame","id":"488","title":"IPlugFrame"},"489":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages About MIDI in VST 3 [3.6.12] MIDI Learn","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » [3.0.1] Parameter MIDI Mapping","id":"489","title":"[3.0.1] Parameter MIDI Mapping"},"49":{"body":"Operating System Architecture Compiler Notes Windows 11 x86, x86_64, arm64, arm64EC MSVC 2022 Windows 8.1 -10 x86, x86_64 MSVC 2019, MSVC 2022 macOS 10.13 - 12 x86, x86_64, Apple Silicon Xcode 10 - 13.3 iOS 13 - 15 arm64 Xcode 11 - 13.3 Linux - Raspberry Pi OS (Buster) arm32 GCC 8.3 and higher Visual Studio Code Linux - Ubuntu 22.04 LTS x86, x86_64 GCC 11.2 and higher Visual Studio Code, Qt Creator Linux - Ubuntu 20.04 LTS x86, x86_64 GCC 8.3 and higher Visual Studio Code, Qt Creator","breadcrumbs":"What is the VST 3 SDK? » System requirements","id":"49","title":"System requirements"},"490":{"body":"How the mapping works between MIDI CC s and parameters . MIDI Mapping Interface: Vst::IMidiMapping [plug imp] [extends IEditController ] [released: 3.0.1] [optional] MIDI controllers are not transmitted directly to a VST component. MIDI as hardware protocol has restrictions that can be avoided in software. Controller data in particular come along with unclear and often ignored semantics. On top of this, they can interfere with regular parameter automation and the host is unaware of what happens in the plug-in when passing MIDI controllers directly. So any functionality that is to be controlled by MIDI controllers must be exported as regular parameter. The host will transform incoming MIDI controller data using this interface and transmit them as regular parameter change. This allows the host to automate them in the same way as other parameters. CtrlNumber can be a typical MIDI controller value extended to some others values like pitchbend or aftertouch (see ControllerNumbers ). If the mapping has changed, the plug-in must call IComponentHandler::restartComponent ( kMidiCCAssignmentChanged ) to inform the host about this change.","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » Introduction","id":"490","title":"Introduction"},"491":{"body":"In myeditcontroller.h //--------------------------------------\nclass MyEditController: public EditControllerEx1, public IMidiMapping\n{ //... //---IMidiMapping--------------------------- tresult PLUGIN_API getMidiControllerAssignment (int32 busIndex, int16 channel, CtrlNumber midiControllerNumber, ParamID& id) SMTG_OVERRIDE; //---Interface--------- OBJ_METHODS (MyEditController, EditControllerEx1) DEFINE_INTERFACES DEF_INTERFACE (IMidiMapping) END_DEFINE_INTERFACES (MyEditController) REFCOUNT_METHODS (MyEditController)\n}; In myeditcontroller.cpp //--------------------------------------\ntresult PLUGIN_API MyEditController::getMidiControllerAssignment (int32 busIndex, int16 midiChannel, CtrlNumber midiControllerNumber, ParamID& tag)\n{ // for my first Event bus and for MIDI channel 0 and for MIDI CC Volume only if (busIndex == 0 && midiChannel == 0 && midiControllerNumber == kCtrlVolume) { tag = kGainId; return kResultTrue; } return kResultFalse;\n}","breadcrumbs":"Technical Documentation » [3.0.1] Parameter MIDI Mapping » Example","id":"491","title":"Example"},"492":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » [3.0.2] Parameter Finder","id":"492","title":"[3.0.2] Parameter Finder"},"493":{"body":"How the host can retrieve the parameter where the mouse cursor is located.Extension for IPlugView to find view parameters (lookup value under mouse support): Vst::IParameterFinder . [plug imp] [extends IPlugView ] [released: 3.0.2] [optional] It is highly recommended to implement this interface. A host can implement important functionality when a plug-in supports this interface.","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » Introduction","id":"493","title":"Introduction"},"494":{"body":"For example, all Steinberg hosts require this interface in order to support the AI Knob . Tech_doc_image_link_1","breadcrumbs":"Technical Documentation » [3.0.2] Parameter Finder » Examples","id":"494","title":"Examples"},"495":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency » [3.0.1] Parameter MIDI Mapping","id":"495","title":"[3.0.1] Parameter MIDI Mapping"},"496":{"body":"Extended IAudioProcessor interface for a component: Vst::IAudioPresentationLatency . [plug imp] [extends IAudioProcessor ] [released: 3.1.0] [optional] Inform the plug-in about how long from the moment of generation/acquiring (from file or from Input) it will take for its input to arrive, and how long it will take for its output to be presented (to output or to speaker).Note for Input Presentation Latency: when reading from file, the first plug-in will have an input presentation latency set to zero. When monitoring audio input from an audio device, the initial input latency is the input latency of the audio device itself. Note for Output Presentation Latency: when writing to a file, the last plug-in will have an output presentation latency set to zero. When the output of this plug-in is connected to an audio device, the initial output latency is the output latency of the audio device itself. A value of zero either means no latency or an unknown latency. Each plug-in adding a latency (returning a none zero value for IAudioProcessor::getLatencySamples ) will modify the input presentation latency of the next plug-ins in the mixer routing graph and will modify the output presentation latency of the previous plug-ins. Tech_doc_31","breadcrumbs":"Technical Documentation » [3.1.0] Audio Presentation Latency » Introduction","id":"496","title":"Introduction"},"497":{"body":"/ VST Home / Technical Documentation On this page: Introduction Dirty State Support Open Editor Request Support UI Group Editing Examples of different use cases","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support","id":"497","title":"[3.1.0] Dirty State, Open Editor Request and UI Group Editing Support"},"498":{"body":"Improvement of the plug-in's integration in the host (dirty state, request Open Editor, group editing). Extended host callback interface Vst::IComponentHandler2 for an edit controller. [host imp] [extends IComponentHandler ] [released: 3.1.0] [optional]","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Introduction","id":"498","title":"Introduction"},"499":{"body":"This allows the plug-in to tell the host that its internal state is dirty or not. If set to true, it means that after saving, there have been further changes, in addition to the parameter changes. In this case, the host should save before quitting. void MyPluginController::informHostAboutMyDirtyState (bool dirty)\n{ FUnknownPtr componentHandler2 (componentHandler); if (componentHandler2) componentHandler2->setDirty (dirty);\n}","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Dirty State Support","id":"499","title":"Dirty State Support"},"5":{"body":"Steinberg VST usage guidelines What are the licensing options Which files fall under which license? Developer use cases (FAQs)","breadcrumbs":"VST » VST 3 licensing","id":"5","title":"VST 3 licensing"},"50":{"body":"Important links you will need for working with VST 3","breadcrumbs":"What is the VST 3 SDK? » Download link","id":"50","title":"Download link"},"500":{"body":"Requesting the host to open the plug-in´s editor the next time it's possible. You should use this instead of showing an alert and blocking the program flow (especially on loading projects). void MyPluginController::requestHostToOpenEditor()\n{ FUnknownPtr componentHandler2 (componentHandler); if (componentHandler2) componentHandler2->requestOpenEditor ();\n}","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Open Editor Request Support","id":"500","title":"Open Editor Request Support"},"501":{"body":"This part handles parameter group editing from the plug-in UI. It wraps a set of: Steinberg::Vst::IComponentHandler::beginEdit Steinberg::Vst::IComponentHandler::performEdit Steinberg::Vst::IComponentHandler::endEdit functions (see IComponentHandler ) which should use the same timestamp in the host when writing automation. This allows for better synchronizing of multiple parameter changes at once.","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » UI Group Editing","id":"501","title":"UI Group Editing"},"502":{"body":"//--------------------------------------\n// we are in the editcontroller...\n// in case of multiple switch buttons (with associated ParamID 1 and 3)\n// on mouse down:\nhostHandler2->startGroupEdit ();\nhostHandler->beginEdit (1);\nhostHandler->beginEdit (3);\nhostHandler->performEdit (1, 1.0);\nhostHandler->performEdit (3, 0.0); // the opposite of paramID 1 for example\n//....\n// on mouse up:\nhostHandler->endEdit (1);\nhostHandler->endEdit (3);\nhostHandler2->finishGroupEdit ();\n//....\n//....\n//--------------------------------------\n// in case of multiple faders (with associated ParamID 1 and 3)\n// on mouse down:\nhostHandler2->startGroupEdit ();\nhostHandler->beginEdit (1);\nhostHandler->beginEdit (3);\nhostHandler2->finishGroupEdit ();\n//....\n// on mouse move:\nhostHandler2->startGroupEdit ();\nhostHandler->performEdit (1, x); // x the wanted value\nhostHandler->performEdit (3, x);\nhostHandler2->finishGroupEdit ();\n//....\n// on mouse up:\nhostHandler2->startGroupEdit ();\nhostHandler->endEdit (1);\nhostHandler->endEdit (3);\nhostHandler2->finishGroupEdit (); See also IComponentHandler , IEditController .","breadcrumbs":"Technical Documentation » [3.1.0] Dirty State, Open Editor Request and UI Group Editing Support » Examples of different use cases","id":"502","title":"Examples of different use cases"},"503":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » [3.1.0] KnobMode, Open Help & Open Aboutbox","id":"503","title":"[3.1.0] KnobMode, Open Help & Open Aboutbox"},"504":{"body":"Edit controller component interface extension: Vst::IEditController2 . [plug imp] [extends IEditController ] [released: 3.1.0] [optional] Extension to allow the host to inform the plug-in about the host knob mode ( setKnobMode ), and to open the plug-in's about box ( openAboutBox ) or help documentation ( openHelp ).","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » Introduction","id":"504","title":"Introduction"},"505":{"body":"In mycontroller.h class MyEditController : public ComponentBase, public IEditController, public IEditController2\n{\npublic: //... //---from IEditController2------- tresult PLUGIN_API setKnobMode (KnobMode mode) SMTG_OVERRIDE { hostKnobMode = mode; return kResultTrue; } tresult PLUGIN_API openHelp (TBool /*onlyCheck*/) SMTG_OVERRIDE; tresult PLUGIN_API openAboutBox (TBool /*onlyCheck*/) SMTG_OVERRIDE {return kResultFalse;} //... DEFINE_INTERFACES DEF_INTERFACE (IEditController) DEF_INTERFACE (IEditController2) END_DEFINE_INTERFACES (ComponentBase)\n}; In mycontroller.cpp tresult PLUGIN_API MyEditController::openHelp (TBool onlyCheck)\n{ if (onlyCheck) { // the host just wants to know if i have a help documentation return kResultTrue; } // here i can open my documentation // could in my UI documentation or external pdf file return kResultTrue;\n} See also IEditController , EditController .","breadcrumbs":"Technical Documentation » [3.1.0] KnobMode, Open Help & Open Aboutbox » Example","id":"505","title":"Example"},"506":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Related pages: [3.5.0] Key Switch [3.6.11] NoteExpression Physical UI Mapping About MIDI in VST 3","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » [3.5.0] Note Expression","id":"506","title":"[3.5.0] Note Expression"},"507":{"body":"A new way to control / modify / change a specific played note during playback. Edit controller component interface extension: Vst::INoteExpressionController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] Note Expression is a new way of event controller editing in hosts supporting this VST 3.5 feature (in Cubase since version 6). getting_started_vid_5 getting_started_vid_6 With VST 3 Note Expression, the plug-in is able to break free from the limitations of MIDI controller events by providing access to new VST 3 controller events that provide articulation information for each individual note (event) in a polyphonic arrangement according to its noteId. A major limitation of MIDI is the nature of controller information; controllers are only channel messages (Pitchbend, Modulation, ...) and cannot be assigned to a specific playing note, with the exception of poly pressure (polyphonic aftertouch), which allows change only for a given pitch (not a given note!). Articulating each note in a chord individually creates a much more natural feel, just like multiple players playing the same instrument at the same time but each adding their own personality to the notes played. For example Cubase 6 introduces the first VST 3 Note Expression compatible virtual instrument: HALion Sonic SE . HALion Sonic SE not only supports \"standard\" note expression control for Tuning (Pitch), Volume and Pan, it also offers additional custom pre-assigned note expression types of event ( kCustomStart in Steinberg::Vst::NoteExpressionTypeIDs ).","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » Introduction","id":"507","title":"Introduction"},"508":{"body":"The best way to understand how to support note expression from the plug-in side is to check out the step by step implementation example below. For more details, check out the Note Expression Synth example included in the SDK. Step by Step: We want a mono-timbral (1 channel) instrument plug-in with 1 event bus and support for the detune ( kTuningTypeID ) note expression: The instrument Plug-in must have at least one input event bus: //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); if (result == kResultTrue) { // we want a Stereo Output addAudioOutput (STR16 (\"Stereo Output\"), SpeakerArr::kStereo); // create Event In bus (1 bus with only 1 channel) addEventInput (STR16 (\"Event Input\"), 1); } return result;\n} The controller must provide the Vst::INoteExpressionController interface, like below: //------------------------------------------------------------------\nclass MyExampleController: public EditController, public INoteExpressionController\n{\npublic: // ... //---from INoteExpressionController virtual int32 PLUGIN_API getNoteExpressionCount (int32 busIndex, int16 channel) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionInfo (int32 busIndex, int16 channel, int32 noteExpressionIndex, NoteExpressionTypeInfo& info) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionStringByValue (int32 busIndex, int16 channel, NoteExpressionTypeID id, NoteExpressionValue valueNormalized, String128 string) SMTG_OVERRIDE; virtual tresult PLUGIN_API getNoteExpressionValueByString (int32 busIndex, int16 channel, NoteExpressionTypeID id, const TChar* string, NoteExpressionValue& valueNormalized) SMTG_OVERRIDE; // ... OBJ_METHODS (MyExampleController, EditController) DEFINE_INTERFACES DEF_INTERFACE (INoteExpressionController) END_DEFINE_INTERFACES (EditController) REFCOUNT_METHODS(EditController) //...\n}; Now we have to implement the Steinberg::Vst::INoteExpressionController interface, in our example Steinberg::Vst::INoteExpressionController::getNoteExpressionCount should return 1 as we only want to support tuning: //------------------------------------------------------------------\nint32 PLUGIN_API MyExampleController::getNoteExpressionCount (int32 busIndex, int16 channel)\n{ // we accept only the first bus and 1 channel if (busIndex == 0 && channel == 0) return 1; return 0;\n} Then we have to implement Steinberg::Vst::INoteExpressionController::getNoteExpressionInfo which describes what note expression the plug-in supports: // ------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionInfo (int32 busIndex, int16 channel, int32 noteExpressionIndex, NoteExpressionTypeInfo& info)\n{ // we accept only the first bus and 1 channel and only 1 Note Expression (tuning) if (busIndex == 0 && channel == 0 && noteExpressionIndex == 0) { memset (&info, 0, sizeof (NoteExpressionTypeInfo)); // set the tuning type info.typeId = kTuningTypeID; // set some strings USTRING (\"Tuning\").copyTo (info.title, 128); USTRING (\"Tun\").copyTo (info.shortTitle, 128); USTRING (\"Half Tone\").copyTo (info.units, 128); info.unitID = -1; // no unit wanted info.associatedParameterID = -1; // no associated parameter wanted info.flags = NoteExpressionTypeInfo::kIsBipolar; // event is bipolar (centered) // for Tuning the convert functions are: plain = 240 * (norm - 0.5); norm = plain / 240 + 0.5; // we want to support only +/- one octave double kNormTuningOneOctave = 12.0 / 240.0; info.valueDesc.minimum = 0.5 - kNormTuningOneOctave; info.valueDesc.maximum = 0.5 + kNormTuningOneOctave; info.valueDesc.defaultValue = 0.5; // middle of [0, 1] => no detune (240 * (0.5 - 0.5) = 0) info.valueDesc.stepCount = 0; // we want continuous (no step) return kResultTrue; } return kResultFalse;\n} For displaying note expression values, we have to implement the conversion functions: Steinberg::Vst::INoteExpressionController::getNoteExpressionStringByValue : normalized value -> string //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionStringByValue (int32 busIndex, int16 channel, NoteExpressionTypeID id, NoteExpressionValue valueNormalized, String128 string)\n{ // here we use the id (not the index) if (busIndex == 0 && channel == 0 && id == kTuningTypeID) { // here we have to convert a normalized value to a Tuning string representation UString128 wrapper; valueNormalized = (240 * valueNormalized) - 120; // compute half Tones wrapper.printFloat (valueNormalized, 2); wrapper.copyTo (string, 128); return kResultTrue; } return kResultFalse;\n} - [Steinberg::Vst::INoteExpressionController::getNoteExpressionValueByString](https://steinbergmedia.github.io/vst3_doc/vstinterfaces/classSteinberg_1_1Vst_1_1INoteExpressionController.html#ab79e988315e33b4c30c8f2bd47a0cffc): string -> normalized value //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getNoteExpressionValueByString (int32 busIndex, int16 channel, NoteExpressionTypeID id, const TChar* string, NoteExpressionValue& valueNormalized);\n{ // here we use the id (not the index) if (busIndex == 0 && channel == 0 && id == kTuningTypeID) { // here we have to convert a given tuning string (half Tone) to a normalized value String wrapper ((TChar*)string); ParamValue tmp; if (wrapper.scanFloat (tmp)) { valueNormalized = (tmp + 120) / 240; return kResultTrue; } } return kResultFalse;\n} Last step, in the processor component we have to adapt the process call to interpret the note expression event ( Steinberg::Vst::NoteExpressionValueEvent ) sent from the host to the plug-in: //------------------------------------------------------------------\ntresult MyExampleProcessor::process (ProcessData& data)\n{ // .... // get the input event queue IEventList* inputEvents = data.inputEvents; if (inputEvents) { Event e; int32 numEvents = inputEvents->getEventCount (); // for each events check it.. for (int32 i = 0; i < numEvents; i++) { if (inputEvents->getEvent (i, e) == kResultTrue) { switch (e.type) { //----------------------- case Event::kNoteOnEvent: { // here a note On, we may need to play something a keep a trace of the e.noteOn. noteId break; } //----------------------- case Event::kNoteOffEvent: { // here we have to release the voice associated to this id: e.noteOff.noteId // Note that kNoteExpressionValueEvent event could be sent after the note is in released break; } //----------------------- case Event::kNoteExpressionValueEvent: { // here are the Note Expression interpretation // we check and use only tuning expression if (e.noteExpressionValue.typeId == kTuningTypeID) { // we have to find the voice which be changed (the note could be in released state) VoiceClass* voice = findVoice (e. noteExpressionValue.noteId); if (voice) { // we apply to it the wanted value (for a given type of note expression (detune, volume....) voice->setNoteExpressionValue (e. noteExpressionValue.typeId, e. noteExpressionValue.value); } // if the associated id is not anymore marked as playing voice (end of release reached) we ignore the Note Expression Event } break; } } } } } // ...\n} That is it!","breadcrumbs":"Technical Documentation » [3.5.0] Note Expression » How does it work?","id":"508","title":"How does it work?"},"509":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Related pages: [3.5.0] Note Expression","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » [3.5.0] Key Switch","id":"509","title":"[3.5.0] Key Switch"},"51":{"body":"All released versions of the VST 3 SDK with changes and dates.","breadcrumbs":"What is the VST 3 SDK? » Change history","id":"51","title":"Change history"},"510":{"body":"Allows information exchange between the plug-in and the host about which key switches are currently used. Extended plug-in interface IEditController for key switches support: Vst::IKeyswitchController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] Some instrument plug-ins support key switching functionality, which allows the users to switch between different layered sounds while playing notes. To achieve this, the users have to press a specific key associated to the wanted layer before playing new notes. A typical example is a sample-based player plug-in with a violin sound, which can include different layers or articulations: pizzicato, legato, tremolo, etc. By pressing and/or holding a specific key, for example C-1, before playing new notes, the plug-in will choose to play pizzicato, by using D-1, it will play legato, and so on. With VST Expression Map (introduced by Steinberg in Cubase 5), these key switches can be used in the Score Editor, to associate a symbol (articulation) to a note. Each time this note is played, the corresponding key switch will be used (sent to the plug-in as noteOn event). getting_started_vid_7 In order to help the creation of such a map, VST 3.5 defines a new interface Steinberg::Vst::IKeyswitchController . If an (instrument) plug-in supports such an interface, the host can get the current set of used key switches from the plug-in (megatrigg / articulation: Steinberg::Vst::KeyswitchInfo ) for a given channel of an event bus, and then automatically use them (like in Cubase 6 ) to create a VST Expression Map .","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » Introduction","id":"510","title":"Introduction"},"511":{"body":"Here the step by step example. We want a plug-in with 1 event bus, which is mono-timbral (1 channel), and which supports 2 key switches: The instrument plug-in should have one input event bus (could be more): //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleProcessor::initialize (FUnknown* context)\n{ //---always initialize the parent------- tresult result = AudioEffect::initialize (context); if (result == kResultTrue) { // we want a Stereo Output addAudioOutput (STR16 (\"Stereo Output\"), SpeakerArr::kStereo); // create Event In bus (1 bus with only 1 channel) addEventInput (STR16 (\"Event Input\"), 1); } return result;\n} The controller should have the interface Steinberg::Vst::IKeyswitchController , here in the class declaration: //------------------------------------------------------------------\nclass MyExampleController: public EditController, public IKeyswitchController\n{\npublic: //... //---from IKeyswitchController virtual int32 PLUGIN_API getKeyswitchCount (int32 busIndex, int16 channel); virtual tresult PLUGIN_API getKeyswitchInfo (int32 busIndex, int16 channel, int32 keySwitchIndex, KeyswitchInfo& info); //... OBJ_METHODS (MyExampleController, EditController) DEFINE_INTERFACES DEF_INTERFACE (IKeyswitchController) END_DEFINE_INTERFACES (EditController) REFCOUNT_METHODS(EditController) //...\n}; Now we have to implement the interface Steinberg::Vst::IKeyswitchController (only 2 functions), in our example Steinberg::Vst::IKeyswitchController::getKeyswitchCount should return 2 (2 key switches): //------------------------------------------------------------------\nint32 MyExampleController::getKeyswitchCount (int32 busIndex, int16 channel)\n{ // we accept only the first bus and 1 channel if (busIndex == 0 && channel == 0) return 2; return 0;\n} Then, we have to implement Steinberg::Vst::IKeyswitchController::getKeyswitchInfo , which allows to inform the host about what the plug-in supports: //------------------------------------------------------------------\ntresult PLUGIN_API MyExampleController::getKeyswitchInfo (int32 busIndex, int16 channel, int32 keySwitchIndex, KeyswitchInfo& info)\n{ // we accept only the first bus and 1 channel and only 2 keyswitches if (busIndex == 0 && channel == 0 && (keySwitchIndex == 0 || keySwitchIndex == 1) { memset (&info, 0, sizeof (KeyswitchInfo)); // in this case we want that Keyswitch should be maintained pressed for playing info.typeId = kKeyRangeTypeID; // we could use keyRemapped to make easier the use of the keyswitch (near the available instrument key range) // take care that there are no overlap between keyswitches and real key (playing sound) if (keySwitchIndex == 0) { USTRING (\"Accentuation\").copyTo (info.title, 128); USTRING (\"Acc\").copyTo (info.shortTitle, 128); // if the user keeps pressed C-1 or C#-1 or C-0 then the Accentuation sound should be played info.keyswitchMin = 12; // C-1 info.keyswitchMax = 13; // C#-1 info.keyRemapped = 24; // C-0 } else { USTRING (\"Softly\").copyTo (info.title, 128); USTRING (\"Soft\").copyTo (info.shortTitle, 128); // if the user keeps pressed D-1 or D#-1 or D-0 then the Softly sound should be played info.keyswitchMin = 14; // D-1 info.keyswitchMax = 15; // D#-1 info.keyRemapped = 26; // D-0 } info.unitID = -1; // not used info.flags = 0; // not used return kResultTrue; } return kResultFalse;\n} Last step, in the processor component, we have to adapt the process call to switch to the wanted articulation: //------------------------------------------------------------------\ntresult MyExampleProcessor::process (ProcessData& data)\n{ // .... // get the input event queue IEventList* inputEvents = data.inputEvents; if (inputEvents) { Event e; int32 numEvents = inputEvents->getEventCount (); // for each events check it.. for (int32 i = 0; i < numEvents; i++) { if (inputEvents->getEvent (i, e) == kResultTrue) { switch (e.type) { //----------------------- case Event::kNoteOnEvent: { // here a note On // check if this is a Keyswitch switch (e.noteOn.pitch) { // Accentuation Keyswitch case 12: case 13: case 24: currentLayer = kAccentuationLayer; break; // Softly Keyswitch case 14: case 15: case 26: currentLayer = kSoftlyLayer; break; default: // play the note in the currentLayer // ... } } break; //----------------------- case Event::kNoteOffEvent: { // check if keyswitch is released switch (e.noteOff.pitch) { // Accentuation Keyswitch case 12: case 13: case 24: case 14: case 15: case 26: currentLayer = kDefaultLayer; break; default: // released note... //... } } break; //.... } } } } //...\n} That is it!","breadcrumbs":"Technical Documentation » [3.5.0] Key Switch » How does it work?","id":"511","title":"How does it work?"},"512":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Graphical overview Example of implementation using helper class Location table for VST XMLs representation For Mac platform For Windows Vista/7/8/10/11 platform For Windows XP/2000 platform","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » [3.5.0] Remote Presentation of Parameters","id":"512","title":"[3.5.0] Remote Presentation of Parameters"},"513":{"body":"How to better support remote devices/controllers (UI and hardware) for parameters. Since VST 3.5, a new interface is available: Vst::IXmlRepresentationController Extended plug-in interface IEditController for a component: Vst::IXmlRepresentationController [plug imp] [extends IEditController ] [released: 3.5.0] [optional] A representation based on XML is a way to export, structure, and group plug-in parameters for a specific remote (hardware or software rack (such as quick controls)). It allows to describe each parameter more precisely (what is the best matching to a knob, different title lengths matching limited remote display, ...). A representation is composed of pages (this means that to see all exported parameters, the user has to navigate through the pages). A page is composed of cells (for example, 8 cells per page). A cell is composed of layers (for example, a cell can have a knob, a display, and a button, which means 3 layers). A layer is associated to a plug-in parameter using the ParameterID as identifier: it could be a knob with a display for title and/or value, this display uses the same ParameterID, but it could be another one. switch link which allows to jump directly to a subpage (on another page) more... See Vst::LayerType This representation is implemented as XML text following the Document Type Definition (DTD): http://dtd.steinberg.net/VST-Remote-1.1.dtd","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Introduction","id":"513","title":"Introduction"},"514":{"body":"Here an example of what should be passed in the stream of getXmlRepresentationStream: \n\n My name 2010-12-31 This is an example for 4 Cells per Page for the Remote named ProductRemote from company HardwareCompany. Mix dry/wet Mix Delay Dly Spatial Spat Width + Widt Sync Note + Note Rate \n","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Example","id":"514","title":"Example"},"515":{"body":"ech_doc_32","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Graphical overview","id":"515","title":"Graphical overview"},"516":{"body":"See Steinberg::Vst::XmlRepresentationHelper .","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Example of implementation using helper class","id":"516","title":"Example of implementation using helper class"},"517":{"body":"When a host needs to use a VST XMLs representation (for internal use, like quick control assignments, to get the most important parameters sorted per page of a plug-in), the host will check the presence in a specific location for a given remote and for this given plug-in a representation XML file with the remote name as filename (check below about how the path is defined). If this is not found, the host will ask the plug-in by using Steinberg::Vst::IXmlRepresentationController (if implemented). Explanation: priority column: specifies the scan order by the host. Path #1 will be checked first, #8 will be checked last. The first XML found will be used and overrides the others. type of column: user: specific to the currently logged in user shared: for all users of this machine factory: installed by plug-in or application installer with the plug-in $COMPANY and $PLUGIN-NAME folder names contain only allowed characters for file naming replace characters \"\\*?/:.<>|\\\"\\t\\n\\r\" by \"_\" $UID is the Unique ID of the processor in its string representation for example: \"57F704D1FA974D668083E4B9AF581D23\" len=32)","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » Location table for VST XMLs representation","id":"517","title":"Location table for VST XMLs representation"},"518":{"body":"Prio Type Scope Write Path Comment 1 User User X Users/$USERNAME/Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID 2 User User X Users/$USERNAME/Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME 3 Shared_Factory Public - Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Computer shared FactoryROM 4 Shared_Factory Public - Library/Audio/VST XMLs/$COMPANY/$PLUGIN-NAME Computer shared FactoryROM 5 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Host Application 6 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 7 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 8 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Mac platform","id":"518","title":"For Mac platform"},"519":{"body":"Prio Type Scope Write Path Comment 1 User User X [Users/$USERNAME/Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_Documents 2 User User X [Users/$USERNAME/Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_Documents 3 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_RoamingAppData 4 User_Factory User X [Users/$USERNAME/AppData/Roaming]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_RoamingAppData 5 Shared_Factory Public - [ProgramData]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID FOLDERID_ProgramData 6 Shared_Factory Public - [ProgramData]/VST XMLs/$COMPANY/$PLUGIN-NAME FOLDERID_ProgramData 7 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/ Host Application 8 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 9 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 10 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Windows Vista/7/8/10/11 platform","id":"519","title":"For Windows Vista/7/8/10/11 platform"},"52":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction ADelay AGain TestChannelContext HostChecker TestLegacyMIDICCOut mda plug-ins Note Expression Synth Note Expression Text Panner PitchNames Test Prefetchable Support Test Multiple Program Changes Test Program Change Sync Delay Related pages: VST 3 Plug-in Test Host AAX, AUv3, AU and VST 2 Wrappers Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » VST 3 Plug-in Examples","id":"52","title":"VST 3 Plug-in Examples"},"520":{"body":"Prio Type Scope Write Path Comment 1 User User X [My Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_PERSONAL 2 User User X [My Documents]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_PERSONAL 3 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_APPDATA 4 User_Factory User X [Documents and Settings/$USERNAME/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_APPDATA 5 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID CSIDL_COMMON_APPDATA 6 Shared_Factory Public - [Documents and Settings/$ALLUSERS/Application Data]/VST XMLs/$COMPANY/$PLUGIN-NAME CSIDL_COMMON_APPDATA 7 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME/$UID Host Application 8 App_Factory Apps - [$APPFOLDER]/VST XMLs/$COMPANY/$PLUGIN-NAME Host Application 9 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME/$UID Plug-in Bundle 10 Plug_Factory Plugs - $PLUGIN-PATH/Contents/Resources/VST XMLs/$PLUGIN-NAME Plug-in Bundle","breadcrumbs":"Technical Documentation » [3.5.0] Remote Presentation of Parameters » For Windows XP/2000 platform","id":"520","title":"For Windows XP/2000 platform"},"521":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples From the host perspective From the plug-in perspective","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » [3.5.0] Context Menu","id":"521","title":"[3.5.0] Context Menu"},"522":{"body":"Extended host callback interface for an edit controller: Vst::IComponentHandler3 [host imp] [extends IComponentHandler ] [released: 3.5.0] [optional] A plug-in can ask the host to create a context menu for a given exported parameter ID or a generic context menu. The host may pre-fill this context menu with specific items regarding the parameter ID like \"Show automation for parameter\", \"MIDI learn\" etc... The plug-in can use the context menu in two ways: add its own items to the menu via the IContextMenu interface and call IContextMenu::popup(...) to create the pop-up. See below for an example of how to use it. extract the host menu items and add them to a context menu created by the plug-in. ⓘ Note It is recommended to use this context menu interface, even if you do not add your own items to the menu as this is considered to be a big user value. See also IContextMenu , IContextMenuTarget .","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » Introduction","id":"522","title":"Introduction"},"523":{"body":"","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » Examples","id":"523","title":"Examples"},"524":{"body":"For example, Cubase adds its owned entries in the context menu opened with right-click on an exported parameter when the plug-in uses createContextMenu . The plug-in itself, in this example, only adds the \"Open UIDescription Editor\" entry. ⓘ Note Plug-ins using VSTGUI automatically have this context menu feature. Tech_doc_33 Context menu with Cubase Tech_doc_34 Here an example of what Bitwig is doing with context menus.","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » From the host perspective","id":"524","title":"From the host perspective"},"525":{"body":"Adding plug-in specific items to the context menu: //------------------------------------------------------------------------\nclass PluginContextMenuTarget : public IContextMenuTarget, public FObject\n{\npublic: PluginContextMenuTarget () {} virtual tresult PLUGIN_API executeMenuItem (int32 tag) { // this will be called if the user has executed one of the menu items of the plug-in. // It won't be called for items of the host. switch (tag) { case 1: break; case 2: break; } return kResultTrue; } OBJ_METHODS(PluginContextMenuTarget, FObject) DEFINE_INTERFACES DEF_INTERFACE (IContextMenuTarget) END_DEFINE_INTERFACES (FObject) REFCOUNT_METHODS(FObject)\n}; // The following is the code to create the context menu\nvoid popupContextMenu (IComponentHandler* componentHandler, IPlugView* view, const ParamID* paramID, UCoord x, UCoord y)\n{ if (componentHandler == 0 || view == 0) return; FUnknownPtr handler (componentHandler); if (handler == 0) return; IContextMenu* menu = handler->createContextMenu (view, paramID); if (menu) { // here, you can add your entries (optional) PluginContextMenuTarget* target = new PluginContextMenuTarget (); IContextMenu::Item item = {0}; UString128 (\"My Item 1\").copyTo (item.name, 128); item.tag = 1; menu->addItem (item, target); UString128 (\"My Item 2\").copyTo (item.name, 128); item.tag = 2; menu->addItem (item, target); target->release (); //--end of adding new entries // here the the context menu will be pop-up (and it waits a user interaction) menu->popup (x, y); menu->release (); }\n}","breadcrumbs":"Technical Documentation » [3.5.0] Context Menu » From the plug-in perspective","id":"525","title":"From the plug-in perspective"},"526":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » [3.5.0] Enhanced Linked Parameters","id":"526","title":"[3.5.0] Enhanced Linked Parameters"},"527":{"body":"Parameter editing from host: Vst::IEditControllerHostEditing . [plug imp] [extends IEditController ] [released: 3.5.0] [optional] This allows the host to start a parameter editing action which can generate other parameter changes (like linked parameters) and this in one session (between a beginEdit and endEdit). If this interface is implemented by the edit controller, and when performing edits from outside the plug-in (host / remote) of a not automatable, not read-only, and not hidden flagged parameter (kind of helper parameter), the host will start with a beginEditFromHost before calling setParamNormalized and end with an endEditFromHost . Here the sequence that the host will call:","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » Introduction","id":"527","title":"Introduction"},"528":{"body":"//------------------------------------------------------------------------\nplugEditController->beginEditFromHost (id);\nplugEditController->setParamNormalized (id, value);\nplugEditController->setParamNormalized (id, value + 0.1);\n// ...\nplugEditController->endEditFromHost (id); See also IEditController .","breadcrumbs":"Technical Documentation » [3.5.0] Enhanced Linked Parameters » Example","id":"528","title":"Example"},"529":{"body":"/ VST Home / Technical Documentation On this page: Introduction How does it work? Create and Setup the Xcode Project Add your Audio Component description to the Info.plist Add files to the project If using VSTGUI Code changes UI Handling Creating a different UI when running on iOS Using VSTGUI Using a native UIView Host UI Integration","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » [3.6.0] iOS Inter-App Audio","id":"529","title":"[3.6.0] iOS Inter-App Audio"},"53":{"body":"The SDK includes some Plug-ins implementation examples. The Legendary AGain and ADelay , thanks Paul Kellet the Open-source mda Plug-ins, a basic \"Note Expression Synth\" supporting \" Note Expression Event \", an example of pitchnames support Plug-in, a VST 3 Host Checker which checks if a host is VST 3 compliant and more... what_if_2 what_if_3 what_if_4 what_if_5 Check the folder \"public.sdk/samples/vst\" of the SDK! ⓘ Note They use cmake as project generator: Using cmake for building VST 3 plug-ins In order to add your own Plug-ins check: Generate a new plug-in with the Project Generator App","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Introduction","id":"53","title":"Introduction"},"530":{"body":"iOS InterApp-Audio application out of your VST 3 plug-in. The VST 3 SDK provides an easy way to create an iOS InterApp-Audio application out of your VST 3 plug-in. The SDK comes with an iOS VST 3 host application that can run standalone or as an Inter-App Audio slave. If your plug-in does not use any specific Windows or macOS X API's, it should be reasonably easy to get your plug-in running on iOS. If you use VSTGUI4 with the VST3Editor class as your UI, you mainly only have to create a new UI description for the different device sizes.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Introduction","id":"530","title":"Introduction"},"531":{"body":"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » How does it work?","id":"531","title":"How does it work?"},"532":{"body":"Create a new iOS Application in Xcode. Use the \"Empty Application\" template. Use \"C++11\" as \"C++ Language Dialect\". Activate \"Objective-C Automatic Reference Counting\". Change the Bundle Identifier according to your registered AppID at Apple (see the Apple Documentation). Activate the \"Inter-App Audio\" capability for the project. Activate the \"Background Modes\" capability for the project and check the \"Audio and Airplay\" mode. Change the \"Header Search Path\" configuration to add a path to the root of the VST 3 SDK.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Create and Setup the Xcode Project","id":"532","title":"Create and Setup the Xcode Project"},"533":{"body":"Add a new Array with the name \"AudioComponents\". Add a new Dictionary to the array. Add the following keys to the dictionary: manufacturer, name, type, subtype, version. Set the values of these keys: The manufacturer value must be the one registered with Apple (the one you use for AudioUnits). The type value must be either 'aurx' (Effect), 'aurm' (Effect with MIDI), 'aurg' (Generator) or 'auri' (Instrument). The version value must be 1.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Add your Audio Component description to the Info.plist","id":"533","title":"Add your Audio Component description to the Info.plist"},"534":{"body":"all the sources from your VST 3 plug-in project all files from public.sdk/source/vst/interappaudio/ all files from public.sdk/source/vst/hosting all files from base/source/ (if not already done previously) public.sdk/source/vst/auwrapper/NSDataIBStream.mm (if not already done previously)","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Add files to the project","id":"534","title":"Add files to the project"},"535":{"body":"add vstgui_ios.mm add vstgui_uidescription_ios.mm","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » If using VSTGUI","id":"535","title":"If using VSTGUI"},"536":{"body":"Xcode created some files for you when you created the project. One of it is the App Delegate. You need to change the base class from NSResponder to VSTInterAppAudioAppDelegateBase (you need to import its header file which is here: public.sdk/source/vst/interappaudio/VSTInterAppAudioAppDelegateBase.h) and then remove all methods from it. If you want to add some custom behavior to your app, you should do it in your App Delegate class implementation. For example, if you want to only allow landscape mode, you have to add this method: //-----------------------------------------------------------------\n- (NSUInteger)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window\n{ return UIInterfaceOrientationMaskLandscapeLeft|UIInterfaceOrientationMaskLandscapeRight;\n} Make sure to call the super method if you override one of themethods implemented by VSTInterAppAudioAppDelegateBase (theheader shows which methods are implemented).","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Code changes","id":"536","title":"Code changes"},"537":{"body":"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » UI Handling","id":"537","title":"UI Handling"},"538":{"body":"To create a different view for iOS, you can check the host context for the IInterAppAudioWrapper interface: //-----------------------------------------------------------------\nIPlugView* PLUGIN_API MyEditController::createView (FIDString _name)\n{ ConstString name (_name); if (name == ViewType::kEditor) { FUnknownPtr interAudioApp (getHostContext ()); if (interAudioApp) { // create and return the view for iOS } else { // create and return the view for Windows/macOSX } } return 0;\n}","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Creating a different UI when running on iOS","id":"538","title":"Creating a different UI when running on iOS"},"539":{"body":"VSTGUI 4.3 or higher includes support for iOS. You can use it the same like you use it for Windows or macOS X. See the VSTGUI documentation for some limitations.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Using VSTGUI","id":"539","title":"Using VSTGUI"},"54":{"body":"Very simple delay plug-in: only one parameter (a delay) Check the folder \"public.sdk/samples/vst/adelay\" of the SDK! Classes: ADelayProcessor ADelayController","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » ADelay","id":"54","title":"ADelay"},"540":{"body":"If you want to create a native UIView as your plug-in editor, you have to create your own IPlugView derivate and attach the UIView in the IPlugView::attached method. An example of this can be seen in \"public.sdk/samples/vst/adelay/interappaudio/iosEditor.mm\"","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Using a native UIView","id":"540","title":"Using a native UIView"},"541":{"body":"The example project in \"public.sdk/samples/vst/InterAppAudio\" uses a custom solution to show the UI for controlling and switching to the host application. You should take this as an example if you want to add it this way. You can also use the UI Apple provides with its example source for Inter-App Audio. But you can also implement the host UI integration into your plug-in view. Your edit controller will get an interface to IInterAppAudioHost via its initialize method which you can use to get the host icon and send commands or switch to the host. If you use this method to show the host controls you should implement the IInterAppAudioConnectionNotification interface in your edit controller to conditionally show or hide the controls depending on the connection state.","breadcrumbs":"Technical Documentation » [3.6.0] iOS Inter-App Audio » Host UI Integration","id":"541","title":"Host UI Integration"},"542":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » [3.6.0] Preset Meta-Information","id":"542","title":"[3.6.0] Preset Meta-Information"},"543":{"body":"Meta attributes of a stream: Vst::IStreamAttributes . [host imp] [extends IBStream ] [released: 3.6.0] [optional] Interface to access preset meta information from stream, used, for example, in setState in order to inform the plug-in about the current context in which the preset loading occurs(Project context or Preset load (see StateType )) or used to get the full file path of the loaded preset (if available).","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » Introduction","id":"543","title":"Introduction"},"544":{"body":"#include \"pluginterfaces/base/ustring.h\"\n#include \"pluginterfaces/vst/vstpresetkeys.h\"\n// ... tresult PLUGIN_API MyPluginProcessor::setState (IBStream* state)\n{ FUnknownPtr stream (state); if (stream) { IAttributeList* list = stream->getAttributes (); if (list) { // get the current type (project/Default..) of this state String128 string; if (list->getString (PresetAttributes::kStateType, string, 128 * sizeof (TChar)) == kResultTrue) { UString128 tmp (string); char ascii[128]; tmp.toAscii (ascii, 128); if (!strncmp (ascii, StateType::kProject, strlen (StateType::kProject))) { // we are in project loading context... } } // get the full file path of this state TChar fullPath[1024]; if (list->getString (PresetAttributes::kFilePathStringType, fullPath, 1024 * sizeof (TChar)) == kResultTrue) { // here we have the full path ... } } } //...read the state here..... return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.0] Preset Meta-Information » Example","id":"544","title":"Example"},"545":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » [3.6.5] Channel Context Info","id":"545","title":"[3.6.5] Channel Context Info"},"546":{"body":"Channel context interface: Vst::IInfoListener . [plug imp] [extends IEditController ] [released: 3.6.5] [optional] Allows the host to inform the plug-in about the context in which the plug-in is instantiated, mainly channel based info (color, name, index, ...). Index can be defined inside a namespace (for example, index start from 1 to N for Type Input/Output Channel (Index namespace) and index start from 1 to M for Type Audio Channel). As soon as the plug-in provides this Vst::IInfoListener interface, the host will call setChannelContextInfos for each change occurring to this channel (new name, new color, new indexation, ...).","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » Introduction","id":"546","title":"Introduction"},"547":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API MyPlugin::setChannelContextInfos (IAttributeList* list)\n{ if (list) { // optional we can ask for the Channel Name Length int64 length; if (list->getInt (ChannelContext::kChannelNameLengthKey, length) == kResultTrue) { ... } // get the Channel Name where we, as Plug-in, are instantiated String128 name; if (list->getString (ChannelContext::kChannelNameKey, name, sizeof (name)) == kResultTrue) { ... } // get the Channel UID if (list->getString (ChannelContext::kChannelUIDKey, name, sizeof (name)) == kResultTrue) { ... } // get Channel Index int64 index; if (list->getInt (ChannelContext::kChannelIndexKey, index) == kResultTrue) { ... } // get the Channel Color int64 color; if (list->getInt (ChannelContext::kChannelColorKey, color) == kResultTrue) { uint32 channelColor = (uint32)color; String str; str.printf (\"%x%x%x%x\", ChannelContext::GetAlpha (channelColor), ChannelContext::GetRed (channelColor), ChannelContext::GetGreen (channelColor), ChannelContext::GetBlue (channelColor)); String128 string128; Steinberg::UString (string128, 128).fromAscii (str); ... } // get Channel Index Namespace Order of the current used index namespace if (list->getInt (ChannelContext::kChannelIndexNamespaceOrderKey, index) == kResultTrue) { ... } // get the channel Index Namespace Length if (list->getInt (ChannelContext::kChannelIndexNamespaceLengthKey, length) == kResultTrue) { ... } // get the channel Index Namespace String128 namespaceName; if (list->getString (ChannelContext::kChannelIndexNamespaceKey, namespaceName, sizeof (namespaceName)) == kResultTrue) { ... } // get Plug-in Channel Location int64 location; if (list->getInt (ChannelContext::kChannelPluginLocationKey, location) == kResultTrue) { String128 string128; switch (location) { case ChannelContext::kPreVolumeFader: Steinberg::UString (string128, 128).fromAscii (\"PreVolFader\"); break; case ChannelContext::kPostVolumeFader: Steinberg::UString (string128, 128).fromAscii (\"PostVolFader\"); break; case ChannelContext::kUsedAsPanner: Steinberg::UString (string128, 128).fromAscii (\"UsedAsPanner\"); break; default: Steinberg::UString (string128, 128).fromAscii (\"unknown!\"); break; } } // do not forget to call addRef () if you want to keep this list }\n}","breadcrumbs":"Technical Documentation » [3.6.5] Channel Context Info » Example","id":"547","title":"Example"},"548":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change » [3.6.5] Unit-Bus Assignment Change","id":"548","title":"[3.6.5] Unit-Bus Assignment Change"},"549":{"body":"Host callback for extended unit support: Vst::IUnitHandler2 . [host imp] [extends IUnitHandler ] [released: 3.6.5] [optional] Host callback interface, used with IUnitInfo . Retrieve via queryInterface from IComponentHandler . The plug-in has the possibility to inform the host with notifyUnitByBusChange that something has changed in the bus - unit assignment,the host then has to recall IUnitInfo::getUnitByBus in order to get the new relations between busses and unit. See also VST 3 Units , IUnitHandler , IUnitInfo .","breadcrumbs":"Technical Documentation » [3.6.5] Unit-Bus Assignment Change » Introduction","id":"549","title":"Introduction"},"55":{"body":"The SDK includes an AGain plug-in which is a very simple VST 3 plug-in. This plug-in: is multichannel compatible supports bypass processing has an automated gain parameter has an Event input bus (allowing to use noteOn velocity to control the gain factor) has a VU peak meter uses the VSTGUI4 library a version of this plug-in with side-chaining is available (showing a plug-in using the same controller and different - components) an AAX version is available a AUv3 version is available what_if_2 Check the folder \"public.sdk/samples/vst/again\" of the SDK! Classes: AGain AGainWithSideChain (used for side-chain version) AGainController AGain Sample Accurate Simple plug-in showing how to achieve sample-accurate processing. Based Check the folder \"public.sdk/samples/vst/again_sampleaccurate\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » AGain","id":"55","title":"AGain"},"550":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » [3.6.5] Prefetchable","id":"550","title":"[3.6.5] Prefetchable"},"551":{"body":"Indicates if the plug-in supports prefetch (dynamically): Vst::IPrefetchableSupport . [plug imp] [extends IComponent ] [released: 3.6.5] [optional] The plug-in should implement this interface if it needs to dynamically change between prefetchable or not. By default (without implementing this interface), the host decides in which mode the plug-in is processed. For more info about the prefetch processing mode check the ProcessModes::kPrefetch documentation","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » Introduction","id":"551","title":"Introduction"},"552":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API myPlug::getPrefetchableSupport (PrefetchableSupport& prefetchable)\n{ prefetchable = kIsNeverPrefetchable; switch (myPrefetchableMode) { case 0: prefetchable = kIsNeverPrefetchable; break; case 1: prefetchable = kIsYetPrefetchable; break; case 2: prefetchable = kIsNotYetPrefetchable; break; } return kResultOk;\n}","breadcrumbs":"Technical Documentation » [3.6.5] Prefetchable » Example","id":"552","title":"Example"},"553":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » [3.6.5] Automation State","id":"553","title":"[3.6.5] Automation State"},"554":{"body":"Extended plug-in interface IEditController : Vst::IAutomationState . [plug imp] [extends IEditController ] [released: 3.6.5] [optional] Hosts can inform the plug-in about its current automation state (Read/Write/Nothing).","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » Introduction","id":"554","title":"Introduction"},"555":{"body":"in mycontroller.h //------------------------------------------------------------------------\nclass MyController: public EditControllerEx1, public IAutomationState\n{ //... //---IAutomationState--------------------------------- tresult PLUGIN_API setAutomationState (int32 state) SMTG_OVERRIDE; //... DEFINE_INTERFACES //... DEF_INTERFACE (IAutomationState) END_DEFINE_INTERFACES (EditControllerEx1) //...\n}; In mycontroller.cpp //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::setAutomationState (int32 state)\n{ switch (state) { case kNoAutomation: break; case kReadState: break; case kWriteState: break; case kReadWriteState: break; default: } return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.5] Automation State » Example","id":"555","title":"Example"},"556":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: Resize View Call Sequence","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling » [3.6.6] PlugView Content Scaling","id":"556","title":"[3.6.6] PlugView Content Scaling"},"557":{"body":"Plug-in view content scale support: Vst::IPlugViewContentScaleSupport . [plug impl] [extends IPlugView ] [released: 3.6.6] [optional] This interface communicates the content scale factor from the host to the plug-in view on systems where plug-ins cannot get this information directly like Microsoft Windows. The host calls setContentScaleFactor directly before or after the plug-in view is attached and when the scale factor changes while the view is attached (system change or window moved to another screen with different scaling settings). The host may call setContentScaleFactor in a different context, for example: scaling the plug-in editor for better readability. When a plug-in handles this (by returning kResultTrue), it needs to scale the width and height of its view by the scale factor and inform the host via a IPlugFrame::resizeView() , the host will then call IPlugView::onSize() . The host will then call IPlugView::onSize(). ⓘ Note Note that the host is allowed to call setContentScaleFactor() at any time the IPlugView is valid.","breadcrumbs":"Technical Documentation » [3.6.6] PlugView Content Scaling » Introduction","id":"557","title":"Introduction"},"558":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » [3.6.8] Request Bus Activation","id":"558","title":"[3.6.8] Request Bus Activation"},"559":{"body":"Extended host callback interface for an edit controller: Vst::IComponentHandlerBusActivation . [host imp] [extends IComponentHandler ] [released: 3.6.8] [optional] Allows the plug-in to request the host to activate or deactivate a specific bus. If the host accepts this request, it will call later on IComponent::activateBus . This is particularly useful for instruments with more than 1 outputs, where the user could request from the plug-in UI a given output bus activation. See also IComponentHandler .","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » Introduction","id":"559","title":"Introduction"},"56":{"body":"Very simple plug-in: showing how to use the Steinberg::Vst::ChannelContext::IInfoListener interface using a generic UI what_if_10 Check the folder \"public.sdk/samples/vst/channelcontext\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » TestChannelContext","id":"56","title":"TestChannelContext"},"560":{"body":"// somewhere in your code when you need to inform the host to enable a specific Bus.\nFUnknownPtr busActivation (componentHandler);\nif (busActivation)\n{ // here we want to activate our audio input Side-chain (the 2cd input bus: index 1) busActivation->requestBusActivation (kAudio, kInput, 1, true);\n}","breadcrumbs":"Technical Documentation » [3.6.8] Request Bus Activation » Example","id":"560","title":"Example"},"561":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples AGain Note Expression Synth How Cubase uses Snapshots Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » [3.6.10] UI Snapshots","id":"561","title":"[3.6.10] UI Snapshots"},"562":{"body":"Since VST 3.6.10, a VST 3 bundle can contain pre-rendered snapshot images for a VST 3 host as a visual representation of the plug-in UI. This snapshot must have a predefined format and file name so that a host can recognize it. The image format must be PNG The image needs to be located inside the bundle directory in the folder Resources/Snapshots/ The file name must start with the unique ID of the audio processor printed in the form 84E8DE5F92554F5396FAE4133C935A18 followed by the string _snapshot and optionally followed by the HiDPI scale factor _2.0x and ending with the file extension .png . For example, again's snapshot must be named: 84E8DE5F92554F5396FAE4133C935A18_snapshot.png 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png for the 2x scaled HiDPI variant. If the HiDPI scale factor is omitted, a scale factor of 1 is used.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Introduction","id":"562","title":"Introduction"},"563":{"body":"","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Examples","id":"563","title":"Examples"},"564":{"body":"Tech_doc_22 84E8DE5F92554F5396FAE4133C935A18_snapshot.png Tech_doc_23 84E8DE5F92554F5396FAE4133C935A18_snapshot_2.0x.png","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » AGain","id":"564","title":"AGain"},"565":{"body":"Tech_doc_24 6EE65CD1B83A4AF480AA7929AEA6B8A0_snapshot.png Tech_doc_25 6EE65CD1B83A4AF480AA7929AEA6B8A0_snapshot_2.0x.png","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » Note Expression Synth","id":"565","title":"Note Expression Synth"},"566":{"body":"Tech_doc_26 In the Right Zone under the Media Tab, the user can choose FXs and Instruments using the snapshots.","breadcrumbs":"Technical Documentation » [3.6.10] UI Snapshots » How Cubase uses Snapshots","id":"566","title":"How Cubase uses Snapshots"},"567":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.5.0] Note Expression","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » [3.6.11] NoteExpression Physical UI Mapping","id":"567","title":"[3.6.11] NoteExpression Physical UI Mapping"},"568":{"body":"Extended plug-in interface IEditController for note expression event support: Vst::INoteExpressionPhysicalUIMapping . [plug imp] [extends IEditController ] [released: 3.6.11] [optional] With this plug-in interface, the host can retrieve the preferred physical mapping associated to note expression supported by the plug-in. When the mapping changes (for example, when switching presets), the plug-in needs to inform the host about it via IComponentHandler::restartComponent ( kNoteExpressionChanged ).","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » Introduction","id":"568","title":"Introduction"},"569":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this INoteExpressionPhysicalUIMapping interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::INoteExpressionPhysicalUIMapping\n{ // ... //--- INoteExpressionPhysicalUIMapping --------------------------------- tresult PLUGIN_API getPhysicalUIMapping (int32 busIndex, int16 channel, PhysicalUIMapList& list) SMTG_OVERRIDE; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::INoteExpressionPhysicalUIMapping) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstnoteexpression.h\" namespace Steinberg { namespace Vst { DEF_CLASS_IID (INoteExpressionPhysicalUIMapping) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::getPhysicalUIMapping (int32 busIndex, int16 channel, PhysicalUIMapList& list)\n{ if (busIndex == 0 && channel == 0) { for (uint32 i = 0; i < list.count; ++i) { NoteExpressionTypeID type = kInvalidTypeID; if (kPUIXMovement == list.map[i].physicalUITypeID) list.map[i].noteExpressionTypeID = kCustomStart + 1; else if (kPUIYMovement == list.map[i].physicalUITypeID) list.map[i].noteExpressionTypeID = kCustomStart + 2; } return kResultTrue; } return kResultFalse;\n}","breadcrumbs":"Technical Documentation » [3.6.11] NoteExpression Physical UI Mapping » Example","id":"569","title":"Example"},"57":{"body":"Instrument, Panner and Fx plug-in checking the VST 3 support of a host. It uses VSTGUI an AAX version is available what_if_5 Check the folder \"public.sdk/samples/vst/hostchecker\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » HostChecker","id":"57","title":"HostChecker"},"570":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » [3.6.12] Legacy MIDI CC Out Event","id":"570","title":"[3.6.12] Legacy MIDI CC Out Event"},"571":{"body":"Legacy MIDI CC Out event specific data: midiCCOut . Used in Event (union) [released: 3.6.12] This kind of event is reserved for generating MIDI CC as output event for kEvent Bus during the process call.","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » Introduction","id":"571","title":"Introduction"},"572":{"body":"In myprocessor.cpp #include \"public.sdk/source/vst/vsteventshelper.h\" //-----------------------------------------------------------------------------\ntresult PLUGIN_API MyProcessor::process (ProcessData& data)\n{ int16 channel = 10; float value = 0.4f; //... Event evtMIDICC; Helpers::initLegacyMIDICCOutEvent (evtMIDICC, kCtrlModWheel, channel, value); data.outputEvents->addEvent (evtMIDICC); //...\n}","breadcrumbs":"Technical Documentation » [3.6.12] Legacy MIDI CC Out Event » Example","id":"572","title":"Example"},"573":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example Related pages: [3.0.1] Parameter MIDI Mapping","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » [3.6.12] MIDI Learn","id":"573","title":"[3.6.12] MIDI Learn"},"574":{"body":"MIDI Learn Interface: Vst::IMidiLearn . [plug imp] [extends IEditController ] [released: 3.6.12] [mandatory] If this interface is implemented by the edit controller, the host will call this method whenever there is live MIDI-CC input for the plug-in. This way, the plug-in can change its MIDI-CC parameter mapping and inform the host via the IComponentHandler::restartComponent with the kMidiCCAssignmentChanged flag. Use this if you want to implement custom MIDI-Learn functionality in your plug-in.","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » Introduction","id":"574","title":"Introduction"},"575":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this IMidiLearn interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::IMidiLearn\n{ // ... //--- IMidiLearn --------------------------------- tresult PLUGIN_API onLiveMIDIControllerInput (int32 busIndex, int16 channel, CtrlNumber midiCC) SMTG_OVERRIDE; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::IMidiLearn) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstmidilearn.h namespace Steinberg { namespace Vst { DEF_CLASS_IID (IMidiLearn) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::onLiveMIDIControllerInput (int32 busIndex, int16 channel, CtrlNumber midiCC)\n{ // if we are not in doMIDILearn (triggered by a UI button for example) or wrong channel then return if (!doMIDILearn || busIndex != 0 || channel != 0 || midiLearnParamID == InvalidParamID) return kResultFalse; // adapt our internal MIDICC -> parameterID mapping midiCCMapping[midiCC] = midiLearnParamID; // new mapping then inform the host that our MIDI assignment has changed if (auto componentHandler = getComponentHandler ()) { componentHandler->restartComponent (kMidiCCAssignmentChanged); } return kResultTrue;\n}","breadcrumbs":"Technical Documentation » [3.6.12] MIDI Learn » Example","id":"575","title":"Example"},"576":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » [3.6.12] Host Query Interface support","id":"576","title":"[3.6.12] Host Query Interface support"},"577":{"body":"Host callback interface for an edit controller: Vst::IPlugInterfaceSupport . [host imp] [released: 3.6.12] [mandatory] Allows a plug-in to ask the host if a given plug-in interface is supported/used by the host. It is implemented by the hostContext given when the component is initialized.","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » Introduction","id":"577","title":"Introduction"},"578":{"body":"//------------------------------------------------------------------------\ntresult PLUGIN_API MyPluginController::initialize (FUnknown* context)\n{ // ... FUnknownPtr plugInterfaceSupport (context); if (plugInterfaceSupport) { if (plugInterfaceSupport->isPlugInterfaceSupported (IMidiMapping::iid) == kResultTrue) // IMidiMapping is used by the host } // ...\n} See also IPluginBase .","breadcrumbs":"Technical Documentation » [3.6.12] Host Query Interface support » Example","id":"578","title":"Example"},"579":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: [3.5.0] Note Expression [3.6.11] NoteExpression Physical UI Mapping About MIDI in VST 3","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers » [3.6.12] MPE support for Wrappers","id":"579","title":"[3.6.12] MPE support for Wrappers"},"58":{"body":"Very simple plug-in: showing how to use LegacyMIDICCOutEvent which allow to generate MIDI CC as output event VST parameters change which creates LegacyMIDICCOutEvent Event what_if_11 Check the folder \"public.sdk/samples/vst/legacymidiccout\" of the SDK! Classes: LegacyMIDICCOut::Plug","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » TestLegacyMIDICCOut","id":"58","title":"TestLegacyMIDICCOut"},"580":{"body":"Wrapper MPE Support interface: Vst::IVst3WrapperMPESupport . [host imp] [passed as 'context' to IPluginBase::initialize() ] [released: 3.6.12] [optional] Implemented on wrappers that support MPE ( MIDI Polyphonic Expression ) to Note Expression translation. ⓘ Note By default, MPE input processing is enabled, the masterChannel will be zero, the memberBeginChannel will be one and the memberEndChannel will be 14. ⓘ Note As MPE is a subset of the VST 3 Note Expression feature, mapping from the three MPE expressions is handled via the INoteExpressionPhysicalUIMapping interface.","breadcrumbs":"Technical Documentation » [3.6.12] MPE support for Wrappers » Introduction","id":"580","title":"Introduction"},"581":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » [3.7.0] Parameter Function Name","id":"581","title":"[3.7.0] Parameter Function Name"},"582":{"body":"Edit controller component interface extension: Vst::IParameterFunctionName . [plug imp] [extends IEditController ] [released: 3.7.0] [optional] This interface allows the host to get a parameter associated to a specific meaning (a functionName) for a given unit. The host can use this information, for example, for drawing a Gain Reduction meter in its own UI. In order to get the plain value of this parameter, the host should use the IEditController::normalizedParamToPlain . The host can automatically map parameters to dedicated UI controls, such as the wet-dry mix knob or the Randomize button.","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » Introduction","id":"582","title":"Introduction"},"583":{"body":"In mycontroller.h //------------------------------------------------------------------------\n// here an example of how a VST 3 plug-in could support this IParameterFunctionName interface.\n// we need to define somewhere the iids: //in MyController class declaration\nclass MyController : public Vst::EditController, public Vst::IParameterFunctionName\n{ // ... tresult PLUGIN_API getParameterIDFromFunctionName (UnitID unitID, FIDString functionName, Vst::ParamID& paramID) override; // ... OBJ_METHODS (MyController, Vst::EditController) DEFINE_INTERFACES // ... DEF_INTERFACE (Vst::IParameterFunctionName) END_DEFINE_INTERFACES (Vst::EditController) //...\n} In mycontroller.cpp #include \"pluginterfaces/vst/ivstparameterfunctionname.h\" namespace Steinberg { namespace Vst { DEF_CLASS_IID (IParameterFunctionName) }\n} //------------------------------------------------------------------------\ntresult PLUGIN_API MyController::getParameterIDFromFunctionName (UnitID unitID, FIDString functionName, Vst::ParamID& paramID)\n{ using namespace Vst; paramID = kNoParamId; if (unitID == kRootUnitId && FIDStringsEqual (functionName, kCompGainReduction)) paramID = kMyGainReductionId; return (paramID != kNoParamId) ? kResultOk : kResultFalse;\n} Example of host implementation FUnknownPtr functionName (mEditController->getIEditController ());\nif (functionName)\n{ Vst::ParamID paramID; if (functionName->getParameterIDFromFunctionName (Vst::FunctionNameType::kCompGainReduction, paramID) == kResultTrue) { // paramID could be cached for performance issue Vst::ParamValue norm = mEditController->getIEditController ()->getParamNormalized (paramID); Vst::ParamValue plain = mEditController->getIEditController ()->normalizedParamToPlain (paramID, norm); // plain is something like -6 (-6dB) }\n}","breadcrumbs":"Technical Documentation » [3.7.0] Parameter Function Name » Example","id":"583","title":"Example"},"584":{"body":"/ VST Home / Technical Documentation On this page: Introduction Examples How to call it from the plug-in side","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » [3.7.0] Progress display","id":"584","title":"[3.7.0] Progress display"},"585":{"body":"Extended host callback interface for an edit controller: Vst::IProgress . [host imp] [extends IComponentHandler ] [released: 3.7.0] [optional] Allows the plug-in to ask the host to create a progress for specific tasks which take some time. The host can visualize the progress as read-only UI elements. For example, after loading a project where a plug-in needs to load extra data (e.g. samples) in a background thread, this enables the host to get and visualize the current status of the loading progress and to inform the user when the loading is finished. Note: During the progress, the host can unload the plug-in at any time. Make sure that the plug-in supports this use case.","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » Introduction","id":"585","title":"Introduction"},"586":{"body":"","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » Examples","id":"586","title":"Examples"},"587":{"body":"//--------------------------------------\n// we are in the editcontroller:\n// as member: IProgress::ID mProgressID; FUnknownPtr progress (componentHandler);\nif (progress) progress->start (IProgress::ProgressType::UIBackgroundTask, STR (\"Load Samples...\"), mProgressID); // ...\nmyProgressValue += incProgressStep;\nFUnknownPtr progress (componentHandler);\nif (progress) progress->update (mProgressID, myProgressValue); // ...\nFUnknownPtr progress (componentHandler);\nif (progress) progress->finish (mProgressID); VST 3 Plug-in Test Host integration of Vst::IProgress : Tech_doc_35","breadcrumbs":"Technical Documentation » [3.7.0] Progress display » How to call it from the plug-in side","id":"587","title":"How to call it from the plug-in side"},"588":{"body":"/ VST Home / Technical Documentation On this page: Introduction","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements » [3.7.0] Process Context Requirements","id":"588","title":"[3.7.0] Process Context Requirements"},"589":{"body":"Extended IAudioProcessor interface for a component: Vst::IProcessContextRequirements . [plug imp] [extends IAudioProcessor ] [released: 3.7.0] [mandatory] To get accurate process context information ( Vst::ProcessContext ), it is now required to implement this interface and return the desired bit mask of flags which your audio effect needs. If you do not implement this interface, you may not get any information at all in the process function. The host asks for this information once between initialize and setActive. It cannot be changed afterwards. This gives the host the opportunity to better optimize the audio process graph when it knows which plug-ins need which information. ⚠️ Warning Plug-Ins built with an earlier SDK version (< 3.7) will still get the old information, but the information may not be as accurate as when using this interface.","breadcrumbs":"Technical Documentation » [3.7.0] Process Context Requirements » Introduction","id":"589","title":"Introduction"},"59":{"body":"Effects (stereo to stereo plug-ins): Ambience: Reverb Bandisto: Multi-band Distortion BeatBox: Drum Replacer Combo: Amp and Speaker Simulator DeEsser: High frequency Dynamics Processor Degrade: Sample quality reduction Delay: Simple stereo delay with feedback tone control Detune: Simple up/down pitch shifting thickener Dither: Range of dither types including noise shaping DubDelay: Delay with feedback saturation and time/pitch modulation Dynamics: Compressor / Limiter / Gate Image: Stereo image adjustment and M-S matrix Leslie: Rotary speaker simulator Limiter: Opto-electronic style limiter Loudness: Equal loudness contours for bass EQ and mix correction MultiBand: Multi-band compressor with M-S processing modes Overdrive: Soft distortion RePsycho!: Drum loop pitch changer RezFilter: Resonant filter with LFO and envelope follower RingMod: Simple Ring Modulator Round Panner: 3D panner Shepard: Continuously rising/falling tone generator SpecMeter: Stereo 13 Bands spectral Meter Splitter: Frequency / level crossover for setting up dynamic processing Stereo Simulator: Haas delay and comb filtering Sub-Bass Synthesizer: Several low frequency enhancement methods TalkBox: High resolution vocoder TestTone: Signal generator with pink and white noise, impulses and sweeps Thru-Zero Flanger: Classic tape-flanging simulation Tracker: Pitch tracking oscillator, or pitch tracking EQ Instruments (1 Event input, 1 stereo Audio output): DX10: Sounds similar to the later Yamaha DX synths including the heavy bass but with a warmer, cleaner tone. EPiano: Simple EPiano JX10: The plug-in is designed for high quality (lower aliasing than most soft synths) and low processor usage Piano: Not designed to be the best sounding piano in the world, but boasts extremely low CPU and memory usage. Based on the OpenSource mda plug-ins ( http://mda.smartelectronix.com/ ), this set of plug-ins demonstrates how wrap DS- code in a VST 3 plug-in. Check the folder \"public.sdk/samples/vst/mda-vst3\" of the SDK! Classes: BaseProcessor BaseController BaseParameter","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » mda plug-ins","id":"59","title":"mda plug-ins"},"590":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Technical Documentation » [3.7.0] Control Voltage Bus Flag » [3.7.0] Control Voltage Bus Flag","id":"590","title":"[3.7.0] Control Voltage Bus Flag"},"591":{"body":"Extended struct BusInfo flags for a component: Vst::IComponent::getBusInfo . [plug imp] [extends IComponent ] [released: 3.7.0] The kIsControlVoltage flag allows the plug-in to inform the host that an audio bus does not contain ordinary audio data, but data used for control changes at sample rate. The data is in the same format as the audio data [-1.0, 1.0]. A host has to prevent unintended routing to speakers to prevent damage. Only valid for audio media type busses.","breadcrumbs":"Technical Documentation » [3.7.0] Control Voltage Bus Flag » Introduction","id":"591","title":"Introduction"},"592":{"body":"/ VST Home / Technical Documentation On this page: Introduction Plug-in’s module info file: moduleinfo.json IPluginCompatibility Example Example of host implementation Related pages: Moduleinfo Compatibility with VST 2.x or VST 1","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » [3.7.5] Module Info and Plug-in Compatibility","id":"592","title":"[3.7.5] Module Info and Plug-in Compatibility"},"593":{"body":"A new moduleinfo.json file added to the plug-in bundle (in the Resources folder) describes the contents of the plug-in in a JSON5 compatible format. This includes a compatibility list which allows, for example, a VST 3 plug-in to replace a given VST 2 plug-in (check here , to learn how to create UID for old VST 2 plug-ins). [plug imp] [released: 3.7.5]","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Introduction","id":"593","title":"Introduction"},"594":{"body":"Check moduleinfo.json for more information about the content of this file.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Plug-in’s module info file: moduleinfo.json","id":"594","title":"Plug-in’s module info file: moduleinfo.json"},"595":{"body":"If the plug-in could not deliver the moduleinfo.json because it does not support bundle, it is possible to add the new interface IPluginCompatibility to the plug-in factory.","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » IPluginCompatibility","id":"595","title":"IPluginCompatibility"},"596":{"body":"In plugentry.cpp : //------------------------------------------------------------------------\nclass PluginCompatibility : public FObject, public IPluginCompatibility\n{ public: //... tresult PLUGIN_API getCompatibilityJSON (IBStream* stream) override { /* write the JSON compatibility array into the stream [ { \"New\": \"BD58B550F9E5634E9D2EFF39EA0927B1\", \"Old\": [ \"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA\", \"BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB\", ], } ] */ return kResultTrue; } //... }; //------------------------------------------------------------------------\nstatic FUnknown* createCompatibilityInstance (void* context)\n{ return (IPluginCompatibility*)new PluginCompatibility;\n} //------------------------------------------------------------------------\nBEGIN_FACTORY_DEF (stringCompanyName, stringCompanyWeb, stringCompanyEmail) //... DEF_CLASS2 (INLINE_UID_FROM_FUID(PluginCompatibilityUID), PClassInfo::kManyInstances, kPluginCompatibilityClass, stringPluginName, Vst::kDistributable, \"\", FULL_VERSION_STR, kVstVersionString, createCompatibilityInstance)","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Example","id":"596","title":"Example"},"597":{"body":"Check function void Validator::testModule in public.sdk/samples/vst-hosting/validator/source/validator.cpp. plugCompatibility = factory.createInstance (classInfo.ID ());","breadcrumbs":"Technical Documentation » [3.7.5] Module Info and Plug-in Compatibility » Example of host implementation","id":"597","title":"Example of host implementation"},"598":{"body":"/ VST Home / Technical Documentation On this page: Introduction Example","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » [3.7.9] Get Current SystemTime","id":"598","title":"[3.7.9] Get Current SystemTime"},"599":{"body":"Extended plug-in interface IComponentHandler for an edit controller, IComponentHandlerSystemTime allows the plug-in to ask for the current systemTime (this should be the same kind of time reference than the one used in ProcessContext::systemTime, this one is not compensated like the one of the ProcessContext). [host imp] [extends IComponentHandler ] [released: 3.7.9] [optional]","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » Introduction","id":"599","title":"Introduction"},"6":{"body":"VST 3 Links — Important links you will need for working with VST 3 How to setup up my system for VST 3 — In order to build VST 3 plug-ins, you need the source code of the VST 3 (API: interface definition), an IDE/compiler, cmake and a VST 3 host application. Preparation on Windows — Generated VST 3 Microsoft Visual Studio Projects using the cmake files included in the SDK will create by default symbolic links for each built plug-in in the official VST 3 folder, in order to allow this on Windows you have to adapt the Group Policy of Windows. See Here!","breadcrumbs":"VST » Getting Started","id":"6","title":"Getting Started"},"60":{"body":"Instrument plug-in supporting note expression events It shows how easy it is to use VSTGUI a AUv3 version is available what_if_4 Check the folder \"public.sdk/samples/vst/note_expression_synth\" of the SDK! Classes: NoteExpressionSynth::Processor NoteExpressionSynth::Controller NoteExpressionSynth::Voice","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Note Expression Synth","id":"60","title":"Note Expression Synth"},"600":{"body":"//--------------------------------------\n// we are in the editcontroller: int64 systemTime = 0; FUnknownPtr handlerSystemTime (componentHandler);\nif (handlerSystemTime) handlerSystemTime->getSystemTime (systemTime);","breadcrumbs":"Technical Documentation » [3.7.9] Get Current SystemTime » Example","id":"600","title":"Example"},"601":{"body":"/ VST Home / Technical Documentation On this page: Introduction Related pages: Data Exchange Data Exchange Tutorial - How to send data from the realtime process to the edit controller","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller » [3.7.9] Data Transfert Between Processor/Controller","id":"601","title":"[3.7.9] Data Transfert Between Processor/Controller"},"602":{"body":"Host Data Exchange handler interface: IDataExchangeHandler . [host imp] [context interface] [released: 3.7.9] [optional] Data Exchange Receiver interface: IDataExchangeReceiver [plug imp] [released: 3.7.9] [optional] Check Data Exchange .","breadcrumbs":"Technical Documentation » [3.7.9] Data Transfert Between Processor/Controller » Introduction","id":"602","title":"Introduction"},"603":{"body":"/ VST Home","breadcrumbs":"Change History » Change History","id":"603","title":"Change History"},"604":{"body":"All released versions of the VST 3 SDK with changes and dates: Version 3.7.9 (2023/10/09) Version 3.7.8 (2023/05/15) Version 3.7.7 (2022/12/12) Version 3.7.6 (2022/09/05) Version 3.7.5 (2022/05/16) Version 3.7.4 (2021/12/14) Version 3.7.3 (2021/08/10) Version 3.7.2 (2021/03/30) Version 3.7.1 (2020/11/17) Version 3.7.0 (2020/07/29) Version 3.6.14 (2019/11/29) Version 3.6.13 (2019/04/08) Version 3.6.12 (2018/12/03) Version 3.6.11 (2018/10/22) Version 3.6.10 (2018/06/11) Version 3.6.9 (2018/03/01) Version 3.6.8 (2017/11/08) Version 3.6.7 (2017/03/03) Version 3.6.6 (2016/06/17) Version 3.6.5 (2015/08/28) Version 3.6.0 (2013/11/22) Version 3.5.2 (2012/09/25) Version 3.5.1 (2011/11/11) Version 3.5.0 (2011/02/04) Version 3.1.0 (2010/06/25) Version 3.0.2 (2009/01/15) Version 3.0.1 (2008/03/19) Version 3.0.0 (2008/01/17)","breadcrumbs":"Change History » Versions","id":"604","title":"Versions"},"605":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.9 (2023/10/09) » Version 3.7.9 (2023/10/09)","id":"605","title":"Version 3.7.9 (2023/10/09)"},"606":{"body":"Interface changes: New Vst::IDataExchangeHandler / Vst::IDataExchangeReceiver : API to send data from the realtime processing function to the controller in a safe and efficient way. New Vst::IComponentHandlerSystemTime : API to query the system time from the controller. New on Linux: Query IRunLoop from the host context of IPlugFactory3 . New Flags/Enums: New speakers: kSpeakerLw and kSpeakerRw for Left and Right Wide New predefined 3D speaker arrangements (compatible Dolby Atmos): k90_4_W => L R C Ls Rs Sl Sr Tfl Tfr Trl Trr Lw Rw k91_4_W => L R C Lfe Ls Rs Sl Sr Tfl Tfr Trl Trr Lw Rw k90_6_W => L R C Ls Rs Sl Sr Tfl Tfr Trl Trr Tsl Tsr Lw Rw k91_6_W => L R C Lfe Ls Rs Sl Sr Tfl Tfr Trl Trr Tsl Tsr Lw Rw VSTGUI update 4.13.0 Documentation New tutorial: Data Exchange Tutorial - How to send data from the realtime process to the edit controller . New doc page about Provide a RunLoop on Linux . cmake Change minimal cmake version to 3.5.0. Partially fix for Windows, create destination installation folders if they don't exist (Issue#8) . Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): fix some warnings Audio Unit: AUv3Wrapper: Fix iOS build errors ( PR#47 ) Make AUv3 follow VST3 threading model (PR#62) Fix \"Missing field initializer\" warnings in AUv3Wrapper (Issue#55) Examples : New VST 3 plug-ins example DataExchange showing the use of the VST Data Exchange API: public.sdk/samples/vst/dataexchange . Update Hostchecker plug-in to check new interfaces: Vst::IDataExchangeHandler / Vst::IDataExchangeReceiver / Vst::IComponentHandlerSystemTime . Helpers classes: New helper for system time public.sdk/source/vst/utility/systemtime.cpp . New VST Data Exchange API Helper implementing Vst::IDataExchangeHandler : public.sdk/source/vst/utility/dataexchange.cpp . Fix \"Missing field initializer\" warning in vstparameters.h (PR#60) . Fix buffer overflow/memory corruption ( Issue#15 ). Fix undefined behavior - load of misaligned address ( Issue#64 ). vstgui4 seems incomplete on Linux ( Issue#104 ). Validator : Allow moduleinfo.json and IPluginCompatibility to coexist, not seen as error but warning (not recommanded!) (Issue#63) . VST3 Project Generator v2023.09: Rename SMTG_ADD_VSTGUI to SMTG_ENABLE_VSTGUI_SUPPORT .","breadcrumbs":"Change History » Version 3.7.9 (2023/10/09) » Version 3.7.9 (2023/10/09)","id":"606","title":"Version 3.7.9 (2023/10/09)"},"607":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.8 (2023/05/15) » Version 3.7.8 (2023/05/15)","id":"607","title":"Version 3.7.8 (2023/05/15)"},"608":{"body":"Interface changes: Breaking Change : the moduleinfo.json file, introduced in the VST 3.7.5, is now located in the Contents/Resources folder in order to be compliant with code signing on macOS. Add new Microsoft unified Arm64X binary definition for VST 3 plug-ins. New category: kFxVocals for tools dedicated to vocals. New Flags/Enums: New predefined Ambisonics speaker arrangements: kAmbi4thOrderACN with new speakers: kSpeakerACN16 to kSpeakerACN24 , kAmbi5thOrderACN , kAmbi6thOrderACN , kAmbi7thOrderACN : breaking speaker-bit compability by starting from index 0. Including some helper functions to map speaker index between order 1 to 4 and order 5 to 7 ( convertSpeaker_Ambi_1234Order_to_Ambi567Order and convertSpeaker_Ambi_567Order_to_Ambi1234Order ). VSTGUI update 4.12.3 cmake Fix \"When vst3sdk is a submodule, example plugins are not built - a switch to choose would be very useful\" ( Issue#94 ). Fix CMake fails with bad $-escape ( Issue#100 ). Breaking Change : options renamed to more meaningful words: SMTG_ADD_VST3_HOSTING_SAMPLES => SMTG_ENABLE_VST3_HOSTING_EXAMPLES SMTG_ADD_VST3_PLUGINS_SAMPLES => SMTG_ENABLE_VST3_PLUGIN_EXAMPLES SMTG_ADD_VSTGUI => SMTG_ENABLE_VSTGUI_SUPPORT Plug-in Wrappers : Audio Unit: AUv3Wrapper: Remove duplicate -loadAudioFile: method declaration ( PR#46 ). Fix iOS build errors ( PR#47 ) Fix resets all parameter values when restartComponent (kParamTitlesChanged) is called ( Issue#45 ) AUv2Wrapper: Fix \"AUv2 editor does not always work\" ( Issues#108 ) Fix endless SMTG_AUView setFrame recursion call in AUv2 Wrapper Examples : Improve silence flag handling in some plug-ins examples. Hello World VST 3 plug-in example is moved to github ! Helpers classes: Fix Build error on Linux with gcc 12 (moduleinfoparser.cpp) ( PR#49 ). Fix cannot fully build on linux due to missing Steinberg::SystemClipboard::copyTextToClipboard() implementation ( Issue#102 ). Fix Controller CID output from validator cut on non-Windows platform ( Issue#109 ). Add security check ( PR#51 ). Fix moduleinfotool.exe with UTF8 Normalization issue on Windows. Improve robustness of FStreamer::readString8 ( PR#5 ). Fix warning: loop variable 'flag' binds to a temporary value produced by a range of type 'std::optional JSON::Object ::value_type' Fix warnings that cannot be silenced on MinGW 8.1 ( PR#14 ). Remove warnings that cannot be silenced on Linux ( PR#6 . Fix language standard check in module_linux.cpp ( PR#53 ). Fix Qualify std::move call in module.cpp to silence a -Wunqualified-std-cast-call warning ( PR#53 ). Fix Include in moduleinfo.h to ensure that sized int types are visible ( PR#53 ). Validator : Add info when a unit has too many parameters VST3PluginTestHost v3.5: New Native Arm64EC version for Windows on Arm: allowing to load VST 3 Plug-ins built for Arm64EC. New Windows built-in ASIO Driver for x64 and Arm64EC.","breadcrumbs":"Change History » Version 3.7.8 (2023/05/15) » Version 3.7.8 (2023/05/15)","id":"608","title":"Version 3.7.8 (2023/05/15)"},"609":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.7 (2022/12/12) » Version 3.7.7 (2022/12/12)","id":"609","title":"Version 3.7.7 (2022/12/12)"},"61":{"body":"Plug-in visualizing the NoteExpression as Text It shows how easy it is to use VSTGUI4 Check the folder \"public.sdk/samples/vst/note_expression_text\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Note Expression Text","id":"61","title":"Note Expression Text"},"610":{"body":"Interface changes: Refactor SDK version macros in vsttypes.h so that the C API generator can use it. Better Support of MinGW in fplatform.h . VSTGUI update 4.12 Documentation New tutorial: Creating a cmake plug-in project from scratch New tutorial: Switching to another VSTGUI submodule or branch cmake Adapting cmake for making possible to extract an example from the SDK. Fix folder name for Windows Arm64EC . Remove ${SDK_ROOT} from smtg_target_configure_version_file . Replace SDK_ROOT with vst3sdk_SOURCE_DIR . Better support of MinGW. Improve SMTG_AAXSupport.cmake and SMTG_CoreAudioSupport.cmake Fix initialization of CMAKE_OSX_DEPLOYMENT_TARGET . Plug-in Wrappers : Audio Unit: AUv3Wrapper: fix crash building parameter groups ( PR#43 ). AUv3Wrapper: fix crash for empty parameter groups ( PR#44 ). VST3PluginTestHost v3.4: MIDI 2 support on macOS with higher resolution for Velocity On/Off , Aftertouch , Polypressure , ControlChange and PitchBend . VST3 Project Generator v2022.11: Support of multiple namespaces for generated plug-in source code (XX::YY::ZZ), request C++17 minimum. Fix support of space character in paths.","breadcrumbs":"Change History » Version 3.7.7 (2022/12/12) » Version 3.7.7 (2022/12/12)","id":"610","title":"Version 3.7.7 (2022/12/12)"},"611":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » Version 3.7.6 (2022/09/05)","id":"611","title":"Version 3.7.6 (2022/09/05)"},"612":{"body":"","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » Version 3.7.6 (2022/09/05)","id":"612","title":"Version 3.7.6 (2022/09/05)"},"613":{"body":"The integer types used throughout the SDK are now based on the standard types defined in and the UTF-16 character type is now char16_t from c++11. This is not an ABI change, all types have the same size as before, and old compiled plug-ins will still load without any issue in all hosts on all supported systems. But implementations may have to be adopted especially on Windows where the tchar/char16 type was directly used for Windows API's. There are simple casting functions in pluginterfaces/base/fstrdefs.h (see wscast ) for easy adoption. Interface changes: New architecture folder for Windows Arm64EC and Arm64 Classic New macro SMTG_HIDDEN_SYMBOL in pluginterfaces/base/fplatform.h VSTGUI Bugfix update 4.11.1 New Flags/Enums: Fix ITU 3+7+0 Sound System F k70_3 => L R C Ls Rs Sl Sr Tfl Tfr Trc k72_3 => L R C LFE Ls Rs Sl Sr Tfl Tfr Trc LFE2 Documentation New tutorial: Guideline for replacing a VST 2 plug-in by a VST 3 plug-in cmake New file SMTG_AddVST3AuV2.cmake : Add AUv2 target for a VST 3 plug-in Reworked AU Objective-C Namespace handling Add check if PROJECT_VERSION is set in project() , if not then FATAL_ERROR. Display error text when Spaces in Xcode path which is not supported by cmake. New function smtg_check_language_cxx in SMTG_DetectPlatform.cmake allows checking if C++ compiler is available. Plug-in Wrappers : Audio Unit: Simplify the creation of an AUv2 wrapped plug-in by a simple cmake function (see smtg_target_add_auv2) Reworked AUWrapper Objective-C code Examples : Add more structured Units and parameters to Hostchecker plug-in. Validator : Fix validator output on Windows, cout was not flushed in case of crash Helpers classes: Refactoring by using IPtr in public.sdk/source/vst/vsteditcontroller.h and public.sdk/source/common/pluginview.h Fix crash in module_win32.cpp when loading failed and the error code could not be printed Prevent the pluginfactory_constexpr on Linux to export symbols in debug mode which may be shared between modules. VST3PluginTestHost v3.3.10: Support loading PACE protected plug-ins on macOS by using the required entitlement for the hardened runtime VST3 Project Generator v2022.09: Fix: Prevent crash when PATH contains empty substring PR#3","breadcrumbs":"Change History » Version 3.7.6 (2022/09/05) » General change","id":"613","title":"General change"},"614":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.5 (2022/05/16) » Version 3.7.5 (2022/05/16)","id":"614","title":"Version 3.7.5 (2022/05/16)"},"615":{"body":"Interface changes: New moduleinfo.json file: The moduleinfo.json describes the contents of the plug-in in a JSON5 compatible format. It contains the factory info (see PFactoryInfo), the contained classes (see PClassInfo), the included snapshots and a list of compatibility of the included classes. This compatibility list allows, for example, that a VST 3 plug-in could replace a given VST 2 plug-in. New interface IPluginCompatibility in pluginterfaces/base/iplugincompatibility.h to use when a moduleinfo.json file cannot be used. Fix issue building with Visual Studio 2022 (https://github.com/steinbergmedia/vst3sdk/issues/90). Fix warnings for Windows ARM64EC target. Fix constexpr issue by using SMTG_CONSTEXPR. VSTGUI 4.11 Using DirectComposition on Windows now with support for CLayeredViewContainer Removed 32-bit Carbon support Reworked Event handling Different fixes New Flags/Enums: New predefined 3D speaker arrangement: k50_5_3 => L R C Ls Rs Tfl Tfc Tfr Trl Trr Bfl Bfc Bfr k51_5_3 => L R C LFE Ls Rs Tfl Tfc Tfr Trl Trr Bfl Bfc Bfr ITU 4+5+1 Sound System E k50_4_1 => L R C Ls Rs Tfl Tfr Trl Trr Bfc k51_4_1 => L R C LFE Ls Rs Tfl Tfr Trl Trr Bfc ITU 3+7+0 Sound System F k70_3 => L R C Ls Rs Sl Sr Tfl Tfr Trc k72_3 => L R C LFE Ls Rs Sl Sr Tfl Tfr Trc LFE2 Documentation New tutorial explaining How to use the silence flags . Move VST 3 documentation to md files. cmake Minimum cmake version is now 3.19. New function smtg_target_setup_as_vst3_example . Change smtg_target_set_bundle for mac. New option: SMTG_CREATE_MODULE_INFO : Create the moduleinfo.json file (default ON). use VERSION and DESCRIPTION with project() for generating automatically with cmake version file. Change default to ON for SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON on Windows. Fix https://github.com/steinbergmedia/vst3sdk/pull/91. Plug-in Wrappers : Audio Unit: Fix AUv3 validation issue (https://github.com/steinbergmedia/vst3_public_sdk/issues/39). Examples : New VST 3 plug-ins example: New multiple_programchanges showing support of multiple program change parameters. Add new Processing Load simulation parameter in HostChecker which allows to create a CPU load. Refactoring the examples cmake for using the new versioning handling and smtg_target_setup_as_vst3_example . Validator : Add test for IPluginCompatibility interface Helpers classes: New file in public.sdk/samples/vst-utilities for moduleinfo support. New files in public.sdk/source/vst/moduleinfo for creating and parsing moduleinfo. Fix https://github.com/steinbergmedia/vst3_public_sdk/issues/37 VST3PluginTestHost v3.3.0: The 32bits version of plugintesthost is not availble anymore. VST3 Project Generator v2022.05: Adapt VST3 Inspector for Compatibility json file support.","breadcrumbs":"Change History » Version 3.7.5 (2022/05/16) » Version 3.7.5 (2022/05/16)","id":"615","title":"Version 3.7.5 (2022/05/16)"},"616":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.4 (2021/12/14) » Version 3.7.4 (2021/12/14)","id":"616","title":"Version 3.7.4 (2021/12/14)"},"617":{"body":"Interface changes: Add support of _M_ARM64EC on Windows New defines: SMTG_CPU_ARM_64EC, SMTG_CPP14 and SMTG_CPP17 New VST 3 plug-in location user local on Windows: %LOCALAPPDATA%/Programs/Common/VST3/ Use SMTG_CONSTEXPR where needed VSTGUI 4.10.3 Different fixes Licensing has changed to version 2.2.2! Please read the new license agreement VST 3 Licensing Issues . (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). cmake: Refactoring : rename function/macro by adding target when target is used: i.e. smtg_run_vst_validator => smtg_target_run_vst_validator Breaking Change : change smtg_add_vst3_resource to smtg_target_add_plugin_resources allowing to add multiple resources in a call Breaking Change : change smtg_add_vst3_snapshot to smtg_target_add_plugin_snapshots allowing to add multiple resources in a call Make Universal Binary on Mac default ON when Xcode12 Add support of new VST 3 Location on Windows: new option SMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON Fix some code Signing issue with XCode Plug-in Wrappers : VST 2 Wrapper: Fix termination of objects might still need data destroyed in _DeinitModule() Audio Unit: Update AU SDK as external (version 1.1) Fix offline rendering info for AUWrapper Examples : Add to validator self-tests Add to validator a new function addErrorWarningTextToOutput Helpers classes: New file pluginterfaces/base/funknownimpl.h (C++11 required): it provides classes for working with FUnknown. Add Unitests for all hosting helpers classes Show example const_exp (C++17) in plug-in factory: public.sdk/source/main/pluginfactory_constexpr.h Add documentation to mpeprocessor classes VST3PluginTestHost v3.2.20: Adapted to scan the new VST 3 plug-in location on Windows This is the last version supporting 32bits plug-ins on Windows. The next update will support only 64bits plug-ins. VST3 Project Generator v2021.12: Add platform Architecture setting (cmake) in project generator on Windows","breadcrumbs":"Change History » Version 3.7.4 (2021/12/14) » Version 3.7.4 (2021/12/14)","id":"617","title":"Version 3.7.4 (2021/12/14)"},"618":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.3 (2021/08/10) » Version 3.7.3 (2021/08/10)","id":"618","title":"Version 3.7.3 (2021/08/10)"},"619":{"body":"Interface changes: update documentation of IPlugViewContentScaleSupport VSTGUI 4.10.1 different fixes Licensing has changed to version 2.2.1! Please read the new license agreement VST 3 Licensing Issues . (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). New Flags/Enums: New RestartFlags flag kKeyswitchChanged: informing that Key switches has changed (info, count) New FunctionNameType for Panner: like kPanPosCenterX cmake: Fix wrong link path on Windows arm 64 Add -Werror=return-type to get the same error on mac as on Windows or Linux Fix undefined variable vst3sdk_SOURCE_DIR when using fetchcontent for the SDK Fix wrong symbol visibility when project created via project generator New Tutorial for advanced techniques Plug-in Wrappers : AAX Wrapper: Refactoring of initModule/DeInitModule GetParameterIndex wrong index when read-only parameters used VST 2 Wrapper: Fix issue calling too many InitModule Refactoring of initModule/DeInitModule Audio Unit v3: Support AUv3 in macOS 11 Simplify AUv3Wrapper code Fix Logic/GarageBand not showing editor on macOS 11 Rename folder in zip SDK: VST3_SDK => vst3sdk Examples : Added checks in HostChecker plug-in: Check IParameterChanges for multiple queues with same ID Check IParameterChanges for multiple points at same position Add restartComponent (kKeyswitchChanged) / restartComponent (kNoteExpressionChanged) / restartComponent (kParamValuesChanged) Add support of ivstparameterfunctionname in Panner sample New VST 3 plug-ins example: New \"AGain Sample Accurate\" showing sample-accurate parameter changes processing Fix editorHost when launch without arguments Fix crash in VST3Inspector when no VST 3 plug-ins available Fix warnings for mda plug-ins Fix the build with gcc 11 Helpers classes: New utility files: audiobuffers.h processdataslicer.h rttransfer.h sampleaccurate.h testing.cpp/.h","breadcrumbs":"Change History » Version 3.7.3 (2021/08/10) » Version 3.7.3 (2021/08/10)","id":"619","title":"Version 3.7.3 (2021/08/10)"},"62":{"body":"Simple Panner plug-in showing how to support Panner category (mono to Stereo) It shows how easy it is to use VSTGUI what_if_3 Check the folder \"public.sdk/samples/vst/panner\" of the SDK! Classes: PlugController PlugProcessor","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Panner","id":"62","title":"Panner"},"620":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.2 (2021/03/30) » Version 3.7.2 (2021/03/30)","id":"620","title":"Version 3.7.2 (2021/03/30)"},"621":{"body":"VSTGUI 4.10 minimum requirement C++14. VSTGUI now needs to be initialized and terminated explicitly. See VSTGUI::init() UIDescription files are now written in JSON format and the old XML format is deprecated It's now possible to conditionally remove the XML parser and the expat library from building (set VSTGUI_ENABLE_XML_PARSER to 0) Licensing has changed to version 2.1! Please read the new license agreement /pages/VST+3+Licensing/Index.md). (if you have already signed the version 2.0 of the license agreement you do not have to sign it again). New Flags/Enums: New predefined 3D speaker arrangement: k220 (L R C Ls Rs Lc Rc Cs Sl Sr Tc Tfl Tfc Tfr Trl Trc Trr Tsl Tsr Bfl Bfc Bfr) Some arrangements renamed: \"7.1 Music (Dolby)\"=>\"7.1\" \"7.0 Music (Dolby)\"=>\"7.0\" \"7.1 Cine (SDDS)\"=>\"7.1 SDDS\" \"7.0 Cine (SDDS)\"=>\"7.0 SDDS\" cmake: Code styling changed Each library defined which is the minimal requirementfor C++ version (11 for pluginterfaces) by usingtarget_compile_features New flag: SMTG_CXX_STANDARD in order to overwrite thedefault used version of C++ (11) New flag: SMTG_CUSTOM_BINARY_LOCATION: Customize outputlocation for binaries New flag: SMTG_CXX_STANDARD: C++ standard version usedfor plugins: 14, 17, 20 New flag: SMTG_ENABLE_ADDRESS_SANITIZER: Enable AddressSanitizer Add check for C11 atomic header Add support for enabling Sanitizer Add new file SMTG_SetDebugExecutable.cmake: allows topreconfigure the debug executable to run Fix LOCAL_JACK_LIB in SMTG_FindJack.cmake on Windows Fix link plug-in to common location on Windows Fix: Failing unit test with validator results inplug-in resources/snapshots not being copied Plug-in Wrappers : AAX Wrapper Fix Export Symbols for AAX on macOS Audio Unit v2 Fix AUv2 with Xcode 12 Examples : New VST 3 hosting example: VST 3 Inspector app : example showing how to parse the available VST 3 plug-ins factories, using VSTGUI. C++14 minimum requirements for validator, audiohost, editorhost, Inspector app Helpers classes: New file handling module initialization: public.sdk\\source\\main\\moduleinit.cpp, public.sdk\\source\\main\\moduleinit.h #include instead of #include Fix incorrect string copy regression in HostAttributeList::getString Fix some Validation tests: SliceProcessingTest,ValidStateTransitionTest. Fix module_linux.cpp building in C++20 mode VST3PluginTestHost v3.1.0: New context menu entry for instantiated plug-in: \"Export Presets Parameters as XML\" which allows to load automatically VST 3 presets and export them as XML files. VST 3 Project Generator v2021.03: This project is now open source on https://github.com/steinbergmedia/vst3projectgenerator Universal binary for macOS (Intel/M1) Add another default location to search for cmake on macOS Use cmake for bundle ID setup Make sure keyboard focus navigation is correct","breadcrumbs":"Change History » Version 3.7.2 (2021/03/30) » Version 3.7.2 (2021/03/30)","id":"621","title":"Version 3.7.2 (2021/03/30)"},"622":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.1 (2020/11/17) » Version 3.7.1 (2020/11/17)","id":"622","title":"Version 3.7.1 (2020/11/17)"},"623":{"body":"New Flags/Enums: NoteIDUserRange: Reserved note identifier (noteId) range for a plug-in. Guaranteed not used by the host. cmake: Rename files with SMTG_ prefix Rename functions with smtg_ prefix Reorganize files Make VSTSDK more Mingw32 compatible Support AUv3 building without team ID Fix path handling in smtg_add_plugin_resource Plug-in Wrappers : AAX Wrapper (AAXWrapper): Add support of offline processing Audio Unit v3 (AUv3) (AUv3Wrapper): Add support of offline processing Fix output bus activation Fix when the component is not loaded from UI-Thread Helpers classes: GetPluginFactory() def-file vs. declspec VST3PluginTestHost v3.0: New control voltage bus info column New links in help menu New enable MPE Support Dark-Light scheme Support Fix \"Valid State Transition\" test always fails a 64-bit-only plug-in #50 Fix automation unit test VST3 Project Generator v2020.10: New support of VSTGUI Enable Symbolic link on Windows Add VST3PluginTestHost.exe as Debugging->Command on Windows Improve generate cmake file Fix freeze after having choosing a wrong cmake.exe path","breadcrumbs":"Change History » Version 3.7.1 (2020/11/17) » Version 3.7.1 (2020/11/17)","id":"623","title":"Version 3.7.1 (2020/11/17)"},"624":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.7.0 (2020/07/29) » Version 3.7.0 (2020/07/29)","id":"624","title":"Version 3.7.0 (2020/07/29)"},"625":{"body":"Interface changes: New IProcessContextRequirements (implemented by plug-in). This is a new required interface a plug-in needs to implement when building with VST SDK 3.7 or newer. New IProgress (implemented by host) New IParameterFunctionName (implemented by plug-in) New Flags/Enums: New kIsHidden flag. With this flag, the parameter should NOT be displayed by the host and cannot be changed from outside the plug-in. New predefined 2D speaker arrangements: k90Cine, k91Cine (L R C Lfe Ls Rs Lc Rc Sl Sr) k100Cine, k101Cine (L R C Lfe Ls Rs Lc Rc Cs Sl Sr) New predefined 3D speaker arrangements: k90_4, k91_4 (L R C Lfe Ls Rs Lc Rc Sl Sr Tfl Tfr Trl Trr) k90_6, k91_6 (L R C Lfe Ls Rs Lc Rc Sl Sr Tfl Tfr Trl Trr Tsl Tsr) New Bus flag: kIsControlVoltage for audio busses Documentation: add documentation about VST 3 and MIDI 2.0 : MIDI 2.0 Increased Resolution, compared to MIDI 1.0 MIDI 2.0 Per-Note Controllers cmake: New cmake files Fix on Windows creation of VST 3 folder using powershell with admin rights Examples : New VST 3 plug-ins examples: SyncDelay using Steinberg::Vst::IProcessContextRequirements Panner using PlugType::kSpatialFx as SubCategory, it shows how to build a Panner plug-in Mono to Stereo Added checks in HostChecker plug-in: support of kIsHidden flag support of IProgress (implemented by host) support of IParameterFunctionName check if Silent flag for Main and Side-chain Inputs are used Plug-in Wrappers : Fix for AAX/VST 2 BaseWrapper setChunk attribute Vst::StateType::kProject was not set for component. Helpers classes: Added functions to load FXB/FXP states and to write FXB states for compatibility with VST 2.x (see public.sdk/source/vst/utility/vst2persistence.h) Fix compilation with MinGW-w64 GCC compiler New helper: openurl.h allowing to open a URL in the default associated application VST3PluginTestHost v2.9.0: VST 3 Plug-in Test Host Added support of: IProgress IProcessContextRequirements IParameterFunctionName Fix crashes when closing 2 or more instances of GUI of same plug-in in particular order Fix support of SingleComponentEffect plug-ins that implement IMidiMapping VST3 Project Generator v1.0.0: New easy to use VST 3 Project Generator.","breadcrumbs":"Change History » Version 3.7.0 (2020/07/29) » Version 3.7.0 (2020/07/29)","id":"625","title":"Version 3.7.0 (2020/07/29)"},"626":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.14 (2019/11/29) » Version 3.6.14 (2019/11/29)","id":"626","title":"Version 3.6.14 (2019/11/29)"},"627":{"body":"VSTGUI 4.9 new control: VSTGUI::CListControl in play with VSTGUI::CStringList custom font support: VSTGUI now supports using fonts embedded in its Bundle/Package at Resources/Fonts. Note that this works on Windows only when building with the Windows 10 SDK and it does also only work on Windows 10. There is no such restriction on macOS or Linux. cmake: minor refactoring add file SMTG_VST3_SDK.cmake better FindJack support better Cross-compiler support for Linux Examples : add more checks and 64 bit processing support in HostChecker plug-in add AAX version of \"HostChecker Plug-in\" add new test in Validator: threaded process, bypass persistence new option to run more tests (optExtensiveTests, \"Run extensive tests (may take a long time)\") improvement to MidiMappingTest performance Plug-in Wrappers : The InterAppAudio Wrapper is deprecated and may be removed in the next SDK update. Please switch to AudioUnit V3 on iOS. AAX Wrapper ( VST 3 - AAX Wrapper ): add SMPTE support Helpers classes: clear programLists, programIndexMap and units in EditControllerEx1 when terminating VST3PluginTestHost v2.8.10 menu change on Windows add new tests","breadcrumbs":"Change History » Version 3.6.14 (2019/11/29) » Version 3.6.14 (2019/11/29)","id":"627","title":"Version 3.6.14 (2019/11/29)"},"628":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.13 (2019/04/08) » Version 3.6.13 (2019/04/08)","id":"628","title":"Version 3.6.13 (2019/04/08)"},"629":{"body":"VSTGUI 4.8 new VSTGUI::CSegmentButton selection mode kSingleToggle and styles kHorizontalInverse and kVerticalInverse Interfaces changes: new PluginType kInstrumentPiano (instrument for piano sounds) cmake: minor refactoring add Visual Studio 2020 support Examples : add some more checks in HostChecker plug-in add some debug output for editorhost Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): loading of preset should not overwrite the current Bypass state VST3PluginTestHost : support of IPlugInterfaceSupport support of MPE possibility to open the same plug-in editor twice","breadcrumbs":"Change History » Version 3.6.13 (2019/04/08) » Version 3.6.13 (2019/04/08)","id":"629","title":"Version 3.6.13 (2019/04/08)"},"63":{"body":"Instrument plug-in showing PitchNames support It shows how easy it is to use VSTGUI what_if_12 Check the folder \"public.sdk/samples/vst/pitchnames\" of the SDK! Classes: PitchNamesController PitchNamesProcessor PitchNamesDataBrowserSource","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » PitchNames","id":"63","title":"PitchNames"},"630":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.12 (2018/12/03) » Version 3.6.12 (2018/12/03)","id":"630","title":"Version 3.6.12 (2018/12/03)"},"631":{"body":"VSTGUI 4.7 redesigned drag and drop (drags with bitmaps are now supported on Windows) standalone library support for Windows 7 new ImageStitcher tool the GDI+ draw backend was removed, the Direct2D backend is the replacement fix crash with splash screen fix compilation for VSTGUI Tools on win32 clean up Interfaces changes: New LegacyMIDICCOutEvent (plug-in): allow a plug-in to generate MIDI CC as output event. New IMidiLearn (plug-in): allow a plug-in to get the currently live playing MIDI CC to implement custom MIDI learning. New IPlugInterfaceSupport (host): allow a plug-in to ask the host if a given plug-in interface is supported/used by the host. New IVst3WrapperMPESupport (wrapper): allow a plug-in to set up MPE support in wrappers. cmake: minor refactoring (like renaming WIN to SMTG_WIN) fix WIN_ARCHITECTURE_NAME for Windows 32bits fix SMTG_PACKAGE_ICON_PATH selection split WIN_PDB into WIN_PDB32 and WIN_PDB64 Examples : New LegacyMIDICCOut VST 3 plug-in showing the use of LegacyMIDICCOutEvent Add IMidiLearn support for NoteExpressionSynth Add Audio Unit v3 NoteExpressionSynth example with MPE support Plug-in Wrappers : Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper): out of the box MPE support. As MPE is a limited subset of the Note Expression feature, the three expressions are simply mapped to the note expressions returned via the INoteExpressionPhysicalUIMapping interface. note that you must have certificates to sign on macOS/iOS for AUv3 complete folder restructuring for easy adaption AAX Wrapper ( VST 3 - AAX Wrapper ): fix automation update after loading a preset VST 2 Wrapper: fix double release of editor Helpers classes: New file with some helpers for event: vsteventshelper.h","breadcrumbs":"Change History » Version 3.6.12 (2018/12/03) » Version 3.6.12 (2018/12/03)","id":"631","title":"Version 3.6.12 (2018/12/03)"},"632":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.11 (2018/10/22) » Version 3.6.11 (2018/10/22)","id":"632","title":"Version 3.6.11 (2018/10/22)"},"633":{"body":"VSTGUI 4.7 update to VSTGUI 4.7 move from GTK++ to XCB for Linux support redesigned drag'n drop drags with bitmaps are now supported on Windows standalone library support for Windows 7 new ImageStitcher tool the GDI+ draw backend was removed, the Direct2D backend is the replacement New icon for VST 3 bundles: VST_Logo_Steinberg.ico and VST_Logo_Steinberg.icns (located in VST_SDK/VST3_SDK/doc/artwork folder) Interface changes: VST 2 interface not available anymore! New Steinberg::Vst::INoteExpressionPhysicalUIMapping (plug-in): allowing the host to retrieve the preferred physical mapping associated to note expression supported by the plug-in. cmake: further improvement for users projects Plug-in Wrappers : AAX Wrapper ( VST 3 - AAX Wrapper ): fix UI resizing fix issue for default blocksize VST 2 Wrapper: fix for instruments which were not visible as instrument Helpers classes: make virtual some functions of class parameter (set/getUnitID, getInfo, set/getPrecision)","breadcrumbs":"Change History » Version 3.6.11 (2018/10/22) » Version 3.6.11 (2018/10/22)","id":"633","title":"Version 3.6.11 (2018/10/22)"},"634":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.10 (2018/06/11) » Version 3.6.10 (2018/06/11)","id":"634","title":"Version 3.6.10 (2018/06/11)"},"635":{"body":"New definition of plug-in format for Windows including icon support (VST 3 Bundle: VST 3 Locations / Format ) Support of Snapshots inside the VST 3 Bundle cmake: adapt cmake files for better integration of users projects fix support Universal Binary for AudioUnit Plug-in wrappers : refactoring AAX/VST 2 Wrappers AAX Wrapper ( VST 3 - AAX Wrapper ): fix Bypass behavior fix initial signal latency fix indexing of parameter, conflicting with VST 2 Helpers classes: fix activateBus issue in class SingleComponentEffect fix Ring Buffer class issue","breadcrumbs":"Change History » Version 3.6.10 (2018/06/11) » Version 3.6.10 (2018/06/11)","id":"635","title":"Version 3.6.10 (2018/06/11)"},"636":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.9 (2018/03/01) » Version 3.6.9 (2018/03/01)","id":"636","title":"Version 3.6.9 (2018/03/01)"},"637":{"body":"VSTGUI 4.6 update to VSTGUI 4.6 including a new UI element: KeyboardView supporting Note Expression Interfaces changes: rename some defines: PLATFORM_64 => SMTG_PLATFORM_64 WINDOWS => SMTG_OS_WINDOWS MAC => SMTG_OS_MACOS LINUX => SMTG_OS_LINUX extract Speaker Arrangement from vsttypes.h to vstspeaker.h new kNoParamId constant for uninitialized parameter id cmake: reorganization of cmake files Examples : fix Validator State test NoteExpressionSynth uses the new KeyboardView New HelloWorld VST 3 plug-ins (template). Plug-in wrappers : VST 3 - Audio Unit Wrapper: fix and adaptation for newer XCode versions Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper): some fixes, add cmake AAX Wrapper ( VST 3 - AAX Wrapper ): add bypass and VU parameter support interappaudio: improvements, fixes, add cmake Helpers classes: New Ring Buffer class (ringbuffer.h)","breadcrumbs":"Change History » Version 3.6.9 (2018/03/01) » Version 3.6.9 (2018/03/01)","id":"637","title":"Version 3.6.9 (2018/03/01)"},"638":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.8 (2017/11/08) » Version 3.6.8 (2017/11/08)","id":"638","title":"Version 3.6.8 (2017/11/08)"},"639":{"body":"Changes in the Licensing Agreement! Please check it ( VST 3 Licensing Issues ). New Steinberg VST usage guidelines PDF This SDK version required compilers supporting C++11. It requires on Windows Visual Studio 2015 minimum! Linux support in Beta Interfaces changes: New Steinberg::Vst::IComponentHandlerBusActivation (host): allowing a plug-in to request the host to activate or deactivate a specific bus (useful for instrument with multiple outputs) New Flags/Enums: New predefined Ambisonic Speaker Arrangements: 1st, 2cd and 3rd order (ACN ordering and SN3D normalization): kAmbi1stOrderACN, kAmbi2cdOrderACN, kAmbi3rdOrderACN with their associated speakers: kSpeakerACN0...kSpeakerACN15 New predefined 3D speaker arrangements: k70_4, k71_4 Examples : New VST 3 Host implementation examples: Folder reorganization: hosting examples are in a separate folder: public.sdk/samples/vst-hosting New AudioHost (AudioHost - cross-platform standalone) showing how integrate a VST 3 plug-in in a Jack world! This required Jack Audio ( http://www.jackaudio.org ), only tested under Linux but should work on Windows 32bits and Mac. Plug-in wrappers : New Audio Unit v3 (AUv3) Wrapper (VST 3 - Audio Unit v3 Wrapper) New AAX wrapper ( VST 3 - AAX Wrapper ): Note that in order to use this AAX wrapper for your plug-in, you have to download the AAX SDK (contact AVID), tested with AAX SDK Version 2.3.0","breadcrumbs":"Change History » Version 3.6.8 (2017/11/08) » Version 3.6.8 (2017/11/08)","id":"639","title":"Version 3.6.8 (2017/11/08)"},"64":{"body":"Very simple plug-in: showing how to use the Steinberg::Vst::IPrefetchableSupport interface using a generic UI what_if_13 Check the folder \"public.sdk/samples/vst/prefetchablesupport\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Prefetchable Support","id":"64","title":"Test Prefetchable Support"},"640":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.7 (2017/03/03) » Version 3.6.7 (2017/03/03)","id":"640","title":"Version 3.6.7 (2017/03/03)"},"641":{"body":"Preview Linux support (check ): Setup Linux for building VST 3 plug-ins Licensing has changed! Please read the new VST 3 Licensing Issues . Use cmake as project generator: How to use cmake for Building VST 3 plug-ins This is the last version of the SDK supporting C++98, future versions will use C++11. Examples : New VST 3 host implementation example: New HostEditor application: Cross-platform (Win/macOS/Linux) standalone which opens the UI of a VST 3 plug-in Updated validator application to support Linux AGain plug-in updated: it uses VSTGUI 4 instead of VSTGUI 3 it supports 64bit processing (template based) All VSTGUI 4 based samples support HiDPI on Windows now Fix Program Change persistence in mda plug-ins example Removed Xcode and Visual Studio projects, please use cmake now! On Windows, we link VST 3 plug-ins with the MultiThreaded DLL runtime libraries (it will use Universal C Runtime Libraries, for older Windows version than Win 8.1 you may have to install these libraries from: https://support.microsoft.com/en-us/kb/2999226 ) VSTGUI 3.x is not supported anymore (removed from the SDK), but you can still download it from github: https://github.com/steinbergmedia/vstgui Plug-in wrappers : VST 3 - Audio Unit Wrapper: fix AU Wrapper MIDI Program Change issue (data1 instead of data2) VST 3 - VST 2.x Wrapper: fix resize issue on macOS fix mapping between VST 3 ParamID and VST 2 paramID when bypass parameter is used","breadcrumbs":"Change History » Version 3.6.7 (2017/03/03) » Version 3.6.7 (2017/03/03)","id":"641","title":"Version 3.6.7 (2017/03/03)"},"642":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.6 (2016/06/17) » Version 3.6.6 (2016/06/17)","id":"642","title":"Version 3.6.6 (2016/06/17)"},"643":{"body":"Interface changes: New Steinberg::IPlugViewContentScaleSupport: plug-in view content scale support New Flags/Enums: New RestartFlags: kRoutingInfoChanged informing the host that the Routing Info (IComponent) has changed Examples : New VST 3 Plug-ins examples: New VST 3 Plug-in Program Change showing how handling its own Program List is working Remove Visual Projects version 8 and 9 Plug-in wrappers : VST 3 - Audio Unit Wrapper: update to last Audio Core update VST 3 - VST 2.x Wrapper: add support of version (VST 3 -> VST 2) Helpers classes: add support for bypass including delay compensation (vstbypassprocessor.h) add helpers for events/parameters iterator (vstaudioprocessoralgo.h) add helpers for SpeakerArr: Speaker getSpeaker (const SpeakerArrangement& arr, int32 index) bool isSubsetOf (const SpeakerArrangement& arrSubSet, const SpeakerArrangement& arr) VSTGUI 4.3 update to VSTGUI 4.3.1 (available here too: http://sourceforge.net/projects/vstgui/files/vstgui/VSTGUI%204.3/) the VSTGUI repository was moved to github: https://github.com/steinbergmedia/vstgui Please use github if you want to contribute to VSTGUI. VST3PluginTestHost : fix support of SingleComponent new Developer Forum: finally, we get our VST forum at start, please check https://sdk.steinberg.net and use it as new communication platform, the VST mailing list will be kept as archive mailing list","breadcrumbs":"Change History » Version 3.6.6 (2016/06/17) » Version 3.6.6 (2016/06/17)","id":"643","title":"Version 3.6.6 (2016/06/17)"},"644":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.5 (2015/08/28) » Version 3.6.5 (2015/08/28)","id":"644","title":"Version 3.6.5 (2015/08/28)"},"645":{"body":"Interface changes: New Steinberg::Vst::ChannelContext::IInfoListener interface: informing the plug-in about the channel in which it is instantiated (name, color...) New Steinberg::Vst::IPrefetchableSupport interface: allowing a plug-in to inform the host that it does not support prefetch/ASIO Guard (could be dynamically) New Steinberg::Vst::IUnitHandler2 interface: allowing a plug-in to inform the host that an assignment Unit-Bus defined by IUnitInfo::getUnitByBus has changed New Steinberg::Vst::IAutomationState interface: informing the plug-in about its current automation state use \"#pragma once\" instead of \"#ifndef\" Examples : New VST 3 Plug-ins examples: New VST 3 Plug-in ChannelContext showing how Steinberg::Vst::ChannelContext::IInfoListener interface is working New VST 3 Plug-in PrefetchableSupport showing how Steinberg::Vst::IPrefetchableSupport interface is working \"VST 3 Host Checker\" plug-in updated with new checks Plug-in wrappers : VST 3 - Audio Unit Wrapper: support MIDI output fix crash with namespace conflict with macOS X 10.10 add PresetAttributes::StateType support in AUWrapper::restoreState New Flags/Enums: New predefined 3D Speaker Arrangements: k91Atmos VST3PluginTestHost : add some new unit tests: Bypass parameter support is mandatory for FX Plug-in (not Instrument)!","breadcrumbs":"Change History » Version 3.6.5 (2015/08/28) » Version 3.6.5 (2015/08/28)","id":"645","title":"Version 3.6.5 (2015/08/28)"},"646":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.6.0 (2013/11/22) » Version 3.6.0 (2013/11/22)","id":"646","title":"Version 3.6.0 (2013/11/22)"},"647":{"body":"Interface Changes: Preset meta information via Steinberg::Vst::IStreamAttributes New Event Types: Steinberg::Vst::ChordEvent, Steinberg::Vst::ScaleEvent Plug-in Wrappers : [3.6.0] iOS Inter-App Audio support VST 3 - VST 2.x Wrapper: fix when changing from host between single and double precision processing fix setProgram and processMidiEvent for kProgramChangeStatus where the wrong idx was used for programChange Parameter VST 3 - Audio Unit Wrapper: update to new AUPlugIn API in macOS X 10.7 virtual destructor for NSDataIBStream New Flags/Enums: New predefined 3D Speaker Arrangements: k81MPEG3D, k222 Helpers Classes: fix compilation for UNICODE_OFF enable Examples : New VST 3 HostChecker Plug-in VSTGUI 4.2 Update to the final 4.2 release including iOS support VST3PluginTestHost : New feature: Overwrite plug-in Name in VST 3 Presets Licensing has changed! Please read the new license agreement VST 3 Licensing Issues . Xcode 5 note: To successfully build the examples for macOS X you need to change the SDKROOT variable in base/mac/config/settings/sdk_deployment_10_6.xcconfig to macosx10.8.","breadcrumbs":"Change History » Version 3.6.0 (2013/11/22) » Version 3.6.0 (2013/11/22)","id":"647","title":"Version 3.6.0 (2013/11/22)"},"648":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.2 (2012/09/25) » Version 3.5.2 (2012/09/25)","id":"648","title":"Version 3.5.2 (2012/09/25)"},"649":{"body":"Interface Changes: Note Expression supports a new event type: NoteExpressionTextEvent Examples : Fix Visual Studio 2010 projects (filters added) Adaptation for XCode4 (The again sample project uses VSTGUI 3.6 which needs the 10.6 SDK for the 32 bit build, in later Xcode tools this SDK is not available. If you use VSTGUI 3.6 you need to use a Xcode version which has the 10.6 SDK or earlier included.) Plug-in Wrappers : VST 3 - Audio Unit Wrapper: fix noteOn and noteOff offset fix RestoreState with IO bus changes MIDI PolyPressure support added non-automatable parameters have now FlagAudioUnitParameterFlag_NonRealTime AU flag fix under Logic where sample rate was not set for mono track VST 3 - VST 2.x Wrapper: fix getMidiProgramCategory New Flags/Enums: New predefined Speaker Arrangements: 9.0/9.1/10.0/10.1/11.0/11.1/13.0/13.1 based on Auro 3D definition ( https://www.auro-3d.com/ ). Helpers Classes: New in Base: class Steinberg::Region class Steinberg::IStreamWrapper Helper Steinberg::HexBinary: HexBinary encoding and decoding Some documentation changes Steinberg::Vst::IParameterFinder : To enable important functionalities (like AI Knob) a recommendation to implement this interface was added. The VST 3 plug-in locations priority has been changed: Application level should be scanned from host after Global level. Licensing change for example source code files","breadcrumbs":"Change History » Version 3.5.2 (2012/09/25) » Version 3.5.2 (2012/09/25)","id":"649","title":"Version 3.5.2 (2012/09/25)"},"65":{"body":"Very simple plug-in: showing how to support multiple ProgramChange parameters: 16 slots with one associated program change parameter and a program list for each slot. using a generic UI","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Multiple Program Changes","id":"65","title":"Test Multiple Program Changes"},"650":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.1 (2011/11/11) » Version 3.5.1 (2011/11/11)","id":"650","title":"Version 3.5.1 (2011/11/11)"},"651":{"body":"Interface Changes: due to a missing calling convention in IContextMenu interfaces, we had to generate new iids for this set of interfaces, Steinberg hosts will be updated (from 6.0.5) in order to support correctly this interface set. The old interfaces when already used will continue to be supported in Steinberg hosts. Sorry for this issue... Helpers Classes: EditController is now one of the base classes of SingleComponentEffect If you have used the SingleComponentEffect before, make sure that you must exclude vsteditcontroller.cpp now if it was in your project EditControllerEx1 has a new function: setProgramName ProgramList has a new function: setProgramName Examples : Add Visual Studio 2010 projects Remove Visual Studio 2003 projects Fix AGain Single Component Effect VSTGUI 4.0 Update to the final 4.0 release Plug-in Wrappers : VST 3 - VST 2.x Wrapper: fix an issue with destroying the editor VST 3 - Audio Unit Wrapper: fix initial editor size issue optimization for GetParameterInfo VST3PluginTestHost : New feature: Convert VST 3 Preset to VST 2 preset (fxp or fxb)","breadcrumbs":"Change History » Version 3.5.1 (2011/11/11) » Version 3.5.1 (2011/11/11)","id":"651","title":"Version 3.5.1 (2011/11/11)"},"652":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.5.0 (2011/02/04) » Version 3.5.0 (2011/02/04)","id":"652","title":"Version 3.5.0 (2011/02/04)"},"653":{"body":"Interface Changes: Steinberg::Vst::INoteExpressionController: [3.5.0] Note Expression Support. Steinberg::Vst::IKeyswitchController: [3.5.0] Key Switch Support (used for building VST Expression Map in Cubase 6 for example). Steinberg::Vst::IXmlRepresentationController: [3.5.0] Remote Representation of Parameters Support (allows to define different parameter mappings for different remotes device). Steinberg::Vst::IEditControllerHostEditing: Parameter editing from host/remote control (better support of linked parameters when editing from remote control) Steinberg::Vst::IComponentHandler3 / Steinberg::Vst::IContextMenu / Steinberg::Vst::IContextMenuTarget: [3.5.0] Context Menu Support (allows the plug-in to create a context menu for a given parameter, partially filled by the host). New Flags/Enums: Add new restart flag: Steinberg::Vst::kIoTitlesChanged: informing the host about titles changes of busses. Helpers Classes: New Steinberg::Vst::XmlRepresentationHelper: helper for constructing a remote representation (xml based). See [3.5.0] Remote Representation of Parameters Support . Steinberg::Vst::EditControllerEx1: support of ProgramPitchNames added. Examples : New VST 3 instrument examples: Instrument \"Note Expression Synth\" supporting Note Expression Events Effect showing support of pitchnames (ProgramPitchNames) Validator : More command line options Possibility to add custom tests by the plug-in VSTGUI 4.0 preview version of VSTGUI with optimal VST 3 support Plug-in Wrappers : VST 3 - Audio Unit Wrapper fixes and support of Program changes Some documentation changes","breadcrumbs":"Change History » Version 3.5.0 (2011/02/04) » Version 3.5.0 (2011/02/04)","id":"653","title":"Version 3.5.0 (2011/02/04)"},"654":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.1.0 (2010/06/25) » Version 3.1.0 (2010/06/25)","id":"654","title":"Version 3.1.0 (2010/06/25)"},"655":{"body":"Restructuring of the SDK: new Base Module (many useful classes, such as templates and containers) Renamed the file public.sdk/source/main/pluginfactory.cpp to public.sdk/source/main/pluginfactoryvst3.cpp Renamed the file public.sdk/source/main/pluginfactory.h to public.sdk/source/main/pluginfactoryvst3.h Renaming Microsoft Visual Projects New Interfaces: Steinberg::Vst::IEditController2: support for setKnobMode/openHelp/openAboutBox Steinberg::Vst::IComponentHandler2: support for parameter group editing from plug-in UI, dirty state and request host to open the plug-in editor Steinberg::Vst::IAudioPresentationLatency: informs the plug-in about the Audio Presentation Latencies (in/out) New Event Structure: Steinberg::Vst::PolyPressureEvent: Polypressure event support New Flags/Enums: New plug-in Types used for subCategories: PlugType::kMono, PlugType::kStereo, PlugType::kSurround New parameter flag ParameterInfo::kIsList: flags the parameter as a list of discrete string values New IoModes enum: Steinberg::Vst::IoModes::kOfflineProcessing used with setIoMode when the plug-in is used in an offline processing context Plug-in wrappers : New VST 3 - VST 2.x Wrapper: by just adding small initializing code, you can provide a VST 2.x version of your VST 3 plug-in New VST 3 - Audio Unit Wrapper with just a few build settings, you can provide AU support with your VST 3 plug-in Examples : New VST 3 Plug-ins examples: ADelay plug-in, mda VST 3 Plug-ins (thanks Paul Kellet and Arne Scheffler) Remove Visual Studio 2003 projects Clean up AGain and add separate version supporting side-chain New features of the VST 3 Plug-in Test Host: MIDI Input support better ASIO support Mac 64 bit support (Cocoa view support also in 32 bit) Fixes in Validator Some documentation changes","breadcrumbs":"Change History » Version 3.1.0 (2010/06/25) » Version 3.1.0 (2010/06/25)","id":"655","title":"Version 3.1.0 (2010/06/25)"},"656":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.2 (2009/01/15) » Version 3.0.2 (2009/01/15)","id":"656","title":"Version 3.0.2 (2009/01/15)"},"657":{"body":"Interface Changes: Steinberg::Vst::IParameterFinder : Extension for IPlugView to find view parameters (lookup value under mouse support) Examples : Adaptation of AGain example for support of interface IParameterFinder Some documentation changes","breadcrumbs":"Change History » Version 3.0.2 (2009/01/15) » Version 3.0.2 (2009/01/15)","id":"657","title":"Version 3.0.2 (2009/01/15)"},"658":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.1 (2008/03/19) » Version 3.0.1 (2008/03/19)","id":"658","title":"Version 3.0.1 (2008/03/19)"},"659":{"body":"Interface Changes: Steinberg::Vst::IMidiMapping : allowing to support MIDI Controllers and Pitchbend New Flags/Enums: Add new restart flag: Steinberg::Vst::kMidiCCAssignmentChanged Restructuring of the SDK: Move RestartFlags from vstTypes.h to ivsteditcontroller.h Restructured helper classes by adding new files vstbus.cpp and vstparameters.cpp Change the default refcount implementation of Steinberg::FUnknown (IMPLEMENT_REFCOUNT) to use atomic operations Change InitModule/ExitModule to be called from host and not in DllMain (Cubase 4.2 needed) Rename Steinberg::Vst::IUnitData to Steinberg::Vst::IProgramListData and introduce new interface Steinberg::Vst::IUnitData Helpers Classes: Add new helper class EditControllerEx1: extend of EditController with Unit support Add new helper class Steinberg::Vst::SingleComponentEffect for single component effects Examples : AGain example has been extended: supports IMidiMapping, Side-chain and Unit Add Visual Studio 2008 solution Documentation Rework Add some new FAQs","breadcrumbs":"Change History » Version 3.0.1 (2008/03/19) » Version 3.0.1 (2008/03/19)","id":"659","title":"Version 3.0.1 (2008/03/19)"},"66":{"body":"Very simple plug-in: showing how to support Program List using a generic UI what_if_14","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Test Program Change","id":"66","title":"Test Program Change"},"660":{"body":"/ VST Home / Change History","breadcrumbs":"Change History » Version 3.0.0 (2008/01/17) » Version 3.0.0 (2008/01/17)","id":"660","title":"Version 3.0.0 (2008/01/17)"},"661":{"body":"Public Release of VST SDK 3.0","breadcrumbs":"Change History » Version 3.0.0 (2008/01/17) » Version 3.0.0 (2008/01/17)","id":"661","title":"Version 3.0.0 (2008/01/17)"},"662":{"body":"/ VST Home The FAQ provides answers to some common questions. Kindly note that we do not provide individual SDK support. If you have any questions the FAQ below cannot answer, please refer to the VST 3 SDK Forum . Communication Processing GUI-Editor Compatibility with VST 2.x or VST 1 Persistence Miscellaneous Licensing Hosting","breadcrumbs":"Frequently Asked Questions » Frequently Asked Questions","id":"662","title":"Frequently Asked Questions"},"663":{"body":"/ VST Home / Frequently Asked Questions Q: How should I communicate between the 'Processing' and the 'User Interface'? Q: I want to implement an audio meter in my user interface. How do I do this? Q: How does the host send automation data to my VST 3 plug-in? Q: How report to the host that the plug-in has new parameter titles? Q: How receive MIDI Controllers from the host? Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?","breadcrumbs":"Frequently Asked Questions » Communication » Communication","id":"663","title":"Communication"},"664":{"body":"With the term 'Processing' we mean the code implementing the Steinberg::Vst::IAudioProcessor interface, and with 'User Interface' the editor component implementing the Steinberg::Vst::IEditController interface. If you need to communicate the changes of parameters to the user interface, such as metering changes and peaks, you need to define the parameter as an exported type. The parameter then is associated with an ID. In the process function you can inform the host of changes by using the outputParameterChanges (from ProcessData ). You add the parameter (ID) to a list that will be used by the host to send them back to the user interface at the correct time. If you should need to exchange more data than just parameter changes, such as tempo , sample rate , FFT , Pitch Analysis , or any other data resulting from your processing, you can use the IMessage interface (see AGain example). However, you need to be careful and send the data from a 'timer' thread and not directly from the process function, for example, when sending from a 'process' call. See Communication between the components .","breadcrumbs":"Frequently Asked Questions » Communication » Q: How should I communicate between the 'Processing' and the 'User Interface'?","id":"664","title":"Q: How should I communicate between the 'Processing' and the 'User Interface'?"},"665":{"body":"See Q: How should I communicate between the 'Processing' and the 'User Interface'?","breadcrumbs":"Frequently Asked Questions » Communication » Q: I want to implement an audio meter in my user interface. How do I do this?","id":"665","title":"Q: I want to implement an audio meter in my user interface. How do I do this?"},"666":{"body":"Automation data is sent to the audio processing method as part of the data passed as a parameter to the IAudioProcessor::process (processData) method. IAudioProcessor::process (processData)\n{ IParameterChanges* paramChanges = processData.inputParameterChanges; //...\n} Automation data is transmitted as a list of parameter changes. This list always contains enough information to transmit the original automation curve from the host in a sample-accurate way. Check the AGain example to see how it can be implemented. See also Parameters and Automation .","breadcrumbs":"Frequently Asked Questions » Communication » Q: How does the host send automation data to my VST 3 plug-in?","id":"666","title":"Q: How does the host send automation data to my VST 3 plug-in?"},"667":{"body":"Due to preset loading or user interaction the plug-in may change its parameters names (title) (but not the number of them or their IDs). To inform the host about this change, the plug-in should call from the editController its component handler function restartComponent with flag kParamTitlesChanged : componentHandler->restartComponent (kParamTitlesChanged); The host will rescan the parameter list and update the titles. ⓘ Note With the flag kParamValuesChanged only the parameters values will be updated.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How report to the host that the plug-in has new parameter titles?","id":"667","title":"Q: How report to the host that the plug-in has new parameter titles?"},"668":{"body":"MIDI controllers are not transmitted directly to a VST component. MIDI as a hardware protocol has restrictions that can be avoided in software. Controller data in particular come along with unclear and often ignored semantics. On top of this, they can interfere with regular parameter automation, and the host is unaware of what happens in the plug-in when passing MIDI controllers directly. So any functionality that is to be controlled by MIDI controllers must be exported as a regular parameter. The host will transform incoming MIDI controller data using this interface and transmit them as a normal parameter change. This allows the host to automate them in the same way as other parameters. To inform the host about this MIDI CC s to plug-in parameters mapping, the plug-in should implement the IMidiMapping interface. If the mapping has changed, the plug-in should call IComponentHandler::restartComponent (kMidiCCAssignmentChanged) to inform the host about this change.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How receive MIDI Controllers from the host?","id":"668","title":"Q: How receive MIDI Controllers from the host?"},"669":{"body":"When a parameter is changed in the plug-in UI by user action, the plug sends this change to the host with performEdit (do not forget to call beginEdit and endEdit ), then the host has the responsibility to transfer this parameter change to the processor part: if the audio engine is running (playing), this will be done in the next available process call. if the audio engine is not running and the plug-in is activated (enabled), the host has to flush parameter changes from time to time by sending them to the processor by calling process (with audio buffer set to nullptr), in this case the plug-in should only update the parameters changes without processing any audio. It is very important that the host supports this flush mechanism; otherwise, when saving plug-ins state (project/preset) the host will not get the correct updated one.","breadcrumbs":"Frequently Asked Questions » Communication » Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?","id":"669","title":"Q: How are my parameter changes (from UI interaction) sent to the processor if the host does not process?"},"67":{"body":"Very simple delay plug-in: showing how to support IProcessContextRequirements Check the folder \"public.sdk/samples/vst/syncdelay\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Examples » Sync Delay","id":"67","title":"Sync Delay"},"670":{"body":"/ VST Home / Frequently Asked Questions Q: How does Audio Processing Bypass work? Q: Can the maximum sample block size change while the plug-in is processing? Q: Can the sample rate change while the plug-in is processing? Q: Can the host call the process function without Audio buffers? Q: What is a Side-Chain? Q: How can I implement a Side-chain path into my plug-in? Q: My plug-in is capable of processing all possible channel configurations. Q: How are speaker arrangement settings handled for FX plug-ins? Q: My plug-in has mono input and stereo output. How does VST 3 handle this? Q: How does it work with silence flags? Q: How report to the host that the plug-in latency has changed? Q: How report to the host that the plug-in arrangement has changed? Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call? Q: How to make sure that a plug-in is always processed? Q: Can IComponent::getState()/setState() be called during processing? Q: How can a plug-in be informed that it is currently processed in offline processing? Q: What should I NOT call in the realtime process function?","breadcrumbs":"Frequently Asked Questions » Processing » Processing","id":"670","title":"Processing"},"671":{"body":"In order to implement audio process bypassing, the plug-in can export a parameter which is additionally and exclusively flagged as having the attribute kIsBypass. When the user activates the plug-in bypass in the host, like all parameter changes, this is sent as part of the parameter data passed to the IAudioProcessor::process method. The implementation of the bypass feature is entirely the responsibility of the plug-in: The IIAudioProcessor::process method will continue to be called. The plug-in must take care of artifact-free switching (ramping/fade-in/fade-out, parallel processing or algorithm changes) and must also provide a delayed action if the plug-in has a latency and be sure that the output buffers are providing a copy of the input buffers (eventually delayed). No need to copy the input buffers to the output buffers when the pointers are the same and the plug-in has no latency! This is the choice of the plug-in to handle/process the bypass (like any other parameters) sample-accurate (by using the sampleOffset of the parameter change) or audio block based (not recommended when the audio block length is too large > 1024). During bypass the process is still called, but if not, for some reason, the host may call a flush (using process call with null audio buffer). ⓘ Note The plug-in needs to save in its state the bypass parameter like any other parameters. Q: Must the host deliver valid initialized Audio buffers if the associated bus is deactivated? In a correctly implemented host, if an input or output bus exists in the host, and it has become disconnected from the plug-in, the plug-in will receive disconnection information (bus activation). Additionally, a plug-in with a disconnected input bus will continue to receive default silence buffers, just as a plug-in with a disconnected output bus will continue to receive default nirvana buffers. When these deactivated busses are the last busses (for input or output), the host could not provide associated AudioBusBuffers , in this case the plug-in should check numInputs and numOutputs and doesn't process these busses.","breadcrumbs":"Frequently Asked Questions » Processing » Q: How does Audio Processing Bypass work?","id":"671","title":"Q: How does Audio Processing Bypass work?"},"672":{"body":"The max. sample block size ( maxSamplesPerBlock ) can change during the lifetime of a plug-in, but NOT while the audio component is active. Therefore max. sample block size ( maxSamplesPerBlock ) can never change during or between processing calls while the plug-in is active. If the host changes the maximum sample block size it specifically calls the following: Vst::IAudioProcessor::process (...);\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setActive (false); Vst::IAudioProcessor::setupProcessing (...); Vst::IAudioProcessor::setActive (true);\nVst::IAudioProcessor::setProcessing (true);\nVst::IAudioProcessor::process (...); Note that the ProcessData -> numSamples which indicates how many samples are used in a process call can change from call to call, but never bigger than the maxSamplesPerBlock .","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the maximum sample block size change while the plug-in is processing?","id":"672","title":"Q: Can the maximum sample block size change while the plug-in is processing?"},"673":{"body":"No. Same as Q: Can the maximum sample block size change while the plug-in is processing?","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the sample rate change while the plug-in is processing?","id":"673","title":"Q: Can the sample rate change while the plug-in is processing?"},"674":{"body":"Yes, the host can call IAudioProcessor::process without buffers (numInputs and numOutputs are zeroed), in order to flush parameters (from host to plug-in).","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can the host call the process function without Audio buffers?","id":"674","title":"Q: Can the host call the process function without Audio buffers?"},"675":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: What is a Side-Chain?","id":"675","title":"Q: What is a Side-Chain?"},"676":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How can I implement a Side-chain path into my plug-in?","id":"676","title":"Q: How can I implement a Side-chain path into my plug-in?"},"677":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: My plug-in is capable of processing all possible channel configurations.","id":"677","title":"Q: My plug-in is capable of processing all possible channel configurations."},"678":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How are speaker arrangement settings handled for FX plug-ins?","id":"678","title":"Q: How are speaker arrangement settings handled for FX plug-ins?"},"679":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: My plug-in has mono input and stereo output. How does VST 3 handle this?","id":"679","title":"Q: My plug-in has mono input and stereo output. How does VST 3 handle this?"},"68":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction How to use it? VST Player Window Audio Input Event Input VST Rack Info Window Context Menu Transport VST 3 Plug-ins Tests Window Preset Editor Related pages: VST 3 Plug-in Examples","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST 3 Plug-in Test Host","id":"68","title":"VST 3 Plug-in Test Host"},"680":{"body":"See [3.0.0] Silence flags Support and tutorial about how to use Silence flags .","breadcrumbs":"Frequently Asked Questions » Processing » Q: How does it work with silence flags?","id":"680","title":"Q: How does it work with silence flags?"},"681":{"body":"The plug-in should call from the editController its component handler restartComponent function with flag kLatencyChanged: componentHandler->restartComponent (kLatencyChanged); The host will call Vst::IAudioProcessor->getLatencySamples() in order to check the new latency and adapt its latency compensation if supported.","breadcrumbs":"Frequently Asked Questions » Processing » Q: How report to the host that the plug-in latency has changed?","id":"681","title":"Q: How report to the host that the plug-in latency has changed?"},"682":{"body":"See [3.0.0] Multiple Dynamic I/O Support","breadcrumbs":"Frequently Asked Questions » Processing » Q: How report to the host that the plug-in arrangement has changed?","id":"682","title":"Q: How report to the host that the plug-in arrangement has changed?"},"683":{"body":"Yes, it depends how the DAW is supporting its processing, the following call sequence is legal: Vst::IAudioProcessor::process (...);\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setProcessing (true);\n// here no call to process, maybe something happen in between in the DAW\nVst::IAudioProcessor::setProcessing (false);\nVst::IAudioProcessor::setProcessing (true);\nVst::IAudioProcessor::process (...);","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call?","id":"683","title":"Q: Can IAudioProcessor::setProcessing be called without any IAudioProcessor::process call?"},"684":{"body":"If your plug-in always generates sound without need of any audio input, you can add the category \"Generator\" as subCategories (for example use kFxGenerator ) or you can return kInfiniteTail in the function IAudioProcessor::getTailSamples","breadcrumbs":"Frequently Asked Questions » Processing » Q: How to make sure that a plug-in is always processed?","id":"684","title":"Q: How to make sure that a plug-in is always processed?"},"685":{"body":"Yes, setState and getState are called normally from the UI Thread when the plug-in is used in a realtime context, in an offline context set/getState can be called in the same thread as the process call. Check the workflow diagram Audio Processor Call Sequence for more info about in which state which interfaces are called.","breadcrumbs":"Frequently Asked Questions » Processing » Q: Can IComponent::getState()/setState() be called during processing?","id":"685","title":"Q: Can IComponent::getState()/setState() be called during processing?"},"686":{"body":"When a plug-in is used in an offline processing context (which is the case with Cubase 9.5/Nuendo 8 feature: Direct Offline Processing), its component will be initialized with IComponent::setIoMode (Vst::kOfflineProcessing) (see The Simple Mode). The offline processing mode (passed in the process call) is used when: the user exports audio (downmix) direct offline processing feature With IComponent::setIoMode (Vst::kOfflineProcessing) you are able to differentiate between export and DOP (Direct Offline Processing). getting_started_vid_1 Direct Offline Processing since Cubase 9.5","breadcrumbs":"Frequently Asked Questions » Processing » Q: How can a plug-in be informed that it is currently processed in offline processing?","id":"686","title":"Q: How can a plug-in be informed that it is currently processed in offline processing?"},"687":{"body":"A good practice is to avoid any library calls from this critical realtime process. If you have to use them, check if they are designed for realtime operation and do not contain any locking mechanism. Avoid any filesystem access, networks and UI calls, memory allocation and deallocation, be careful when using STL containers which can allocate memory behind the scene, prefer patterns like non-blocking memory pools, and delegate tasks to UI/Timer thread for doing memory/file-network access jobs. Check Audio Processor Call Sequence too.","breadcrumbs":"Frequently Asked Questions » Processing » Q: What should I NOT call in the realtime process function?","id":"687","title":"Q: What should I NOT call in the realtime process function?"},"688":{"body":"/ VST Home / Frequently Asked Questions Q: The host doesn't open my plug-in UI, why?","breadcrumbs":"Frequently Asked Questions » GUI-Editor » GUI-Editor","id":"688","title":"GUI-Editor"},"689":{"body":"If you are not using VSTGUI , please check that you provide the correct object derived from EditorView or CPlugInView and that you overwrite the function isPlatformTypeSupported() .","breadcrumbs":"Frequently Asked Questions » GUI-Editor » Q: The host doesn't open my plug-in UI, why?","id":"689","title":"Q: The host doesn't open my plug-in UI, why?"},"69":{"body":"The SDK provides a test application called VST3PluginTestHost for Apple macOS X (x86_64/Apple M1) and Microsoft Windows (64bits). This application allows you to load a plug-in, simulates some inputs (Audio and Event) and acts like a small VST 3 host application based on an ASIO driver. Included in this application is a test module which allows you to check your plug-in in regard to the VST 3 standard. what_if_15 Check the folder \"bin\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Introduction","id":"69","title":"Introduction"},"690":{"body":"/ VST Home / Frequently Asked Questions Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one? Q: How can I support projects which were saved with the VST 2 version of my plug-in? Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart? Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3? Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2? Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2? Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Compatibility with VST 2.x or VST 1","id":"690","title":"Compatibility with VST 2.x or VST 1"},"691":{"body":"You have to provide a special UID for your kVstAudioEffectClass and kVstComponentControllerClass components, based on its VST 2 UniqueID (4 characters) and its plug-in name in the following way: static void convertVST2UID_To_FUID (FUID& newOne, int32 myVST2UID_4Chars, const char* pluginName, bool forControllerUID = false)\n{ char uidString[33]; int32 vstfxid; if (forControllerUID) vstfxid = (('V' << 16) | ('S' << 8) | 'E'); else vstfxid = (('V' << 16) | ('S' << 8) | 'T'); char vstfxidStr[7] = {0}; sprintf (vstfxidStr, \"%06X\", vstfxid); char uidStr[9] = {0}; sprintf (uidStr, \"%08X\", myVST2UID_4Chars); strcpy (uidString, vstfxidStr); strcat (uidString, uidStr); char nameidStr[3] = {0}; size_t len = strlen (pluginName); // !!!the pluginName has to be lower case!!!! for (uint16 i = 0; i <= 8; i++) { uint8 c = i < len ? pluginName[i] : 0; sprintf (nameidStr, \"%02X\", c); strcat (uidString, nameidStr); } newOne.fromString (uidString);\n} Note that if you are developing a new plug-in and if you are using the VST 2 wrapper included in the SDK you do not need to use convertVST2UID_To_FUID, a VST 2 specific vendor call allows the host ( Steinberg hosts since Cubase 4.0) to get from a VST 2 version a VST 3 UID. // extracted code from vst2wrapper.cpp\n//-----------------------------------------------------------------------------\nVstIntPtr Vst2Wrapper::vendorSpecific (VstInt32 lArg, VstIntPtr lArg2, void* ptrArg, float floatArg)\n{ switch (lArg) { case 'stCA': case 'stCa': switch (lArg2) { case 'FUID': if (ptrArg) { if (vst3EffectClassID.isValid ()) { memcpy ((char*)ptrArg, vst3EffectClassID, 16); return 1; } } break; // ....","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one?","id":"691","title":"Q: How can I update my VST 2 version of my plug-in to a VST 3 version and be sure that Cubase will load it instead of my old one?"},"692":{"body":"The host will call IComponent::setState() and IEditController::setComponentState() with the complete FXB/FXP stream. You have to extract your old state from that, for this the SDK provides a helper function VST3::tryVst2StateLoad . Here the code to add in the VST 3 version when a VST 3 plug-in replaces a VST 2 plug-in in a Steinberg sequencer project: #include \"public.sdk/source/vst/utility/vst2persistence.h\" //------------------------------------------------------------------------\ntresult PLUGIN_API MyVST3Effect::setState (IBStream* state)\n{ if (auto vst2State = VST3::tryVst2StateLoad (*state)) { if ((vst2State->programs.empty ()) || (static_cast (vst2State->programs.size ()) <= vst2State->currentProgram)) return kResultFalse; //.... } return kResultFalse;\n} For complete example source code you could check the function: tresult PLUGIN_API Processor::setState (IBStream state)* in the file public.sdk/samples/vst/mda-vst3/source/mdaBaseProcessor.cpp For Automation compatibility, you have to ensure that VST 3 parameter IDs have the same value than the indexes of their associated parameters in VST 2 . Only with this condition the host can play back the automation. The parameter value has the same meaning in VST 2 and VST 3 .","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: How can I support projects which were saved with the VST 2 version of my plug-in?","id":"692","title":"Q: How can I support projects which were saved with the VST 2 version of my plug-in?"},"693":{"body":"You can use the compatibility array of the moduleinfo.json file. There, you use the UID of your VST 3 audio effect class as the \"New\" UID and put the UID of your VST 2 plug-in in the \"Old\" array. If you cannot use the moduleinfo.json file, you can create a class that implements the IPluginCompatibility interface which you must provide to the host via your plug-in factory.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart?","id":"693","title":"Q: I've already released a VST 3 plug-in with a different UID than its VST 2 equivalent. How can I declare that the VST 3 plug-in can replace its VST 2 plug-in counterpart?"},"694":{"body":"You cannot and more importantly must not do this. The processing part and user interface part communicate via a messaging system. See Q: How should I communicate between the 'Processing' and the 'User Interface'? for details.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3?","id":"694","title":"Q: In VST 2 the editor was able to access the processing part, named effect, directly. How can I do this in VST 3?"},"695":{"body":"Yes and it is essential to support this for automation. For details, please see Parameters and Automation","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2?","id":"695","title":"Q: Does VST 3 implement methods like beginEdit and endEdit known from VST 2?"},"696":{"body":"Not in version 3.1.0, we plan something in this direction later. (Note: this variableIO processing was for example for time stretching plug-ins).","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2?","id":"696","title":"Q: Does VST 3 include variable Input/Output processing like processVariableIo of VST 2?"},"697":{"body":"VST 3 doesn't support offline processing like it did in VST 2 (this interface was exclusively used by WaveLab ). But it is possible to use VST 3 plug-ins in an offline context (this means that the process function can be called faster than real time: for example, during an export or a batch processing). If the plug-in doesn't support faster than realtime, it should add kOnlyRealTime to its category.","breadcrumbs":"Frequently Asked Questions » Compatibility with VST 2.x or VST 1 » Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?","id":"697","title":"Q: What is the equivalent to the VST 2 kPlugCategOfflineProcess?"},"698":{"body":"/ VST Home / Frequently Asked Questions Q: How does persistence work? Q: What's the difference between IEditController::setComponentState and IEditController::setState?","breadcrumbs":"Frequently Asked Questions » Persistence » Persistence","id":"698","title":"Persistence"},"699":{"body":"An instantiated plug-in often has state information that must be saved in order to properly re-instantiate that plug-in at a later time. A VST 3 plug-in has two states which are saved and reloaded: its component state and its controller state. The sequence of actions for saving is: component->getState (compState) controller->getState (ctrlState) The sequence of actions for loading is: component->setState (compState) controller->setComponentState (compState) controller->setState (ctrlState) In the latter sequence you can see that the controller part will receive the component state. This allows the 2 parts to synchronize their states.","breadcrumbs":"Frequently Asked Questions » Persistence » Q: How does persistence work?","id":"699","title":"Q: How does persistence work?"},"7":{"body":"Building the examples included in the SDK Building the examples included in the SDK on Windows Building the examples included in the SDK on macOS Building the examples included in the SDK on Linux Using cmake for building VST 3 plug-ins Generate a new plug-in with the Project Generator App Code your first plug-in Use VSTGUI to design a User Interface Advanced VST 3 techniques How to use the silence flags Guideline for replacing a VST 2 plug-in by a VST 3 plug-in Strings Conversion Helper Creating a cmake plug-in project from scratch Creating a plug-in with VST 3 SDK as an external project Switching to another VSTGUI submodule or branch","breadcrumbs":"VST » Tutorials","id":"7","title":"Tutorials"},"70":{"body":"what_if_15 View -> Open Plug-in Information Window : opens a window showing all registered component and controller VST 3 plug-ins. View -> Open Plug-in Unit Tests Window : opens a window where you can test your plug-in with a series of unit tests. View -> Open Preset Editor : allows you to open, check and modify VST 3 presets (adding meta attributes like in Instrument/- Style/Character) File -> Convert VST 3 Preset to VST 2 preset (fxp or fxb) : allow to convert VST 3 Presets to compatible VST 2 Presets. File -> Overwrite Plug-in Name in VST 3 Presets : allow to rename the plug-in name in a set of VST 3 Presets. what_if_16 Dark Mode version","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » How to use it?","id":"70","title":"How to use it?"},"700":{"body":"After a preset is loaded, the host calls Vst::IEditController::setComponentState and Vst::IComponent::setState . Both delivering the same information. Vst::IEditController::setState is called by the host so that the plug-in is able to update its controller dependent parameters, e.g. position of scroll bars. Prior to this, there should have been a call by the host to Vst::IEditController::getState , where the plug-in writes these various parameters into the stream. See also Q: How does persistence work? .","breadcrumbs":"Frequently Asked Questions » Persistence » Q: What's the difference between IEditController::setComponentState and IEditController::setState?","id":"700","title":"Q: What's the difference between IEditController::setComponentState and IEditController::setState?"},"701":{"body":"/ VST Home / Frequently Asked Questions Q: How is a normalized value converted to a discrete integer value in VST 3? Q: What is the return value tresult? Q: Which version of Steinberg Sequencers support VST 3? Q: Why do plug-ins need subcategories? Q: Is it possible to define a plug-in as Fx and Instrument? Q: Is it possible to ask a plug-in about which speaker arrangements are supported? Q: Which version of Steinberg Sequencers support VST 3 Note Expression? Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do? Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner? Q: How can I validate my plug-in? Q: How can I allow to create Symbolic Link on Windows? Q: My generated VST 3 plug-in is not visible in my preferred host? Q: What is a GUID and how can I create it?","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Miscellaneous","id":"701","title":"Miscellaneous"},"702":{"body":"A detailed description of parameter handling is provided here: Parameters .","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How is a normalized value converted to a discrete integer value in VST 3?","id":"702","title":"Q: How is a normalized value converted to a discrete integer value in VST 3?"},"703":{"body":"Almost all VST 3 interfaces return a tresult value. This integer value allows to return to the caller more differentiated error/success information than just a boolean value with its true and false. The various possible values are defined in funknown.h . They are the same values as used in COM. Be careful when checking a tresult return value, because on success kResultOk is returned which has the integer value 0 : // this is WRONG!!!!!\nif (component->setActive (true))\n{\n} // this is CORRECT!!!!!\nif (component->setActive (true) == kResultOK)\n{\n}\n// or\n// this is CORRECT too!!!!!\nif (component->setActive (true) != kResultOK)\n{ // error message....\n}","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: What is the return value tresult ?","id":"703","title":"Q: What is the return value tresult ?"},"704":{"body":"In order to load VST 3 plug-ins you need at least: For VST 3.0.0 Cubase / Nuendo 4.1.2 is needed. For VST 3.0.1 features Cubase 4.2 is needed. For VST 3.5.0 features Cubase 6.0 is needed. see other VST 3 Hosts","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Which version of Steinberg Sequencers support VST 3?","id":"704","title":"Q: Which version of Steinberg Sequencers support VST 3?"},"705":{"body":"When you export your plug-in in the factory instance (check againentry.cpp : DEF_CLASS2), you have to define a subcategory string (can be a combination of more than one string: like \" Fx|Dynamics|EQ \" for example). Currently the subcategory string is used by Cubase / Nuendo to organize the plug-ins menu in the following way: // Computation of Folder Name (SubCategories => folder in menu)\n\"Fx\" => \"Other\"\n\"Fx|Delay\" => \"Delay\"\n\"Fx|Mastering|Delay\" => \"Mastering\"\n\"Spatial|Fx\" => \"Spatial\"\n\"Fx|Spatial\" => \"Spatial\"\n\"Instrument|Fx\" => if used as VSTi \"\" else if used as Insert \"Other\"\n\"Instrument|Sampler\" => \"Sampler\"\n\"Fx|Mastering|Surround\" => \"Mastering\\Surround\"\n\"Fx|Mastering|Delay|Stereo\" => \"Mastering\\Stereo\"\n\"Fx|Mastering|Mono\" => \"Mastering\\Mono\" This string should only be a hint what type of plug-in it is. It's not possible to define all types. If you have wishes for new categories, please discuss them in the VST Developer Forum ( https://sdk.steinberg.net ) and we can add them to future versions of the SDK.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Why do plug-ins need subcategories?","id":"705","title":"Q: Why do plug-ins need subcategories?"},"706":{"body":"Yes it is possible, you can use the CString kFxInstrument (\"Fx|Instrument\") as subcategories (check DEF_CLASS2). In this case Steinberg Sequencers will allow the user to load it as an effect and as an instrument. The plug-in as instrument (in case of current Steinberg Sequencers <= 5.5) will not enable the Audio Input busses.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Is it possible to define a plug-in as Fx and Instrument?","id":"706","title":"Q: Is it possible to define a plug-in as Fx and Instrument?"},"707":{"body":"No, not before the plug-in is instantiated, there is no way to ask the factory about which arrangements are supported for a given plug-in. The host can instantiate the plug-in and before start processing then set some different speaker Arrangements and check if the plug-in supports them.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Is it possible to ask a plug-in about which speaker arrangements are supported?","id":"707","title":"Q: Is it possible to ask a plug-in about which speaker arrangements are supported?"},"708":{"body":"In order to use Note Expression with VST 3 plug-ins you need at least Cubase/Nuendo 6.0.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: Which version of Steinberg Sequencers support VST 3 Note Expression ?","id":"708","title":"Q: Which version of Steinberg Sequencers support VST 3 Note Expression ?"},"709":{"body":"Due to an issue in the Mac CoreAudio SDK, not yet fixed by Apple, you have to apply a small patch to the file AUCarbonViewBase.cpp (located in CoreAudio/AudioUnits/AUPublic/AUCarbonViewBase): => Change: HISize originalSize = { mBottomRight.h, mBottomRight.v };\n// to\nHISize originalSize = { static_cast(mBottomRight.h), static_cast(mBottomRight.v) };","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do?","id":"709","title":"Q: When compiling for Mac AudioUnit, I have a compiler error in AUCarbonViewBase.cpp. What can I do?"},"71":{"body":"","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST Player Window","id":"71","title":"VST Player Window"},"710":{"body":"In order to make a surroundPanner plug-in selectable as panner (Post-fader) in Nuendo, this plug-in should have as subCategories: kSpatial or kSpatialFx (in order to use it as insert too). For example: DEF_CLASS2 (INLINE_UID_FROM_FUID(Steinberg::Vst::SPannerProcessor::cid), PClassInfo::kManyInstances, kVstAudioEffectClass, stringPluginName, Vst::kDistributable, Vst::PlugType::kSpatial , FULL_VERSION_STR, // plug-in version (to be changed) kVstVersionString, Steinberg::Vst::SPannerProcessor::createInstance) Be sure that you overwrite the function \"tresult PLUGIN_API setBusArrangements ...\" which allows you to get the current bus arrangements.","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner?","id":"710","title":"Q: How can I develop a SurroundPanner plug-in which is integrated in Nuendo as Panner?"},"711":{"body":"You have the Validator command line which can be automatically called after you compile your plug-in (when you use the cmake defined by the SDK). This will apply some standard validations. The 2cd validation tool is the VST 3 plug-in Test Host : check its menu entry: View => Open plug-in Unit Tests Window","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I validate my plug-in?","id":"711","title":"Q: How can I validate my plug-in?"},"712":{"body":"You have to adapt your Windows right access to allow creation of symbolic links for VST 3 plug-ins: Check HERE!","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: How can I allow to create Symbolic Link on Windows?","id":"712","title":"Q: How can I allow to create Symbolic Link on Windows?"},"713":{"body":"If your plug-in is visible in the VST 3 plug-in Test Host but not in your DAW, this is maybe due to the fact: this host is not supporting VST 3 ! Check the vendor ( known list of VST 3 host ) this host does not scan on Windows the new user location . You can try to use the main VST3 folder by setting the cmake variable when you generate the project: -DSMTG_PLUGIN_TARGET_USER_PROGRAM_FILES_COMMON=0 this host could not resolve symbolic link! You could try to copy your plug-in directly in the main VST3 folder (C:\\Program Files\\Common Files\\VST3)","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: My generated VST 3 plug-in is not visible in my preferred host?","id":"713","title":"Q: My generated VST 3 plug-in is not visible in my preferred host?"},"714":{"body":"GUID is a 32 hexadecimal digits. VST 3 uses GUID (aka UUID) to identify a plug-in (one for the processor and one for the controller). These Globally Unique IDentifiers have to be generated when you create new plug-in and they should be unique. Here an example of GUID: (0x84E8DE5F, 0x92554F53, 0x96FAE413, 0x3C935A18) This has to be used in the declaration of your processor part like here in the AGain example ( againentry.cpp ): static const FUID AGainProcessorUID (0x84E8DE5F, 0x92554F53, 0x96FAE413, 0x3C935A18); BEGIN_FACTORY_DEF (stringCompanyName, stringCompanyWeb, stringCompanyEmail) //---First plug-in included in this factory------- // its kVstAudioEffectClass component DEF_CLASS2 (INLINE_UID_FROM_FUID(AGainProcessorUID), PClassInfo::kManyInstances,\t// cardinality kVstAudioEffectClass,\t// the component category stringPluginName, // here the plug-in name Vst::kDistributable, AGainVST3Category, // Subcategory FULL_VERSION_STR, // Plug-in version kVstVersionString, // the VST 3 SDK version Steinberg::Vst::AGain::createInstance) //... If you use the VST 3 Project Generator , new GUIDs will be generated automatically for you. You could use your IDE (like Visual Studio) to create GUID or use some online generators (for example: https://guidgenerator.com/ ). GUIDs are also used as interface identifier in VST 3 (check in the VST SDK source code where the macro DECLARE_CLASS_IID is used).","breadcrumbs":"Frequently Asked Questions » Miscellaneous » Q: What is a GUID and how can I create it?","id":"714","title":"Q: What is a GUID and how can I create it?"},"715":{"body":"/ VST Home / Frequently Asked Questions Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform. Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only. Q: I would like to sell my VST 3 plug-in/host in binary form only. Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs. Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host. Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3. Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE. Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license. Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK? Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform. Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form.","breadcrumbs":"Frequently Asked Questions » Licensing » Licensing","id":"715","title":"Licensing"},"716":{"body":"You can choose the GPLv3 license and feel free to share your plug-ins/host's source code including or referencing the VST 3 SDK 's sources on GitHub. You are allowed to provide a binary form of your plug-ins/host too, provided that you provide its source code as GPLv3 too. Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform.","id":"716","title":"Q: I would like to share the source code of my VST 3 plug-in/host on GitHub or other such platform."},"717":{"body":"You can distribute your VST 3 plug-in/host in a binary form. This always requires that you to choose the \"Proprietary Steinberg VST 3\" license. Even though you distribute your VST 3 plug-in/host as freeware/shareware you need to adhere to the requirements of the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only.","id":"717","title":"Q: I would like to distribute my VST 3 plug-in/host as freeware/shareware in binary form only."},"718":{"body":"If you work for-profit and distribute your VST 3 plug-in/host in binary form, you need to choose the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to sell my VST 3 plug-in/host in binary form only.","id":"718","title":"Q: I would like to sell my VST 3 plug-in/host in binary form only."},"719":{"body":"You can adapt and modify the VST 3 SDK 's source for your needs, but if you want to distribute these sources under GPLv3 you have to distribute your VST 3 plug-in/host's sources under GPLv3 too. It is allowed to modify the VST 3 SDK 's when you distribute your VST 3 plug-in/host in binary form and choose the \"Proprietary Steinberg VST 3\" license. If you are of the opinion that we should include your changes in the SDK, please contact us (use the sdk.steinberg.net ).","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs.","id":"719","title":"Q: I would like to adapt the VST 3 SDK's sources to my VST 3 plug-in/host's needs."},"72":{"body":"In this section you can select the audio source of your plug-in for the Main Input Audio Bus and for the Aux Input Audio Bus ( Side-chain : if available) between: A sine wave Noise Silence ASIO Input (first stereo) An Audio File (in this case use the browser (... button) to choose the file (wave, aiff)) A Volume slider allows you to control the level of the source.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Audio Input","id":"72","title":"Audio Input"},"720":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too!","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host.","id":"720","title":"Q: I would like to reuse a distributed modified version of the VST 3 SDK for my own VST 3 plug-ins/host."},"721":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too! Note that you have to follow the Steinberg VST usage guidelines . If you do not want to be GPLv3 , you have to build your VST 3 plug-in/host based on the original or any private modified version of the VST 3 SDK and choose the \"Proprietary Steinberg VST 3\" license.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3 .","id":"721","title":"Q: I would like to distribute my VST 3 plug-in/host in binary form based on a modified version of VST 3 SDK which is under GPLv3 ."},"722":{"body":"If you work for-profit and distribute your plug-in/host in binary form, you need to choose the \"Proprietary Steinberg VST 3\" license. Download the license agreement (it is part of the SDK too), sign it and return it to Steinberg. Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE.","id":"722","title":"Q: I would like to sell my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE."},"723":{"body":"Yes, but you have to make sure that your VST 3 plug-in/host sources are under GPLv3 too! Note that you have to follow the Steinberg VST usage guidelines .","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license.","id":"723","title":"Q: I would like to distribute my VST 3 plug-in/host in binary form which is based on a 3rd party SDK like JUCE and used its GPLv3 license."},"724":{"body":"No, the license agreement has its own versioning, you just have to be sure that you have already signed the correct version of it. As of SDK version 3.6.8 , the license has the version 2.0 (only some minor change/formatting of the text of the license agreement were done in the last SDK versions [3.6.9 up to 3.7.1]) If you use a VST 3 SDK version >= 3.6.8 , you have to be sure that you sent Steinberg a signed license agreement ( version 2.x ) from one of the last VST 3 SDK s (>= 3.6.8). If you use a VST 3 SDK version < 3.6.8 , you have to be sure that you sent Steinberg a signed license agreement ( version 1 ) included in the VST 3 SDK that you use. If you do not know if you already sent it, it is recommended to send it again and in this case it is possible to use the license agreement of the last VST 3 SDK , too! If you have signed a license agreement ( version 2.x ) and a new released VST 3 SDK uses a new license agreement ( version 3.x ), then you have to signed it again. The previous explanation also applies to used 3rd parties SDK like JUCE/iPlug/SynthEdit... just check which VST 3 SDK version is used by the 3rd party SDK you work with and sign the correct license agreement or the last available one.","breadcrumbs":"Frequently Asked Questions » Licensing » Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK?","id":"724","title":"Q: Do I have to sign and send to Steinberg the \"Proprietary Steinberg VST 3\" license agreement for each new version of the VST 3 SDK?"},"725":{"body":"It is allowed but be sure that you do NOT include the Steinberg VST 2 files: like aeffect.h and aeffectx.h . These files are under a different license which does not allow redistribution!","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform.","id":"725","title":"Q: I would like to share the source code of my VST 2 plug-in/host on GitHub or other web-based exchange platform."},"726":{"body":"If you have signed the VST 2 license agreement (before October 2018), you can. If not, you are not allowed to distribute it! See here !","breadcrumbs":"Frequently Asked Questions » Licensing » Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form.","id":"726","title":"Q: I am a developer/company and I want to develop and distribute a VST 2 plug-in and/or host in binary form."},"727":{"body":"/ VST Home / Frequently Asked Questions Q: What is the purpose of restartComponent? Is it generally OK to return kNotImplemented? Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs? Q: Do all version updates for a certain plug-in require a new classID? Q: Should the host support plug-ins that don't have EditController (IComponent::getControllerClassId() fails or subsequent IPluginFactory::createInstance() fails)? Q: Should the host support plug-ins that don't have IPlugView (IEditController::createView() fails or IPlugView::isPlatformTypeSupported() returns false)? Q: What is allowed to change for a given parameter (ParamID)? Name, number of steps, automatable or not, which unit it is part of? Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged? Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent? Q: Some plug-ins have parameters that are not automatable (kCanAutomate). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor? Q: Can the host get away with returning kNotImplemented for restartComponent(kReloadComponent)? Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage? Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.? Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)? Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS? Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release(), which actually control the lifetime of the object? Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread? Q: Some plug-ins return kResultFalse when the host calls setComponentState. Should the host just ignore the returned result code?","breadcrumbs":"Frequently Asked Questions » Hosting » Hosting","id":"727","title":"Hosting"},"728":{"body":"By default the host could return kNotImplemented if it does not implement a specific flag. But it is highly recommended to implement these flags: kLatencyChanged kParamValuesChanged kParamTitlesChanged kIoChanged","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What is the purpose of restartComponent ? Is it generally OK to return kNotImplemented ?","id":"728","title":"Q: What is the purpose of restartComponent ? Is it generally OK to return kNotImplemented ?"},"729":{"body":"You must treat the Class ID as globally unique. If it happens that the same classID is already registered by the host then the host could ignore it or try to compare the version (string based) and keep the newest version (done by Cubase for example). It should be only one VST 3 plug-in registered in the host at a time. The host could decide to show the duplicate classID to the user if wanted.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs?","id":"729","title":"Q: Can the host expect ClassID to be globally unique or should it expect different modules to reuse class IDs?"},"73":{"body":"This section simulates note events sent to the plug-in. A pattern could be defined and initialized with randomized, chromatic or manual events. (for Chromatic choose the start note in the pattern and select Chromatic in the pop-up menu). Active check box: enable/disable the playback of this pattern. You can choose different loop stepping for this pattern (1, 1/2, ...1/32)","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Event Input","id":"73","title":"Event Input"},"730":{"body":"No, normally a new version should and could replace directly an older version by using the same classID, see previous question. This is the correct way to do it. It may happen that some plug-ins will use new classIDs. If these plug-ins are done to replace older versions, the new Moduleinfo or IPluginCompatibility interface, if used by the plug-in, allows the host to select the new plug-in as replacement for an older one (if not present or not) when loading a project using an old version.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Do all version updates for a certain plug-in require a new classID?","id":"730","title":"Q: Do all version updates for a certain plug-in require a new classID?"},"731":{"body":"The host have to check that the IAudioProcessor implements the IEditController interface too. A plug-in can implement both interfaces in the same object (Single Component Effect) See Here for more info. The Host should be able to handle the case when no IEditController is available.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Should the host support plug-ins that don't have EditController ( IComponent::getControllerClassId () fails or subsequent IPluginFactory::createInstance () fails)?","id":"731","title":"Q: Should the host support plug-ins that don't have EditController ( IComponent::getControllerClassId () fails or subsequent IPluginFactory::createInstance () fails)?"},"732":{"body":"A plug-in don't need to have a custom editor. See the examples in the SDK. Many of them don't have a custom editor. This was true for VST 2 too. So the host have to support these plug-ins without dedicated UI, but it could provide a generic UI.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Should the host support plug-ins that don't have IPlugView ( IEditController::createView () fails or IPlugView::isPlatformTypeSupported () returns false)?","id":"732","title":"Q: Should the host support plug-ins that don't have IPlugView ( IEditController::createView () fails or IPlugView::isPlatformTypeSupported () returns false)?"},"733":{"body":"See Here .","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What is allowed to change for a given parameter ( ParamID )? Name, number of steps, automatable or not, which unit it is part of?","id":"733","title":"Q: What is allowed to change for a given parameter ( ParamID )? Name, number of steps, automatable or not, which unit it is part of?"},"734":{"body":"Yes, this is the way it should be done: kParamTitlesChanged => recheck title-unit, stepcount, default value and flags.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged ?","id":"734","title":"Q: Is it ok to change any/all the ParameterFlags on kParamTitlesChanged ?"},"735":{"body":"No, see previous question.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent ?","id":"735","title":"Q: Is ParameterInfo::stepCount only allowed to be changed on kReloadComponent ?"},"736":{"body":"Yes, the host must transfer the parameter change from the controller to the processor. The information automatable ( kCanAutomate ) is only there to allow the host and users to create an associated automation track for this parameter.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Some plug-ins have parameters that are not automatable ( kCanAutomate ). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor?","id":"736","title":"Q: Some plug-ins have parameters that are not automatable ( kCanAutomate ). They are calling beginEdit/performEdit/endEdit when users manipulate them via the GUI. Is the host supposed to react to the performEdit by sending the value to the process call of the IAudioProcessor?"},"737":{"body":"A host is permitted to return kNotImplemented if it does not support it! The plug-in then has to react accordingly.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Can the host get away with returning kNotImplemented for restartComponent ( kReloadComponent )?","id":"737","title":"Q: Can the host get away with returning kNotImplemented for restartComponent ( kReloadComponent )?"},"738":{"body":"No, this is not the typical use case. However, it could be used by plug-ins changing its internal-external representation (change of parameter´s count, number of IO...). For an initial host implementation, you can postpone it until a future version is released.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage?","id":"738","title":"Q: Is it common for big / important plug-ins to rely on kReloadComponent for normal usage?"},"739":{"body":"Plug-in Unit names can change when restartComponent is called with kParamTitlesChanged . When restartComponent is called with kReloadComponent then the whole structure should be regenerated.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.?","id":"739","title":"Q: In what ways (if any) can units change, in terms of the number or names of units, the allocation of parameter buses to units, etc.?"},"74":{"body":"This section allows you to load serialized multiple plug-ins. Each plug-in will be loaded in a slot. To load a plug-in (Audio or Instrument) click on the associated pop-up menu and select one plug-in. To unload a plug-in, click on its associated X button on its slot. For each loaded plug-in in a slot you can: Enable/disable the plug-in with the On button. Bypass/process the plug-in with the Byp button (if available as parameter). Enable/disable the Side-chain bus with the Aux button (available only if the plug-in has input Side-chain ). Open its editor with the Edit button. Save a Preset with the Store button. Load a Preset with the Load button. Open the information page of this plug-in with the Info button (see below).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST Rack","id":"74","title":"VST Rack"},"740":{"body":"Theoretically it is possible to use this for individual zoom levels, but most plug-ins won't work like this and on macOS many plug-ins don't implement this interface at all (or ignore it).","breadcrumbs":"Frequently Asked Questions » Hosting » Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)?","id":"740","title":"Q: IPlugViewContentScaleSupport - could / should this be used to set individual zoom levels for the GUI of specific plug-ins / instances, or should it only be used to convey OS scaling level (like in the editorhost example)?"},"741":{"body":"The design of this interface was done before it was possible on Windows for a plug-in to access the OS-scale. But this interface could be used by the host to try to rescale a given plug-in or all plug-ins. This is what is used in Cubase by changing the overall App scaling in the preference up to 50% to the system scale.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS?","id":"741","title":"Q: If it's only intended to convey OS-scale factor, then why an extra interface when the plug-in can get the scale factor from the OS?"},"742":{"body":"You can only use these reference count no-ops for objects that are alive during the entire lifetime of the host and that will outlive the plug-ins.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release() , which actually control the lifetime of the object?","id":"742","title":"Q: In the examples that implement host-specific interfaces, FUnknown::addRef() and FUnknown::release() tend to be implemented as a no-op, e.g. {return 1000;} - this appears to be safer as the plug-in cannot delete or leak objects that live in the host. Is there any case when the host needs to implement true addRef() and release() , which actually control the lifetime of the object?"},"743":{"body":"You can report the wrong behavior of the plug-in to the developer. restartComponent has to be called from UI Thread. As a security fallback, the host could postpone this call in the UI Thread and handle it in the next UI idle phase.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread?","id":"743","title":"Q: What should the host do if a plug-in does not call ComponentHandler::restartComponent() from the main/UI thread?"},"744":{"body":"Yes, just ignore the result in this case. However, we recommend to inform the plug-in developer about this issue.","breadcrumbs":"Frequently Asked Questions » Hosting » Q: Some plug-ins return kResultFalse when the host calls setComponentState . Should the host just ignore the returned result code?","id":"744","title":"Q: Some plug-ins return kResultFalse when the host calls setComponentState . Should the host just ignore the returned result code?"},"745":{"body":"/ VST Home Visit Steinberg's VST Developer Forum in order to get help with development, to submit bug reports, to request new features and to connect to other VST 3 developers: getting_started_vid_2 https://sdk.steinberg.net ( https://forums.steinberg.net/c/developer )","breadcrumbs":"VST 3 Forum » VST 3 Forum","id":"745","title":"VST 3 Forum"},"746":{"body":"/ VST Home / Getting Started On this page: Some Copyrights/Trademarks referred to in the VST 3 SDK Glossary","breadcrumbs":"Miscellaneous » Miscellaneous","id":"746","title":"Miscellaneous"},"747":{"body":"AAX by Avid Technology, Inc. Apple and macOS are either registered trademarks or trademarks of Apple Computer, Inc. registered in the U.S. and other countries. ASIO is a trademark and software of Steinberg Media Technologies GmbH . AU and AUv3 by Apple Inc. Dolby™ is a registered trademark of Dolby Laboratories, Inc. GITHUB is exclusive trademark registered in the United States by GitHub, Inc. JUCE library - Copyright (c) 2022 - ROLI Ltd. Microsoft , Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Pro Tools is a trademark or registered trademark of Avid Technology, Inc. or its subsidiaries in the United States and/or other countries. VST , Dorico , Cubase , Nuendo , VST Live and WaveLab are trademarks of Steinberg Media Technologies GmbH , registered in Europe and other countries. Other company names, product names and logos are the trademarks or registered trademarks of their respective owners.","breadcrumbs":"Miscellaneous » Some Copyrights/Trademarks referred to in the VST 3 SDK","id":"747","title":"Some Copyrights/Trademarks referred to in the VST 3 SDK"},"748":{"body":"External Glossary: AES - PAR - Pro Audio Reference: http://www.aes.org/par/ Abbr. Meaning Comment AAX Avid Audio Extension https://www.avid.com/alliance-partner-program/aax-connectivity-toolkit ADC Audio Developer Conference https://juce.com/adc AES Audio Engineering Society https://www.aes.org AMBI Ambisonics https://en.wikipedia.org/wiki/Ambisonics ASIO Audio Stream Input/Output ASIO™ is a protocol for communication between a software application and a computer's sound card (trademark of Steinberg ) AU Audio Unit https://developer.apple.com/documentation/audiounit COM Component Object Model https://en.wikipedia.org/wiki/Component_Object_Model DAFX Digital Audio Effects https://dafx.org DAW Digital Audio Workstation https://en.wikipedia.org/wiki/Digital_audio_workstation DLL Dynamic-Link Library https://en.wikipedia.org/wiki/Dynamic-link_library DSP Digital Signal Processing https://en.wikipedia.org/wiki/Digital_signal_processing e.g. exempli gratia for example FAQ Frequently Asked Questions VST 3 Frequently Asked Questions FFT Fast Fourier Transformation https://en.wikipedia.org/wiki/Fast_Fourier_transform GPL General Public License https://www.gnu.org/licenses/gpl-3.0.en.html ICASSP International Conference on Acoustics, Speech and Signal Processing https://en.wikipedia.org/wiki/International_Conference_on_Acoustics,_Speech,_and_Signal_Processing ISMIR International Society for Music Information Retrieval https://ismir.net LFE Low Frequency Effects https://en.wikipedia.org/wiki/Low-frequency_effects MIDI Musical Instrument Digital Interface https://www.midi.org MPE MIDI Polyphonic Expression https://www.midi.org SDK Software Development Kit https://en.wikipedia.org/wiki/Software_development_kit STL Standard Library Containers https://www.cplusplus.com/reference/stl/ URL Uniform Resource Locator https://en.wikipedia.org/wiki/URL UTF-16 Unicode Transformation Format 16bit String representation used by VST 3 for exchanging with the host. https://en.wikipedia.org/wiki/UTF-16 VST Virtual Studio Technology™ A trademark of Steinberg for their interface standard for integrating software plug-ins with DAWs. VST-MA Virtual Studio Technology - Module Architecture This is the base architecture for VST 3 VSTGUI Virtual Studio Technology - Graphical User Interface https://github.com/steinbergmedia/vstgui Vtable Virtual method table https://en.wikipedia.org/wiki/Virtual_method_table WYSIWYG What You See Is What You Get","breadcrumbs":"Miscellaneous » Glossary","id":"748","title":"Glossary"},"75":{"body":"Information window of AGain plug-in showing the Parameters panel: what_if_17 Information window of NoteExpressionSynth plug-in showing the Note Expression panel: what_if_18 Information window of AGain plug-in showing the Properties panel: what_if_19","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Info Window","id":"75","title":"Info Window"},"76":{"body":"Right click on the opened plug-in opens a context menu which allows to trigger some actions: what_if_20 Switch to Generic Editor : open the generic editor instead of the one provided by the plug-in. Export Presets Parameters as XML : load automatically all available VST 3 Presets for this plug-in and create a readable XML file for each preset including the parameter states.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Context Menu","id":"76","title":"Context Menu"},"77":{"body":"In this section you can: • set the gain of the output audio • control the transport state (Loop/Start/Stop/Rewind) • change the tempo and signature what_if_21","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Transport","id":"77","title":"Transport"},"78":{"body":"what_if_22 In this window you can select a specific test branch for a specific plug-in. You can navigate in the test tree (left part), then click on the button Run Selected to process only the selected tests. There are 2 kinds of tests concerning the way the plug-in is instantiated: Global Instance: only one instance of the plug-in will be instantiated for all tests. Local Instances: for each test a new instance of the plug-in will be instantiated. We define currently 2 sets of test: VST 3 Conformity Special Features You can run all available tests with Run All . It is possible also to disable some tests with the check box in the left view. Error reports will be displayed in the Errors view . In the Messages View some warnings (or some plug-in limitations), test results and progress are displayed. In this version of this Plug-in Test Host , the tests are limited to the main VST 3 features, in future version the test coverage will be extended.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » VST 3 Plug-ins Tests Window","id":"78","title":"VST 3 Plug-ins Tests Window"},"79":{"body":"what_if_23 With this editor you can load and modify VST 3 presets created with the Store button of the VST Rack by adding some meta-attributes.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Plug-in Test Host » Preset Editor","id":"79","title":"Preset Editor"},"8":{"body":"Visit Steinberg's VST Developer Forum in order to get help with development, to submit bug reports, to request new features and to connect to other VST 3 developers:","breadcrumbs":"VST » VST 3 Forum","id":"8","title":"VST 3 Forum"},"80":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Introduction Start the VST 3 Project Generator Application Locate CMake Locate VST SDK VST SDK and cmake successfully located Setting the Preferences Path Preferences Setting and creating a plug-in project VST3 Project Generator License Related pages: Generate a new plug-in with Project Generator","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST 3 Project Generator","id":"80","title":"VST 3 Project Generator"},"81":{"body":"This open source application (Win/macOS) allows you to generate easily a new VST 3 plug-in project by just entering in a GUI some parameters. what_if_24 Check the folder \"VST3_Project_Generator\" of the SDK! The source code is available at GitHub - steinbergmedia/vst3projectgenerator: VST 3 Project Generator .","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Introduction","id":"81","title":"Introduction"},"82":{"body":"what_if_25 The first time you start the application, you will ask to define 2 folders where are located the VST SDK and the CMake tool. It still possible to change these folders afterward in the Preferences Tab, see Setting the Preferences . The Visit us menu includes some useful links.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Start the VST 3 Project Generator Application","id":"82","title":"Start the VST 3 Project Generator Application"},"83":{"body":"If you have already downloaded the CMake tool, you just have to indicate the Project Generator where it is located, for this click on Locate CMake and choose with the file selector the cmake.exe file: what_if_26 If you do not have previously installed the CMake tool, you could download it, just click on Download CMake , an internet browser will open the dedicated CMake webpage, check the Download section and install CMake . what_if_27","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Locate CMake","id":"83","title":"Locate CMake"},"84":{"body":"If you have already downloaded the VST 3 SDK , you just have to indicate the Project Generator where it is located, for this click on Locate VST SDK and choose with the folder selector the VST3_SDK folder: what_if_28 If you do not have previously installed the VST 3 SDK , you could download it, just click on Download VST SDK , a dialog appears: what_if_29 You have 2 possibilities to download the VST 3 SDK : Commercial : by clicking on it you will be redirected to the latest available SDK version to download, including all tools (check What is the VST 3 SDK? ), with this variant of the SDK you are able to create and commercialize your plug-ins (See What are the licensing options for VST 3? ). Open Source : by clicking on it you will be redirected to Steinberg Github where you will be able to clone the VST 3 SDK , this variant does not include all available tools (See What are the licensing options for VST 3? ).","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Locate VST SDK","id":"84","title":"Locate VST SDK"},"85":{"body":"As soon as the requested 2 locations are founded, the user interface of the application should like this: what_if_30 The next time you start the Project Generator application you will not asked to relocate them!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST SDK and cmake successfully located","id":"85","title":"VST SDK and cmake successfully located"},"86":{"body":"Before creating any plug-in project, you have to define some global preferences which will be automatically saved when closing the application. Company Information The information included in this subsection will be used for generating Factory information associated to all plug-ins you will generate. This will be read by the host application loading your plug-ins and the host may display it to an user. Vendor : this is your Company name: e.g. \"Steinberg Media Technologies GmbH\" E-Mail : your email, which could be used by the host to redirect an user to your support for example: e.g. \" mailto:support@steinberg.net \" URL : the URL of your Company: e.g. \" https://www.steinberg.net \" C++ Namespace : this allows you to predefine a namespace which will be used to surround your plug-in source code: e.g. \"MyWantedNamespace\" : //...\nnamespace MyWantedNamespace { //-----------------------------------------------------------------------\nMyPluginController::MyPluginController ()\n{\n//...\n}\n} // end namespace\n//...\nnamespace MyWantedNamespace {","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Setting the Preferences","id":"86","title":"Setting the Preferences"},"87":{"body":"Like mentioned above in the subsection Path Preferences you could change several locations: VST 3 SDK Path : the current used VST 3 SDK you have previously downloaded. CMake Executable Path : the current used CMake tool","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Path Preferences","id":"87","title":"Path Preferences"},"88":{"body":"In this tab you are defining some information for the creation of a new plug-in: what_if_31 Name : the name of the plug-in which is displayed in a host: e.g. \"AGain\" Type : this specifies the main VST 3 Sub-Category ( PlugType ) of your plug-in: Audio Effect : ( kFx ) a simple audio effect Stereo→Stereo Instrument : ( kInstrument ) a simple instrument with 1 Event input and 1 stereo Audio output Use VSTGUI : check this if you want to use VSTGUI as UI framework macOS Deployment Target : enter here the minimum requested macOS version targeted C++ Class Name : this specifies the basename of your plug-in classes: e.g. \"AGain\" class AGainProcessor : public AudioEffect\n{ //...\n}; class AGainController : public EditControllerEx1\n{ //...\n}; Bundle ID : this is the ID needed for example for the Info.plist of macOS: e.g. \"com.steinberg.again\" Filename Prefix : (optional) this will be added as file prefix to the created files: e.g. \"AGain\" => AGainProcessor.cpp / AGainController.h / ... Output Directory : you define here in which folder your project will be created CMake Generator : CMake tool required to define a generator in order to create configuration files for a specific build system: there are 2 kinds of generators: Command-Line and IDE. Choose the one you need for example: on Windows: Visual Studio 17 2022 on macOS: Xcode CMake Platform : you could here define which target platform should be used, i.e x64 or ARM64EC (on Windows) Once all information is set up, you could click on Create , a script will create and CMake will be used and the chosen IDE will be opened. In the bottom area the script output is displayed, you have the possibility to copy it by using the dedicated button: Copy Script Output To Clipboard . Example of script Output C:\\Program Files\\CMake\\bin\\CMake.exe C:\\Users\\YGrabit\\Desktop\\SDKs\\VST3_SDKs\\3.7.7\\VST_SDK\\VST3_Project_Generator\\\nWindows_x64\\Resources\\GenerateVST3Plugin.cmake -DSMTG_VST3_SDK_SOURCE_DIR_CLI=\"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk\" -DSMTG_GENERATOR_OUTPUT_DIRECTORY_CLI=\"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\"\n-DSMTG_PLUGIN_NAME_CLI=\"AGain\" -DSMTG_PLUGIN_CATEGORY_CLI=\"Fx\" -DSMTG_CMAKE_PROJECT_NAME_CLI=\"AGain\"\n-DSMTG_PLUGIN_BUNDLE_NAME_CLI=\"AGain\" -DSMTG_PLUGIN_IDENTIFIER_CLI=\"com.steinberg.again\"\n-DSMTG_MACOS_DEPLOYMENT_TARGET_CLI=\"10.13\" -DSMTG_VENDOR_NAME_CLI=\"Steinberg\" -DSMTG_VENDOR_HOMEPAGE_CLI=\"www.steinberg.net\" -DSMTG_VENDOR_EMAIL_CLI=\"info@steinberg.net\" -DSMTG_PREFIX_FOR_FILENAMES_CLI=\"\" -DSMTG_PLUGIN_CLASS_NAME_CLI=\"AGain\" -DSMTG_ENABLE_VSTGUI_SUPPORT_CLI=ON -P \"C:\\Users\\YGrabit\\Desktop\\SDKs\\VST3_SDKs\\3.7.7\\VST_SDK\\VST3_Project_Generator\\ Windows_x64\\Resources\\GenerateVST3Plugin.cmake\"\n================================================== Steinberg Media Technologies GmbH VST3 Project Generator ================================================== -- Found Git: C:/Program Files/Git/cmd/git.exe (found version \"2.38.1.windows.1\") -- SMTG_CMAKE_SCRIPT_DIR : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/VST_SDK/VST3_Project_Generator/Windows_x64/Resources\n-- SMTG_ENABLE_VSTGUI_SUPPORT : ON\n-- SMTG_GENERATOR_OUTPUT_DIRECTORY : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\n-- SMTG_TEMPLATE_FILES_PATH : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/VST_SDK/VST3_Project_Generator/Windows_x64/Resources/cmake/templates\n-- SMTG_VST3_SDK_SOURCE_DIR : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk -- SMTG_VENDOR_NAME : Steinberg\n-- SMTG_VENDOR_HOMEPAGE : www.steinberg.net\n-- SMTG_VENDOR_EMAIL : info@steinberg.net\n-- SMTG_SOURCE_COPYRIGHT_HEADER: Copyright(c) 2022 Steinberg.\n-- SMTG_PLUGIN_NAME : AGain\n-- SMTG_PREFIX_FOR_FILENAMES : e.g. myplugincontroller.h\n-- SMTG_PLUGIN_IDENTIFIER : com.steinberg.again, used e.g. in Info.plist\n-- SMTG_PLUGIN_BUNDLE_NAME : AGain -- SMTG_CMAKE_PROJECT_NAME : e.g. AGain will output AGain.vst3\n-- SMTG_VENDOR_NAMESPACE : e.g. namespace MyCompanyName {...}\n-- SMTG_PLUGIN_CLASS_NAME : e.g. class AGainProcessor : public AudioEffect {...}\n-- SMTG_PLUGIN_CATEGORY : Fx\n-- SMTG_MACOS_DEPLOYMENT_TARGET: 10.13 -- SMTG_Processor_UUID : 0x310DE7F8, 0x10DA54D2, 0x98DE9223, 0xA9933093\n-- SMTG_Controller_UUID : 0x80068D40, 0xBA125C34, 0x9B1E857C, 0xC17CD5F3 -- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/CMakeLists.txt\n-- Copied : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/310DE7F810DA54D298DE9223A9933093_snapshot.png\n-- Copied : C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/310DE7F810DA54D298DE9223A9933093_snapshot_2.0x.png\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/myplugineditor.uidesc\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/resource/win32resource.rc\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/version.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincids.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincontroller.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/myplugincontroller.h\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginentry.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginprocessor.cpp\n-- Configured: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/source/mypluginprocessor.h C:\\Program Files\\CMake\\bin\\CMake.exe -G \"Visual Studio 17 2022\" -A x64 -S \"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\\AGain\" -B \"C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7\\AGain\\build\" -DSMTG_ADD_VSTGUI=ON -- Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.\n-- The C compiler identification is MSVC 19.34.31935.0\n-- The CXX compiler identification is MSVC 19.34.31935.0\n-- Detecting C compiler ABI info\n-- Detecting C compiler ABI info - done\n-- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped\n-- Detecting C compile features\n-- Detecting C compile features - done\n-- Detecting CXX compiler ABI info\n-- Detecting CXX compiler ABI info - done\n-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.34.31933/bin/Hostx64/x64/cl.exe - skipped\n-- Detecting CXX compile features\n-- Detecting CXX compile features - done\n-- [SMTG] CMAKE_SOURCE_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain\n-- [SMTG] CMAKE_CURRENT_LIST_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk\n-- [SMTG] Disable all VST3 samples\n-- [SMTG] SMTG_VSTGUI_SOURCE_DIR is set to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.6/VST_SDK/vst3sdk/vstgui4\n-- Could NOT find EXPAT (missing: EXPAT_LIBRARY EXPAT_INCLUDE_DIR) -- VSTGUI will use the embedded Expat package!\n-- [SMTG] SMTG_AAX_SDK_PATH is not set. If you need it, please download the AAX SDK!\n-- Performing Test SMTG_USE_STDATOMIC_H\n-- Performing Test SMTG_USE_STDATOMIC_H - Failed\n-- [SMTG] Setup running moduleinfotool for AGain\n-- [SMTG] Setup running validator for AGain\n-- [SMTG] SMTG_PLUGIN_TARGET_PATH is set to: C:\\Users\\YGrabit\\AppData\\Local\\Programs\\Common\\VST3\n-- Configuring done\n-- Generating done\n-- Build files have been written to: C:/Users/YGrabit/Desktop/SDKs/VST3_SDKs/3.7.7/AGain/build That´s it! You can contribute to this project on https://github.com/steinbergmedia/vst3projectgenerator !","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » Setting and creating a plug-in project","id":"88","title":"Setting and creating a plug-in project"},"89":{"body":"BSD style VST3ProjectGenerator LICENSE\n(c) Steinberg Media Technologies, All Rights Reserved Redistribution and use in source and binary forms, with orwithout modification,\nare permitted provided that the following conditions are met: * Redistributions of source code must retain the abovecopyright notice,\nthis list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the abovecopyright notice,\nthis list of conditions and the following disclaimer inthe documentation\nand/or other materials provided with the distribution.\n* Neither the name of the Steinberg Media Technologies northe names of its\ncontributors may be used to endorse or promote productsderived from this\nsoftware without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ANDCONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITEDTO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULARPURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING,\nBUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSEDAND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE\nOR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THISSOFTWARE, EVEN IF ADVISED\nOF THE POSSIBILITY OF SUCH DAMAGE.","breadcrumbs":"What is the VST 3 SDK? » VST 3 Project Generator » VST3 Project Generator License","id":"89","title":"VST3 Project Generator License"},"9":{"body":"Browse the VST 3 SDK 's technical documentation. The full VST 3 API reference is only available in the VST 3 Package that you can download or find online here.","breadcrumbs":"VST » Technical Documentation","id":"9","title":"Technical Documentation"},"90":{"body":"/ VST Home / What is the VST 3 SDK? On this page: Validator command line","breadcrumbs":"What is the VST 3 SDK? » Validator command line » Validator command line","id":"90","title":"Validator command line"},"91":{"body":"As Cross-platform source code: The validator is a small command line host application (source code included) which can be used to check your plug-in for VST 3 conformity. You can also write your own test code and let the validator execute it. Very nice for automatic build server integration.","breadcrumbs":"What is the VST 3 SDK? » Validator command line » Validator command line","id":"91","title":"Validator command line"},"92":{"body":"/ VST Home / What is the VST 3 SDK? On this page: AudioHost","breadcrumbs":"What is the VST 3 SDK? » AudioHost Application » AudioHost Application","id":"92","title":"AudioHost Application"},"93":{"body":"As Cross-platform source code: Simple cross-platform (only tested on Linux) host application allowing you to register a VST 3 plug-in with Jack Server. First, you have to download the Jack Audio SDK and application server ( http://www.jackaudio.org ). Windows (not tested): audiohost.exe \"C:\\PATH_TO_PLUGIN\" macOS (not tested) Linux: audiohost PATH_TO_PLUGIN On Windows and macOS, you can also drag and drop a VST 3 plug-in on the executable via Explorer/Finder. Check the folder \"public.sdk/samples/vst-hosting/audiohost\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » AudioHost Application » AudioHost","id":"93","title":"AudioHost"},"94":{"body":"/ VST Home / What is the VST 3 SDK? On this page: EditorHost","breadcrumbs":"What is the VST 3 SDK? » EditorHost Application » EditorHost Application","id":"94","title":"EditorHost Application"},"95":{"body":"As Cross-platform source code: Simple cross-platform (Win/macOS/Linux) host application allowing you to open the editor of a VST 3 plug-in (with HiDPI support on Windows/macOS). Call it from the command line: Windows: editorhost.exe \"C:\\PATH_TO_PLUGIN\" macOS/Linux: editorhost PATH_TO_PLUGIN On Windows and macOS you can also drag and drop a VST 3 plug-in on the executable via Explorer/Finder. Check the folder \"public.sdk/samples/vst-hosting/editorhost\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » EditorHost Application » EditorHost","id":"95","title":"EditorHost"},"96":{"body":"/ VST Home / What is the VST 3 SDK? On this page: VST 3 Inspector","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector Application » VST 3 Inspector Application","id":"96","title":"VST 3 Inspector Application"},"97":{"body":"As Cross-platform source code: Simple cross-platform (Win/macOS/Linux) host application, built with VSTGUI, which scans the VST 3 Folder, collects information from the factory about each VST 3 plug-in and display it in its UI. what_if_7 Check the folder \"public.sdk/samples/vst-hosting/inspectorapp\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » VST 3 Inspector Application » VST 3 Inspector","id":"97","title":"VST 3 Inspector"},"98":{"body":"/ VST Home / What is the VST 3 SDK? On this page: VST 3 - VST 2.x Wrapper VST 3 - AAX Wrapper VST 3 - Audio Unit v3 Wrapper VST 3 - Audio Unit Wrapper Related pages: iOS Inter-App Audio support These wrappers allow you to create versions of your VST 3 plug-in in other plug-in formats with minimum effort: AAX format used by Pro Tools® AUv3 and AU (Audio Unit) on Apple platform VST 2 (deprecated) Check the folder \"public.sdk/source/vst/aaxwrapper\" of the SDK!","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » AAX, AUv3, AU and VST 2 Wrappers","id":"98","title":"AAX, AUv3, AU and VST 2 Wrappers"},"99":{"body":"Helper Class wrapping a VST 3 plug-in to a VST 2.4 plug-in","breadcrumbs":"What is the VST 3 SDK? » AAX, AUv3, AU and VST 2 Wrappers » VST 3 - VST 2.x Wrapper","id":"99","title":"VST 3 - VST 2.x Wrapper"}},"length":749,"save":true},"fields":["title","body","breadcrumbs"],"index":{"body":{"root":{"0":{")":{"4":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"1":{",":{"2":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"502":{"tf":1.0}}},"1":{"df":1,"docs":{"528":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":1,"docs":{"572":{"tf":1.0}}}},"5":{"df":2,"docs":{"234":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"df":0,"docs":{},"f":{"df":3,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}},"0":{"1":{"1":{"df":3,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"472":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":2,"docs":{"15":{"tf":1.0},"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"8":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":44,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":3.0},"238":{"tf":2.23606797749979},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"249":{"tf":3.1622776601683795},"252":{"tf":3.3166247903554},"253":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"478":{"tf":1.0},"486":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"508":{"tf":3.872983346207417},"511":{"tf":3.7416573867739413},"525":{"tf":2.0},"538":{"tf":1.0},"552":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0},"691":{"tf":2.23606797749979},"703":{"tf":1.0}},"u":{"df":1,"docs":{"250":{"tf":1.0}}},"x":{"0":{"3":{"df":1,"docs":{"472":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"d":{"a":{"5":{"4":{"d":{"2":{"df":1,"docs":{"88":{"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":{"a":{"0":{"c":{"c":{"2":{"6":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"0":{"d":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"3":{"5":{"a":{"1":{"8":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"4":{"a":{"df":0,"docs":{},"f":{"5":{"2":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"6":{"8":{"d":{"4":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"1":{"df":0,"docs":{},"e":{"2":{"4":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"8":{"d":{"df":0,"docs":{},"e":{"9":{"2":{"2":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"df":0,"docs":{},"e":{"8":{"5":{"7":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"8":{"b":{"df":0,"docs":{},"f":{"b":{"3":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"9":{"9":{"3":{"3":{"0":{"9":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"b":{"0":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"9":{"d":{"b":{"b":{"d":{"6":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"1":{"2":{"5":{"c":{"3":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"8":{"8":{"9":{"6":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"1":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"7":{"c":{"4":{"0":{"a":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}}},"0":{".":{"0":{".":{"1":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.4142135623730951},"447":{"tf":2.0},"467":{"tf":1.4142135623730951},"502":{"tf":1.0},"591":{"tf":1.4142135623730951},"625":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"t":{"d":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"/":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{"1":{"9":{"0":{"4":{"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"0":{"0":{".":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"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":{"df":1,"docs":{"645":{"tf":1.0}}},"3":{"df":2,"docs":{"49":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"1":{"df":1,"docs":{"428":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"df":2,"docs":{"157":{"tf":1.0},"252":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"544":{"tf":1.0},"671":{"tf":1.0}}},"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":14,"docs":{"127":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.0},"29":{"tf":1.0},"378":{"tf":1.0},"428":{"tf":1.0},"49":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"572":{"tf":1.0},"627":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}},"1":{".":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"138":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.0},"428":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"508":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"447":{"tf":1.0}}},"8":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":4,"docs":{"508":{"tf":2.0},"511":{"tf":2.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951}}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"140":{"tf":1.0},"19":{"tf":1.0},"32":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"4":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"225":{"tf":1.0},"447":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"580":{"tf":1.0},"621":{"tf":1.0}}},"5":{"df":6,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"246":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772}}},"6":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":9,"docs":{"127":{"tf":1.0},"143":{"tf":1.0},"359":{"tf":2.449489742783178},"447":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"613":{"tf":1.0},"65":{"tf":1.0},"691":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"225":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"8":{",":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"5":{".":{"0":{"df":1,"docs":{"88":{"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":{"6":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.0}}},"8":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":68,"docs":{"127":{"tf":1.0},"128":{"tf":1.0},"175":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":2.8284271247461903},"239":{"tf":2.6457513110645907},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":2.6457513110645907},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"502":{"tf":3.0},"508":{"tf":3.605551275463989},"510":{"tf":1.4142135623730951},"511":{"tf":4.123105625617661},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"533":{"tf":1.0},"546":{"tf":1.4142135623730951},"552":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"562":{"tf":1.0},"569":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.0},"608":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"2":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":9,"docs":{"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"1":{"4":{"7":{".":{"4":{"8":{"3":{".":{"6":{"4":{"8":{"df":1,"docs":{"368":{"tf":1.0}}},"9":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"621":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"639":{"tf":1.0}}},"1":{"df":1,"docs":{"223":{"tf":1.0}}},"2":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"8":{".":{"1":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"1":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}},"4":{"df":3,"docs":{"104":{"tf":1.0},"246":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":15,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"592":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.0},"690":{"tf":1.0},"724":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.0}}}},"0":{".":{"0":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"df":3,"docs":{"117":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}},"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":3,"docs":{"604":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"149":{"tf":1.0},"659":{"tf":1.0}}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"649":{"tf":1.0},"651":{"tf":1.0}}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":3,"docs":{"604":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":3,"docs":{"604":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"639":{"tf":1.0}}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":3,"docs":{"604":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"629":{"tf":1.0}}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":3,"docs":{"604":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":3,"docs":{"604":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"147":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"49":{"tf":1.4142135623730951},"615":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":3,"docs":{"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"141":{"tf":1.0},"225":{"tf":1.0},"621":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":1,"docs":{"366":{"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":{}},"2":{".":{"0":{"4":{"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"^":{"3":{"1":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"d":{"df":3,"docs":{"560":{"tf":1.0},"639":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"625":{"tf":1.0}}},"df":107,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":3.3166247903554},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"190":{"tf":1.4142135623730951},"205":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"278":{"tf":1.0},"281":{"tf":1.0},"296":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"344":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"444":{"tf":1.0},"46":{"tf":1.0},"465":{"tf":1.0},"476":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":2.449489742783178},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"552":{"tf":1.0},"569":{"tf":1.0},"593":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":2.8284271247461903},"691":{"tf":2.23606797749979},"692":{"tf":2.0},"693":{"tf":1.7320508075688772},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"732":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.4142135623730951}},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"3":{"+":{"7":{"+":{"0":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"5":{",":{"7":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":41,"docs":{"286":{"tf":2.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"368":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":2.0},"453":{"tf":1.7320508075688772},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.7320508075688772},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"604":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"704":{"tf":1.0}}},"1":{"df":12,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"495":{"tf":1.0},"573":{"tf":1.0},"604":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"704":{"tf":1.0}}},"2":{"df":9,"docs":{"286":{"tf":1.0},"301":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"604":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":2,"docs":{"171":{"tf":1.0},"661":{"tf":1.0}}},"1":{".":{"0":{"df":15,"docs":{"286":{"tf":1.7320508075688772},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":1.7320508075688772},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"604":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":1,"docs":{"339":{"tf":1.0}}},"5":{".":{"0":{"df":25,"docs":{"286":{"tf":2.23606797749979},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"444":{"tf":1.4142135623730951},"452":{"tf":2.23606797749979},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"606":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":2.449489742783178},"704":{"tf":1.0}}},"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0}}},"6":{".":{"0":{"df":11,"docs":{"115":{"tf":1.0},"286":{"tf":1.4142135623730951},"310":{"tf":1.0},"311":{"tf":1.0},"452":{"tf":1.4142135623730951},"529":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"604":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.4142135623730951}}},"1":{"0":{"df":12,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"318":{"tf":1.0},"423":{"tf":1.0},"427":{"tf":1.0},"443":{"tf":1.0},"452":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"604":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"1":{"df":12,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"2":{"df":20,"docs":{"286":{"tf":2.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"444":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"452":{"tf":2.0},"489":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"604":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":17,"docs":{"286":{"tf":2.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"452":{"tf":2.0},"545":{"tf":1.0},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"604":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"6":{"df":9,"docs":{"286":{"tf":1.0},"316":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"604":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0}}},"8":{"df":9,"docs":{"286":{"tf":1.0},"317":{"tf":1.0},"452":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"604":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"724":{"tf":2.0}}},"9":{"df":4,"docs":{"604":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"724":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{".":{"0":{"df":17,"docs":{"286":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"368":{"tf":1.0},"452":{"tf":2.0},"581":{"tf":1.0},"582":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"604":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":4,"docs":{"604":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"724":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0}}},"5":{".":{"0":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"265":{"tf":1.0},"286":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"452":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"6":{"df":3,"docs":{"604":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0}}},"8":{"df":4,"docs":{"364":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":11,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":2,"docs":{"641":{"tf":1.0},"724":{"tf":1.0}}}},"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"<":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"434":{"tf":2.23606797749979},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0}}}}},"df":14,"docs":{"188":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.23606797749979},"368":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":2.8284271247461903},"615":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"714":{"tf":1.0}}},"5":{"df":1,"docs":{"145":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"df":13,"docs":{"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}},"df":347,"docs":{"1":{"tf":2.0},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.0},"104":{"tf":1.7320508075688772},"106":{"tf":1.0},"107":{"tf":1.7320508075688772},"109":{"tf":1.0},"11":{"tf":1.7320508075688772},"110":{"tf":2.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.23606797749979},"122":{"tf":2.0},"123":{"tf":1.0},"124":{"tf":2.0},"125":{"tf":1.0},"127":{"tf":2.23606797749979},"130":{"tf":1.0},"144":{"tf":2.449489742783178},"145":{"tf":2.449489742783178},"146":{"tf":1.7320508075688772},"147":{"tf":2.0},"148":{"tf":1.7320508075688772},"149":{"tf":1.7320508075688772},"15":{"tf":2.0},"150":{"tf":1.4142135623730951},"151":{"tf":1.4142135623730951},"152":{"tf":1.7320508075688772},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":2.8284271247461903},"156":{"tf":2.8284271247461903},"157":{"tf":2.449489742783178},"158":{"tf":2.0},"159":{"tf":1.0},"16":{"tf":2.0},"160":{"tf":1.4142135623730951},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":2.6457513110645907},"165":{"tf":1.4142135623730951},"17":{"tf":3.0},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.8284271247461903},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":2.23606797749979},"190":{"tf":1.4142135623730951},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":2.8284271247461903},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"23":{"tf":1.0},"230":{"tf":2.8284271247461903},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":2.0},"263":{"tf":2.23606797749979},"264":{"tf":2.23606797749979},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"33":{"tf":3.0},"330":{"tf":2.449489742783178},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":2.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":1.7320508075688772},"364":{"tf":1.0},"365":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"39":{"tf":1.0},"390":{"tf":1.0},"399":{"tf":1.4142135623730951},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"43":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.7320508075688772},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.4142135623730951},"444":{"tf":2.0},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":2.0},"451":{"tf":1.7320508075688772},"458":{"tf":1.0},"46":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"47":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"483":{"tf":1.0},"489":{"tf":1.0},"5":{"tf":1.0},"50":{"tf":1.0},"502":{"tf":2.8284271247461903},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"51":{"tf":1.0},"513":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.7320508075688772},"520":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"562":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":2.8284271247461903},"604":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.23606797749979},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":2.0},"637":{"tf":2.0},"639":{"tf":2.23606797749979},"641":{"tf":3.1622776601683795},"643":{"tf":2.23606797749979},"645":{"tf":2.23606797749979},"647":{"tf":2.23606797749979},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"655":{"tf":2.6457513110645907},"662":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":2.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.449489742783178},"691":{"tf":1.4142135623730951},"692":{"tf":2.0},"693":{"tf":1.7320508075688772},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":2.449489742783178},"701":{"tf":2.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.7320508075688772},"708":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.0},"715":{"tf":3.605551275463989},"716":{"tf":1.4142135623730951},"717":{"tf":2.23606797749979},"718":{"tf":1.7320508075688772},"719":{"tf":2.6457513110645907},"720":{"tf":1.7320508075688772},"721":{"tf":2.449489742783178},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":3.0},"729":{"tf":1.0},"745":{"tf":1.4142135623730951},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.0},"8":{"tf":1.4142135623730951},"80":{"tf":1.7320508075688772},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":2.6457513110645907},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.0},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.7320508075688772},"98":{"tf":2.449489742783178},"99":{"tf":1.4142135623730951}},"r":{"d":{"df":9,"docs":{"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"639":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"4":{"+":{"5":{"+":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"691":{"tf":1.0}}},"1":{".":{"2":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"621":{"tf":1.0}}},"1":{".":{"1":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"615":{"tf":1.0}}},"2":{".":{"3":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"610":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"4":{".":{"9":{"6":{"7":{".":{"2":{"9":{"6":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"647":{"tf":1.4142135623730951},"659":{"tf":1.0},"704":{"tf":1.0}}},"3":{".":{"1":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"539":{"tf":1.0},"643":{"tf":1.0}}},"6":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"629":{"tf":1.0}}},"9":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"145":{"tf":1.0}}},"df":23,"docs":{"127":{"tf":1.0},"131":{"tf":1.0},"19":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.4142135623730951},"691":{"tf":1.0}}},"5":{".":{"1":{"df":2,"docs":{"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"5":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":2,"docs":{"623":{"tf":1.0},"741":{"tf":1.0}}},"7":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"d":{"1":{"df":0,"docs":{},"f":{"a":{"9":{"7":{"4":{"d":{"6":{"6":{"8":{"0":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"b":{"9":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"1":{"d":{"2":{"3":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"127":{"tf":1.0},"132":{"tf":1.0},"19":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"647":{"tf":1.0}}},"6":{".":{"0":{".":{"5":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"368":{"tf":1.0},"39":{"tf":1.0},"434":{"tf":2.23606797749979},"617":{"tf":1.0},"641":{"tf":1.0},"69":{"tf":1.0}}}}},"df":12,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.23606797749979},"427":{"tf":2.0},"429":{"tf":1.0},"447":{"tf":2.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"127":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"583":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"6":{"5":{"c":{"d":{"1":{"b":{"8":{"3":{"a":{"4":{"a":{"df":0,"docs":{},"f":{"4":{"8":{"0":{"a":{"a":{"7":{"9":{"2":{"9":{"a":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"8":{"a":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":14,"docs":{"127":{"tf":1.0},"134":{"tf":1.0},"19":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.0},"445":{"tf":1.0},"447":{"tf":2.0},"478":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}},"8":{".":{"1":{"df":3,"docs":{"49":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"9":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"3":{"c":{"9":{"3":{"5":{"a":{"1":{"8":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"430":{"tf":1.0},"562":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":22,"docs":{"127":{"tf":1.0},"135":{"tf":1.0},"19":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"27":{"tf":1.0},"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.0},"430":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"445":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.7320508075688772}}},"9":{".":{"0":{"/":{"9":{".":{"1":{"/":{"1":{"0":{".":{"0":{"/":{"1":{"0":{".":{"1":{"/":{"1":{"1":{".":{"0":{"/":{"1":{"1":{".":{"1":{"/":{"1":{"3":{".":{"0":{"/":{"1":{"3":{".":{"1":{"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"686":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"686":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"136":{"tf":1.0},"19":{"tf":1.0},"28":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"438":{"tf":1.0},"517":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"m":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"562":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"/":{"b":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"0":{"b":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"4":{"0":{"0":{"5":{"d":{"9":{"b":{"4":{"7":{"9":{"6":{"7":{"1":{"7":{"7":{"df":0,"docs":{},"e":{"3":{"7":{"a":{"6":{"7":{"1":{"8":{"9":{"1":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":30,"docs":{"100":{"tf":1.4142135623730951},"103":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"108":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"627":{"tf":1.7320508075688772},"629":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"613":{"tf":1.0},"88":{"tf":2.0}},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":11,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"333":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"145":{"tf":1.0},"150":{"tf":1.0},"239":{"tf":1.4142135623730951},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"311":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"507":{"tf":1.0},"543":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.0},"712":{"tf":1.0},"741":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"28":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"507":{"tf":1.0},"532":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"359":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"391":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"390":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"374":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"251":{"tf":1.4142135623730951},"252":{"tf":2.23606797749979},"253":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"374":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"385":{"tf":1.0},"447":{"tf":1.0},"510":{"tf":1.0},"55":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"639":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"386":{"tf":1.0},"748":{"tf":1.0}},"i":{"c":{"a":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":2,"docs":{"469":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"309":{"tf":1.0},"527":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"699":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"467":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"467":{"tf":1.0},"635":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"286":{"tf":1.0},"317":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"391":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":2.449489742783178},"470":{"tf":1.0},"532":{"tf":1.7320508075688772},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"560":{"tf":1.0},"623":{"tf":1.0},"639":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"487":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":28,"docs":{"172":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"359":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"575":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"681":{"tf":1.0},"712":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}}}},"c":{"df":2,"docs":{"162":{"tf":2.0},"748":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":69,"docs":{"105":{"tf":1.4142135623730951},"111":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.23606797749979},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"351":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":2.0},"534":{"tf":1.0},"535":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"541":{"tf":1.0},"595":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":3.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":1.0},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"643":{"tf":2.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":2.23606797749979},"664":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":1,"docs":{"572":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"466":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"138":{"tf":1.0},"16":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"499":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"362":{"tf":1.0},"371":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"362":{"tf":1.0},"547":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"145":{"tf":1.0},"225":{"tf":1.0},"338":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"606":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"525":{"tf":1.4142135623730951},"593":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"655":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"221":{"tf":1.0},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.0}}}}}}}}},"o":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"613":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"32":{"tf":1.4142135623730951},"390":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"748":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"368":{"tf":1.0},"373":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":6,"docs":{"249":{"tf":1.0},"276":{"tf":1.0},"462":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"562":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"476":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"a":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"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":2,"docs":{"55":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":28,"docs":{"114":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0},"405":{"tf":1.0},"430":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":2.0},"561":{"tf":1.0},"564":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"705":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"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":{}}}}}}}}}},"df":1,"docs":{"18":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"239":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"124":{"tf":1.0},"129":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"147":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"647":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":3.0},"726":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"494":{"tf":1.0},"649":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"a":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":10,"docs":{"188":{"tf":1.0},"233":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"281":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"476":{"tf":1.0},"671":{"tf":1.0}}}}}}}}},"i":{"a":{"df":1,"docs":{"114":{"tf":1.0}},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"340":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.4142135623730951},"727":{"tf":1.0},"739":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":132,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"368":{"tf":2.449489742783178},"371":{"tf":1.4142135623730951},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"436":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"668":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.7320508075688772},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"373":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":20,"docs":{"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"263":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":1.0},"534":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}},"n":{"df":6,"docs":{"147":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"335":{"tf":1.0},"342":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.4142135623730951},"717":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"351":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"29":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0},"748":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"331":{"tf":1.0},"371":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"382":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"664":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"469":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.0},"747":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"245":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"331":{"tf":1.4142135623730951},"349":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.0},"457":{"tf":1.0},"469":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"557":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"371":{"tf":1.0},"662":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"727":{"tf":1.0},"734":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"333":{"tf":1.4142135623730951},"360":{"tf":1.0},"508":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"446":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"408":{"tf":3.0},"409":{"tf":2.8284271247461903},"410":{"tf":2.6457513110645907}},"i":{"'":{"df":2,"docs":{"530":{"tf":1.0},"613":{"tf":1.0}}},"df":21,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"250":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.4142135623730951},"33":{"tf":1.0},"330":{"tf":2.0},"345":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":2.449489742783178},"396":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":2.0},"610":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"p":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":34,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"227":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.0},"621":{"tf":1.4142135623730951},"647":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":1.0},"369":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}},"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"d":{"df":1,"docs":{"532":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"747":{"tf":1.7320508075688772},"98":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"14":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"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":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":71,"docs":{"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"18":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"288":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":2.0},"368":{"tf":1.0},"382":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.0},"484":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"69":{"tf":2.0},"748":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}},"df":18,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"20":{"tf":1.4142135623730951},"231":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"252":{"tf":1.0},"258":{"tf":1.4142135623730951},"385":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.4142135623730951},"487":{"tf":1.0},"508":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"724":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"147":{"tf":1.0},"362":{"tf":1.0},"470":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":17,"docs":{"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"427":{"tf":2.449489742783178},"428":{"tf":1.4142135623730951},"429":{"tf":1.7320508075688772},"49":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"391":{"tf":1.0},"436":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"373":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"3":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"427":{"tf":2.23606797749979},"428":{"tf":2.6457513110645907},"49":{"tf":1.4142135623730951},"613":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.449489742783178},"430":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.0},"608":{"tf":1.0}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"162":{"tf":1.0},"427":{"tf":1.4142135623730951},"608":{"tf":1.0},"619":{"tf":1.0}},"v":{"3":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"4":{"b":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"l":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"6":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"7":{"df":0,"docs":{},"l":{"df":2,"docs":{"429":{"tf":1.0},"430":{"tf":1.0}}}},"8":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":31,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"338":{"tf":1.7320508075688772},"404":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":1.4142135623730951},"416":{"tf":1.0},"464":{"tf":1.7320508075688772},"468":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":2.449489742783178},"474":{"tf":3.0},"475":{"tf":1.7320508075688772},"507":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.0},"682":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.7320508075688772},"710":{"tf":1.0}}}},"y":{"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"533":{"tf":1.4142135623730951},"596":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},"df":2,"docs":{"249":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"302":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"496":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"232":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"359":{"tf":1.0}},"i":{"[":{"1":{"2":{"8":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"360":{"tf":1.0},"436":{"tf":1.0},"544":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}},"o":{"df":6,"docs":{"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}}},"k":{"df":34,"docs":{"151":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.4142135623730951},"378":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"547":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"599":{"tf":1.0},"631":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"715":{"tf":1.0},"727":{"tf":1.0},"748":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":18,"docs":{"177":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.0},"313":{"tf":1.4142135623730951},"356":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.7320508075688772},"452":{"tf":1.0},"507":{"tf":1.4142135623730951},"517":{"tf":1.0},"548":{"tf":1.0},"575":{"tf":1.0},"645":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"549":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"368":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"480":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"568":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"342":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"606":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"621":{"tf":1.0},"659":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"540":{"tf":1.0},"557":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"427":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"142":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"343":{"tf":1.0},"386":{"tf":2.0},"427":{"tf":1.0},"447":{"tf":1.0},"480":{"tf":1.7320508075688772},"543":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"701":{"tf":1.0},"709":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"252":{"tf":2.8284271247461903},"253":{"tf":2.449489742783178},"257":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":156,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"14":{"tf":2.449489742783178},"156":{"tf":1.0},"16":{"tf":2.8284271247461903},"162":{"tf":2.23606797749979},"171":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":3.1622776601683795},"251":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":2.6457513110645907},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.0},"261":{"tf":1.4142135623730951},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"29":{"tf":1.0},"302":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.4142135623730951},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":1.0},"336":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":2.8284271247461903},"397":{"tf":2.6457513110645907},"4":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"430":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"45":{"tf":1.0},"452":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"466":{"tf":2.6457513110645907},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.4142135623730951},"471":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":2.23606797749979},"529":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":1.0},"591":{"tf":2.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":1.4142135623730951},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"69":{"tf":1.0},"693":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.23606797749979},"74":{"tf":1.0},"748":{"tf":2.8284271247461903},"77":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"105":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"476":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":8,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.0},"621":{"tf":1.0},"639":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"407":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.0},"410":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":11,"docs":{"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.7320508075688772},"117":{"tf":1.0},"45":{"tf":1.0},"533":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":20,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":2.0},"112":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"533":{"tf":1.0}}},"i":{"df":1,"docs":{"533":{"tf":1.0}}},"m":{"df":1,"docs":{"533":{"tf":1.0}}},"o":{"df":2,"docs":{"29":{"tf":1.0},"649":{"tf":1.0}}},"x":{"df":1,"docs":{"533":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":8,"docs":{"236":{"tf":1.0},"249":{"tf":4.358898943540674},"250":{"tf":1.4142135623730951},"252":{"tf":4.58257569495584},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"575":{"tf":1.0},"692":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"108":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"469":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"532":{"tf":1.0},"582":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"736":{"tf":1.4142135623730951},"76":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}},"df":45,"docs":{"14":{"tf":1.0},"157":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.0},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"289":{"tf":1.0},"315":{"tf":1.4142135623730951},"32":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"367":{"tf":2.0},"368":{"tf":2.23606797749979},"369":{"tf":1.0},"371":{"tf":2.8284271247461903},"372":{"tf":2.23606797749979},"373":{"tf":2.449489742783178},"374":{"tf":3.3166247903554},"375":{"tf":1.0},"378":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.7320508075688772},"487":{"tf":1.0},"490":{"tf":1.4142135623730951},"501":{"tf":1.0},"522":{"tf":1.0},"55":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":2.23606797749979},"668":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"736":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"2":{"df":3,"docs":{"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"621":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}}}},"3":{"df":21,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.0},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"747":{"tf":1.0},"98":{"tf":1.4142135623730951}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"613":{"tf":1.0},"617":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"465":{"tf":1.0},"466":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}}}},"df":40,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"267":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"469":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"543":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"72":{"tf":1.0},"724":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"639":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"225":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"687":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"284":{"tf":1.0},"333":{"tf":1.0}}},"y":{"df":3,"docs":{"130":{"tf":1.0},"727":{"tf":1.0},"737":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"145":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"250":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"469":{"tf":1.0},"532":{"tf":1.0},"585":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"268":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"l":{"a":{"b":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"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":1,"docs":{"700":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"1":{"0":{"_":{"6":{".":{"df":0,"docs":{},"x":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"534":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"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":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":43,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"242":{"tf":1.0},"264":{"tf":1.0},"312":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.0},"429":{"tf":1.0},"45":{"tf":1.0},"454":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"715":{"tf":2.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"729":{"tf":1.0},"748":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"i":{"c":{"df":23,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.7320508075688772},"348":{"tf":1.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"454":{"tf":1.0},"484":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":2,"docs":{"12":{"tf":1.0},"16":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"469":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"147":{"tf":1.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"671":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"372":{"tf":1.0},"476":{"tf":1.0},"621":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":27,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"354":{"tf":2.449489742783178},"359":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"462":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"510":{"tf":1.4142135623730951},"527":{"tf":1.0},"557":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"707":{"tf":1.4142135623730951},"726":{"tf":1.0},"741":{"tf":1.0},"86":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"338":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"736":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"360":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"269":{"tf":1.0},"392":{"tf":1.0},"395":{"tf":1.0},"536":{"tf":1.0},"606":{"tf":1.0},"635":{"tf":1.0},"743":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"330":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"346":{"tf":1.0},"465":{"tf":1.0}}}},"w":{"df":10,"docs":{"1":{"tf":1.0},"361":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.0},"508":{"tf":1.4142135623730951},"517":{"tf":1.0},"522":{"tf":1.0},"662":{"tf":1.0},"74":{"tf":1.0}}}}},"n":{"d":{"df":2,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"3":{"tf":1.4142135623730951},"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"359":{"tf":1.0},"397":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"17":{"tf":1.0},"252":{"tf":1.0},"307":{"tf":1.0},"359":{"tf":1.0},"501":{"tf":1.0},"513":{"tf":1.0},"557":{"tf":1.0},"589":{"tf":1.0},"610":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"635":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":51,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"527":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"589":{"tf":1.0},"601":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"72":{"tf":1.0},"748":{"tf":1.0}}}}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":2.0},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"r":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"522":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":28,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"352":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"472":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"726":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}},"d":{"df":3,"docs":{"240":{"tf":1.0},"244":{"tf":1.4142135623730951},"608":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}}}}}},"df":23,"docs":{"130":{"tf":1.0},"188":{"tf":1.4142135623730951},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":3.0},"254":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"370":{"tf":1.0},"427":{"tf":2.449489742783178},"429":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"447":{"tf":4.358898943540674},"478":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"14":{"tf":1.0},"389":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":19,"docs":{"14":{"tf":2.0},"235":{"tf":1.7320508075688772},"249":{"tf":6.164414002968976},"250":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"338":{"tf":2.23606797749979},"374":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":2.8284271247461903},"486":{"tf":3.605551275463989},"487":{"tf":1.4142135623730951},"500":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":2.0},"673":{"tf":1.0},"687":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"633":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":2.0}}},"l":{"df":5,"docs":{"239":{"tf":1.0},"250":{"tf":2.0},"499":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"359":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"454":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":1.0},"700":{"tf":1.0},"731":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"391":{"tf":1.0},"88":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":10,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"504":{"tf":1.0},"631":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":9,"docs":{"161":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"285":{"tf":1.4142135623730951},"610":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":15,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"343":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951},"547":{"tf":2.0},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"608":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"691":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}},"s":{"df":4,"docs":{"159":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"286":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"72":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"s":{"d":{"df":3,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":52,"docs":{"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"313":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"320":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"389":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.4142135623730951},"445":{"tf":2.0},"452":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":2.23606797749979},"466":{"tf":2.449489742783178},"467":{"tf":2.0},"468":{"tf":2.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"491":{"tf":1.0},"508":{"tf":2.449489742783178},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"560":{"tf":1.4142135623730951},"571":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":2.23606797749979},"710":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"235":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"338":{"tf":2.6457513110645907},"405":{"tf":1.0},"478":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"606":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903},"674":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}}},"g":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":67,"docs":{"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"178":{"tf":3.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":2.0},"208":{"tf":2.449489742783178},"209":{"tf":1.7320508075688772},"210":{"tf":1.7320508075688772},"213":{"tf":2.449489742783178},"214":{"tf":1.7320508075688772},"217":{"tf":2.449489742783178},"218":{"tf":2.23606797749979},"220":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.7320508075688772},"223":{"tf":1.0},"224":{"tf":2.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":2.0},"281":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"641":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":2.23606797749979},"721":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"174":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"365":{"tf":1.0},"44":{"tf":1.0},"589":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":25,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"267":{"tf":1.0},"318":{"tf":1.0},"354":{"tf":1.4142135623730951},"364":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"532":{"tf":1.0},"562":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"416":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}}},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"491":{"tf":1.7320508075688772},"508":{"tf":3.4641016151377544},"511":{"tf":2.449489742783178},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"466":{"tf":1.7320508075688772},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"467":{"tf":1.4142135623730951},"591":{"tf":1.0}}}}}},"s":{"df":19,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"338":{"tf":1.7320508075688772},"381":{"tf":1.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":2.6457513110645907},"466":{"tf":2.0},"467":{"tf":2.23606797749979},"468":{"tf":2.23606797749979},"473":{"tf":1.0},"549":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.7320508075688772},"706":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"337":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"412":{"tf":1.0},"502":{"tf":1.0},"513":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"78":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"255":{"tf":1.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.0},"368":{"tf":2.8284271247461903},"55":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.6457513110645907}}}}},"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"436":{"tf":3.0}}}}}},"c":{"+":{"+":{"1":{"1":{"df":5,"docs":{"532":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}},"4":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"610":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"3":{".":{"7":{".":{"6":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"7":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"355":{"tf":1.0},"713":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"\\":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"3":{".":{"7":{".":{"7":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"583":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"382":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"374":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"335":{"tf":1.0},"373":{"tf":1.0},"391":{"tf":1.0},"463":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"488":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.4142135623730951},"559":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":109,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"294":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":2.0},"338":{"tf":3.3166247903554},"339":{"tf":1.0},"340":{"tf":2.449489742783178},"342":{"tf":1.4142135623730951},"343":{"tf":1.0},"354":{"tf":3.0},"357":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":3.1622776601683795},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":2.0},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772},"407":{"tf":1.0},"411":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":2.8284271247461903},"463":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"475":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"536":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"559":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.0},"608":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.7320508075688772},"670":{"tf":2.23606797749979},"671":{"tf":2.0},"672":{"tf":2.23606797749979},"674":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"683":{"tf":2.0},"685":{"tf":2.449489742783178},"686":{"tf":1.0},"687":{"tf":2.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0},"727":{"tf":2.0},"736":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"744":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"447":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.0},"532":{"tf":1.4142135623730951},"670":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.0}}}}},"d":{"df":1,"docs":{"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"233":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"511":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"687":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":65,"docs":{"11":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"2":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":2.23606797749979},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.4142135623730951},"397":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"434":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":1.7320508075688772},"508":{"tf":1.7320508075688772},"511":{"tf":3.872983346207417},"525":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"585":{"tf":1.0},"613":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":2.0},"706":{"tf":1.4142135623730951},"72":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.0}}},"t":{"df":3,"docs":{"362":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"127":{"tf":1.0},"139":{"tf":2.0},"162":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":2.449489742783178},"358":{"tf":1.0},"366":{"tf":1.7320508075688772},"386":{"tf":1.7320508075688772},"608":{"tf":1.0},"62":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"339":{"tf":1.0},"351":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"481":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":14,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"58":{"tf":1.0},"631":{"tf":1.4142135623730951},"668":{"tf":1.0}}},"d":{"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"280":{"tf":1.0}}},"df":31,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":2.23606797749979},"168":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"532":{"tf":1.4142135623730951},"606":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.23606797749979},"615":{"tf":2.449489742783178},"621":{"tf":2.0},"625":{"tf":2.0},"641":{"tf":1.0},"691":{"tf":1.4142135623730951},"747":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"513":{"tf":2.0},"514":{"tf":4.123105625617661}},"s":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"23":{"tf":1.0},"259":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"f":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}}}}},"df":24,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.0},"257":{"tf":1.0},"260":{"tf":1.0},"337":{"tf":1.0},"386":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.4641016151377544},"470":{"tf":1.4142135623730951},"474":{"tf":2.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"n":{"c":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":169,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.0},"253":{"tf":2.23606797749979},"254":{"tf":2.0},"269":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":2.449489742783178},"339":{"tf":1.4142135623730951},"342":{"tf":2.0},"351":{"tf":1.0},"359":{"tf":2.449489742783178},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"371":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":2.0},"376":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":2.23606797749979},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.4142135623730951},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"464":{"tf":1.0},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":2.23606797749979},"490":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"527":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.0},"608":{"tf":1.7320508075688772},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.449489742783178},"618":{"tf":1.0},"619":{"tf":2.0},"620":{"tf":1.0},"621":{"tf":1.4142135623730951},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.4142135623730951},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":1.7320508075688772},"642":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.4142135623730951},"646":{"tf":1.0},"647":{"tf":2.0},"648":{"tf":1.0},"649":{"tf":2.23606797749979},"65":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.4142135623730951},"658":{"tf":1.0},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"660":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"668":{"tf":1.7320508075688772},"669":{"tf":2.449489742783178},"670":{"tf":2.0},"671":{"tf":1.7320508075688772},"672":{"tf":2.23606797749979},"673":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"719":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"741":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"/":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"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":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"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":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":47,"docs":{"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":2.449489742783178},"249":{"tf":3.4641016151377544},"258":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.4142135623730951},"286":{"tf":1.0},"312":{"tf":1.4142135623730951},"338":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"447":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":1.0},"491":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":4.0},"510":{"tf":1.0},"511":{"tf":3.1622776601683795},"545":{"tf":1.0},"546":{"tf":2.23606797749979},"547":{"tf":3.0},"569":{"tf":1.7320508075688772},"572":{"tf":1.4142135623730951},"575":{"tf":2.0},"645":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}}}}},"r":{"*":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"264":{"tf":1.0},"359":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"544":{"tf":1.0},"691":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":109,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"436":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"478":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.7320508075688772},"517":{"tf":2.0},"53":{"tf":1.7320508075688772},"532":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"61":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"666":{"tf":1.0},"67":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"645":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"169":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"671":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":26,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"510":{"tf":1.0},"566":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"73":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"230":{"tf":1.0},"359":{"tf":1.0}},"n":{"df":2,"docs":{"385":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"436":{"tf":2.449489742783178}}}}}},"i":{".":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"349":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}}},"df":2,"docs":{"162":{"tf":1.0},"361":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":2,"docs":{"28":{"tf":1.0},"397":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":87,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"156":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"337":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":2.23606797749979},"363":{"tf":3.1622776601683795},"364":{"tf":2.23606797749979},"366":{"tf":2.449489742783178},"37":{"tf":2.0},"390":{"tf":1.0},"436":{"tf":1.0},"454":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"58":{"tf":1.0},"583":{"tf":1.4142135623730951},"59":{"tf":1.0},"596":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":2.0},"693":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"99":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.0},"59":{"tf":1.0},"613":{"tf":1.0}}},"d":{",":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"=":{"\"":{"3":{"4":{"1":{"df":0,"docs":{},"f":{"c":{"5":{"8":{"9":{"8":{"a":{"a":{"a":{"4":{"6":{"a":{"7":{"a":{"5":{"0":{"6":{"b":{"c":{"0":{"7":{"9":{"9":{"df":0,"docs":{},"e":{"8":{"8":{"2":{"a":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"333":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":1.7320508075688772},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"597":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"405":{"tf":1.0},"465":{"tf":1.0},"631":{"tf":1.0},"655":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"235":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"32":{"tf":1.0},"478":{"tf":1.4142135623730951},"627":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"230":{"tf":1.0},"243":{"tf":1.0},"373":{"tf":1.4142135623730951},"428":{"tf":1.0},"524":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"155":{"tf":1.0},"158":{"tf":1.4142135623730951},"166":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"244":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.0},"450":{"tf":1.0},"625":{"tf":1.0},"86":{"tf":1.0}},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"623":{"tf":1.0},"83":{"tf":1.0}}}}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":58,"docs":{"114":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":2.449489742783178},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.23606797749979},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":2.8284271247461903},"225":{"tf":1.0},"242":{"tf":1.7320508075688772},"274":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"637":{"tf":2.0},"641":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"711":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.6457513110645907},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":2.0}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"192":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"~":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"o":{"a":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"358":{"tf":1.0}}},"df":64,"docs":{"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"168":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.4142135623730951},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"253":{"tf":2.0},"271":{"tf":1.0},"281":{"tf":2.0},"32":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"41":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"436":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.0},"536":{"tf":1.0},"560":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"287":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"465":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"363":{"tf":2.449489742783178},"546":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"645":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":2,"docs":{"517":{"tf":1.4142135623730951},"623":{"tf":1.0}}}}}},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.4142135623730951},"351":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"472":{"tf":1.0},"705":{"tf":1.0}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":2.449489742783178},"703":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":14,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.0},"490":{"tf":1.0},"530":{"tf":1.0},"668":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":25,"docs":{"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"244":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"463":{"tf":1.0},"541":{"tf":1.0},"623":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":11,"docs":{"114":{"tf":1.4142135623730951},"360":{"tf":1.0},"434":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.4142135623730951},"454":{"tf":1.0},"621":{"tf":1.0},"662":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":23,"docs":{"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"316":{"tf":1.0},"330":{"tf":2.0},"339":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"36":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"557":{"tf":1.0},"643":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":1.7320508075688772},"665":{"tf":1.0},"694":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":11,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"18":{"tf":1.0},"276":{"tf":1.4142135623730951},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"747":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"y":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"444":{"tf":1.0},"447":{"tf":1.7320508075688772},"625":{"tf":1.0},"729":{"tf":1.0}}},"t":{"df":41,"docs":{"123":{"tf":1.4142135623730951},"127":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"129":{"tf":1.7320508075688772},"13":{"tf":1.0},"130":{"tf":2.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"141":{"tf":1.4142135623730951},"19":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.4142135623730951},"269":{"tf":1.4142135623730951},"327":{"tf":1.0},"345":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"360":{"tf":1.0},"364":{"tf":1.4142135623730951},"366":{"tf":1.0},"395":{"tf":1.0},"428":{"tf":1.0},"452":{"tf":1.0},"507":{"tf":1.0},"55":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.4142135623730951},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"599":{"tf":1.0},"643":{"tf":1.0},"681":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":32,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"360":{"tf":1.0},"49":{"tf":1.0},"613":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":1.4142135623730951},"711":{"tf":1.0},"88":{"tf":3.4641016151377544}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"356":{"tf":1.0},"631":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"x":{"df":12,"docs":{"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"294":{"tf":1.0},"364":{"tf":1.0},"399":{"tf":1.0},"53":{"tf":1.0},"608":{"tf":1.0}}}}},"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":72,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0},"264":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":2.23606797749979},"332":{"tf":1.0},"333":{"tf":2.6457513110645907},"334":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"344":{"tf":2.23606797749979},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"355":{"tf":2.449489742783178},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"454":{"tf":1.7320508075688772},"456":{"tf":1.0},"457":{"tf":2.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.7320508075688772},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"55":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"681":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":2.0},"70":{"tf":1.0},"703":{"tf":1.7320508075688772},"714":{"tf":1.4142135623730951},"731":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":10,"docs":{"475":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.7320508075688772},"560":{"tf":1.0},"575":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"600":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":3,"docs":{"18":{"tf":1.0},"339":{"tf":1.0},"513":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"140":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"450":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.4142135623730951},"705":{"tf":1.0},"747":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"336":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"349":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"259":{"tf":1.0},"692":{"tf":1.0},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"541":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"155":{"tf":1.0},"162":{"tf":2.0},"748":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0}},"r":{"df":1,"docs":{"249":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":23,"docs":{"177":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.7320508075688772},"276":{"tf":1.0},"29":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.0},"390":{"tf":1.0},"397":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.23606797749979},"475":{"tf":1.0},"481":{"tf":1.0},"532":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0},"88":{"tf":3.4641016151377544}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"475":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"225":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"137":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"249":{"tf":1.0},"329":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":2.449489742783178},"392":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"405":{"tf":1.4142135623730951},"406":{"tf":1.0},"457":{"tf":1.4142135623730951},"496":{"tf":1.0},"541":{"tf":1.0},"745":{"tf":1.0},"748":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"359":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"i":{"d":{"df":3,"docs":{"371":{"tf":1.0},"469":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"381":{"tf":1.0},"396":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"617":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.4142135623730951},"637":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":11,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"281":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"471":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.4142135623730951},"525":{"tf":1.0},"643":{"tf":1.7320508075688772},"691":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"653":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"639":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"111":{"tf":1.0},"149":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"276":{"tf":1.0},"318":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.4142135623730951},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.8284271247461903},"428":{"tf":1.0},"429":{"tf":1.7320508075688772},"438":{"tf":1.0},"454":{"tf":1.0},"467":{"tf":1.4142135623730951},"487":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"591":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"655":{"tf":1.0},"666":{"tf":1.0},"687":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"327":{"tf":1.0},"364":{"tf":1.0},"391":{"tf":1.0},"430":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"615":{"tf":1.0},"643":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"364":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"366":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":62,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.4142135623730951},"27":{"tf":1.0},"286":{"tf":1.7320508075688772},"308":{"tf":1.7320508075688772},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"448":{"tf":1.0},"450":{"tf":2.449489742783178},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"476":{"tf":2.449489742783178},"484":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.449489742783178},"524":{"tf":2.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"557":{"tf":1.0},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"621":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"697":{"tf":1.0},"76":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":13,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.7320508075688772},"397":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"643":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":107,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":2.6457513110645907},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":2.449489742783178},"321":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":2.6457513110645907},"333":{"tf":2.449489742783178},"334":{"tf":1.0},"335":{"tf":2.0},"337":{"tf":1.7320508075688772},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.8284271247461903},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"366":{"tf":1.0},"368":{"tf":2.23606797749979},"369":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":3.3166247903554},"398":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"446":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"452":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"481":{"tf":1.0},"485":{"tf":1.0},"490":{"tf":2.6457513110645907},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":2.8284271247461903},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"541":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.6457513110645907},"699":{"tf":2.23606797749979},"70":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"742":{"tf":1.0},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"333":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"490":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"389":{"tf":1.0}}},"t":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":12,"docs":{"178":{"tf":1.0},"191":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.0},"359":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.0},"372":{"tf":1.0},"456":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":11,"docs":{"191":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"651":{"tf":1.0},"70":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.0}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"_":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"371":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"621":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"713":{"tf":1.0},"88":{"tf":2.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"120":{"tf":1.7320508075688772},"128":{"tf":1.0},"149":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"746":{"tf":1.0},"747":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"114":{"tf":1.0},"225":{"tf":1.0},"709":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"643":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"111":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.4142135623730951},"462":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"253":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"373":{"tf":1.7320508075688772},"391":{"tf":1.0},"478":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"258":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"478":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":10,"docs":{"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.7320508075688772},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"436":{"tf":1.0},"532":{"tf":1.0},"619":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"343":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"331":{"tf":1.0}}}},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"275":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"p":{"df":3,"docs":{"108":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"u":{"df":8,"docs":{"162":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"59":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"610":{"tf":1.4142135623730951},"613":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":115,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.7320508075688772},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":2.6457513110645907},"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"278":{"tf":1.0},"281":{"tf":1.0},"308":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":2.6457513110645907},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.4142135623730951},"395":{"tf":1.0},"4":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"466":{"tf":2.0},"476":{"tf":1.4142135623730951},"485":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"538":{"tf":2.0},"540":{"tf":1.4142135623730951},"58":{"tf":1.0},"585":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.7320508075688772},"619":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"736":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.449489742783178},"98":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"333":{"tf":1.4142135623730951},"361":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"162":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"225":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"342":{"tf":1.4142135623730951},"352":{"tf":1.0},"462":{"tf":1.0},"510":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"426":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"172":{"tf":1.0},"18":{"tf":1.0},"346":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"s":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"613":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"490":{"tf":1.0},"491":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":29,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"382":{"tf":1.7320508075688772},"390":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"561":{"tf":1.0},"566":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"686":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"704":{"tf":1.7320508075688772},"705":{"tf":1.0},"729":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":42,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"328":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"378":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"510":{"tf":1.4142135623730951},"517":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"554":{"tf":1.0},"585":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"686":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"301":{"tf":1.0},"493":{"tf":1.0}}}}},"v":{"df":4,"docs":{"374":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":3.605551275463989},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"225":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":1.7320508075688772},"427":{"tf":1.4142135623730951},"507":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"608":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":2.449489742783178}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"623":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"235":{"tf":1.0}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"tf":1.0}}}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"641":{"tf":1.0}}},"2":{"df":1,"docs":{"641":{"tf":1.0}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.4142135623730951}}},"df":1,"docs":{"520":{"tf":2.0}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.0},"250":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":65,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"22":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":2.449489742783178},"248":{"tf":1.7320508075688772},"249":{"tf":3.0},"250":{"tf":2.6457513110645907},"252":{"tf":2.8284271247461903},"253":{"tf":3.1622776601683795},"254":{"tf":2.8284271247461903},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"293":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.4142135623730951},"372":{"tf":2.0},"373":{"tf":1.0},"374":{"tf":2.0},"375":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"394":{"tf":2.0},"395":{"tf":2.6457513110645907},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.4142135623730951},"436":{"tf":2.0},"445":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"465":{"tf":1.7320508075688772},"467":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":2.0},"601":{"tf":2.0},"602":{"tf":1.7320508075688772},"606":{"tf":2.23606797749979},"617":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":2.0},"668":{"tf":1.4142135623730951},"671":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":4.0},"250":{"tf":1.0},"606":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"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":1,"docs":{"250":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"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":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{">":{"2":{"0":{"1":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"428":{"tf":1.0},"51":{"tf":1.0},"604":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":13,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"683":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"346":{"tf":1.0}}}},"b":{"df":1,"docs":{"234":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":3,"docs":{"250":{"tf":1.7320508075688772},"510":{"tf":1.0},"511":{"tf":2.449489742783178}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":11,"docs":{"21":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.7320508075688772},"356":{"tf":1.0},"397":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"559":{"tf":1.0},"639":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"359":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"a":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"372":{"tf":1.0}}}}},"d":{"df":6,"docs":{"122":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"466":{"tf":1.0},"551":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"244":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"397":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"714":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"1":{"tf":1.0},"233":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"732":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"f":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"2":{"df":5,"docs":{"596":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":31,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":3.7416573867739413},"234":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"470":{"tf":1.0},"474":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"580":{"tf":1.0},"6":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"659":{"tf":1.0},"671":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":69,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"472":{"tf":1.0},"486":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"546":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.0},"711":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":24,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"242":{"tf":1.0},"295":{"tf":1.0},"32":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"383":{"tf":1.0},"418":{"tf":1.0},"436":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":16,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"281":{"tf":1.0},"331":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"469":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":2.0},"643":{"tf":1.0},"67":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"252":{"tf":1.0},"536":{"tf":1.4142135623730951},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"v":{"df":4,"docs":{"398":{"tf":1.0},"595":{"tf":1.0},"671":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"370":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"124":{"tf":1.0},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"253":{"tf":1.4142135623730951},"331":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"541":{"tf":1.0},"683":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":5,"docs":{"17":{"tf":1.0},"427":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"332":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"540":{"tf":1.0},"689":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"125":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"254":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"465":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"276":{"tf":1.4142135623730951},"289":{"tf":1.0},"367":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.0},"615":{"tf":1.0},"702":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":18,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.4142135623730951},"371":{"tf":1.0},"59":{"tf":1.4142135623730951},"687":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0}}}},"r":{"df":2,"docs":{"465":{"tf":1.0},"589":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"427":{"tf":1.7320508075688772},"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"332":{"tf":1.0},"617":{"tf":1.0},"651":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"445":{"tf":1.4142135623730951},"508":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"88":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"v":{"df":1,"docs":{"171":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":53,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"151":{"tf":1.0},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.449489742783178},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.0},"220":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"354":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"4":{"tf":2.0},"428":{"tf":1.0},"434":{"tf":1.0},"446":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"715":{"tf":1.0},"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":3,"docs":{"496":{"tf":2.0},"530":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":2,"docs":{"307":{"tf":1.0},"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":12,"docs":{"286":{"tf":1.0},"294":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"468":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"230":{"tf":1.0},"384":{"tf":1.0},"84":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":48,"docs":{"127":{"tf":1.0},"16":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"295":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"352":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"395":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"432":{"tf":1.0},"446":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.7320508075688772},"472":{"tf":1.0},"497":{"tf":1.0},"502":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"653":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0},"707":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"238":{"tf":1.0},"686":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}},"i":{"df":1,"docs":{"373":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":2.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"2":{"d":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.4142135623730951},"397":{"tf":1.0},"686":{"tf":2.0},"696":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":23,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"344":{"tf":1.0},"348":{"tf":1.0},"354":{"tf":2.0},"362":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.7320508075688772},"457":{"tf":1.0},"490":{"tf":1.4142135623730951},"513":{"tf":1.0},"557":{"tf":1.4142135623730951},"613":{"tf":1.0},"664":{"tf":1.0},"668":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.0},"713":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"149":{"tf":1.0},"230":{"tf":1.4142135623730951},"276":{"tf":2.0},"562":{"tf":1.0},"88":{"tf":1.0}}}}},"x":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":8,"docs":{"17":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":2.0},"655":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"469":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"405":{"tf":1.0},"671":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":2.23606797749979},"655":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"370":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"641":{"tf":1.0},"705":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"254":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"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":{},"l":{"a":{"df":0,"docs":{},"y":{"df":23,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"325":{"tf":1.0},"368":{"tf":1.7320508075688772},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"44":{"tf":1.0},"452":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":2.0},"584":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"717":{"tf":1.7320508075688772},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"j":{"df":1,"docs":{"18":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"14":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":2.6457513110645907},"428":{"tf":1.0},"641":{"tf":1.0},"748":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"354":{"tf":1.0},"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"606":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":90,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"208":{"tf":1.0},"221":{"tf":1.0},"230":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.7320508075688772},"345":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"430":{"tf":1.0},"440":{"tf":1.4142135623730951},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"520":{"tf":2.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.4142135623730951}},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.0}}},"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"32":{"tf":1.0},"373":{"tf":1.0},"524":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"432":{"tf":1.0},"671":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"747":{"tf":1.4142135623730951}}},"y":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"136":{"tf":2.23606797749979},"139":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"606":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.7320508075688772},"740":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":25,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.7320508075688772},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"362":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"468":{"tf":1.0},"534":{"tf":1.4142135623730951},"669":{"tf":1.0},"724":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":2.449489742783178}}}},"p":{"df":1,"docs":{"686":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"18":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"254":{"tf":1.7320508075688772},"368":{"tf":1.0},"370":{"tf":1.0},"486":{"tf":2.6457513110645907},"508":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}},"e":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"370":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"373":{"tf":1.0},"502":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":28,"docs":{"114":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"170":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"229":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"'":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":8,"docs":{"117":{"tf":1.0},"373":{"tf":1.0},"413":{"tf":1.4142135623730951},"45":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"w":{"df":3,"docs":{"582":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"387":{"tf":2.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"=":{"0":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"1":{"0":{".":{"1":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"0":{"df":1,"docs":{"713":{"tf":1.0}}},"1":{"df":2,"docs":{"176":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"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":11,"docs":{"155":{"tf":1.0},"162":{"tf":3.7416573867739413},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"335":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.0},"372":{"tf":1.0},"374":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"t":{"d":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0}}}},"b":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"608":{"tf":1.0},"651":{"tf":1.0},"667":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"111":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"305":{"tf":1.0},"320":{"tf":1.0},"343":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"507":{"tf":1.0},"571":{"tf":1.0},"585":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.4142135623730951},"685":{"tf":1.0},"697":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"369":{"tf":1.0},"446":{"tf":1.0}}}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":25,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"286":{"tf":1.0},"314":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"645":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":23,"docs":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"412":{"tf":1.0},"585":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":3.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":53,"docs":{"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"250":{"tf":1.0},"258":{"tf":1.4142135623730951},"28":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":2.23606797749979},"386":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"416":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.4142135623730951},"466":{"tf":1.0},"468":{"tf":1.0},"471":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"546":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"65":{"tf":1.0},"715":{"tf":1.0},"724":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"395":{"tf":1.0},"589":{"tf":1.0},"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":12,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"530":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"613":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"249":{"tf":1.0},"359":{"tf":1.0},"511":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"40":{"tf":1.0},"465":{"tf":1.0},"81":{"tf":1.0}}}}}}},"c":{"df":2,"docs":{"408":{"tf":2.0},"409":{"tf":2.23606797749979}},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"3":{"2":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":20,"docs":{"250":{"tf":1.4142135623730951},"333":{"tf":2.449489742783178},"344":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"475":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"587":{"tf":1.0},"600":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"407":{"tf":1.0},"409":{"tf":1.0}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"491":{"tf":1.4142135623730951},"555":{"tf":1.4142135623730951},"627":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":69,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"117":{"tf":1.0},"177":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"28":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.4142135623730951},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"321":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":2.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.4142135623730951},"401":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.4142135623730951},"452":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"527":{"tf":2.0},"541":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":51,"docs":{"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"177":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.0},"244":{"tf":2.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"368":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"450":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"510":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.0},"70":{"tf":1.0},"732":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.4142135623730951},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":11,"docs":{"156":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"df":7,"docs":{"145":{"tf":1.0},"366":{"tf":1.0},"508":{"tf":2.23606797749979},"511":{"tf":1.4142135623730951},"615":{"tf":1.0},"691":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"113":{"tf":1.0},"281":{"tf":1.0}}}}}}}}},"df":35,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"354":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"456":{"tf":1.0},"533":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"706":{"tf":1.0},"731":{"tf":1.0},"748":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"395":{"tf":1.0},"606":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"45":{"tf":1.0},"585":{"tf":1.0},"637":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"45":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"389":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"385":{"tf":1.0},"486":{"tf":1.0},"532":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"395":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":20,"docs":{"221":{"tf":1.0},"225":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"488":{"tf":1.0},"560":{"tf":1.0},"580":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"706":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"364":{"tf":1.0},"436":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.7320508075688772},"508":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"562":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"147":{"tf":1.0},"669":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"286":{"tf":1.0},"309":{"tf":1.0},"452":{"tf":1.0},"526":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.0},"249":{"tf":1.0},"343":{"tf":1.0},"395":{"tf":1.0},"666":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"692":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"374":{"tf":1.0},"671":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"26":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951},"621":{"tf":1.0},"711":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"234":{"tf":1.0},"472":{"tf":1.0},"655":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"436":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"q":{"df":2,"docs":{"380":{"tf":1.0},"59":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"359":{"tf":1.0},"690":{"tf":1.4142135623730951},"693":{"tf":1.0},"697":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"32":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.0},"78":{"tf":1.4142135623730951}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"500":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":2,"docs":{"373":{"tf":1.0},"695":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"12":{"tf":1.0},"343":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":13,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"233":{"tf":1.0},"335":{"tf":1.0},"358":{"tf":1.0},"369":{"tf":1.4142135623730951},"45":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}}},"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"360":{"tf":1.0},"374":{"tf":1.0},"465":{"tf":1.0},"522":{"tf":1.0},"717":{"tf":1.0},"89":{"tf":1.0}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"238":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":45,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.0},"231":{"tf":1.0},"238":{"tf":4.0},"239":{"tf":1.7320508075688772},"257":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"320":{"tf":1.7320508075688772},"338":{"tf":1.0},"373":{"tf":2.449489742783178},"389":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.4142135623730951},"466":{"tf":3.4641016151377544},"482":{"tf":1.4142135623730951},"491":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"510":{"tf":1.4142135623730951},"511":{"tf":2.6457513110645907},"53":{"tf":1.0},"55":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":2.0},"572":{"tf":1.0},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.7320508075688772},"88":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":2.0}}}}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"671":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"157":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"572":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":204,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.7320508075688772},"206":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.7320508075688772},"211":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.7320508075688772},"215":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"31":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.7320508075688772},"338":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":1.0},"382":{"tf":2.0},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.4142135623730951},"405":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"434":{"tf":1.0},"436":{"tf":1.0},"466":{"tf":2.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.0},"494":{"tf":1.4142135623730951},"497":{"tf":1.0},"502":{"tf":1.4142135623730951},"503":{"tf":1.0},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.7320508075688772},"516":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.7320508075688772},"526":{"tf":1.0},"528":{"tf":1.0},"53":{"tf":1.4142135623730951},"536":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"550":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.4142135623730951},"570":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.7320508075688772},"576":{"tf":1.0},"578":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.0},"600":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"666":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":2.0},"705":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"729":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"149":{"tf":1.7320508075688772},"253":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"507":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":19,"docs":{"178":{"tf":1.0},"187":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.4142135623730951},"250":{"tf":1.7320508075688772},"293":{"tf":1.0},"306":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"396":{"tf":1.0},"398":{"tf":1.0},"510":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"664":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"445":{"tf":1.4142135623730951},"671":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}}}}},"df":1,"docs":{"156":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"276":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"525":{"tf":1.0},"621":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"263":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.0},"393":{"tf":1.0},"606":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"254":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"178":{"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},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"615":{"tf":1.0}}}},"n":{"df":3,"docs":{"281":{"tf":1.0},"517":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"381":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"427":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":29,"docs":{"238":{"tf":1.0},"30":{"tf":1.0},"308":{"tf":1.0},"340":{"tf":1.4142135623730951},"354":{"tf":3.1622776601683795},"361":{"tf":1.0},"368":{"tf":2.8284271247461903},"369":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.0},"456":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.7320508075688772},"664":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"697":{"tf":1.0},"705":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":46,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"305":{"tf":1.0},"319":{"tf":1.0},"323":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"486":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":2.0},"701":{"tf":1.0},"708":{"tf":1.4142135623730951},"748":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":36,"docs":{"178":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"483":{"tf":1.0},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"559":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":20,"docs":{"111":{"tf":1.4142135623730951},"304":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":2.0},"381":{"tf":1.0},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"504":{"tf":1.4142135623730951},"507":{"tf":1.0},"562":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"657":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":13,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"193":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"505":{"tf":1.0},"617":{"tf":1.0},"7":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"438":{"tf":1.0},"522":{"tf":1.0},"610":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":5,"docs":{"331":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"24":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"713":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"316":{"tf":1.0},"366":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.7320508075688772},"562":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951}},"i":{"df":29,"docs":{"19":{"tf":1.0},"30":{"tf":1.0},"333":{"tf":2.23606797749979},"337":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"364":{"tf":1.0},"366":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"595":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"y":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"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":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"502":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"727":{"tf":1.7320508075688772},"731":{"tf":1.4142135623730951},"732":{"tf":1.0},"88":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"743":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"149":{"tf":2.449489742783178},"5":{"tf":1.0}}},"s":{"df":16,"docs":{"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"338":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"q":{"df":13,"docs":{"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"268":{"tf":1.0},"368":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"5":{"tf":1.0},"659":{"tf":1.0},"662":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"r":{"df":5,"docs":{"130":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"343":{"tf":1.0},"385":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"258":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"452":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.0},"524":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"745":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"716":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":5,"docs":{"250":{"tf":1.0},"253":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"655":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"395":{"tf":1.0},"664":{"tf":1.0},"748":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"538":{"tf":1.0},"583":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":91,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":3.605551275463989},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"163":{"tf":1.0},"165":{"tf":1.4142135623730951},"171":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"302":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.23606797749979},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"364":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"384":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"429":{"tf":1.4142135623730951},"434":{"tf":1.0},"436":{"tf":1.7320508075688772},"438":{"tf":1.0},"496":{"tf":1.7320508075688772},"5":{"tf":1.0},"505":{"tf":1.0},"517":{"tf":1.4142135623730951},"529":{"tf":1.0},"534":{"tf":2.0},"536":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"562":{"tf":1.7320508075688772},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"6":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.8284271247461903},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":2.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"72":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"517":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"355":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"\\":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"\\":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":3,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}}}}},"l":{"df":7,"docs":{"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"522":{"tf":1.0},"653":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"23":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"474":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0}}}},"d":{"df":24,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.4142135623730951},"286":{"tf":1.0},"3":{"tf":1.0},"330":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"657":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"286":{"tf":1.0},"301":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.0}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"258":{"tf":1.0},"338":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":40,"docs":{"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"178":{"tf":2.0},"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"335":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"373":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"468":{"tf":1.0},"491":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"369":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":30,"docs":{"21":{"tf":1.0},"253":{"tf":1.0},"372":{"tf":1.0},"392":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"606":{"tf":2.6457513110645907},"608":{"tf":3.872983346207417},"610":{"tf":2.23606797749979},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":2.0},"619":{"tf":3.1622776601683795},"621":{"tf":2.8284271247461903},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"631":{"tf":2.449489742783178},"633":{"tf":1.7320508075688772},"635":{"tf":2.449489742783178},"637":{"tf":2.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.7320508075688772},"649":{"tf":2.23606797749979},"651":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"709":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":48,"docs":{"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.0},"259":{"tf":1.0},"260":{"tf":1.0},"286":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"475":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":2.6457513110645907},"527":{"tf":1.0},"574":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"625":{"tf":2.23606797749979},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.7320508075688772},"681":{"tf":1.0},"7":{"tf":1.0},"728":{"tf":1.4142135623730951},"734":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":16,"docs":{"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":10,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.449489742783178},"368":{"tf":1.0},"447":{"tf":2.6457513110645907},"572":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"500":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"235":{"tf":1.0},"338":{"tf":1.4142135623730951},"613":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"674":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"16":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.7320508075688772},"596":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"391":{"tf":1.0},"621":{"tf":1.0}},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":77,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":2.0},"165":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"230":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"36":{"tf":1.0},"364":{"tf":1.7320508075688772},"37":{"tf":1.0},"419":{"tf":1.0},"426":{"tf":2.0},"427":{"tf":3.1622776601683795},"429":{"tf":2.23606797749979},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"705":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"d":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"105":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"229":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"294":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"363":{"tf":1.0},"373":{"tf":2.0},"386":{"tf":1.0},"393":{"tf":1.0},"399":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0},"447":{"tf":1.0},"451":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"562":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.4142135623730951}}}},"r":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"547":{"tf":1.0},"669":{"tf":1.0}}}}},"k":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":28,"docs":{"17":{"tf":2.0},"230":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.4142135623730951},"327":{"tf":1.0},"34":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.4142135623730951},"4":{"tf":1.0},"418":{"tf":2.0},"419":{"tf":1.0},"421":{"tf":1.4142135623730951},"425":{"tf":1.7320508075688772},"431":{"tf":1.7320508075688772},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"46":{"tf":1.0},"467":{"tf":1.0},"562":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":18,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"469":{"tf":1.0},"562":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"726":{"tf":1.0},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.4142135623730951},"155":{"tf":1.0},"160":{"tf":1.4142135623730951},"162":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"662":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.4142135623730951},"8":{"tf":1.4142135623730951}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"339":{"tf":1.4142135623730951},"361":{"tf":1.0},"432":{"tf":1.0},"480":{"tf":1.0},"517":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"372":{"tf":1.0}}}}}}},"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":{},"h":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"138":{"tf":1.7320508075688772},"233":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"449":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"254":{"tf":1.0},"28":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"445":{"tf":1.4142135623730951},"507":{"tf":1.0},"671":{"tf":1.0},"716":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"715":{"tf":1.0},"717":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"623":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"249":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":12,"docs":{"151":{"tf":1.0},"375":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"281":{"tf":1.4142135623730951},"333":{"tf":1.0},"691":{"tf":1.4142135623730951},"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.4142135623730951},"286":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"[":{"1":{"0":{"2":{"4":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":63,"docs":{"191":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"351":{"tf":1.0},"354":{"tf":5.0990195135927845},"359":{"tf":1.4142135623730951},"361":{"tf":1.7320508075688772},"373":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"490":{"tf":1.0},"493":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"574":{"tf":1.0},"581":{"tf":1.0},"589":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.0},"681":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"692":{"tf":1.4142135623730951},"697":{"tf":1.0},"710":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"324":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"*":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"332":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"703":{"tf":1.0}}}},":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"361":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":2.0},"508":{"tf":1.0},"511":{"tf":1.0},"578":{"tf":1.0},"596":{"tf":1.0},"617":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.0},"500":{"tf":1.0}}},"3":{"df":1,"docs":{"525":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"587":{"tf":1.7320508075688772}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"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":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"633":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"178":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"641":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"78":{"tf":1.0}}}}}},"x":{"b":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":3,"docs":{"625":{"tf":1.0},"651":{"tf":1.0},"70":{"tf":1.0}}},"df":15,"docs":{"16":{"tf":1.7320508075688772},"279":{"tf":1.0},"366":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.4142135623730951},"474":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"88":{"tf":1.0}},"p":{"df":2,"docs":{"651":{"tf":1.0},"70":{"tf":1.0}}},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"g":{"\"":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"234":{"tf":2.449489742783178},"235":{"tf":2.0},"238":{"tf":3.1622776601683795},"239":{"tf":2.8284271247461903},"252":{"tf":4.358898943540674},"253":{"tf":2.449489742783178},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"582":{"tf":1.0},"77":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.23606797749979},"254":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"252":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"469":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"608":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":3,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"496":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":95,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.7320508075688772},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.0},"261":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"40":{"tf":1.4142135623730951},"430":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.7320508075688772},"533":{"tf":1.0},"56":{"tf":1.0},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"651":{"tf":1.0},"66":{"tf":1.0},"684":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"701":{"tf":1.0},"713":{"tf":1.4142135623730951},"714":{"tf":2.0},"727":{"tf":1.0},"728":{"tf":1.0},"732":{"tf":1.0},"748":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.23606797749979},"89":{"tf":1.0}}}}},"t":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":4.242640687119285}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"467":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"361":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"575":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":19,"docs":{"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.4142135623730951},"163":{"tf":1.0},"174":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"236":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"476":{"tf":1.0},"6":{"tf":1.0},"746":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"t":{"df":1,"docs":{"547":{"tf":2.449489742783178}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"681":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"377":{"tf":1.0},"651":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"354":{"tf":2.8284271247461903},"361":{"tf":1.0},"623":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.0}}}}}}},"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.0},"368":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"1":{"df":1,"docs":{"172":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":2,"docs":{"162":{"tf":1.0},"686":{"tf":1.0}}},"2":{"df":3,"docs":{"162":{"tf":1.0},"286":{"tf":1.0},"745":{"tf":1.0}}},"3":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}},"4":{"df":1,"docs":{"469":{"tf":1.0}}},"5":{"df":1,"docs":{"507":{"tf":1.0}}},"6":{"df":1,"docs":{"507":{"tf":1.0}}},"7":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"458":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}},"t":{"df":6,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"88":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":19,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.0},"146":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"252":{"tf":1.0},"356":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0}},"n":{"df":25,"docs":{"236":{"tf":1.4142135623730951},"308":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.4142135623730951},"582":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.0},"741":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"433":{"tf":1.0},"434":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"362":{"tf":1.4142135623730951},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"448":{"tf":1.0},"649":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"78":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"h":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"150":{"tf":1.4142135623730951},"18":{"tf":3.605551275463989},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"279":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0}}}},"df":3,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"385":{"tf":1.0},"446":{"tf":1.0},"687":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"748":{"tf":1.0}},"v":{"3":{"df":12,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":2.0},"156":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"496":{"tf":1.0},"589":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"133":{"tf":1.4142135623730951},"294":{"tf":1.0},"399":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.0},"748":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":17,"docs":{"177":{"tf":2.0},"225":{"tf":1.0},"23":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.4142135623730951},"339":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.4142135623730951},"513":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.4142135623730951},"655":{"tf":1.0}}}},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{";":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{";":{"+":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":2.23606797749979},"409":{"tf":2.449489742783178},"410":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":4,"docs":{"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"412":{"tf":1.7320508075688772},"413":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}},"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":4,"docs":{"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":7,"docs":{"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"406":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"405":{"tf":2.0},"406":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"405":{"tf":3.605551275463989},"406":{"tf":2.449489742783178}},"k":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"623":{"tf":1.0}}},"i":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.7320508075688772},"192":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"701":{"tf":1.0},"714":{"tf":2.6457513110645907}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"262":{"tf":1.0},"5":{"tf":1.0},"613":{"tf":1.0},"639":{"tf":1.0},"7":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}}}},"df":37,"docs":{"172":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.4142135623730951},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"24":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.4142135623730951},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"385":{"tf":1.0},"389":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.7320508075688772},"40":{"tf":1.0},"412":{"tf":1.0},"487":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"688":{"tf":1.0},"727":{"tf":1.4142135623730951},"736":{"tf":1.0},"740":{"tf":1.0},"81":{"tf":1.0}}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":49,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":2.449489742783178},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"453":{"tf":1.0},"456":{"tf":1.0},"463":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"501":{"tf":1.0},"529":{"tf":1.0},"537":{"tf":1.0},"557":{"tf":1.0},"580":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.0},"679":{"tf":1.0},"702":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":8,"docs":{"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"475":{"tf":1.0},"525":{"tf":1.7320508075688772},"602":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.7320508075688772}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"369":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"397":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0}}}},"i":{"df":1,"docs":{"281":{"tf":1.0}}}}},"r":{"d":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"613":{"tf":1.0}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"307":{"tf":1.0},"389":{"tf":1.4142135623730951},"429":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"668":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"<":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}}},"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":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.0},"623":{"tf":1.0},"671":{"tf":1.0}}}}},"df":8,"docs":{"408":{"tf":3.872983346207417},"409":{"tf":3.872983346207417},"410":{"tf":3.3166247903554},"412":{"tf":3.3166247903554},"413":{"tf":3.872983346207417},"415":{"tf":3.3166247903554},"416":{"tf":3.605551275463989},"427":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"276":{"tf":1.0},"436":{"tf":1.4142135623730951},"532":{"tf":1.0},"536":{"tf":1.0},"621":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"395":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":5,"docs":{"229":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.0},"366":{"tf":1.0},"637":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":20,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0},"510":{"tf":1.0},"623":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":47,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"33":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":1.7320508075688772},"512":{"tf":1.0},"516":{"tf":1.0},"527":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":2.0},"692":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"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":{"c":{"df":1,"docs":{"336":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"246":{"tf":1.0},"472":{"tf":1.0}}},"df":72,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"124":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.6457513110645907},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"726":{"tf":1.0},"731":{"tf":1.0},"733":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"472":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"397":{"tf":1.0},"427":{"tf":1.0},"438":{"tf":1.0},"527":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"541":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"562":{"tf":1.7320508075688772},"641":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}},"i":{"df":1,"docs":{"381":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"108":{"tf":1.0},"223":{"tf":1.0},"238":{"tf":1.0},"249":{"tf":1.0},"432":{"tf":1.0},"49":{"tf":1.7320508075688772},"539":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"281":{"tf":1.0},"368":{"tf":1.0},"493":{"tf":1.0},"728":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"705":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":33,"docs":{"162":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.0},"51":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"238":{"tf":1.0}},"’":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"254":{"tf":1.0},"510":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":131,"docs":{"0":{"tf":1.0},"11":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"446":{"tf":1.0},"463":{"tf":1.0}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"272":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"647":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"272":{"tf":1.0},"332":{"tf":1.0},"577":{"tf":1.0}}}}}}}}},"df":308,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":3.1622776601683795},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"173":{"tf":1.7320508075688772},"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.7320508075688772},"335":{"tf":2.23606797749979},"337":{"tf":2.8284271247461903},"338":{"tf":3.0},"339":{"tf":2.23606797749979},"34":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.4142135623730951},"344":{"tf":2.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"352":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"359":{"tf":3.3166247903554},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.1622776601683795},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"371":{"tf":1.7320508075688772},"372":{"tf":1.7320508075688772},"373":{"tf":2.449489742783178},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":2.6457513110645907},"39":{"tf":1.0},"390":{"tf":1.7320508075688772},"391":{"tf":1.7320508075688772},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":2.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":2.0},"399":{"tf":1.0},"4":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"42":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.0},"43":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.449489742783178},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.4142135623730951},"451":{"tf":2.23606797749979},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"462":{"tf":3.4641016151377544},"463":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":2.0},"468":{"tf":1.7320508075688772},"469":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":5.744562646538029},"475":{"tf":1.7320508075688772},"476":{"tf":1.0},"478":{"tf":2.0},"479":{"tf":1.4142135623730951},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":2.0},"482":{"tf":1.0},"483":{"tf":1.7320508075688772},"484":{"tf":1.7320508075688772},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.4142135623730951},"490":{"tf":2.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"517":{"tf":2.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.23606797749979},"524":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":2.23606797749979},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.449489742783178},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":2.23606797749979},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.6457513110645907},"559":{"tf":2.0},"560":{"tf":1.0},"562":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"57":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":2.0},"578":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":2.0},"583":{"tf":1.0},"585":{"tf":2.449489742783178},"587":{"tf":1.0},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"639":{"tf":2.23606797749979},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"667":{"tf":1.7320508075688772},"668":{"tf":2.449489742783178},"669":{"tf":2.449489742783178},"670":{"tf":1.7320508075688772},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":1.7320508075688772},"68":{"tf":1.0},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":2.449489742783178},"715":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":3.4641016151377544},"728":{"tf":1.0},"729":{"tf":2.23606797749979},"730":{"tf":1.0},"731":{"tf":1.7320508075688772},"732":{"tf":1.4142135623730951},"736":{"tf":1.7320508075688772},"737":{"tf":1.4142135623730951},"738":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":2.0},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"78":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"502":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"362":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"d":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"%":{"2":{"0":{"4":{".":{"3":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"639":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"366":{"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":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"7":{"4":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"748":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"745":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"c":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"7":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"9":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"9":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"161":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"d":{"c":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":2,"docs":{"159":{"tf":1.0},"286":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"641":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"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":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"445":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"?":{"df":0,"docs":{},"v":{"=":{"0":{"0":{"4":{"df":0,"docs":{},"z":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"1":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"x":{"6":{"df":0,"docs":{},"s":{"d":{"6":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"w":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":2,"docs":{"690":{"tf":1.0},"693":{"tf":1.0}}}},".":{"df":3,"docs":{"359":{"tf":1.0},"617":{"tf":1.0},"88":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":15,"docs":{"19":{"tf":1.0},"21":{"tf":1.4142135623730951},"286":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}}}},"3":{"8":{"6":{"df":3,"docs":{"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"397":{"tf":1.0},"666":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"670":{"tf":1.0},"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":4.69041575982343},"415":{"tf":1.0},"416":{"tf":1.0},"453":{"tf":1.0},"455":{"tf":1.0},"478":{"tf":1.0},"496":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"727":{"tf":1.0},"731":{"tf":1.0},"736":{"tf":1.0}},"→":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"236":{"tf":2.8284271247461903},"254":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"596":{"tf":1.0},"692":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"330":{"tf":1.0},"337":{"tf":1.0},"405":{"tf":4.69041575982343},"453":{"tf":1.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"456":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"670":{"tf":1.0},"685":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":14,"docs":{"335":{"tf":1.0},"339":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.4142135623730951},"585":{"tf":1.0},"599":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"339":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"490":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"668":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":4,"docs":{"427":{"tf":1.4142135623730951},"541":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":2.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":2.0}}}}}}}}},"df":6,"docs":{"397":{"tf":1.4142135623730951},"405":{"tf":2.8284271247461903},"406":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.0},"485":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{",":{"0":{"df":1,"docs":{"427":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"651":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.0},"525":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.4142135623730951},"602":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"250":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.4142135623730951},"602":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":45,"docs":{"108":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"308":{"tf":1.0},"333":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"430":{"tf":1.0},"436":{"tf":2.0},"458":{"tf":1.0},"480":{"tf":1.0},"491":{"tf":1.0},"508":{"tf":3.1622776601683795},"517":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":2.0},"562":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"637":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"88":{"tf":2.0}},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":2,"docs":{"369":{"tf":1.0},"392":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.4142135623730951}},"i":{"df":11,"docs":{"234":{"tf":1.0},"269":{"tf":1.0},"349":{"tf":2.23606797749979},"352":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"513":{"tf":1.0},"532":{"tf":1.0},"623":{"tf":1.0},"714":{"tf":1.7320508075688772}}}}}}}},"l":{"df":1,"docs":{"743":{"tf":1.0}}},"x":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":21,"docs":{"333":{"tf":1.0},"406":{"tf":3.3166247903554},"453":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"546":{"tf":1.0},"554":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"406":{"tf":1.0},"505":{"tf":1.7320508075688772}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"479":{"tf":1.0},"482":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"f":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"490":{"tf":1.0},"508":{"tf":1.0},"668":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"332":{"tf":1.0},"479":{"tf":1.0},"484":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"485":{"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"345":{"tf":1.0},"349":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"349":{"tf":1.0},"362":{"tf":2.6457513110645907},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"541":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":2,"docs":{"406":{"tf":1.0},"511":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"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":{"133":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"395":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"406":{"tf":1.0},"445":{"tf":1.7320508075688772},"456":{"tf":1.0},"491":{"tf":1.7320508075688772},"578":{"tf":1.0},"625":{"tf":1.0},"659":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"578":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":45,"docs":{"350":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":97,"docs":{"110":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"267":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"37":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"396":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.0},"493":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"577":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":2.449489742783178},"631":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.7320508075688772},"676":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.0},"727":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"738":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"381":{"tf":1.0},"486":{"tf":1.0}}}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"358":{"tf":1.0}}}}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"df":20,"docs":{"113":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"338":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"447":{"tf":1.0},"493":{"tf":1.0},"50":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"6":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"22":{"tf":1.0},"257":{"tf":1.0},"303":{"tf":1.0},"478":{"tf":1.0},"498":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"n":{"'":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"192":{"tf":1.0},"275":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"469":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"445":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}},"df":15,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.0},"715":{"tf":2.6457513110645907},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"655":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"338":{"tf":1.7320508075688772},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":3,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"747":{"tf":2.449489742783178}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":109,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":2.0},"150":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":2.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"249":{"tf":2.23606797749979},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"296":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"361":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"59":{"tf":1.4142135623730951},"593":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"7":{"tf":2.0},"714":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"587":{"tf":1.0}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"249":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":1.4142135623730951},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"14":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":18,"docs":{"235":{"tf":2.0},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"312":{"tf":1.0},"338":{"tf":1.0},"385":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"547":{"tf":2.8284271247461903},"560":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"635":{"tf":1.0},"643":{"tf":1.0},"692":{"tf":1.0}}}},"i":{"c":{"df":7,"docs":{"314":{"tf":1.0},"338":{"tf":1.0},"467":{"tf":1.0},"551":{"tf":1.0},"672":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"445":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"662":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}}}},"df":122,"docs":{"1":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":2.0},"162":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.4142135623730951},"23":{"tf":1.0},"257":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":2.6457513110645907},"360":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.4142135623730951},"383":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"4":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"447":{"tf":1.0},"45":{"tf":1.0},"455":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"474":{"tf":1.0},"478":{"tf":1.4142135623730951},"48":{"tf":1.0},"496":{"tf":1.4142135623730951},"510":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":2.0},"557":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":2.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.4142135623730951},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"68":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.4142135623730951},"708":{"tf":1.0},"712":{"tf":1.0},"727":{"tf":2.449489742783178},"730":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.4142135623730951},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"74":{"tf":1.0},"740":{"tf":1.7320508075688772},"741":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"78":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"430":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":33,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.4142135623730951},"312":{"tf":1.4142135623730951},"327":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"366":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"545":{"tf":1.0},"546":{"tf":1.0},"551":{"tf":1.0},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"88":{"tf":2.0}},"r":{"df":0,"docs":{},"m":{"df":93,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.0},"27":{"tf":1.4142135623730951},"28":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":1.7320508075688772},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"352":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"397":{"tf":1.0},"44":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"473":{"tf":1.0},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"546":{"tf":1.0},"549":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"560":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.449489742783178},"591":{"tf":1.0},"594":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"250":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.6457513110645907},"362":{"tf":1.7320508075688772},"363":{"tf":2.23606797749979}}}}}}},"i":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":2,"docs":{"284":{"tf":1.0},"362":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":39,"docs":{"111":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"332":{"tf":2.0},"333":{"tf":3.0},"344":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.7320508075688772},"496":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"73":{"tf":1.0},"738":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.4142135623730951},"249":{"tf":1.0},"253":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"(":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"596":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"406":{"tf":1.0},"508":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"569":{"tf":1.7320508075688772},"580":{"tf":1.0},"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"621":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"546":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":57,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.449489742783178},"239":{"tf":4.123105625617661},"249":{"tf":2.23606797749979},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.6457513110645907},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"321":{"tf":1.0},"338":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.0},"468":{"tf":1.0},"469":{"tf":2.6457513110645907},"470":{"tf":1.0},"474":{"tf":5.477225575051661},"475":{"tf":1.0},"476":{"tf":2.23606797749979},"478":{"tf":2.0},"496":{"tf":2.8284271247461903},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"55":{"tf":1.0},"560":{"tf":1.4142135623730951},"574":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.0},"68":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.0},"73":{"tf":1.0},"74":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":2.0},"511":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"716":{"tf":1.0}}},"df":3,"docs":{"715":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"x":{"6":{"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"476":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}}},"i":{"d":{"df":15,"docs":{"17":{"tf":1.0},"235":{"tf":1.0},"276":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"382":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"450":{"tf":1.0},"546":{"tf":1.0},"562":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"156":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"170":{"tf":1.0},"171":{"tf":2.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"384":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":2.0},"517":{"tf":1.4142135623730951},"606":{"tf":1.0},"641":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"n":{"c":{"df":8,"docs":{"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"390":{"tf":2.23606797749979},"625":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"78":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"331":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"699":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":14,"docs":{"171":{"tf":1.0},"20":{"tf":1.0},"354":{"tf":1.4142135623730951},"385":{"tf":1.0},"392":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":55,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"16":{"tf":2.0},"162":{"tf":1.0},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"292":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":2.23606797749979},"390":{"tf":1.7320508075688772},"391":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"533":{"tf":1.0},"559":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"633":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.4142135623730951},"70":{"tf":1.0},"701":{"tf":1.0},"706":{"tf":1.7320508075688772},"74":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"6":{"df":6,"docs":{"491":{"tf":1.4142135623730951},"508":{"tf":2.8284271247461903},"511":{"tf":2.0},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":22,"docs":{"235":{"tf":2.8284271247461903},"238":{"tf":2.0},"239":{"tf":2.449489742783178},"249":{"tf":1.0},"252":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"486":{"tf":1.0},"491":{"tf":1.4142135623730951},"508":{"tf":3.7416573867739413},"511":{"tf":3.1622776601683795},"525":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"643":{"tf":1.0},"691":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"436":{"tf":1.7320508075688772},"547":{"tf":2.0},"600":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"370":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"447":{"tf":3.3166247903554},"613":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.4142135623730951}},"r":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"2":{"tf":1.0},"303":{"tf":1.0},"389":{"tf":1.4142135623730951},"498":{"tf":1.0},"529":{"tf":1.0},"541":{"tf":1.4142135623730951},"587":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"701":{"tf":1.0},"710":{"tf":1.0},"748":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"428":{"tf":3.4641016151377544}}},"n":{"d":{"df":4,"docs":{"354":{"tf":1.0},"387":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"377":{"tf":1.0},"475":{"tf":1.0},"487":{"tf":1.0},"525":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"225":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"310":{"tf":1.0},"47":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":13,"docs":{"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"541":{"tf":1.0},"647":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"381":{"tf":1.0},"389":{"tf":1.4142135623730951},"393":{"tf":1.0}}}}},"f":{"a":{"c":{"df":176,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.4142135623730951},"19":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"311":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":2.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":2.0},"350":{"tf":2.449489742783178},"351":{"tf":3.605551275463989},"352":{"tf":2.23606797749979},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.4142135623730951},"359":{"tf":2.449489742783178},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":2.23606797749979},"363":{"tf":3.1622776601683795},"369":{"tf":1.0},"37":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.7320508075688772},"396":{"tf":1.0},"398":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.7320508075688772},"452":{"tf":1.7320508075688772},"453":{"tf":1.7320508075688772},"454":{"tf":2.0},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":1.7320508075688772},"481":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.4142135623730951},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"527":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"551":{"tf":1.4142135623730951},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.4142135623730951},"580":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.0},"595":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":2.23606797749979},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"664":{"tf":2.6457513110645907},"665":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951},"685":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"697":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"731":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":1.7320508075688772},"742":{"tf":1.0},"748":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}}}}},"df":22,"docs":{"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"254":{"tf":1.0},"335":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"499":{"tf":1.0},"517":{"tf":1.0},"575":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.0},"508":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"252":{"tf":1.0},"373":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"h":{"df":4,"docs":{"120":{"tf":1.0},"149":{"tf":1.0},"178":{"tf":1.0},"89":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"24":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.4142135623730951},"445":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"608":{"tf":1.0},"659":{"tf":1.0}},"t":{"df":93,"docs":{"103":{"tf":1.0},"104":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.0},"162":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"489":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.0},"493":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":1.0},"497":{"tf":1.0},"498":{"tf":1.0},"503":{"tf":1.0},"504":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.0},"545":{"tf":1.0},"546":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.0},"553":{"tf":1.0},"554":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"559":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"576":{"tf":1.0},"577":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.0},"591":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"602":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"372":{"tf":1.0},"378":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"´":{"df":1,"docs":{"500":{"tf":1.0}}},"’":{"df":5,"docs":{"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0}}}},"o":{"df":23,"docs":{"108":{"tf":1.0},"115":{"tf":1.4142135623730951},"156":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"475":{"tf":1.0},"49":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":2.0},"532":{"tf":1.0},"538":{"tf":1.7320508075688772},"539":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"627":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"738":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"619":{"tf":1.4142135623730951},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"*":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":3,"docs":{"448":{"tf":1.0},"450":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"448":{"tf":1.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.0},"463":{"tf":1.0},"479":{"tf":1.0},"488":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"462":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"345":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.4142135623730951},"454":{"tf":1.0},"578":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"484":{"tf":1.0},"580":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"262":{"tf":1.0},"267":{"tf":1.0},"592":{"tf":1.0},"595":{"tf":1.4142135623730951},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.4142135623730951},"693":{"tf":1.0},"730":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"y":{"2":{"df":1,"docs":{"351":{"tf":1.0}}},"3":{"df":1,"docs":{"351":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"731":{"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":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"451":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":{"462":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"462":{"tf":2.23606797749979},"557":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"413":{"tf":1.0},"619":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":13,"docs":{"242":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"525":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.4142135623730951},"657":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"405":{"tf":1.0},"625":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"587":{"tf":1.0}}}}},"df":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":{"625":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"606":{"tf":1.0}}}}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"363":{"tf":1.7320508075688772}},"e":{"2":{"df":1,"docs":{"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"351":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}},"df":19,"docs":{"176":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.7320508075688772},"647":{"tf":1.0},"651":{"tf":1.7320508075688772},"709":{"tf":1.0},"744":{"tf":1.0}},"e":{"#":{"1":{"0":{"0":{"df":1,"docs":{"608":{"tf":1.0}}},"2":{"df":1,"docs":{"608":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"606":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"1":{"0":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"480":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"'":{"df":6,"docs":{"252":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"522":{"tf":2.0},"525":{"tf":2.8284271247461903}}},"r":{"df":3,"docs":{"235":{"tf":1.0},"252":{"tf":1.0},"643":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"346":{"tf":1.4142135623730951},"368":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"458":{"tf":1.0},"496":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"458":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.0},"549":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"549":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"453":{"tf":1.0},"458":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"o":{"b":{"df":3,"docs":{"236":{"tf":1.0},"384":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"5":{"df":4,"docs":{"327":{"tf":1.0},"364":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"596":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.4142135623730951},"513":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"1":{"0":{"0":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"2":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"3":{"d":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"9":{"0":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"2":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"7":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"x":{"df":5,"docs":{"239":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"368":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"572":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"507":{"tf":1.0},"569":{"tf":1.4142135623730951}}}}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":6,"docs":{"368":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"729":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"643":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"429":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"320":{"tf":1.0},"465":{"tf":1.0},"571":{"tf":1.0}}}}}},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"453":{"tf":1.0},"463":{"tf":1.7320508075688772},"621":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"286":{"tf":1.0},"306":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.0},"480":{"tf":1.4142135623730951},"506":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":2.8284271247461903},"511":{"tf":2.0},"533":{"tf":1.4142135623730951},"619":{"tf":1.0},"653":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":2.0}}}},"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"16":{"tf":1.0},"320":{"tf":1.0},"336":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"454":{"tf":1.0},"466":{"tf":1.4142135623730951},"527":{"tf":1.0},"571":{"tf":1.0},"599":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"662":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"475":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}},"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":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"467":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"368":{"tf":1.0},"625":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"368":{"tf":1.0},"445":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":5,"docs":{"147":{"tf":2.0},"34":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"748":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"681":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"465":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"490":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}}}}}}},"b":{"df":9,"docs":{"304":{"tf":1.0},"31":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"494":{"tf":1.0},"504":{"tf":1.0},"513":{"tf":1.7320508075688772},"582":{"tf":1.0},"649":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"286":{"tf":1.0},"304":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.0},"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"637":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"568":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"728":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951}}}}}}},"w":{"df":12,"docs":{"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"364":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.4142135623730951},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"505":{"tf":1.0},"589":{"tf":1.0},"724":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"16":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.0},"713":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"465":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"377":{"tf":1.0},"608":{"tf":1.0},"667":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"734":{"tf":1.4142135623730951},"739":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"378":{"tf":1.0},"619":{"tf":1.0},"667":{"tf":1.0},"728":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"378":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"697":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"727":{"tf":1.4142135623730951},"735":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":16,"docs":{"236":{"tf":2.0},"239":{"tf":2.0},"253":{"tf":1.0},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"692":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":14,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":2.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"476":{"tf":1.4142135623730951},"552":{"tf":1.0},"583":{"tf":1.0},"703":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":31,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"344":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"525":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":3.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"458":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"643":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"0":{".":{".":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"1":{"5":{"df":1,"docs":{"639":{"tf":1.0}}},"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":{"6":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"2":{"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":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"691":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"691":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"l":{"+":{"df":0,"docs":{},"r":{"df":1,"docs":{"471":{"tf":1.0}}}},"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"145":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"346":{"tf":1.0},"532":{"tf":1.0},"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":6,"docs":{"20":{"tf":1.0},"385":{"tf":1.0},"412":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"338":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":11,"docs":{"286":{"tf":1.0},"302":{"tf":1.0},"402":{"tf":1.0},"407":{"tf":1.0},"452":{"tf":1.0},"496":{"tf":3.605551275463989},"635":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"681":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"r":{"df":9,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"398":{"tf":1.0},"467":{"tf":1.0},"559":{"tf":1.0},"59":{"tf":1.0},"649":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"428":{"tf":1.0},"84":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"230":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"147":{"tf":1.0},"28":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"17":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"395":{"tf":1.0},"510":{"tf":1.7320508075688772},"513":{"tf":1.7320508075688772},"514":{"tf":4.0}}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":7,"docs":{"258":{"tf":1.4142135623730951},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{"a":{"d":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"238":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":16,"docs":{"178":{"tf":1.0},"188":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"286":{"tf":1.0},"321":{"tf":1.0},"366":{"tf":1.0},"428":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"522":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.4142135623730951},"593":{"tf":1.0},"631":{"tf":1.0}}}},"v":{"df":1,"docs":{"338":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"412":{"tf":1.0},"476":{"tf":1.7320508075688772},"606":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"286":{"tf":1.0},"320":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.0}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"683":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"=":{"3":{"2":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"513":{"tf":1.0},"547":{"tf":2.23606797749979},"671":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"s":{"df":1,"docs":{"378":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"336":{"tf":1.0}}},"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.0},"363":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.0},"649":{"tf":1.4142135623730951},"72":{"tf":1.0},"727":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772}}}}}},"f":{"df":0,"docs":{},"e":{"2":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":5,"docs":{"606":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"625":{"tf":2.0},"748":{"tf":1.0}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"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":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":2.0},"18":{"tf":1.4142135623730951},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"429":{"tf":1.4142135623730951},"55":{"tf":1.0},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.7320508075688772},"687":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"355":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"d":{"c":{"+":{"+":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":1,"docs":{"171":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":44,"docs":{"116":{"tf":1.0},"120":{"tf":1.4142135623730951},"122":{"tf":2.23606797749979},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":1.7320508075688772},"129":{"tf":1.0},"144":{"tf":3.1622776601683795},"145":{"tf":2.6457513110645907},"146":{"tf":1.4142135623730951},"147":{"tf":3.872983346207417},"148":{"tf":2.0},"149":{"tf":3.0},"150":{"tf":2.449489742783178},"151":{"tf":1.7320508075688772},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"33":{"tf":1.0},"48":{"tf":1.4142135623730951},"5":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":2.0},"621":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.0},"662":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"724":{"tf":3.1622776601683795},"725":{"tf":1.0},"726":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"3":{"df":1,"docs":{"141":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"6":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"672":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"623":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":20,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"368":{"tf":1.0},"395":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"465":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"59":{"tf":1.7320508075688772},"631":{"tf":1.0},"78":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"486":{"tf":2.449489742783178}}}},"df":25,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.4142135623730951},"276":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"95":{"tf":1.0}}},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":62,"docs":{"114":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.4142135623730951},"155":{"tf":1.7320508075688772},"157":{"tf":1.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"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},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.4142135623730951},"33":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"432":{"tf":1.4142135623730951},"452":{"tf":1.0},"50":{"tf":1.4142135623730951},"513":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":1.0},"6":{"tf":1.7320508075688772},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"641":{"tf":1.0},"653":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":40,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.7320508075688772},"172":{"tf":1.0},"178":{"tf":1.4142135623730951},"182":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"204":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"42":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":3.7416573867739413},"430":{"tf":2.0},"431":{"tf":1.0},"435":{"tf":1.4142135623730951},"437":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772},"613":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"7":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"i":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":57,"docs":{"120":{"tf":1.4142135623730951},"139":{"tf":1.0},"162":{"tf":2.23606797749979},"19":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"374":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":3.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":3.3166247903554},"426":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"482":{"tf":1.0},"487":{"tf":1.0},"544":{"tf":2.0},"547":{"tf":3.4641016151377544},"569":{"tf":1.4142135623730951},"593":{"tf":1.0},"615":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"667":{"tf":1.0},"713":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"346":{"tf":1.0},"370":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"18":{"tf":1.7320508075688772},"321":{"tf":1.0},"574":{"tf":1.0},"631":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.0},"747":{"tf":1.0}}}}},"o":{"a":{"d":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":58,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"311":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":2.23606797749979},"356":{"tf":1.0},"359":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"364":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"391":{"tf":1.0},"4":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"500":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"667":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":2.449489742783178},"76":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"%":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"177":{"tf":1.4142135623730951},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"432":{"tf":1.0},"617":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":59,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"149":{"tf":1.0},"176":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"286":{"tf":1.0},"295":{"tf":1.4142135623730951},"301":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"364":{"tf":1.7320508075688772},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":2.0},"418":{"tf":2.23606797749979},"420":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"424":{"tf":1.4142135623730951},"425":{"tf":1.4142135623730951},"431":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":1.4142135623730951},"437":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"464":{"tf":1.0},"472":{"tf":1.4142135623730951},"512":{"tf":1.0},"517":{"tf":1.4142135623730951},"547":{"tf":2.0},"562":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":1.7320508075688772},"84":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"87":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"493":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"225":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0}},"i":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"619":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"1":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":3.0},"128":{"tf":2.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.7320508075688772},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.0},"138":{"tf":1.4142135623730951},"141":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":4.0},"395":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.4142135623730951},"627":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"330":{"tf":1.0},"336":{"tf":1.0},"363":{"tf":1.4142135623730951},"366":{"tf":1.0},"470":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"493":{"tf":1.0},"657":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"448":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"t":{"df":5,"docs":{"32":{"tf":1.0},"349":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0}}},"u":{"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"331":{"tf":1.0},"469":{"tf":1.0},"59":{"tf":1.0},"691":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"d":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}},"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"m":{"1":{"df":1,"docs":{"69":{"tf":1.0}}},"a":{"c":{"df":16,"docs":{"225":{"tf":1.7320508075688772},"354":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.0},"512":{"tf":1.0},"518":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":3,"docs":{"14":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"170":{"tf":1.0},"338":{"tf":1.0},"429":{"tf":1.0},"517":{"tf":1.0}}}}},"o":{"df":45,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.4142135623730951},"178":{"tf":1.4142135623730951},"181":{"tf":1.0},"199":{"tf":1.0},"201":{"tf":1.0},"203":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"213":{"tf":1.0},"218":{"tf":1.4142135623730951},"222":{"tf":1.0},"230":{"tf":1.0},"276":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"39":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":2.0},"430":{"tf":1.7320508075688772},"431":{"tf":1.0},"433":{"tf":1.4142135623730951},"448":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"627":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"740":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"631":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"x":{"1":{"0":{".":{"8":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"354":{"tf":1.0},"362":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"714":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"469":{"tf":1.0}}}},"df":13,"docs":{"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":2.449489742783178},"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"363":{"tf":1.7320508075688772},"390":{"tf":1.0},"748":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"145":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"366":{"tf":1.0},"643":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.0}}}}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}}}}},"df":19,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":2.0},"261":{"tf":1.0},"3":{"tf":1.0},"352":{"tf":1.0},"397":{"tf":2.0},"465":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.4142135623730951},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"434":{"tf":1.0},"45":{"tf":1.0},"530":{"tf":1.0},"546":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"511":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"359":{"tf":1.4142135623730951},"507":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":40,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"427":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"469":{"tf":1.0},"511":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.0},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"463":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"389":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"655":{"tf":1.0},"672":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"147":{"tf":1.0},"373":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"242":{"tf":1.0},"277":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":28,"docs":{"110":{"tf":1.0},"286":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"319":{"tf":1.4142135623730951},"369":{"tf":1.0},"370":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"452":{"tf":1.4142135623730951},"489":{"tf":1.0},"490":{"tf":1.7320508075688772},"495":{"tf":1.0},"506":{"tf":1.0},"510":{"tf":1.7320508075688772},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"235":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"589":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"337":{"tf":1.0},"352":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"513":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"89":{"tf":1.0}}}}},"h":{"df":1,"docs":{"162":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"18":{"tf":1.0},"238":{"tf":1.0},"672":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"252":{"tf":1.0},"338":{"tf":1.0},"397":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.4142135623730951},"673":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"338":{"tf":1.0},"672":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"y":{"b":{"df":2,"docs":{"683":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"df":8,"docs":{"149":{"tf":1.0},"225":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}},"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}},"df":3,"docs":{"429":{"tf":1.0},"546":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":24,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.4142135623730951},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"513":{"tf":1.4142135623730951},"582":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"669":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":22,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"135":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"336":{"tf":1.0},"366":{"tf":1.7320508075688772},"454":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"587":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"249":{"tf":1.7320508075688772},"260":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"249":{"tf":1.0},"254":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.0},"59":{"tf":1.0},"687":{"tf":1.7320508075688772}}},"y":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"389":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":26,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.4142135623730951},"286":{"tf":1.0},"308":{"tf":1.7320508075688772},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"452":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":3.0},"524":{"tf":2.0},"525":{"tf":3.1622776601683795},"621":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"68":{"tf":1.0},"705":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"82":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":3,"docs":{"133":{"tf":1.0},"425":{"tf":1.0},"430":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"250":{"tf":2.449489742783178},"343":{"tf":2.0},"450":{"tf":1.0},"485":{"tf":1.4142135623730951},"507":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":9,"docs":{"286":{"tf":1.0},"311":{"tf":1.4142135623730951},"354":{"tf":1.0},"452":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"647":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":36,"docs":{"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"253":{"tf":1.7320508075688772},"254":{"tf":2.0},"321":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.7320508075688772},"406":{"tf":1.0},"536":{"tf":2.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"574":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"666":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"690":{"tf":1.0},"695":{"tf":1.0},"748":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":2.449489742783178},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":14,"docs":{"174":{"tf":1.0},"221":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"39":{"tf":1.0},"428":{"tf":1.4142135623730951},"557":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"i":{"2":{"df":1,"docs":{"162":{"tf":1.0}}},"c":{"c":{"df":1,"docs":{"575":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"571":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"491":{"tf":1.4142135623730951}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"491":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":51,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"286":{"tf":2.0},"296":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"31":{"tf":1.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"323":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"444":{"tf":3.0},"445":{"tf":2.449489742783178},"446":{"tf":1.7320508075688772},"447":{"tf":3.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"489":{"tf":1.7320508075688772},"490":{"tf":2.8284271247461903},"491":{"tf":1.4142135623730951},"495":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"533":{"tf":1.0},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"573":{"tf":1.4142135623730951},"574":{"tf":2.0},"575":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"641":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.6457513110645907},"748":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"df":1,"docs":{"370":{"tf":1.0}},"g":{"df":0,"docs":{},"w":{"3":{"2":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"606":{"tf":1.0},"621":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"141":{"tf":1.4142135623730951},"276":{"tf":1.0},"297":{"tf":1.0},"451":{"tf":1.0},"46":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"359":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"724":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}},"r":{"df":1,"docs":{"18":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":4,"docs":{"10":{"tf":1.0},"662":{"tf":1.0},"701":{"tf":1.0},"746":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"651":{"tf":1.0},"88":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"338":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"393":{"tf":1.4142135623730951},"465":{"tf":1.0},"496":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"280":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"m":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"d":{"df":1,"docs":{"466":{"tf":1.0}},"e":{"df":17,"docs":{"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"304":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.449489742783178},"504":{"tf":1.0},"505":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"551":{"tf":1.4142135623730951},"59":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"686":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":16,"docs":{"122":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"254":{"tf":3.1622776601683795},"288":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"340":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":2.0},"390":{"tf":1.0},"606":{"tf":1.0},"748":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"395":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"120":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.7320508075688772},"89":{"tf":1.0}},"i":{"df":18,"docs":{"111":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.0},"305":{"tf":1.0},"359":{"tf":1.0},"496":{"tf":1.4142135623730951},"507":{"tf":1.0},"70":{"tf":1.0},"715":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":34,"docs":{"239":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"327":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.7320508075688772},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"364":{"tf":1.7320508075688772},"366":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.4142135623730951},"507":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"594":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"748":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"337":{"tf":1.0}}},".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"608":{"tf":1.0},"621":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"608":{"tf":1.0}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"225":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.0},"430":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.4142135623730951},"595":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":2.0},"693":{"tf":1.4142135623730951}}}}}}},"df":4,"docs":{"364":{"tf":1.0},"592":{"tf":1.0},"615":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"365":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":2,"docs":{"365":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"252":{"tf":1.0},"302":{"tf":1.0},"496":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"496":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"231":{"tf":1.0},"239":{"tf":2.8284271247461903},"390":{"tf":1.4142135623730951},"464":{"tf":1.0},"474":{"tf":3.1622776601683795},"476":{"tf":2.23606797749979},"508":{"tf":1.0},"511":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"339":{"tf":1.4142135623730951},"354":{"tf":1.0},"362":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.7320508075688772},"469":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"53":{"tf":1.0},"551":{"tf":1.0},"559":{"tf":1.0},"594":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"301":{"tf":1.0},"373":{"tf":2.6457513110645907},"493":{"tf":1.4142135623730951},"502":{"tf":2.23606797749979},"657":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.0},"372":{"tf":1.0},"413":{"tf":1.4142135623730951},"502":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":2.23606797749979},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.0},"748":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"49":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"331":{"tf":1.0},"346":{"tf":1.0},"374":{"tf":1.0},"395":{"tf":1.0},"507":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"382":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":15,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"59":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":44,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"252":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"393":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"507":{"tf":1.0},"52":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"639":{"tf":1.0},"65":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"18":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}}}},"y":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"555":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"281":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"491":{"tf":2.0},"505":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"491":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"491":{"tf":1.0}}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"552":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":2.0}}},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"427":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"3":{"8":{"6":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"427":{"tf":2.449489742783178},"430":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"499":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"578":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"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":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"276":{"tf":2.23606797749979},"430":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"332":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"4":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"518":{"tf":2.0},"519":{"tf":2.0},"520":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"514":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":72,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"133":{"tf":2.449489742783178},"134":{"tf":1.4142135623730951},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"286":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"332":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.0},"366":{"tf":1.7320508075688772},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":2.23606797749979},"391":{"tf":1.0},"429":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.0},"440":{"tf":2.0},"441":{"tf":2.0},"442":{"tf":2.0},"452":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.7320508075688772},"517":{"tf":2.0},"518":{"tf":2.0},"519":{"tf":2.23606797749979},"520":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"547":{"tf":2.6457513110645907},"562":{"tf":1.7320508075688772},"581":{"tf":1.0},"610":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"667":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.0},"70":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"739":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":13,"docs":{"249":{"tf":1.0},"386":{"tf":1.0},"472":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":2.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"645":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"547":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"18":{"tf":1.0},"250":{"tf":1.0},"434":{"tf":1.4142135623730951},"529":{"tf":1.0},"540":{"tf":1.4142135623730951},"608":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"350":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"177":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"513":{"tf":1.0},"621":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":2,"docs":{"370":{"tf":1.0},"546":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"478":{"tf":1.0},"511":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}},"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":{"194":{"tf":1.0},"275":{"tf":1.0},"283":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":103,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":2.0},"13":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":2.8284271247461903},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.4142135623730951},"397":{"tf":2.23606797749979},"415":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"659":{"tf":1.0},"664":{"tf":2.0},"671":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":2.0},"705":{"tf":1.0},"708":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"722":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"439":{"tf":1.0},"687":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"672":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"371":{"tf":1.0},"447":{"tf":1.0}}}}}}}}}}}},"w":{"df":115,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.23606797749979},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"349":{"tf":1.0},"351":{"tf":2.23606797749979},"359":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"428":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"507":{"tf":1.7320508075688772},"510":{"tf":1.7320508075688772},"513":{"tf":1.0},"525":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"606":{"tf":3.4641016151377544},"608":{"tf":2.6457513110645907},"610":{"tf":1.4142135623730951},"613":{"tf":2.449489742783178},"615":{"tf":3.605551275463989},"617":{"tf":2.8284271247461903},"619":{"tf":2.8284271247461903},"621":{"tf":3.3166247903554},"623":{"tf":2.23606797749979},"625":{"tf":3.605551275463989},"627":{"tf":2.0},"629":{"tf":1.4142135623730951},"631":{"tf":2.6457513110645907},"633":{"tf":1.7320508075688772},"635":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":3.0},"641":{"tf":1.7320508075688772},"643":{"tf":2.6457513110645907},"645":{"tf":3.3166247903554},"647":{"tf":2.6457513110645907},"649":{"tf":2.0},"651":{"tf":2.0},"653":{"tf":2.0},"655":{"tf":3.3166247903554},"659":{"tf":2.6457513110645907},"663":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.7320508075688772},"727":{"tf":1.0},"730":{"tf":2.23606797749979},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"359":{"tf":1.0},"625":{"tf":1.0},"637":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"462":{"tf":2.23606797749979}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"260":{"tf":1.0},"363":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"669":{"tf":1.0},"743":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"j":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"n":{"df":14,"docs":{"19":{"tf":1.0},"254":{"tf":1.0},"3":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"372":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":1,"docs":{"496":{"tf":1.0}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"14":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"370":{"tf":2.449489742783178},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":2.0},"608":{"tf":1.0},"639":{"tf":1.0},"668":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"738":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"583":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":106,"docs":{"110":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":1.7320508075688772},"286":{"tf":1.0},"305":{"tf":1.4142135623730951},"319":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"378":{"tf":1.0},"387":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":1.4142135623730951},"452":{"tf":1.0},"457":{"tf":1.0},"462":{"tf":1.7320508075688772},"467":{"tf":1.0},"473":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"496":{"tf":1.0},"506":{"tf":1.0},"507":{"tf":3.3166247903554},"508":{"tf":3.7416573867739413},"509":{"tf":1.0},"510":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"585":{"tf":1.0},"60":{"tf":1.4142135623730951},"61":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.7320508075688772},"662":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"696":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.4142135623730951},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":11,"docs":{"286":{"tf":1.0},"319":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.23606797749979},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"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":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"75":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":2.0},"569":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"d":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"623":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"238":{"tf":1.0},"649":{"tf":1.0}}}},"n":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"510":{"tf":1.0},"55":{"tf":1.0},"649":{"tf":1.0}}}}},"h":{"df":7,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"257":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"142":{"tf":1.0},"253":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"250":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0}}},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"313":{"tf":1.0},"549":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"w":{"df":42,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"252":{"tf":2.449489742783178},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"326":{"tf":1.0},"333":{"tf":1.7320508075688772},"344":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"372":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.0},"412":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":2.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"536":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"536":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":7,"docs":{"18":{"tf":1.0},"359":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"338":{"tf":1.0},"671":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"361":{"tf":1.0},"669":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"275":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.7320508075688772},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"667":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":4.47213595499958},"250":{"tf":1.4142135623730951},"338":{"tf":1.0},"672":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"361":{"tf":1.4142135623730951},"362":{"tf":2.8284271247461903}},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"244":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"333":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.0},"457":{"tf":1.0},"532":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"742":{"tf":1.7320508075688772},"748":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"546":{"tf":1.0}},"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":{"df":1,"docs":{"543":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"174":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"617":{"tf":1.0},"623":{"tf":1.4142135623730951},"655":{"tf":1.0},"670":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":2.6457513110645907},"697":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"436":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"476":{"tf":1.0}},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}},"l":{"d":{"df":20,"docs":{"150":{"tf":1.0},"190":{"tf":1.0},"263":{"tf":1.0},"351":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.4142135623730951},"412":{"tf":1.0},"462":{"tf":1.0},"486":{"tf":1.0},"589":{"tf":1.0},"593":{"tf":1.0},"596":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"730":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"359":{"tf":1.0},"641":{"tf":1.0},"730":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.0},"562":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"337":{"tf":1.0},"369":{"tf":1.0},"610":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":8,"docs":{"230":{"tf":1.0},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"501":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":73,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.0},"309":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"4":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":2.449489742783178},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":2.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"533":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"580":{"tf":1.0},"599":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"155":{"tf":1.0},"159":{"tf":1.4142135623730951},"162":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"505":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}}},"p":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"304":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":52,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.4142135623730951},"162":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.4142135623730951},"223":{"tf":1.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"243":{"tf":1.7320508075688772},"244":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"394":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"452":{"tf":1.7320508075688772},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":2.449489742783178},"711":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"304":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":8,"docs":{"373":{"tf":2.0},"391":{"tf":1.0},"397":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"49":{"tf":1.0},"659":{"tf":1.0},"687":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"719":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"589":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"589":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":62,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.4142135623730951},"483":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"/":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.0},"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"18":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":62,"docs":{"118":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"260":{"tf":1.0},"277":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"475":{"tf":1.0},"486":{"tf":1.0},"494":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"651":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"745":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}}}},"df":1,"docs":{"351":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"19":{"tf":1.0},"23":{"tf":1.0},"352":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"392":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"253":{"tf":1.0},"372":{"tf":1.0},"486":{"tf":1.4142135623730951},"666":{"tf":1.0},"721":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":12,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"434":{"tf":2.0},"49":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.0},"741":{"tf":1.7320508075688772}},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"32":{"tf":1.0},"465":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"242":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.0},"463":{"tf":1.0},"669":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":37,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":3.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"570":{"tf":1.0},"571":{"tf":1.0},"631":{"tf":1.0},"671":{"tf":1.0},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"342":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":55,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":2.8284271247461903},"260":{"tf":1.7320508075688772},"261":{"tf":2.0},"302":{"tf":1.4142135623730951},"320":{"tf":1.0},"338":{"tf":2.23606797749979},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"393":{"tf":2.23606797749979},"429":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.0},"468":{"tf":1.0},"469":{"tf":1.7320508075688772},"470":{"tf":1.0},"474":{"tf":3.7416573867739413},"475":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":2.23606797749979},"496":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.0},"77":{"tf":1.0},"88":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"664":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":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":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"139":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.4142135623730951},"527":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"397":{"tf":1.0},"478":{"tf":1.0},"741":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.0},"252":{"tf":1.0},"486":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":2.0},"517":{"tf":1.0},"536":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"23":{"tf":1.0},"472":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"647":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":1.0},"710":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"df":2,"docs":{"371":{"tf":1.0},"524":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"142":{"tf":1.0},"333":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"613":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":30,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":112,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"282":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.0},"425":{"tf":1.4142135623730951},"431":{"tf":1.4142135623730951},"436":{"tf":1.0},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"453":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"514":{"tf":2.23606797749979},"517":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"567":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"598":{"tf":1.0},"601":{"tf":1.4142135623730951},"606":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"+":{"3":{"+":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"507":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"701":{"tf":1.0},"710":{"tf":1.4142135623730951}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"170":{"tf":1.0},"671":{"tf":1.0}}}}}},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":134,"docs":{"14":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.449489742783178},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":2.8284271247461903},"235":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":3.0},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.1622776601683795},"253":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":2.8284271247461903},"281":{"tf":1.0},"286":{"tf":2.449489742783178},"289":{"tf":1.4142135623730951},"300":{"tf":1.4142135623730951},"301":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.0},"309":{"tf":2.0},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":3.0},"339":{"tf":2.449489742783178},"342":{"tf":2.0},"359":{"tf":1.4142135623730951},"367":{"tf":2.6457513110645907},"368":{"tf":5.5677643628300215},"369":{"tf":3.872983346207417},"370":{"tf":1.7320508075688772},"371":{"tf":2.6457513110645907},"372":{"tf":1.4142135623730951},"373":{"tf":3.3166247903554},"374":{"tf":2.449489742783178},"377":{"tf":1.7320508075688772},"378":{"tf":2.0},"380":{"tf":1.0},"381":{"tf":2.0},"382":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"447":{"tf":1.7320508075688772},"452":{"tf":2.23606797749979},"456":{"tf":1.0},"469":{"tf":1.4142135623730951},"473":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.7320508075688772},"489":{"tf":1.0},"490":{"tf":2.23606797749979},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"517":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.0},"526":{"tf":1.0},"527":{"tf":2.449489742783178},"54":{"tf":1.0},"55":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":2.449489742783178},"655":{"tf":1.7320508075688772},"657":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"666":{"tf":1.7320508075688772},"667":{"tf":2.0},"668":{"tf":2.23606797749979},"669":{"tf":2.23606797749979},"671":{"tf":2.6457513110645907},"674":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"733":{"tf":1.0},"736":{"tf":1.7320508075688772},"739":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"368":{"tf":1.0},"369":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"377":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{":":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"1":{"5":{"df":1,"docs":{"514":{"tf":1.0}}},"6":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"514":{"tf":1.0}}},"df":1,"docs":{"514":{"tf":1.0}}},"2":{"df":1,"docs":{"514":{"tf":1.0}}},"3":{"df":1,"docs":{"514":{"tf":1.0}}},"4":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"513":{"tf":1.4142135623730951},"575":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"735":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"377":{"tf":1.0}}}}}},"s":{".":{"a":{"d":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"´":{"df":1,"docs":{"738":{"tf":1.0}}}}}}},"i":{"d":{"df":9,"docs":{"244":{"tf":1.0},"252":{"tf":2.0},"491":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"583":{"tf":3.1622776601683795},"641":{"tf":1.4142135623730951},"727":{"tf":1.0},"733":{"tf":1.0}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":2.23606797749979}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}},"s":{"df":4,"docs":{"235":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}},"t":{"df":70,"docs":{"1":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"227":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.4142135623730951},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":3.0},"333":{"tf":1.7320508075688772},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"339":{"tf":1.7320508075688772},"344":{"tf":1.7320508075688772},"358":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"454":{"tf":1.4142135623730951},"456":{"tf":1.0},"469":{"tf":1.7320508075688772},"478":{"tf":1.0},"501":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.7320508075688772},"699":{"tf":1.4142135623730951},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.0},"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"606":{"tf":1.0},"653":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"408":{"tf":1.7320508075688772},"409":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"368":{"tf":1.0},"392":{"tf":1.0},"490":{"tf":1.0},"625":{"tf":1.0},"668":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"129":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"225":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"463":{"tf":1.0},"478":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"514":{"tf":1.0},"580":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"114":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"464":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"532":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"670":{"tf":1.0},"676":{"tf":1.0},"80":{"tf":1.0},"87":{"tf":2.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"687":{"tf":1.0},"73":{"tf":2.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"149":{"tf":1.0},"53":{"tf":1.0},"655":{"tf":1.0}}}}},"c":{"df":1,"docs":{"428":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"361":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"128":{"tf":1.0},"145":{"tf":1.0},"505":{"tf":1.0},"639":{"tf":1.0}}}},"df":5,"docs":{"412":{"tf":2.8284271247461903},"413":{"tf":2.8284271247461903},"415":{"tf":2.6457513110645907},"416":{"tf":3.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"395":{"tf":1.0},"55":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":15,"docs":{"235":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"374":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.4142135623730951},"447":{"tf":1.0},"467":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":18,"docs":{"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"233":{"tf":1.0},"257":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"527":{"tf":1.0},"583":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"669":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"373":{"tf":1.0},"486":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":6,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"737":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"233":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0},"627":{"tf":1.0},"641":{"tf":1.0},"662":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"507":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"466":{"tf":1.0},"469":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.0},"525":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"743":{"tf":1.0}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":10,"docs":{"16":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.0},"568":{"tf":1.0},"579":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"386":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"629":{"tf":1.0}},"|":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"18":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":2.449489742783178},"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.4142135623730951},"59":{"tf":2.0},"664":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"387":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"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":1,"docs":{"63":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"114":{"tf":1.0},"130":{"tf":1.0},"369":{"tf":1.0},"397":{"tf":1.4142135623730951},"457":{"tf":1.0},"465":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"269":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"696":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"172":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"295":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"437":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.4142135623730951},"512":{"tf":1.7320508075688772},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"725":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"111":{"tf":1.0},"305":{"tf":1.0},"367":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"507":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"138":{"tf":1.0},"238":{"tf":1.4142135623730951},"257":{"tf":1.0},"269":{"tf":1.0},"305":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.4142135623730951},"469":{"tf":1.4142135623730951},"507":{"tf":2.0},"508":{"tf":1.4142135623730951},"510":{"tf":2.449489742783178},"511":{"tf":2.23606797749979},"627":{"tf":1.0},"631":{"tf":1.0},"669":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":4,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"122":{"tf":1.0},"145":{"tf":1.7320508075688772},"150":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"647":{"tf":1.0},"662":{"tf":1.0},"689":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"719":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":3,"docs":{"18":{"tf":1.0},"249":{"tf":1.0},"364":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":444,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.4142135623730951},"117":{"tf":2.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":3.605551275463989},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"162":{"tf":2.23606797749979},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":3.605551275463989},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":2.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.4142135623730951},"225":{"tf":2.6457513110645907},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"23":{"tf":1.7320508075688772},"230":{"tf":3.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"233":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"24":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"262":{"tf":2.0},"263":{"tf":2.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"27":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":2.449489742783178},"277":{"tf":1.7320508075688772},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"28":{"tf":1.0},"281":{"tf":2.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.4142135623730951},"295":{"tf":1.0},"298":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":2.23606797749979},"339":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"340":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"353":{"tf":1.0},"354":{"tf":3.7416573867739413},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":3.872983346207417},"36":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.0},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":4.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"373":{"tf":2.0},"374":{"tf":1.7320508075688772},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"379":{"tf":1.0},"38":{"tf":1.4142135623730951},"380":{"tf":2.0},"381":{"tf":2.23606797749979},"382":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"384":{"tf":2.449489742783178},"385":{"tf":2.8284271247461903},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":3.605551275463989},"39":{"tf":1.0},"390":{"tf":2.6457513110645907},"391":{"tf":3.4641016151377544},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":2.8284271247461903},"398":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"405":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"418":{"tf":1.7320508075688772},"419":{"tf":1.4142135623730951},"42":{"tf":1.0},"420":{"tf":1.4142135623730951},"423":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":2.23606797749979},"427":{"tf":3.3166247903554},"428":{"tf":2.0},"429":{"tf":2.23606797749979},"43":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":2.0},"433":{"tf":1.0},"434":{"tf":2.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.4142135623730951},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"46":{"tf":1.4142135623730951},"460":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":3.1622776601683795},"463":{"tf":1.4142135623730951},"464":{"tf":2.449489742783178},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.7320508075688772},"468":{"tf":2.0},"469":{"tf":2.23606797749979},"47":{"tf":1.0},"470":{"tf":1.7320508075688772},"473":{"tf":2.449489742783178},"474":{"tf":7.280109889280518},"475":{"tf":1.7320508075688772},"476":{"tf":2.0},"478":{"tf":2.6457513110645907},"479":{"tf":1.0},"48":{"tf":1.4142135623730951},"485":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"496":{"tf":2.8284271247461903},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":3.0},"511":{"tf":1.7320508075688772},"513":{"tf":2.0},"517":{"tf":2.23606797749979},"518":{"tf":2.0},"519":{"tf":2.0},"52":{"tf":1.7320508075688772},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"53":{"tf":2.449489742783178},"530":{"tf":2.0},"534":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":2.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":2.449489742783178},"551":{"tf":2.0},"554":{"tf":1.7320508075688772},"557":{"tf":2.6457513110645907},"559":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":2.23606797749979},"569":{"tf":1.0},"57":{"tf":1.0},"574":{"tf":2.0},"575":{"tf":1.0},"577":{"tf":1.4142135623730951},"58":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.4142135623730951},"589":{"tf":1.7320508075688772},"59":{"tf":2.449489742783178},"591":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"593":{"tf":2.449489742783178},"594":{"tf":1.0},"595":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":2.23606797749979},"61":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":2.8284271247461903},"615":{"tf":2.23606797749979},"617":{"tf":2.449489742783178},"619":{"tf":2.23606797749979},"62":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":3.3166247903554},"627":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":3.0},"633":{"tf":1.7320508075688772},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.0},"64":{"tf":1.0},"641":{"tf":2.6457513110645907},"643":{"tf":2.0},"645":{"tf":3.1622776601683795},"647":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":3.4641016151377544},"66":{"tf":1.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.7320508075688772},"668":{"tf":2.0},"669":{"tf":2.23606797749979},"67":{"tf":1.0},"670":{"tf":3.1622776601683795},"671":{"tf":3.605551275463989},"672":{"tf":1.7320508075688772},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"682":{"tf":1.0},"684":{"tf":1.4142135623730951},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":2.23606797749979},"691":{"tf":1.7320508075688772},"692":{"tf":1.7320508075688772},"693":{"tf":2.23606797749979},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"70":{"tf":2.449489742783178},"700":{"tf":1.4142135623730951},"701":{"tf":2.449489742783178},"704":{"tf":1.0},"705":{"tf":2.0},"706":{"tf":1.4142135623730951},"707":{"tf":2.23606797749979},"708":{"tf":1.0},"710":{"tf":2.0},"711":{"tf":2.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.23606797749979},"715":{"tf":3.1622776601683795},"716":{"tf":1.7320508075688772},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.7320508075688772},"72":{"tf":1.0},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":3.1622776601683795},"729":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":2.23606797749979},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.0},"74":{"tf":3.1622776601683795},"740":{"tf":1.7320508075688772},"741":{"tf":2.0},"742":{"tf":1.4142135623730951},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"76":{"tf":1.7320508075688772},"78":{"tf":2.6457513110645907},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":2.23606797749979},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"528":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"427":{"tf":1.0},"430":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":41,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"242":{"tf":1.0},"249":{"tf":3.605551275463989},"250":{"tf":2.8284271247461903},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.0},"525":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"178":{"tf":1.0},"196":{"tf":1.0},"225":{"tf":1.0},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"621":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"276":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{";":{"$":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"691":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"346":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"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":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"267":{"tf":1.0},"615":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"346":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"575":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"330":{"tf":1.0},"36":{"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":1,"docs":{"578":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"382":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"629":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"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":{},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":7,"docs":{"286":{"tf":1.0},"316":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"562":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":17,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"14":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"284":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"374":{"tf":1.4142135623730951},"447":{"tf":1.0},"486":{"tf":3.1622776601683795},"619":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"338":{"tf":1.0},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"177":{"tf":2.23606797749979},"225":{"tf":1.0},"6":{"tf":1.0}}}},"df":3,"docs":{"445":{"tf":1.0},"447":{"tf":1.0},"507":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"28":{"tf":1.0},"323":{"tf":1.0},"445":{"tf":1.0},"507":{"tf":1.4142135623730951},"580":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"610":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"385":{"tf":1.7320508075688772},"687":{"tf":1.0}}}},"p":{"df":7,"docs":{"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"384":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}},"df":1,"docs":{"525":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"159":{"tf":1.0}}}},"df":4,"docs":{"246":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.0},"466":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"374":{"tf":1.0},"486":{"tf":2.449489742783178},"619":{"tf":1.0},"700":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":53,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.0},"500":{"tf":1.0},"549":{"tf":1.0},"595":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"653":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.0},"697":{"tf":1.0},"701":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.4142135623730951},"707":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"710":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"738":{"tf":1.0},"743":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}},"r":{"#":{"1":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"613":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"610":{"tf":1.0}}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"6":{"df":1,"docs":{"608":{"tf":1.0}}},"7":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"df":1,"docs":{"608":{"tf":1.0}}},"3":{"df":1,"docs":{"608":{"tf":1.7320508075688772}}},"df":1,"docs":{"608":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"2":{"df":1,"docs":{"606":{"tf":1.0}}},"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"249":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"469":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"647":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"355":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"480":{"tf":1.4142135623730951},"562":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"562":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"230":{"tf":1.4142135623730951},"242":{"tf":1.0},"319":{"tf":1.0},"389":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"687":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.0},"741":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951}}},"t":{"c":{"df":0,"docs":{},"h":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"552":{"tf":1.0},"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"286":{"tf":1.0},"314":{"tf":1.4142135623730951},"452":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.0},"551":{"tf":1.7320508075688772},"552":{"tf":2.23606797749979},"64":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"623":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":11,"docs":{"152":{"tf":1.0},"174":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"397":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"360":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":16,"docs":{"138":{"tf":1.0},"20":{"tf":1.0},"286":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"307":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"395":{"tf":1.0},"424":{"tf":1.0},"452":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":2.6457513110645907},"512":{"tf":1.0},"655":{"tf":1.0},"730":{"tf":1.0}}}},"t":{"/":{"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":{"df":2,"docs":{"262":{"tf":1.0},"268":{"tf":1.0}}}},"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":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":45,"docs":{"17":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.4142135623730951},"295":{"tf":1.0},"311":{"tf":1.7320508075688772},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"371":{"tf":2.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":3.3166247903554},"385":{"tf":2.23606797749979},"386":{"tf":1.0},"391":{"tf":2.6457513110645907},"418":{"tf":1.7320508075688772},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"436":{"tf":2.449489742783178},"437":{"tf":1.0},"438":{"tf":2.8284271247461903},"452":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"475":{"tf":1.0},"480":{"tf":1.0},"542":{"tf":1.0},"543":{"tf":2.0},"568":{"tf":1.0},"621":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":2.8284271247461903},"700":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"412":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"507":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"249":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"591":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"641":{"tf":1.0},"653":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":10,"docs":{"185":{"tf":1.0},"232":{"tf":1.0},"342":{"tf":1.0},"373":{"tf":1.0},"427":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0}},"s":{"df":9,"docs":{"125":{"tf":1.0},"149":{"tf":1.0},"249":{"tf":1.0},"269":{"tf":1.0},"344":{"tf":1.0},"534":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.4142135623730951},"562":{"tf":1.0},"613":{"tf":1.0}}}},"o":{"df":10,"docs":{"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}},"r":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.4142135623730951},"397":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"649":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"485":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"174":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"395":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"599":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":20,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"253":{"tf":2.6457513110645907},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0},"482":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"572":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":105,"docs":{"14":{"tf":3.0},"162":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.7320508075688772},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.449489742783178},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"253":{"tf":3.872983346207417},"254":{"tf":1.0},"257":{"tf":2.0},"260":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"326":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"331":{"tf":2.449489742783178},"336":{"tf":2.0},"337":{"tf":1.4142135623730951},"338":{"tf":4.69041575982343},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"395":{"tf":2.23606797749979},"397":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.7320508075688772},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"464":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":2.0},"482":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"571":{"tf":1.0},"580":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"655":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.449489742783178},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":3.3166247903554},"671":{"tf":2.449489742783178},"672":{"tf":1.7320508075688772},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"677":{"tf":1.0},"683":{"tf":1.4142135623730951},"684":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":3.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.4142135623730951},"694":{"tf":1.7320508075688772},"696":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"707":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"748":{"tf":1.4142135623730951},"78":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"249":{"tf":1.0},"390":{"tf":1.0}}},"/":{"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":3,"docs":{"329":{"tf":1.0},"452":{"tf":1.0},"601":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"333":{"tf":2.6457513110645907},"344":{"tf":1.7320508075688772}}}}}}}},"df":57,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.7320508075688772},"334":{"tf":1.0},"335":{"tf":2.23606797749979},"338":{"tf":2.23606797749979},"339":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.6457513110645907},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":2.0},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"432":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"59":{"tf":1.4142135623730951},"663":{"tf":1.0},"669":{"tf":1.7320508075688772},"685":{"tf":1.0},"687":{"tf":1.0},"714":{"tf":1.4142135623730951},"736":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"253":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"690":{"tf":1.0},"696":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"608":{"tf":1.0}},"t":{"df":18,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.449489742783178},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"469":{"tf":1.0},"747":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"89":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"647":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":38,"docs":{"162":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.4142135623730951},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.0},"385":{"tf":3.605551275463989},"386":{"tf":2.23606797749979},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":3.605551275463989},"434":{"tf":1.4142135623730951},"436":{"tf":1.0},"445":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"615":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"65":{"tf":1.7320508075688772},"653":{"tf":1.0},"66":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"627":{"tf":1.0},"651":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"653":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"6":{"4":{"3":{"2":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"286":{"tf":1.0},"325":{"tf":1.4142135623730951},"452":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":3.0},"78":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":{"613":{"tf":1.0}}}}}}},"df":86,"docs":{"105":{"tf":1.0},"114":{"tf":2.23606797749979},"147":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.4142135623730951},"196":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.0},"229":{"tf":1.4142135623730951},"230":{"tf":2.6457513110645907},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"242":{"tf":2.23606797749979},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"360":{"tf":1.0},"40":{"tf":1.4142135623730951},"500":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"534":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"80":{"tf":2.23606797749979},"81":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0},"89":{"tf":1.0}},"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":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"149":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"276":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"463":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"242":{"tf":1.0},"339":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"276":{"tf":1.0},"426":{"tf":1.0},"75":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"469":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"363":{"tf":1.7320508075688772},"395":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":74,"docs":{"12":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"39":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"454":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"606":{"tf":1.0},"617":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.7320508075688772},"732":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"457":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"$":{"<":{"$":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{">":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"d":{"a":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"d":{"a":{"df":2,"docs":{"59":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":8,"docs":{"111":{"tf":1.0},"53":{"tf":1.0},"597":{"tf":1.0},"615":{"tf":1.0},"639":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"534":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"361":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":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":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"365":{"tf":1.0},"615":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"268":{"tf":1.0},"625":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"572":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"365":{"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":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"108":{"tf":1.0},"149":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"363":{"tf":3.1622776601683795},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"661":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"346":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":14,"docs":{"120":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"345":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"358":{"tf":1.4142135623730951},"380":{"tf":1.0},"385":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"13":{"tf":1.0},"693":{"tf":1.0}}}}},"q":{"df":82,"docs":{"663":{"tf":2.449489742783178},"664":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":4.123105625617661},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"673":{"tf":1.4142135623730951},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"690":{"tf":2.6457513110645907},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.4142135623730951},"701":{"tf":3.605551275463989},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":3.3166247903554},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":4.123105625617661},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":13,"docs":{"286":{"tf":1.0},"322":{"tf":1.0},"331":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":1.0},"450":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"576":{"tf":1.0},"606":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":5,"docs":{"333":{"tf":1.0},"344":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"483":{"tf":1.0},"549":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":16,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"151":{"tf":1.0},"371":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.0},"670":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":13,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"374":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.7320508075688772},"486":{"tf":2.0},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"619":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"513":{"tf":1.0},"517":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"346":{"tf":1.0},"499":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"18":{"tf":1.0},"382":{"tf":1.0},"513":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.0},"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"367":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":9,"docs":{"269":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.0},"389":{"tf":1.0},"511":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"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":8,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"649":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"673":{"tf":1.0}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":8,"docs":{"258":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{":":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"395":{"tf":1.0},"469":{"tf":1.0},"508":{"tf":1.0}}},"t":{"df":4,"docs":{"481":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"315":{"tf":1.0},"554":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":23,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"268":{"tf":1.0},"330":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"427":{"tf":1.0},"436":{"tf":1.0},"496":{"tf":1.0},"527":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":7,"docs":{"157":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"343":{"tf":1.0},"405":{"tf":1.0},"511":{"tf":1.0},"697":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"354":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"465":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":17,"docs":{"187":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"254":{"tf":2.23606797749979},"287":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"340":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"670":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.7320508075688772},"697":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"336":{"tf":1.0},"373":{"tf":1.0},"448":{"tf":1.0},"466":{"tf":1.4142135623730951},"530":{"tf":1.0},"671":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"549":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.4142135623730951},"255":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"397":{"tf":1.4142135623730951},"463":{"tf":1.0},"602":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.7320508075688772},"699":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"562":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"269":{"tf":1.0},"281":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"229":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"493":{"tf":1.0},"522":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.0},"728":{"tf":1.0},"744":{"tf":1.0}}},"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":{"368":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"374":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":8,"docs":{"246":{"tf":1.0},"31":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"378":{"tf":1.0},"469":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"462":{"tf":1.0}}}}}},"df":2,"docs":{"363":{"tf":1.0},"462":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"166":{"tf":1.0},"284":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"608":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"725":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":7,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"371":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}},"t":{"df":5,"docs":{"238":{"tf":1.0},"31":{"tf":1.0},"389":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"147":{"tf":1.0},"333":{"tf":1.4142135623730951},"699":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"491":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"659":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"355":{"tf":1.0},"362":{"tf":1.4142135623730951},"391":{"tf":1.7320508075688772},"458":{"tf":1.7320508075688772},"532":{"tf":1.0},"599":{"tf":1.0},"662":{"tf":1.0},"742":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"147":{"tf":1.0},"391":{"tf":1.0},"716":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"244":{"tf":1.0},"254":{"tf":1.0},"363":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"143":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"522":{"tf":1.0},"69":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"739":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.0},"142":{"tf":1.4142135623730951},"245":{"tf":1.0},"354":{"tf":1.0},"42":{"tf":1.0},"445":{"tf":1.7320508075688772},"450":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.4142135623730951},"747":{"tf":2.8284271247461903},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"450":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"490":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":71,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"372":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"425":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"486":{"tf":1.0},"489":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"52":{"tf":1.0},"549":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"573":{"tf":1.0},"579":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"601":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":79,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"161":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"344":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}},"o":{"a":{"d":{"df":2,"docs":{"236":{"tf":1.0},"699":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"363":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":14,"docs":{"19":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"307":{"tf":1.4142135623730951},"31":{"tf":1.7320508075688772},"418":{"tf":1.0},"424":{"tf":1.4142135623730951},"452":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":2.0},"514":{"tf":1.7320508075688772},"517":{"tf":1.4142135623730951},"527":{"tf":1.0},"653":{"tf":2.23606797749979}}},"v":{"df":14,"docs":{"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"536":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"225":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.0},"637":{"tf":1.0},"655":{"tf":1.7320508075688772},"659":{"tf":1.0},"70":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.0},"617":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"623":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":24,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.4142135623730951},"225":{"tf":1.0},"262":{"tf":1.0},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"30":{"tf":1.0},"364":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.23606797749979},"464":{"tf":1.0},"475":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"670":{"tf":1.4142135623730951},"681":{"tf":1.0},"682":{"tf":1.0},"743":{"tf":1.0},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"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":7,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"247":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0},"643":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"236":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":1.0},"359":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"19":{"tf":1.0},"31":{"tf":1.0},"318":{"tf":1.0},"335":{"tf":1.0},"346":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":2.0},"374":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"418":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"462":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.7320508075688772},"514":{"tf":1.4142135623730951},"517":{"tf":2.0},"562":{"tf":1.0},"653":{"tf":1.7320508075688772},"738":{"tf":1.0},"748":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"q":{"df":2,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":23,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"317":{"tf":1.4142135623730951},"359":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.4142135623730951},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"500":{"tf":1.4142135623730951},"558":{"tf":1.0},"559":{"tf":1.7320508075688772},"610":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":49,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"340":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"432":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.0},"494":{"tf":1.0},"588":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"717":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"741":{"tf":1.0}}},"n":{"df":4,"docs":{"335":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"320":{"tf":1.0},"368":{"tf":1.0},"571":{"tf":1.0},"623":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":4,"docs":{"238":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":1.0},"608":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.4142135623730951},"403":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"462":{"tf":2.6457513110645907},"488":{"tf":1.4142135623730951},"556":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":2.0},"59":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0}}}},"v":{"df":3,"docs":{"18":{"tf":1.0},"371":{"tf":1.0},"713":{"tf":1.0}}}},"n":{"df":2,"docs":{"23":{"tf":1.0},"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"162":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"593":{"tf":1.0},"617":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"276":{"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":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"20":{"tf":1.0},"389":{"tf":1.0},"478":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":10,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"339":{"tf":1.7320508075688772},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"378":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"575":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.7320508075688772},"667":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"737":{"tf":1.0},"739":{"tf":1.4142135623730951},"743":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"727":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":3,"docs":{"373":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"619":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"244":{"tf":1.0},"335":{"tf":2.449489742783178},"337":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"490":{"tf":1.0},"627":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"331":{"tf":1.0},"333":{"tf":2.0},"338":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"392":{"tf":1.0},"466":{"tf":1.7320508075688772},"476":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"621":{"tf":1.0},"664":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.4142135623730951},"78":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":11,"docs":{"162":{"tf":1.0},"301":{"tf":1.0},"319":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.0},"549":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"748":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"105":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.6457513110645907},"238":{"tf":1.7320508075688772},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.449489742783178},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.6457513110645907},"458":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":1.0},"466":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":5.196152422706632},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"496":{"tf":1.0},"505":{"tf":2.0},"508":{"tf":3.1622776601683795},"511":{"tf":2.449489742783178},"525":{"tf":1.7320508075688772},"536":{"tf":1.0},"538":{"tf":1.7320508075688772},"544":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.7320508075688772},"583":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.4142135623730951},"631":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.23606797749979},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":2.449489742783178},"728":{"tf":1.4142135623730951},"732":{"tf":1.0},"737":{"tf":1.4142135623730951},"742":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"264":{"tf":1.4142135623730951},"715":{"tf":1.0},"720":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"380":{"tf":1.0}}}},"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"12":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"19":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"659":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"276":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.23606797749979},"476":{"tf":1.0},"524":{"tf":1.0},"566":{"tf":1.0},"606":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"59":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"c":{"b":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"747":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"276":{"tf":1.0},"381":{"tf":1.0},"458":{"tf":1.4142135623730951},"532":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":9,"docs":{"31":{"tf":1.0},"337":{"tf":1.0},"388":{"tf":1.0},"393":{"tf":1.4142135623730951},"467":{"tf":1.0},"469":{"tf":1.0},"496":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}}}},"w":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":1,"docs":{"254":{"tf":1.7320508075688772}},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0}}}},"n":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"14":{"tf":1.0},"177":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"331":{"tf":1.0},"351":{"tf":1.0},"395":{"tf":1.4142135623730951},"448":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"286":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.7320508075688772},"450":{"tf":1.7320508075688772},"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"245":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951}}}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":7,"docs":{"188":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"329":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"606":{"tf":1.0}},"r":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":52,"docs":{"108":{"tf":1.0},"130":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.4142135623730951},"265":{"tf":1.0},"269":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"349":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.0},"392":{"tf":1.0},"413":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"474":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"55":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"629":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.0},"22":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"249":{"tf":2.6457513110645907},"251":{"tf":1.4142135623730951},"252":{"tf":4.0},"253":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"385":{"tf":1.0},"397":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":2.23606797749979},"510":{"tf":1.0},"55":{"tf":1.4142135623730951},"585":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"619":{"tf":1.7320508075688772},"641":{"tf":1.0},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":2.23606797749979},"673":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":1.4142135623730951},"705":{"tf":1.0}}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"253":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.0},"499":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"74":{"tf":1.0},"86":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.6457513110645907},"562":{"tf":2.0},"643":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.0},"741":{"tf":2.23606797749979}}}},"n":{"df":12,"docs":{"355":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"649":{"tf":1.0},"713":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"687":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"254":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"510":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":8,"docs":{"178":{"tf":1.0},"192":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"32":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"413":{"tf":1.4142135623730951},"557":{"tf":1.0},"631":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"230":{"tf":1.0},"88":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"335":{"tf":1.0},"700":{"tf":1.0}}}}}}},"d":{"d":{"df":1,"docs":{"621":{"tf":1.4142135623730951}},"s":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"'":{"df":7,"docs":{"146":{"tf":1.0},"162":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.0},"276":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.0}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"719":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.4142135623730951}}}}}}},"df":187,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"116":{"tf":1.0},"117":{"tf":1.7320508075688772},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.23606797749979},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.4142135623730951},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.449489742783178},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":1.7320508075688772},"197":{"tf":1.0},"201":{"tf":2.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":1.0},"216":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"244":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.23606797749979},"278":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.4142135623730951},"34":{"tf":1.4142135623730951},"342":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.4142135623730951},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"362":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.7320508075688772},"368":{"tf":2.6457513110645907},"37":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"395":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"427":{"tf":1.0},"428":{"tf":1.0},"48":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.0},"52":{"tf":2.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"63":{"tf":1.0},"639":{"tf":1.7320508075688772},"64":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"655":{"tf":1.0},"659":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.4142135623730951},"67":{"tf":1.0},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":2.23606797749979},"705":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.0},"724":{"tf":3.4641016151377544},"732":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"81":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"9":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.4142135623730951},"94":{"tf":1.0},"95":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.4142135623730951}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"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":{"366":{"tf":1.4142135623730951}}}}}}}}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"427":{"tf":1.4142135623730951},"490":{"tf":1.0},"59":{"tf":1.4142135623730951},"668":{"tf":1.0},"691":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.4142135623730951},"724":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"23":{"tf":1.0},"384":{"tf":1.0},"532":{"tf":1.0},"621":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}},"df":6,"docs":{"136":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"252":{"tf":1.0},"466":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"1":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"390":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"486":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"177":{"tf":1.0},"608":{"tf":1.0},"743":{"tf":1.0}}}}},"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}},"e":{"df":107,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.7320508075688772},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":2.23606797749979},"338":{"tf":2.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"428":{"tf":1.0},"443":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.0},"578":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"74":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"359":{"tf":1.0},"606":{"tf":1.0}}},"n":{"df":2,"docs":{"540":{"tf":1.0},"606":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"209":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":2.23606797749979},"466":{"tf":1.0},"473":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"710":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.7320508075688772},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"368":{"tf":1.0},"384":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"l":{"df":3,"docs":{"715":{"tf":1.4142135623730951},"718":{"tf":1.0},"722":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"368":{"tf":1.0},"369":{"tf":1.0},"381":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":24,"docs":{"145":{"tf":1.7320508075688772},"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.8284271247461903},"329":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"541":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":1.0},"669":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.4142135623730951},"727":{"tf":1.0},"736":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"250":{"tf":1.0},"343":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"485":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.7320508075688772},"73":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"150":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"454":{"tf":1.0},"457":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":30,"docs":{"14":{"tf":1.0},"294":{"tf":1.0},"340":{"tf":1.4142135623730951},"399":{"tf":1.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.0},"411":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"474":{"tf":1.0},"527":{"tf":1.0},"556":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"14":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"355":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"146":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"309":{"tf":1.0},"527":{"tf":1.0}}}}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"633":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"589":{"tf":1.0},"703":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"239":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":3.605551275463989},"710":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"699":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.0}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"557":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"df":91,"docs":{"111":{"tf":1.0},"114":{"tf":1.7320508075688772},"133":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"177":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"261":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":2.23606797749979},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.4142135623730951},"478":{"tf":2.449489742783178},"496":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"533":{"tf":1.0},"557":{"tf":1.0},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"70":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"390":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"504":{"tf":1.0},"505":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"655":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"405":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.4142135623730951},"254":{"tf":1.0},"311":{"tf":1.0},"368":{"tf":1.0},"410":{"tf":1.0},"543":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"$":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":16,"docs":{"162":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.0},"249":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.0},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"410":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"486":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"363":{"tf":2.23606797749979},"514":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"146":{"tf":1.4142135623730951},"338":{"tf":1.0},"355":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"613":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"30":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"389":{"tf":1.0},"432":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"240":{"tf":1.0},"246":{"tf":1.0}}}},"df":0,"docs":{}},"df":49,"docs":{"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"177":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"361":{"tf":1.4142135623730951},"378":{"tf":1.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"469":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"75":{"tf":1.7320508075688772}},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":1.7320508075688772},"465":{"tf":1.0},"468":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.0},"337":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.4641016151377544},"470":{"tf":1.4142135623730951},"474":{"tf":3.7416573867739413},"478":{"tf":1.0},"508":{"tf":1.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"162":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"228":{"tf":1.0},"232":{"tf":1.0},"258":{"tf":1.0},"338":{"tf":1.4142135623730951},"373":{"tf":1.4142135623730951},"395":{"tf":1.0},"469":{"tf":3.3166247903554},"476":{"tf":1.7320508075688772},"478":{"tf":1.4142135623730951},"59":{"tf":1.0},"635":{"tf":1.0},"748":{"tf":1.4142135623730951}},"y":{"df":1,"docs":{"476":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":18,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"364":{"tf":1.0},"48":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":2.6457513110645907},"726":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"178":{"tf":1.0},"189":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":1.4142135623730951},"256":{"tf":1.0},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"286":{"tf":1.0},"452":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":2.8284271247461903},"608":{"tf":2.0},"615":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.7320508075688772},"7":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":2.23606797749979},"259":{"tf":1.7320508075688772},"261":{"tf":1.0},"625":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"254":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"193":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"279":{"tf":1.0},"338":{"tf":1.4142135623730951},"340":{"tf":1.0},"373":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.449489742783178},"391":{"tf":1.4142135623730951},"395":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"613":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"686":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":9,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"346":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.0},"631":{"tf":1.0}},"f":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":3,"docs":{"372":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"466":{"tf":1.0},"59":{"tf":2.0},"615":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"72":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"387":{"tf":1.0},"427":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"731":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"625":{"tf":1.0},"635":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"381":{"tf":1.0},"397":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":18,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"338":{"tf":1.0},"397":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"436":{"tf":1.0},"453":{"tf":1.0},"462":{"tf":2.8284271247461903},"486":{"tf":1.0},"530":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":2.0},"673":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"249":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"530":{"tf":1.0}}}}},"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"367":{"tf":1.0},"373":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"486":{"tf":2.449489742783178}}}},"t":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":1.0},"259":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"162":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"g":{"_":{"a":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"276":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"p":{"1":{"4":{"df":1,"docs":{"617":{"tf":1.0}}},"7":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"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":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"637":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"239":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"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":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"225":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"225":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"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":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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"276":{"tf":1.0},"610":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"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":{},"u":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.0},"88":{"tf":2.8284271247461903}}}}},"n":{"3":{"d":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"318":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"418":{"tf":1.0},"423":{"tf":1.4142135623730951},"425":{"tf":1.0},"430":{"tf":1.0},"443":{"tf":1.4142135623730951},"452":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.7320508075688772},"566":{"tf":1.4142135623730951},"615":{"tf":1.0},"635":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"135":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}},"y":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"147":{"tf":2.449489742783178},"18":{"tf":2.8284271247461903},"2":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"490":{"tf":1.0},"513":{"tf":1.0},"668":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"389":{"tf":1.0},"541":{"tf":1.0},"659":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{"df":5,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"174":{"tf":1.0},"395":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"254":{"tf":1.0},"258":{"tf":1.0},"313":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"683":{"tf":1.0},"696":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"194":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"373":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"369":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.0},"546":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"374":{"tf":1.0},"517":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"395":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"629":{"tf":1.0},"684":{"tf":1.0},"748":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"c":{"df":56,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.449489742783178},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"352":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.0},"53":{"tf":1.0},"534":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":2.0},"719":{"tf":2.0},"72":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"5":{"1":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"476":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":6,"docs":{"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.7320508075688772},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"471":{"tf":1.0},"472":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"472":{"tf":1.0},"643":{"tf":1.0}}}}},"df":28,"docs":{"249":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"338":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"467":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":2.0},"473":{"tf":1.7320508075688772},"474":{"tf":1.0},"59":{"tf":1.4142135623730951},"591":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.0},"701":{"tf":1.0},"707":{"tf":1.4142135623730951}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":2.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"381":{"tf":1.0},"397":{"tf":1.0},"691":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":57,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.4142135623730951},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.4142135623730951},"436":{"tf":1.0},"438":{"tf":1.4142135623730951},"447":{"tf":1.0},"454":{"tf":1.4142135623730951},"486":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"571":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"639":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0},"78":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":12,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"374":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"631":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}}}}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"530":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}}}},"r":{"d":{"df":19,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"17":{"tf":1.0},"225":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"426":{"tf":1.0},"507":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"69":{"tf":1.0},"711":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":36,"docs":{"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.7320508075688772},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"309":{"tf":1.0},"338":{"tf":1.0},"356":{"tf":1.0},"373":{"tf":2.0},"395":{"tf":1.0},"405":{"tf":1.0},"486":{"tf":1.0},"527":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"562":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"643":{"tf":1.0},"707":{"tf":1.0},"73":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.4142135623730951},"85":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"128":{"tf":1.0},"355":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"0":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772}}},"1":{"df":2,"docs":{"405":{"tf":2.8284271247461903},"406":{"tf":2.449489742783178}}},"2":{"5":{"df":1,"docs":{"405":{"tf":3.605551275463989}}},"df":2,"docs":{"405":{"tf":3.7416573867739413},"406":{"tf":2.23606797749979}}},"3":{"df":2,"docs":{"405":{"tf":5.0},"406":{"tf":5.196152422706632}}},"4":{"df":1,"docs":{"405":{"tf":4.358898943540674}}},"5":{"df":1,"docs":{"405":{"tf":4.242640687119285}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"405":{"tf":1.0},"406":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":48,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":3.872983346207417},"249":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"254":{"tf":3.7416573867739413},"268":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"315":{"tf":1.4142135623730951},"335":{"tf":2.449489742783178},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"342":{"tf":2.23606797749979},"368":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.4142135623730951},"508":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":2.23606797749979},"553":{"tf":1.0},"554":{"tf":1.0},"555":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":2.0},"699":{"tf":2.449489742783178},"747":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"254":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"254":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"543":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"225":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"281":{"tf":1.4142135623730951},"596":{"tf":1.0},"691":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"14":{"tf":1.0},"585":{"tf":1.0}}}},"y":{"df":1,"docs":{"428":{"tf":1.0}}}},"c":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"254":{"tf":1.0},"608":{"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":1,"docs":{"608":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"608":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"'":{"df":7,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"359":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}},"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"349":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"659":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"332":{"tf":1.0},"352":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"352":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"2":{":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"331":{"tf":1.0},"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"242":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"653":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"331":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"338":{"tf":1.0},"664":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"332":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"337":{"tf":1.0},"338":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"332":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},"3":{"df":1,"docs":{"653":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"373":{"tf":1.0},"378":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"639":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"343":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"653":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":5,"docs":{"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"342":{"tf":1.0},"384":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"342":{"tf":1.0},"375":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":3,"docs":{"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"334":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"375":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"649":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"338":{"tf":1.0},"375":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"334":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"334":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"391":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"645":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"334":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"391":{"tf":1.0}}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"517":{"tf":1.0},"653":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"385":{"tf":1.0},"391":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"445":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"342":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"381":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"516":{"tf":1.0},"653":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":57,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"127":{"tf":2.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"13":{"tf":1.4142135623730951},"142":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":2.8284271247461903},"146":{"tf":1.0},"147":{"tf":3.3166247903554},"149":{"tf":1.4142135623730951},"150":{"tf":2.8284271247461903},"151":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"288":{"tf":1.0},"346":{"tf":1.4142135623730951},"355":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.7320508075688772},"48":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.0},"510":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"639":{"tf":1.0},"651":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"706":{"tf":1.4142135623730951},"708":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.0},"724":{"tf":2.0},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"370":{"tf":1.4142135623730951},"734":{"tf":1.0}}}}}}},"df":21,"docs":{"108":{"tf":1.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"367":{"tf":1.0},"369":{"tf":2.449489742783178},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"508":{"tf":2.449489742783178},"511":{"tf":1.7320508075688772},"727":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":18,"docs":{"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"470":{"tf":2.0},"471":{"tf":1.0},"474":{"tf":3.4641016151377544},"476":{"tf":3.1622776601683795},"478":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"59":{"tf":2.6457513110645907},"62":{"tf":1.0},"625":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.0},"72":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":2.0}}}}},"→":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"230":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"373":{"tf":1.0},"447":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"138":{"tf":1.0},"253":{"tf":1.0},"360":{"tf":1.0},"412":{"tf":1.0},"447":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"671":{"tf":1.0},"82":{"tf":1.0}}}}},"l":{"df":2,"docs":{"687":{"tf":1.0},"748":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"236":{"tf":1.0}}}}}}}}},"df":10,"docs":{"113":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"335":{"tf":1.7320508075688772},"337":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}},"1":{"6":{"df":7,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"466":{"tf":2.23606797749979},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"587":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"14":{"tf":1.7320508075688772},"236":{"tf":1.0},"254":{"tf":1.0},"311":{"tf":1.0},"344":{"tf":1.7320508075688772},"384":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"596":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":7,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"332":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0},"547":{"tf":3.3166247903554}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":24,"docs":{"178":{"tf":1.0},"191":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"270":{"tf":2.23606797749979},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"281":{"tf":1.7320508075688772},"339":{"tf":1.0},"359":{"tf":3.605551275463989},"360":{"tf":1.4142135623730951},"368":{"tf":1.0},"386":{"tf":1.0},"508":{"tf":3.3166247903554},"517":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":1.0},"562":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":2.0},"729":{"tf":1.0},"748":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"249":{"tf":2.0},"254":{"tf":1.4142135623730951},"591":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":33,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.7320508075688772},"235":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"359":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"386":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.4142135623730951},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"431":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"513":{"tf":1.0},"613":{"tf":1.0},"655":{"tf":1.0},"739":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"2":{"0":{"2":{"2":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"/":{"1":{"4":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"3":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"c":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"11":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":2.449489742783178},"2":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.23606797749979},"230":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.0},"4":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"241":{"tf":1.0}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"354":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"89":{"tf":1.0}}}}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"386":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"684":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":2.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"226":{"tf":1.0},"366":{"tf":1.0},"381":{"tf":1.0},"466":{"tf":1.4142135623730951},"59":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"355":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":9,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"282":{"tf":1.4142135623730951},"283":{"tf":1.0},"284":{"tf":2.23606797749979},"285":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.0}}}},"t":{"df":2,"docs":{"580":{"tf":1.0},"631":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"446":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"533":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"170":{"tf":1.0},"647":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":28,"docs":{"120":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"361":{"tf":1.0},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.4142135623730951},"715":{"tf":1.0},"716":{"tf":1.0},"89":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"381":{"tf":1.0},"390":{"tf":1.0},"444":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"536":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"447":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"391":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":159,"docs":{"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.0},"12":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.0},"22":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"25":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.0},"286":{"tf":2.23606797749979},"288":{"tf":1.0},"29":{"tf":1.4142135623730951},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"307":{"tf":1.0},"31":{"tf":1.0},"314":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.4142135623730951},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"380":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"395":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.8284271247461903},"447":{"tf":1.0},"451":{"tf":2.0},"452":{"tf":2.449489742783178},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"481":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"497":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"590":{"tf":1.0},"595":{"tf":1.0},"60":{"tf":1.0},"610":{"tf":2.23606797749979},"613":{"tf":1.7320508075688772},"615":{"tf":2.23606797749979},"617":{"tf":2.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":2.449489742783178},"633":{"tf":2.0},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"641":{"tf":2.449489742783178},"643":{"tf":2.0},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":3.3166247903554},"655":{"tf":3.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"662":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"695":{"tf":1.0},"697":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"704":{"tf":1.0},"707":{"tf":1.7320508075688772},"708":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.4142135623730951},"737":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"577":{"tf":1.0},"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"536":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"389":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"427":{"tf":1.0},"462":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.7320508075688772},"725":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"473":{"tf":1.7320508075688772},"86":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"701":{"tf":1.0},"710":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"475":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"178":{"tf":1.0},"194":{"tf":1.4142135623730951},"235":{"tf":1.0},"238":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.0},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"286":{"tf":1.0},"306":{"tf":1.4142135623730951},"373":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"510":{"tf":2.6457513110645907},"511":{"tf":2.449489742783178},"513":{"tf":1.0},"514":{"tf":1.4142135623730951},"525":{"tf":1.0},"541":{"tf":1.4142135623730951},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"568":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":18,"docs":{"142":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"432":{"tf":1.0},"510":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"253":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":2.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"253":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"236":{"tf":1.0},"244":{"tf":1.0},"284":{"tf":1.0},"342":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.0}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"236":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"380":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"501":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"16":{"tf":1.4142135623730951},"178":{"tf":1.0},"197":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"561":{"tf":1.0},"565":{"tf":1.0},"59":{"tf":1.4142135623730951},"60":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":37,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"478":{"tf":1.0},"49":{"tf":1.4142135623730951},"557":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"694":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"328":{"tf":1.0},"452":{"tf":1.0},"598":{"tf":1.0},"599":{"tf":1.0},"600":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"b":{"df":6,"docs":{"230":{"tf":1.7320508075688772},"244":{"tf":1.0},"382":{"tf":1.0},"566":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":5,"docs":{"432":{"tf":1.0},"447":{"tf":1.0},"512":{"tf":1.0},"517":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":2.0},"491":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"302":{"tf":1.4142135623730951},"325":{"tf":1.0},"333":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.4142135623730951},"511":{"tf":1.0},"541":{"tf":1.0},"585":{"tf":1.0},"627":{"tf":1.0},"671":{"tf":1.0}},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"111":{"tf":1.7320508075688772},"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.4142135623730951},"242":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"525":{"tf":2.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"88":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"325":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"585":{"tf":1.0},"687":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.4142135623730951},"468":{"tf":1.0},"505":{"tf":1.7320508075688772}}}}}},"c":{"df":1,"docs":{"621":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"1":{"6":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"359":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"623":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"1":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"1":{"df":1,"docs":{"370":{"tf":1.0}}},"2":{"df":1,"docs":{"374":{"tf":1.0}}},"3":{"df":1,"docs":{"381":{"tf":1.0}}},"4":{"df":1,"docs":{"382":{"tf":1.0}}},"5":{"df":1,"docs":{"382":{"tf":1.0}}},"6":{"df":1,"docs":{"382":{"tf":1.0}}},"7":{"df":1,"docs":{"384":{"tf":1.0}}},"8":{"df":1,"docs":{"385":{"tf":1.0}}},"9":{"df":1,"docs":{"391":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"2":{"df":1,"docs":{"564":{"tf":1.0}}},"3":{"df":1,"docs":{"564":{"tf":1.0}}},"4":{"df":1,"docs":{"565":{"tf":1.0}}},"5":{"df":1,"docs":{"565":{"tf":1.0}}},"6":{"df":1,"docs":{"566":{"tf":1.0}}},"7":{"df":1,"docs":{"444":{"tf":1.0}}},"8":{"df":1,"docs":{"472":{"tf":1.0}}},"9":{"df":1,"docs":{"486":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"496":{"tf":1.0}}},"3":{"df":1,"docs":{"524":{"tf":1.0}}},"4":{"df":1,"docs":{"524":{"tf":1.0}}},"5":{"df":1,"docs":{"587":{"tf":1.0}}},"df":1,"docs":{"335":{"tf":1.0}}},"4":{"df":1,"docs":{"335":{"tf":1.0}}},"5":{"df":1,"docs":{"336":{"tf":1.0}}},"6":{"df":1,"docs":{"338":{"tf":1.0}}},"7":{"df":1,"docs":{"339":{"tf":1.0}}},"8":{"df":1,"docs":{"339":{"tf":1.0}}},"9":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"1":{"df":1,"docs":{"494":{"tf":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":{"162":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":53,"docs":{"11":{"tf":1.0},"14":{"tf":1.0},"286":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"9":{"tf":1.4142135623730951}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":5,"docs":{"178":{"tf":1.4142135623730951},"188":{"tf":1.0},"251":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.6457513110645907},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.8284271247461903},"2":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"4":{"tf":1.0},"514":{"tf":1.0},"747":{"tf":2.0},"748":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.0},"499":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"188":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":3.605551275463989},"254":{"tf":1.0},"532":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"514":{"tf":1.0},"664":{"tf":1.0},"77":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"664":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"254":{"tf":1.4142135623730951},"332":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":39,"docs":{"111":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"194":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"39":{"tf":1.4142135623730951},"390":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":2.0},"587":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"645":{"tf":1.0},"65":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"70":{"tf":1.7320508075688772},"711":{"tf":1.4142135623730951},"713":{"tf":1.0},"78":{"tf":3.7416573867739413},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"276":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.4142135623730951},"613":{"tf":1.0},"724":{"tf":1.0}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}}}},"t":{"df":0,"docs":{},"´":{"df":4,"docs":{"230":{"tf":1.0},"239":{"tf":1.0},"254":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"740":{"tf":1.0}}}},"i":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"249":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"390":{"tf":1.0},"672":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"244":{"tf":1.0},"249":{"tf":1.7320508075688772},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"446":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"338":{"tf":1.0},"717":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":30,"docs":{"14":{"tf":1.0},"188":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":2.6457513110645907},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":3.0},"343":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":2.6457513110645907},"398":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.4142135623730951},"687":{"tf":1.0},"727":{"tf":1.0},"743":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"372":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"111":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"395":{"tf":1.0},"513":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"613":{"tf":1.0}}}}}}}}},"u":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":16,"docs":{"286":{"tf":1.0},"292":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":33,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"405":{"tf":1.0},"466":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"557":{"tf":1.0},"585":{"tf":1.4142135623730951},"599":{"tf":1.0},"606":{"tf":1.4142135623730951},"627":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.4142135623730951},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"729":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}}},"r":{"df":5,"docs":{"254":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":2.449489742783178},"450":{"tf":1.4142135623730951},"664":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"138":{"tf":1.7320508075688772},"273":{"tf":1.0},"367":{"tf":1.0},"377":{"tf":1.4142135623730951},"378":{"tf":1.0},"513":{"tf":1.4142135623730951},"653":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.7320508075688772},"734":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":3.4641016151377544}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"428":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"544":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.6457513110645907},"250":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"108":{"tf":1.4142135623730951},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"281":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"747":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"45":{"tf":1.0},"748":{"tf":1.0}}}}}}},"p":{"df":7,"docs":{"149":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"391":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"508":{"tf":1.0}}},"k":{"df":14,"docs":{"23":{"tf":1.0},"368":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":2.23606797749979},"393":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0},"736":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"127":{"tf":2.0},"142":{"tf":2.0},"747":{"tf":3.4641016151377544},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"254":{"tf":1.0},"293":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"481":{"tf":1.0},"669":{"tf":1.0},"736":{"tf":1.0}},"t":{"df":3,"docs":{"329":{"tf":1.0},"452":{"tf":1.0},"601":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"162":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.7320508075688772},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.0},"623":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"323":{"tf":1.0},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"580":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"486":{"tf":2.6457513110645907},"487":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"77":{"tf":1.4142135623730951}}}}}}}}},"c":{"df":3,"docs":{"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"364":{"tf":1.0},"729":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":42,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":2.0},"239":{"tf":2.0},"249":{"tf":3.605551275463989},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"362":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"476":{"tf":2.0},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.23606797749979},"525":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":1.7320508075688772},"710":{"tf":1.0}}}}}}},"i":{"df":7,"docs":{"281":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"729":{"tf":1.0},"741":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"392":{"tf":1.0},"575":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"469":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.0},"560":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"703":{"tf":2.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.0}}}}},"s":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}},"r":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"_":{"1":{"df":1,"docs":{"209":{"tf":1.0}}},"2":{"df":1,"docs":{"209":{"tf":1.0}}},"3":{"df":1,"docs":{"224":{"tf":1.0}}},"4":{"df":1,"docs":{"230":{"tf":1.0}}},"5":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":63,"docs":{"116":{"tf":1.0},"121":{"tf":1.4142135623730951},"138":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":2.23606797749979},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.4142135623730951},"186":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"189":{"tf":1.0},"192":{"tf":1.0},"194":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"206":{"tf":1.0},"210":{"tf":1.0},"211":{"tf":1.0},"214":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"219":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"247":{"tf":2.23606797749979},"248":{"tf":1.4142135623730951},"251":{"tf":2.0},"254":{"tf":1.0},"255":{"tf":1.0},"256":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"680":{"tf":1.0},"7":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"12":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"629":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"233":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.7320508075688772},"336":{"tf":1.4142135623730951},"341":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"396":{"tf":1.0},"448":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"522":{"tf":1.0},"699":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"514":{"tf":2.0}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":46,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"373":{"tf":1.0},"426":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"533":{"tf":1.4142135623730951},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"569":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":2.23606797749979},"619":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"705":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"20":{"tf":1.0},"209":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.0},"738":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{".":{"df":1,"docs":{"747":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"178":{"tf":1.0},"200":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"d":{"df":14,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":2.449489742783178},"265":{"tf":1.0},"266":{"tf":1.0},"281":{"tf":1.4142135623730951},"366":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"547":{"tf":1.0},"593":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":2.0}},"e":{"df":0,"docs":{},"s":{"c":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"277":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"524":{"tf":1.0},"621":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"9":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"3":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":73,"docs":{"117":{"tf":1.7320508075688772},"19":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.7320508075688772},"303":{"tf":1.0},"307":{"tf":1.0},"318":{"tf":1.4142135623730951},"319":{"tf":1.0},"32":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.7320508075688772},"398":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"423":{"tf":1.0},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.0},"452":{"tf":1.7320508075688772},"463":{"tf":1.0},"466":{"tf":1.0},"497":{"tf":1.4142135623730951},"501":{"tf":1.4142135623730951},"505":{"tf":1.0},"506":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.0},"567":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.4142135623730951},"685":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.0},"732":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":5,"docs":{"235":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"547":{"tf":1.0},"569":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{")":{"1":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"529":{"tf":1.0},"540":{"tf":1.7320508075688772}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"393":{"tf":1.0}}}}}},"df":1,"docs":{"429":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"368":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"360":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"254":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0},"606":{"tf":1.0},"619":{"tf":1.0}}}}},"r":{"df":22,"docs":{"122":{"tf":1.0},"125":{"tf":1.4142135623730951},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.4142135623730951},"149":{"tf":2.449489742783178},"178":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"566":{"tf":1.0},"639":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"723":{"tf":1.0},"725":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"374":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"230":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"345":{"tf":2.0},"359":{"tf":4.69041575982343},"360":{"tf":2.23606797749979},"366":{"tf":1.0},"748":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"637":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"234":{"tf":1.7320508075688772},"281":{"tf":1.0},"349":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"714":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":66,"docs":{"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"324":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"380":{"tf":2.449489742783178},"381":{"tf":4.123105625617661},"382":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":2.6457513110645907},"392":{"tf":3.0},"445":{"tf":1.0},"452":{"tf":1.0},"458":{"tf":2.23606797749979},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"508":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":2.0},"582":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"711":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":2.0},"747":{"tf":1.7320508075688772},"748":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"225":{"tf":1.0},"359":{"tf":1.0},"426":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"343":{"tf":1.0},"356":{"tf":1.0},"496":{"tf":1.0},"547":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"296":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.0}}}},"o":{"a":{"d":{"df":3,"docs":{"354":{"tf":1.7320508075688772},"585":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"395":{"tf":1.0},"738":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":30,"docs":{"230":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"375":{"tf":1.0},"587":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0}}}},"df":0,"docs":{}},"df":45,"docs":{"111":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"254":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":2.0},"384":{"tf":1.0},"397":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"474":{"tf":1.0},"502":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"631":{"tf":1.4142135623730951},"655":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"139":{"tf":1.0},"284":{"tf":1.0},"366":{"tf":1.0},"625":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"s":{"/":{"df":0,"docs":{},"k":{"b":{"/":{"2":{"9":{"9":{"9":{"2":{"2":{"6":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"g":{"df":20,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"32":{"tf":1.0},"373":{"tf":1.4142135623730951},"468":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"639":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0}}}},"df":290,"docs":{"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"126":{"tf":1.4142135623730951},"127":{"tf":4.242640687119285},"128":{"tf":2.449489742783178},"129":{"tf":1.7320508075688772},"130":{"tf":2.0},"131":{"tf":1.7320508075688772},"132":{"tf":1.7320508075688772},"133":{"tf":1.7320508075688772},"134":{"tf":1.0},"135":{"tf":1.7320508075688772},"136":{"tf":2.23606797749979},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"139":{"tf":1.7320508075688772},"14":{"tf":1.7320508075688772},"140":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.449489742783178},"15":{"tf":1.7320508075688772},"151":{"tf":1.0},"16":{"tf":2.449489742783178},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":1.7320508075688772},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"184":{"tf":1.0},"186":{"tf":1.4142135623730951},"188":{"tf":1.0},"189":{"tf":1.4142135623730951},"191":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.0},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":2.23606797749979},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"255":{"tf":1.0},"256":{"tf":1.0},"257":{"tf":1.4142135623730951},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"279":{"tf":1.0},"281":{"tf":2.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":2.23606797749979},"355":{"tf":1.7320508075688772},"357":{"tf":1.0},"359":{"tf":3.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":2.449489742783178},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"385":{"tf":2.23606797749979},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"399":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"432":{"tf":1.7320508075688772},"434":{"tf":1.4142135623730951},"444":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"469":{"tf":2.0},"473":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":2.449489742783178},"511":{"tf":2.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"517":{"tf":2.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.7320508075688772},"540":{"tf":1.0},"541":{"tf":2.0},"543":{"tf":1.4142135623730951},"547":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"566":{"tf":1.4142135623730951},"57":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"578":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":2.0},"659":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"68":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.7320508075688772},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":2.6457513110645907},"715":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":2.6457513110645907},"727":{"tf":1.4142135623730951},"730":{"tf":2.0},"738":{"tf":1.4142135623730951},"740":{"tf":1.7320508075688772},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":2.0},"91":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"438":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":69,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"14":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"186":{"tf":1.4142135623730951},"221":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"246":{"tf":1.0},"339":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.7320508075688772},"389":{"tf":1.0},"413":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.7320508075688772},"441":{"tf":1.7320508075688772},"442":{"tf":1.4142135623730951},"45":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"475":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":2.0},"519":{"tf":2.449489742783178},"520":{"tf":2.449489742783178},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"559":{"tf":1.0},"566":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.0},"665":{"tf":1.4142135623730951},"667":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.4142135623730951},"7":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.4142135623730951},"748":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}},"s":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"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":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"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":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"470":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"476":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":3,"docs":{"508":{"tf":1.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"349":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"462":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"1":{"6":{"df":3,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"608":{"tf":1.0}}},"df":6,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.7320508075688772},"613":{"tf":1.0},"748":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"359":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{".":{"0":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"8":{".":{"1":{"0":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"0":{".":{"1":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"3":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"5":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"9":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"102":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"0":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"101":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":34,"docs":{"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"365":{"tf":1.0},"391":{"tf":1.0},"41":{"tf":1.4142135623730951},"462":{"tf":1.0},"467":{"tf":1.0},"486":{"tf":1.0},"557":{"tf":1.0},"591":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"701":{"tf":1.0},"711":{"tf":2.0},"88":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":51,"docs":{"234":{"tf":2.23606797749979},"235":{"tf":2.449489742783178},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":3.4641016151377544},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"269":{"tf":1.4142135623730951},"338":{"tf":1.0},"342":{"tf":1.0},"367":{"tf":2.0},"368":{"tf":1.7320508075688772},"369":{"tf":2.449489742783178},"370":{"tf":2.0},"372":{"tf":2.23606797749979},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"378":{"tf":2.23606797749979},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"447":{"tf":1.7320508075688772},"463":{"tf":1.0},"473":{"tf":1.0},"480":{"tf":1.0},"486":{"tf":2.6457513110645907},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"502":{"tf":1.0},"508":{"tf":2.449489742783178},"513":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.4142135623730951},"533":{"tf":2.0},"572":{"tf":1.4142135623730951},"582":{"tf":1.0},"608":{"tf":1.4142135623730951},"655":{"tf":1.0},"657":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":1.4142135623730951},"703":{"tf":2.8284271247461903},"727":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":2.8284271247461903}}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"225":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.0},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"562":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"339":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"703":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"238":{"tf":2.0},"447":{"tf":1.4142135623730951},"55":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"\"":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"366":{"tf":1.7320508075688772},"691":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"21":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"465":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"91":{"tf":1.0}}},"s":{"a":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"351":{"tf":1.0}}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"=":{"\"":{"1":{".":{"0":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":116,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":2.23606797749979},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"275":{"tf":1.0},"276":{"tf":2.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.23606797749979},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"364":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"395":{"tf":1.0},"428":{"tf":1.0},"436":{"tf":1.0},"46":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.0},"589":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":5.477225575051661},"605":{"tf":1.0},"606":{"tf":1.4142135623730951},"607":{"tf":1.0},"608":{"tf":1.4142135623730951},"609":{"tf":1.0},"610":{"tf":1.4142135623730951},"611":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":2.449489742783178},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":1.7320508075688772},"620":{"tf":1.0},"621":{"tf":2.449489742783178},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.4142135623730951},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.4142135623730951},"638":{"tf":1.0},"639":{"tf":1.7320508075688772},"640":{"tf":1.0},"641":{"tf":2.0},"642":{"tf":1.0},"643":{"tf":1.7320508075688772},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.4142135623730951},"654":{"tf":1.0},"655":{"tf":1.7320508075688772},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.7320508075688772},"692":{"tf":1.4142135623730951},"696":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.0},"705":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.7320508075688772},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"724":{"tf":3.605551275463989},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"730":{"tf":2.23606797749979},"738":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":29,"docs":{"145":{"tf":1.7320508075688772},"249":{"tf":1.0},"354":{"tf":2.23606797749979},"373":{"tf":1.7320508075688772},"386":{"tf":1.0},"397":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"449":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"549":{"tf":1.0},"557":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"580":{"tf":1.0},"619":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":3.0},"246":{"tf":1.0},"336":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"w":{"df":34,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.6457513110645907},"316":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":2.0},"488":{"tf":1.0},"493":{"tf":1.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.7320508075688772},"541":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"643":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"70":{"tf":1.7320508075688772},"711":{"tf":1.0},"78":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":22,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"4":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"525":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"748":{"tf":2.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"230":{"tf":1.0},"368":{"tf":1.4142135623730951},"438":{"tf":1.0},"466":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":2,"docs":{"512":{"tf":1.0},"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"437":{"tf":1.0},"441":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.0},"230":{"tf":1.0},"318":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.7320508075688772},"397":{"tf":1.0},"423":{"tf":1.0},"49":{"tf":1.7320508075688772},"562":{"tf":1.0},"585":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":2.0}}}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"469":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"*":{"*":{")":{"&":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.449489742783178},"252":{"tf":2.23606797749979},"253":{"tf":2.0},"254":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":2.6457513110645907},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"590":{"tf":1.0},"623":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"491":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"72":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"_":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"623":{"tf":1.0}},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":2.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"3":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.0}}}}},"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":1,"docs":{"226":{"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":{},"m":{"d":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"268":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":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":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"230":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":5,"docs":{"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"619":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"149":{"tf":1.4142135623730951},"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"59":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"530":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"276":{"tf":1.0},"623":{"tf":1.0}}}}},"df":16,"docs":{"39":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"276":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":3,"docs":{"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"238":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"450":{"tf":1.0},"681":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"498":{"tf":1.0}}},"3":{"df":1,"docs":{"522":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"606":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"344":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"249":{"tf":2.0},"344":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"606":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"504":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"546":{"tf":1.4142135623730951}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"508":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"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":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"551":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"589":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"585":{"tf":1.0},"587":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"543":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"549":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"580":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"513":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"583":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"589":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"*":{")":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"239":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"633":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"123":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":452,"docs":{"0":{"tf":1.0},"1":{"tf":2.23606797749979},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"103":{"tf":1.7320508075688772},"104":{"tf":2.23606797749979},"106":{"tf":1.4142135623730951},"107":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"11":{"tf":2.449489742783178},"110":{"tf":2.0},"111":{"tf":1.7320508075688772},"112":{"tf":1.4142135623730951},"113":{"tf":2.23606797749979},"114":{"tf":1.4142135623730951},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.0},"12":{"tf":2.6457513110645907},"122":{"tf":2.449489742783178},"123":{"tf":2.23606797749979},"124":{"tf":2.0},"125":{"tf":1.4142135623730951},"127":{"tf":3.872983346207417},"128":{"tf":2.23606797749979},"129":{"tf":2.23606797749979},"13":{"tf":2.8284271247461903},"130":{"tf":1.4142135623730951},"131":{"tf":1.7320508075688772},"132":{"tf":1.4142135623730951},"133":{"tf":2.23606797749979},"134":{"tf":1.0},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"137":{"tf":1.4142135623730951},"138":{"tf":2.23606797749979},"139":{"tf":1.0},"14":{"tf":3.0},"141":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":2.6457513110645907},"145":{"tf":2.8284271247461903},"146":{"tf":2.23606797749979},"147":{"tf":1.7320508075688772},"148":{"tf":2.23606797749979},"149":{"tf":2.6457513110645907},"15":{"tf":2.449489742783178},"150":{"tf":3.7416573867739413},"151":{"tf":2.0},"152":{"tf":2.0},"153":{"tf":1.4142135623730951},"154":{"tf":2.0},"155":{"tf":3.0},"156":{"tf":3.0},"157":{"tf":2.449489742783178},"158":{"tf":2.0},"159":{"tf":1.4142135623730951},"16":{"tf":2.0},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.6457513110645907},"163":{"tf":2.8284271247461903},"165":{"tf":1.4142135623730951},"17":{"tf":3.1622776601683795},"172":{"tf":1.4142135623730951},"173":{"tf":2.0},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"178":{"tf":3.1622776601683795},"18":{"tf":1.7320508075688772},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"188":{"tf":1.0},"19":{"tf":3.0},"190":{"tf":2.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"207":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"215":{"tf":2.0},"216":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":3.4641016151377544},"226":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":2.0},"23":{"tf":1.0},"230":{"tf":2.8284271247461903},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.4142135623730951},"255":{"tf":1.0},"26":{"tf":1.0},"262":{"tf":3.0},"263":{"tf":2.8284271247461903},"264":{"tf":2.8284271247461903},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":2.23606797749979},"27":{"tf":1.0},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.7320508075688772},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"289":{"tf":1.0},"29":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"294":{"tf":1.4142135623730951},"295":{"tf":1.4142135623730951},"296":{"tf":1.7320508075688772},"297":{"tf":1.4142135623730951},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.4142135623730951},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.3166247903554},"330":{"tf":3.3166247903554},"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"34":{"tf":2.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":2.8284271247461903},"348":{"tf":1.0},"35":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"355":{"tf":1.7320508075688772},"356":{"tf":1.0},"358":{"tf":1.4142135623730951},"36":{"tf":1.7320508075688772},"361":{"tf":1.7320508075688772},"362":{"tf":1.4142135623730951},"363":{"tf":2.449489742783178},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":1.7320508075688772},"371":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.4142135623730951},"38":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":2.0},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":2.449489742783178},"39":{"tf":1.0},"390":{"tf":1.7320508075688772},"394":{"tf":1.0},"399":{"tf":1.7320508075688772},"4":{"tf":2.0},"40":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.7320508075688772},"419":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"438":{"tf":1.0},"44":{"tf":1.7320508075688772},"443":{"tf":1.4142135623730951},"444":{"tf":2.449489742783178},"445":{"tf":2.23606797749979},"446":{"tf":1.4142135623730951},"447":{"tf":2.0},"448":{"tf":1.0},"45":{"tf":1.0},"451":{"tf":2.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"47":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":1.7320508075688772},"483":{"tf":1.0},"484":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":2.0},"509":{"tf":1.0},"51":{"tf":1.0},"510":{"tf":1.7320508075688772},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":1.7320508075688772},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"562":{"tf":1.7320508075688772},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"57":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"58":{"tf":1.0},"580":{"tf":1.0},"581":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.7320508075688772},"598":{"tf":1.0},"6":{"tf":2.8284271247461903},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":2.0},"607":{"tf":1.0},"608":{"tf":2.0},"609":{"tf":1.0},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":2.0},"620":{"tf":1.0},"621":{"tf":2.23606797749979},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":2.6457513110645907},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":2.0},"632":{"tf":1.0},"633":{"tf":2.0},"634":{"tf":1.0},"635":{"tf":2.23606797749979},"636":{"tf":1.0},"637":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":2.449489742783178},"640":{"tf":1.0},"641":{"tf":3.3166247903554},"642":{"tf":1.0},"643":{"tf":3.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.449489742783178},"648":{"tf":1.0},"649":{"tf":2.0},"650":{"tf":1.0},"651":{"tf":2.23606797749979},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":3.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":2.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"679":{"tf":1.0},"68":{"tf":2.6457513110645907},"688":{"tf":1.0},"69":{"tf":1.4142135623730951},"690":{"tf":4.123105625617661},"691":{"tf":2.6457513110645907},"692":{"tf":2.8284271247461903},"693":{"tf":2.449489742783178},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":2.0},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.23606797749979},"70":{"tf":2.8284271247461903},"701":{"tf":2.23606797749979},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":2.449489742783178},"705":{"tf":1.0},"708":{"tf":1.4142135623730951},"71":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.0},"714":{"tf":2.23606797749979},"715":{"tf":4.0},"716":{"tf":1.7320508075688772},"717":{"tf":2.23606797749979},"718":{"tf":1.7320508075688772},"719":{"tf":2.6457513110645907},"720":{"tf":1.7320508075688772},"721":{"tf":2.6457513110645907},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.0},"732":{"tf":1.0},"74":{"tf":1.0},"745":{"tf":2.0},"746":{"tf":1.4142135623730951},"747":{"tf":1.7320508075688772},"748":{"tf":2.23606797749979},"76":{"tf":1.0},"78":{"tf":1.7320508075688772},"79":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772},"80":{"tf":2.449489742783178},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"84":{"tf":3.1622776601683795},"85":{"tf":1.0},"87":{"tf":1.4142135623730951},"88":{"tf":1.0},"9":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.7320508075688772},"98":{"tf":3.1622776601683795},"99":{"tf":2.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"7":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"]":{".":{"[":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":2,"docs":{"240":{"tf":1.0},"243":{"tf":1.0}}}}}}}}},"4":{"df":6,"docs":{"117":{"tf":1.0},"284":{"tf":1.4142135623730951},"530":{"tf":1.0},"55":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":1,"docs":{"627":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":63,"docs":{"116":{"tf":2.23606797749979},"117":{"tf":2.0},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"120":{"tf":1.4142135623730951},"121":{"tf":2.0},"149":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.4142135623730951},"17":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.4142135623730951},"186":{"tf":1.7320508075688772},"194":{"tf":1.4142135623730951},"225":{"tf":1.0},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"246":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.4142135623730951},"281":{"tf":1.0},"282":{"tf":1.0},"283":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.4142135623730951},"524":{"tf":1.0},"529":{"tf":1.4142135623730951},"535":{"tf":1.0},"539":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"641":{"tf":2.0},"643":{"tf":2.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"689":{"tf":1.0},"7":{"tf":1.4142135623730951},"748":{"tf":1.0},"88":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"i":{"df":3,"docs":{"140":{"tf":1.0},"393":{"tf":1.4142135623730951},"705":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"536":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":1,"docs":{"226":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"163":{"tf":1.0},"165":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"610":{"tf":1.0},"637":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"352":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":4,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"637":{"tf":1.0}}}},"w":{"6":{"4":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":38,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.7320508075688772},"361":{"tf":1.0},"391":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"468":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.0},"48":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":2.8284271247461903},"510":{"tf":1.0},"511":{"tf":2.0},"536":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"547":{"tf":1.0},"560":{"tf":1.0},"574":{"tf":1.0},"643":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"726":{"tf":1.0},"729":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":11,"docs":{"368":{"tf":1.0},"374":{"tf":1.0},"405":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":2.0},"608":{"tf":2.0},"615":{"tf":1.0},"619":{"tf":1.0},"78":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"a":{"b":{"df":8,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":61,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"350":{"tf":1.4142135623730951},"359":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"490":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"606":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":1,"docs":{"162":{"tf":1.0}},"e":{"b":{"df":3,"docs":{"162":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"128":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":12,"docs":{"16":{"tf":1.0},"170":{"tf":1.0},"342":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.0},"469":{"tf":1.0},"487":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"_":{"1":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"2":{"df":1,"docs":{"63":{"tf":1.0}}},"3":{"df":1,"docs":{"64":{"tf":1.0}}},"4":{"df":1,"docs":{"66":{"tf":1.0}}},"5":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}},"6":{"df":1,"docs":{"70":{"tf":1.0}}},"7":{"df":1,"docs":{"75":{"tf":1.0}}},"8":{"df":1,"docs":{"75":{"tf":1.0}}},"9":{"df":1,"docs":{"75":{"tf":1.0}}},"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"1":{"df":1,"docs":{"77":{"tf":1.0}}},"2":{"df":1,"docs":{"78":{"tf":1.0}}},"3":{"df":1,"docs":{"79":{"tf":1.0}}},"4":{"df":1,"docs":{"81":{"tf":1.0}}},"5":{"df":1,"docs":{"82":{"tf":1.0}}},"6":{"df":1,"docs":{"83":{"tf":1.0}}},"7":{"df":1,"docs":{"83":{"tf":1.0}}},"8":{"df":1,"docs":{"84":{"tf":1.0}}},"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{"df":1,"docs":{"88":{"tf":1.0}}},"5":{"df":1,"docs":{"117":{"tf":1.0}}},"6":{"df":1,"docs":{"118":{"tf":1.0}}},"7":{"df":1,"docs":{"119":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"62":{"tf":1.0}}},"4":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}},"5":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}},"7":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"14":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"321":{"tf":1.0},"359":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"574":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"739":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"606":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"641":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"d":{"b":{"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":86,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.4142135623730951},"172":{"tf":1.4142135623730951},"174":{"tf":1.0},"177":{"tf":3.0},"178":{"tf":1.4142135623730951},"180":{"tf":1.0},"198":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.4142135623730951},"221":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.449489742783178},"230":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"39":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":2.0},"425":{"tf":1.0},"427":{"tf":2.23606797749979},"428":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"434":{"tf":1.7320508075688772},"437":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":2.0},"488":{"tf":1.0},"49":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.0},"557":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"606":{"tf":1.0},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.449489742783178},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"701":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.4142135623730951},"713":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0},"75":{"tf":2.0},"78":{"tf":1.4142135623730951},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.0}},"s":{"df":0,"docs":{},"x":{"df":1,"docs":{"538":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"x":{"6":{"4":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":7,"docs":{"355":{"tf":1.0},"359":{"tf":1.0},"371":{"tf":1.0},"427":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"631":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"705":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"450":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"208":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"373":{"tf":1.7320508075688772},"390":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.0},"450":{"tf":1.0},"551":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"683":{"tf":1.0},"684":{"tf":1.0},"732":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"430":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"242":{"tf":1.0},"525":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":60,"docs":{"103":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":1.0},"264":{"tf":1.0},"300":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"470":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.0},"511":{"tf":1.0},"529":{"tf":1.0},"531":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.4142135623730951},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"680":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"88":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":13,"docs":{"286":{"tf":1.0},"294":{"tf":1.0},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"685":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"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":1,"docs":{"366":{"tf":1.0}}}}}}}}},"df":9,"docs":{"1":{"tf":1.0},"12":{"tf":1.0},"193":{"tf":1.0},"279":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0}},"’":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"339":{"tf":1.0},"368":{"tf":1.0},"501":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":51,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.4142135623730951},"109":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"249":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.4142135623730951},"33":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"46":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"629":{"tf":1.7320508075688772},"631":{"tf":2.8284271247461903},"633":{"tf":2.0},"635":{"tf":2.0},"637":{"tf":2.449489742783178},"639":{"tf":2.449489742783178},"641":{"tf":2.0},"643":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.4142135623730951},"655":{"tf":1.7320508075688772},"691":{"tf":1.0},"98":{"tf":2.449489742783178},"99":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"174":{"tf":1.0},"188":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.0},"436":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"496":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"596":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"575":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0},"743":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":5,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"241":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"6":{"4":{"df":5,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"428":{"tf":2.8284271247461903},"608":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"6":{")":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"6":{"4":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.23606797749979},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"171":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"649":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":17,"docs":{"114":{"tf":1.0},"169":{"tf":1.0},"213":{"tf":1.7320508075688772},"222":{"tf":1.0},"230":{"tf":1.0},"49":{"tf":1.4142135623730951},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":2.23606797749979},"39":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"502":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":2.0},"520":{"tf":2.0},"525":{"tf":1.4142135623730951},"530":{"tf":1.0},"539":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":11,"docs":{"117":{"tf":1.0},"424":{"tf":1.0},"430":{"tf":1.0},"45":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"517":{"tf":2.0},"621":{"tf":2.0},"653":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"519":{"tf":1.0}}},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":2.449489742783178},"519":{"tf":2.6457513110645907},"520":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":4,"docs":{"437":{"tf":1.0},"440":{"tf":1.0},"512":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{":":{":":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}},"y":{"1":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"363":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":11,"docs":{"674":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"695":{"tf":1.0},"706":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0},"744":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"369":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"251":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":11,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"338":{"tf":1.0},"478":{"tf":1.4142135623730951},"496":{"tf":2.0},"580":{"tf":1.0},"59":{"tf":1.0},"674":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"165":{"tf":1.0},"619":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"566":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}}}}},"breadcrumbs":{"root":{"0":{")":{"4":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"1":{",":{"2":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"0":{"0":{"0":{"0":{"0":{"1":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"502":{"tf":1.0}}},"1":{"df":1,"docs":{"528":{"tf":1.0}}},"4":{"df":0,"docs":{},"f":{"df":1,"docs":{"572":{"tf":1.0}}}},"5":{"df":2,"docs":{"234":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"df":0,"docs":{},"f":{"df":3,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}},"0":{"1":{"1":{"df":3,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"472":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":2,"docs":{"15":{"tf":1.0},"18":{"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":{}},"6":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"8":{"df":0,"docs":{},"x":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":44,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":3.0},"238":{"tf":2.23606797749979},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"249":{"tf":3.1622776601683795},"252":{"tf":3.3166247903554},"253":{"tf":2.0},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.7320508075688772},"260":{"tf":1.0},"261":{"tf":1.0},"269":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"366":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"470":{"tf":1.4142135623730951},"478":{"tf":1.0},"486":{"tf":2.6457513110645907},"491":{"tf":1.7320508075688772},"508":{"tf":3.872983346207417},"511":{"tf":3.7416573867739413},"525":{"tf":2.0},"538":{"tf":1.0},"552":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.4142135623730951},"600":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0},"691":{"tf":2.23606797749979},"703":{"tf":1.0}},"u":{"df":1,"docs":{"250":{"tf":1.0}}},"x":{"0":{"3":{"df":1,"docs":{"472":{"tf":1.0}}},"df":0,"docs":{}},"1":{"0":{"d":{"a":{"5":{"4":{"d":{"2":{"df":1,"docs":{"88":{"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":{"a":{"0":{"c":{"c":{"2":{"6":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"1":{"0":{"d":{"df":0,"docs":{},"e":{"7":{"df":0,"docs":{},"f":{"8":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"9":{"3":{"5":{"a":{"1":{"8":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"5":{"4":{"a":{"df":0,"docs":{},"f":{"5":{"2":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"0":{"0":{"6":{"8":{"d":{"4":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"7":{"6":{"1":{"df":0,"docs":{},"e":{"2":{"4":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"df":1,"docs":{"714":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"8":{"d":{"df":0,"docs":{},"e":{"9":{"2":{"2":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"1":{"df":0,"docs":{},"e":{"8":{"5":{"7":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"8":{"b":{"df":0,"docs":{},"f":{"b":{"3":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"9":{"9":{"3":{"3":{"0":{"9":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"0":{"b":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"c":{"b":{"0":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"9":{"d":{"b":{"b":{"d":{"6":{"4":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"1":{"2":{"5":{"c":{"3":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"8":{"8":{"9":{"6":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"1":{"7":{"c":{"d":{"5":{"df":0,"docs":{},"f":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"7":{"c":{"4":{"0":{"a":{"4":{"c":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"1":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{".":{"df":0,"docs":{},"n":{"df":1,"docs":{"436":{"tf":1.4142135623730951}}}},"0":{".":{"0":{".":{"1":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":11,"docs":{"234":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.4142135623730951},"447":{"tf":2.23606797749979},"467":{"tf":1.4142135623730951},"502":{"tf":1.0},"591":{"tf":1.4142135623730951},"625":{"tf":1.0}}},"1":{".":{"d":{"df":0,"docs":{},"t":{"d":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"/":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"/":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"3":{"2":{"df":1,"docs":{"73":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{".":{"0":{".":{"1":{"9":{"0":{"4":{"5":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"0":{"0":{".":{"0":{"df":1,"docs":{"88":{"tf":1.0}}},"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":{"df":1,"docs":{"645":{"tf":1.0}}},"3":{"df":2,"docs":{"49":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"6":{"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"/":{"1":{"1":{"df":1,"docs":{"428":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"0":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"df":2,"docs":{"157":{"tf":1.0},"252":{"tf":1.0}}},"2":{"4":{"df":2,"docs":{"544":{"tf":1.0},"671":{"tf":1.0}}},"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":14,"docs":{"127":{"tf":1.0},"137":{"tf":1.4142135623730951},"141":{"tf":1.0},"178":{"tf":1.0},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"29":{"tf":1.4142135623730951},"378":{"tf":1.0},"428":{"tf":1.0},"49":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"572":{"tf":1.0},"627":{"tf":1.4142135623730951}},"e":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}},"1":{".":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"138":{"tf":1.4142135623730951},"177":{"tf":1.0},"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"428":{"tf":1.7320508075688772},"49":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951}}},"2":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":1,"docs":{"508":{"tf":1.4142135623730951}}},"7":{"df":1,"docs":{"447":{"tf":1.0}}},"8":{")":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":4,"docs":{"508":{"tf":2.0},"511":{"tf":2.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.4142135623730951}}},"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":9,"docs":{"127":{"tf":1.0},"139":{"tf":1.4142135623730951},"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"608":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"140":{"tf":1.4142135623730951},"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"49":{"tf":1.0},"511":{"tf":1.7320508075688772},"59":{"tf":1.0}}},"4":{"df":7,"docs":{"127":{"tf":1.0},"141":{"tf":1.4142135623730951},"225":{"tf":1.0},"447":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"580":{"tf":1.0},"621":{"tf":1.0}}},"5":{"df":6,"docs":{"127":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.4142135623730951},"246":{"tf":1.0},"49":{"tf":1.0},"511":{"tf":1.7320508075688772}}},"6":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":9,"docs":{"127":{"tf":1.0},"143":{"tf":1.4142135623730951},"359":{"tf":2.449489742783178},"447":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"613":{"tf":1.0},"65":{"tf":1.0},"691":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951}}},"7":{"df":6,"docs":{"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"225":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"8":{",":{"7":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"5":{".":{"0":{"df":1,"docs":{"88":{"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":{"6":{"df":2,"docs":{"12":{"tf":1.0},"13":{"tf":1.0}}},"8":{"df":1,"docs":{"117":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":74,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"175":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"20":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":2.8284271247461903},"239":{"tf":2.6457513110645907},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"251":{"tf":1.0},"252":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":1.4142135623730951},"338":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":2.6457513110645907},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"502":{"tf":3.0},"508":{"tf":3.605551275463989},"510":{"tf":1.4142135623730951},"511":{"tf":4.123105625617661},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"533":{"tf":1.0},"546":{"tf":1.4142135623730951},"552":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.4142135623730951},"562":{"tf":1.0},"569":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":1.0},"608":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"639":{"tf":1.0}}}}},"2":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":9,"docs":{"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"446":{"tf":2.0},"447":{"tf":2.449489742783178},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"1":{"4":{"7":{".":{"4":{"8":{"3":{".":{"6":{"4":{"8":{"df":1,"docs":{"368":{"tf":1.0}}},"9":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"621":{"tf":1.0}}},"2":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"639":{"tf":1.0}}},"1":{"df":1,"docs":{"223":{"tf":1.0}}},"2":{"df":1,"docs":{"223":{"tf":1.0}}},"df":0,"docs":{}},"8":{".":{"1":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"1":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.0}}},"4":{"df":3,"docs":{"104":{"tf":1.0},"246":{"tf":1.0},"99":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":23,"docs":{"103":{"tf":1.7320508075688772},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"592":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"724":{"tf":1.4142135623730951},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}}}},"0":{".":{"0":{"4":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"3":{"df":3,"docs":{"117":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}},"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":3,"docs":{"604":{"tf":1.0},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"149":{"tf":1.0},"659":{"tf":1.0}}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"649":{"tf":1.0},"651":{"tf":1.0}}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":3,"docs":{"604":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":3,"docs":{"604":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"639":{"tf":1.0}}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"162":{"tf":1.0}}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":3,"docs":{"604":{"tf":1.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":3,"docs":{"604":{"tf":1.0},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":3,"docs":{"604":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":3,"docs":{"604":{"tf":1.0},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":3,"docs":{"604":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":3,"docs":{"604":{"tf":1.0},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"629":{"tf":1.0}}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.7320508075688772},"617":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":3,"docs":{"604":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":4,"docs":{"604":{"tf":1.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.7320508075688772},"610":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":8,"docs":{"147":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"221":{"tf":2.0},"49":{"tf":1.4142135623730951},"615":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":1.7320508075688772}}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":3,"docs":{"604":{"tf":1.0},"607":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":3,"docs":{"604":{"tf":1.0},"605":{"tf":1.7320508075688772},"606":{"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":3,"docs":{"141":{"tf":1.0},"225":{"tf":1.0},"621":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"4":{"7":{"4":{"8":{"3":{"6":{"4":{"7":{"df":1,"docs":{"366":{"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":{}},"2":{".":{"0":{"4":{"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.0}}},"df":0,"docs":{}},"2":{"df":1,"docs":{"29":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"0":{".":{"0":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"6":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}},"^":{"3":{"1":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"d":{"df":3,"docs":{"560":{"tf":1.0},"639":{"tf":1.0},"711":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":1,"docs":{"625":{"tf":1.0}}},"df":121,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":2.0},"150":{"tf":3.4641016151377544},"156":{"tf":1.4142135623730951},"16":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.7320508075688772},"190":{"tf":1.7320508075688772},"205":{"tf":1.0},"208":{"tf":1.4142135623730951},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"213":{"tf":1.4142135623730951},"214":{"tf":1.0},"217":{"tf":1.4142135623730951},"225":{"tf":1.7320508075688772},"227":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"249":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"262":{"tf":2.449489742783178},"263":{"tf":2.23606797749979},"264":{"tf":2.23606797749979},"265":{"tf":2.23606797749979},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":2.23606797749979},"269":{"tf":1.7320508075688772},"278":{"tf":1.0},"281":{"tf":1.4142135623730951},"296":{"tf":1.0},"30":{"tf":1.0},"33":{"tf":1.0},"344":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"444":{"tf":1.0},"46":{"tf":1.4142135623730951},"465":{"tf":1.0},"476":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":2.449489742783178},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":1.0},"520":{"tf":1.0},"525":{"tf":1.4142135623730951},"552":{"tf":1.0},"569":{"tf":1.0},"593":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":2.8284271247461903},"691":{"tf":2.449489742783178},"692":{"tf":2.23606797749979},"693":{"tf":2.23606797749979},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.7320508075688772},"699":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"725":{"tf":1.7320508075688772},"726":{"tf":1.7320508075688772},"732":{"tf":1.0},"78":{"tf":1.4142135623730951},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"3":{"+":{"7":{"+":{"0":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},",":{"5":{",":{"7":{"df":1,"docs":{"369":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{".":{"0":{"df":56,"docs":{"286":{"tf":2.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"368":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":2.0},"453":{"tf":2.23606797749979},"454":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.4142135623730951},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.7320508075688772},"478":{"tf":1.0},"479":{"tf":2.23606797749979},"480":{"tf":1.4142135623730951},"481":{"tf":1.4142135623730951},"482":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"484":{"tf":1.4142135623730951},"485":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"488":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"604":{"tf":1.0},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"704":{"tf":1.0}}},"1":{"df":13,"docs":{"286":{"tf":1.0},"300":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.7320508075688772},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"495":{"tf":1.4142135623730951},"573":{"tf":1.0},"604":{"tf":1.0},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772},"704":{"tf":1.0}}},"2":{"df":10,"docs":{"286":{"tf":1.0},"301":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"604":{"tf":1.0},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":2,"docs":{"171":{"tf":1.0},"661":{"tf":1.0}}},"1":{".":{"0":{"df":21,"docs":{"286":{"tf":1.7320508075688772},"302":{"tf":1.4142135623730951},"303":{"tf":1.4142135623730951},"304":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":1.7320508075688772},"495":{"tf":1.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.7320508075688772},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"604":{"tf":1.0},"654":{"tf":1.7320508075688772},"655":{"tf":1.7320508075688772},"696":{"tf":1.0}}},"df":0,"docs":{}},"5":{".":{"0":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":1,"docs":{"339":{"tf":1.0}}},"5":{".":{"0":{"df":38,"docs":{"286":{"tf":2.23606797749979},"305":{"tf":1.4142135623730951},"306":{"tf":1.4142135623730951},"307":{"tf":1.4142135623730951},"308":{"tf":1.4142135623730951},"309":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"452":{"tf":2.23606797749979},"506":{"tf":2.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"509":{"tf":2.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":1.4142135623730951},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"567":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"606":{"tf":1.0},"652":{"tf":1.7320508075688772},"653":{"tf":2.8284271247461903},"704":{"tf":1.0}}},"1":{"df":3,"docs":{"604":{"tf":1.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"648":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0}}},"6":{".":{"0":{"df":24,"docs":{"115":{"tf":1.0},"286":{"tf":1.4142135623730951},"310":{"tf":1.4142135623730951},"311":{"tf":1.4142135623730951},"452":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"604":{"tf":1.0},"646":{"tf":1.7320508075688772},"647":{"tf":2.0}}},"1":{"0":{"df":16,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"318":{"tf":1.4142135623730951},"423":{"tf":1.0},"427":{"tf":1.0},"443":{"tf":1.0},"452":{"tf":1.0},"561":{"tf":1.7320508075688772},"562":{"tf":1.4142135623730951},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"604":{"tf":1.0},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772}}},"1":{"df":13,"docs":{"225":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"579":{"tf":1.0},"604":{"tf":1.0},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772}}},"2":{"df":23,"docs":{"286":{"tf":2.0},"320":{"tf":1.4142135623730951},"321":{"tf":1.4142135623730951},"322":{"tf":1.4142135623730951},"323":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"451":{"tf":1.4142135623730951},"452":{"tf":2.0},"489":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0},"573":{"tf":1.7320508075688772},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.4142135623730951},"578":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.4142135623730951},"604":{"tf":1.0},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"626":{"tf":1.7320508075688772},"627":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"5":{"df":20,"docs":{"286":{"tf":2.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.4142135623730951},"314":{"tf":1.4142135623730951},"315":{"tf":1.4142135623730951},"452":{"tf":2.0},"545":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"547":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"550":{"tf":1.7320508075688772},"551":{"tf":1.4142135623730951},"552":{"tf":1.0},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"604":{"tf":1.0},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772}}},"6":{"df":9,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"604":{"tf":1.0},"642":{"tf":1.7320508075688772},"643":{"tf":1.7320508075688772}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"640":{"tf":1.7320508075688772},"641":{"tf":1.7320508075688772}}},"8":{"df":10,"docs":{"286":{"tf":1.0},"317":{"tf":1.4142135623730951},"452":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.4142135623730951},"560":{"tf":1.0},"604":{"tf":1.0},"638":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"724":{"tf":2.0}}},"9":{"df":4,"docs":{"604":{"tf":1.0},"636":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"649":{"tf":1.4142135623730951}}},"7":{".":{"0":{"df":20,"docs":{"286":{"tf":2.0},"324":{"tf":1.4142135623730951},"325":{"tf":1.4142135623730951},"326":{"tf":1.4142135623730951},"368":{"tf":1.0},"452":{"tf":2.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"584":{"tf":1.7320508075688772},"585":{"tf":1.4142135623730951},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"604":{"tf":1.0},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772}}},"1":{"df":4,"docs":{"604":{"tf":1.0},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772},"724":{"tf":1.0}}},"2":{"df":3,"docs":{"604":{"tf":1.0},"620":{"tf":1.7320508075688772},"621":{"tf":1.7320508075688772}}},"3":{"df":3,"docs":{"604":{"tf":1.0},"618":{"tf":1.7320508075688772},"619":{"tf":1.7320508075688772}}},"4":{"df":3,"docs":{"604":{"tf":1.0},"616":{"tf":1.7320508075688772},"617":{"tf":1.7320508075688772}}},"5":{".":{"0":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":16,"docs":{"265":{"tf":1.0},"286":{"tf":1.0},"327":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"452":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.4142135623730951},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"604":{"tf":1.0},"608":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":1.7320508075688772}}},"6":{"df":4,"docs":{"604":{"tf":1.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0}}},"7":{"df":3,"docs":{"604":{"tf":1.0},"609":{"tf":1.7320508075688772},"610":{"tf":1.7320508075688772}}},"8":{"df":4,"docs":{"364":{"tf":1.0},"604":{"tf":1.0},"607":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772}}},"9":{"df":12,"docs":{"328":{"tf":1.4142135623730951},"329":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.4142135623730951},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.7320508075688772},"604":{"tf":1.0},"605":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":2,"docs":{"589":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":2,"docs":{"641":{"tf":1.0},"724":{"tf":1.0}}}},"0":{"0":{"df":1,"docs":{"145":{"tf":1.0}}},"df":0,"docs":{}},"1":{"<":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"434":{"tf":2.23606797749979},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0}}}}},"df":14,"docs":{"188":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.449489742783178},"368":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"447":{"tf":2.8284271247461903},"615":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"714":{"tf":1.0}}},"5":{"df":1,"docs":{"145":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}},"df":13,"docs":{"162":{"tf":1.0},"18":{"tf":1.0},"19":{"tf":1.0},"29":{"tf":1.7320508075688772},"59":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0}}},"df":431,"docs":{"1":{"tf":2.23606797749979},"100":{"tf":2.0},"101":{"tf":2.0},"102":{"tf":2.0},"103":{"tf":1.7320508075688772},"104":{"tf":2.0},"105":{"tf":1.0},"106":{"tf":1.7320508075688772},"107":{"tf":2.0},"108":{"tf":1.0},"109":{"tf":1.7320508075688772},"11":{"tf":1.7320508075688772},"110":{"tf":2.23606797749979},"111":{"tf":1.7320508075688772},"112":{"tf":1.7320508075688772},"113":{"tf":2.449489742783178},"114":{"tf":1.7320508075688772},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":1.4142135623730951},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":2.449489742783178},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.449489742783178},"123":{"tf":1.4142135623730951},"124":{"tf":2.449489742783178},"125":{"tf":1.4142135623730951},"126":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.7320508075688772},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":2.6457513110645907},"145":{"tf":2.8284271247461903},"146":{"tf":2.0},"147":{"tf":2.23606797749979},"148":{"tf":2.0},"149":{"tf":2.23606797749979},"15":{"tf":2.0},"150":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"152":{"tf":1.7320508075688772},"153":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"155":{"tf":3.1622776601683795},"156":{"tf":3.1622776601683795},"157":{"tf":2.8284271247461903},"158":{"tf":2.449489742783178},"159":{"tf":1.4142135623730951},"16":{"tf":2.23606797749979},"160":{"tf":2.0},"161":{"tf":1.4142135623730951},"162":{"tf":2.6457513110645907},"163":{"tf":3.0},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":3.1622776601683795},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":2.8284271247461903},"18":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"19":{"tf":2.6457513110645907},"190":{"tf":1.7320508075688772},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"20":{"tf":1.7320508075688772},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.0},"206":{"tf":2.0},"207":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.0},"215":{"tf":2.0},"216":{"tf":1.7320508075688772},"218":{"tf":2.23606797749979},"219":{"tf":1.4142135623730951},"22":{"tf":2.0},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":3.0},"226":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"228":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"230":{"tf":3.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"25":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":2.449489742783178},"263":{"tf":2.449489742783178},"264":{"tf":2.6457513110645907},"265":{"tf":2.23606797749979},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":2.0},"269":{"tf":2.0},"27":{"tf":1.4142135623730951},"271":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":1.7320508075688772},"279":{"tf":2.0},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":2.8284271247461903},"287":{"tf":1.7320508075688772},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"3":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"31":{"tf":1.4142135623730951},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":1.7320508075688772},"33":{"tf":3.3166247903554},"330":{"tf":2.8284271247461903},"331":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"34":{"tf":2.449489742783178},"340":{"tf":2.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"35":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"358":{"tf":1.0},"36":{"tf":2.23606797749979},"364":{"tf":1.0},"365":{"tf":1.4142135623730951},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.7320508075688772},"37":{"tf":2.23606797749979},"370":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":1.7320508075688772},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"382":{"tf":1.0},"383":{"tf":1.7320508075688772},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"39":{"tf":1.7320508075688772},"390":{"tf":1.0},"399":{"tf":2.0},"4":{"tf":2.23606797749979},"40":{"tf":2.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.4142135623730951},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":2.0},"419":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"420":{"tf":1.4142135623730951},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"423":{"tf":1.7320508075688772},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"432":{"tf":2.0},"433":{"tf":1.7320508075688772},"434":{"tf":1.7320508075688772},"435":{"tf":1.7320508075688772},"436":{"tf":2.0},"437":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"44":{"tf":2.23606797749979},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.7320508075688772},"444":{"tf":2.449489742783178},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"45":{"tf":1.0},"451":{"tf":2.23606797749979},"458":{"tf":1.0},"46":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.0},"47":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"483":{"tf":1.0},"489":{"tf":1.0},"49":{"tf":1.0},"5":{"tf":1.4142135623730951},"50":{"tf":1.4142135623730951},"502":{"tf":2.8284271247461903},"506":{"tf":1.0},"507":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"513":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"52":{"tf":2.449489742783178},"520":{"tf":1.0},"53":{"tf":2.23606797749979},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":1.7320508075688772},"56":{"tf":1.4142135623730951},"562":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.7320508075688772},"575":{"tf":1.0},"579":{"tf":1.0},"58":{"tf":1.4142135623730951},"580":{"tf":1.0},"583":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.7320508075688772},"593":{"tf":1.0},"6":{"tf":2.8284271247461903},"60":{"tf":1.4142135623730951},"604":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.7320508075688772},"62":{"tf":1.4142135623730951},"621":{"tf":2.23606797749979},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":2.0},"637":{"tf":2.0},"639":{"tf":2.23606797749979},"64":{"tf":1.4142135623730951},"641":{"tf":3.1622776601683795},"643":{"tf":2.23606797749979},"645":{"tf":2.23606797749979},"647":{"tf":2.23606797749979},"649":{"tf":1.7320508075688772},"65":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"653":{"tf":1.7320508075688772},"655":{"tf":2.6457513110645907},"66":{"tf":1.4142135623730951},"662":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"670":{"tf":1.0},"679":{"tf":1.4142135623730951},"68":{"tf":2.6457513110645907},"69":{"tf":2.0},"690":{"tf":2.449489742783178},"691":{"tf":1.7320508075688772},"692":{"tf":2.0},"693":{"tf":2.23606797749979},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"699":{"tf":1.0},"7":{"tf":2.0},"70":{"tf":2.8284271247461903},"701":{"tf":2.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":2.0},"708":{"tf":1.7320508075688772},"71":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.0},"715":{"tf":3.605551275463989},"716":{"tf":1.7320508075688772},"717":{"tf":2.449489742783178},"718":{"tf":2.0},"719":{"tf":3.0},"72":{"tf":1.4142135623730951},"720":{"tf":2.23606797749979},"721":{"tf":2.8284271247461903},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.3166247903554},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"745":{"tf":2.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.7320508075688772},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"79":{"tf":1.7320508075688772},"8":{"tf":1.7320508075688772},"80":{"tf":2.449489742783178},"81":{"tf":2.0},"82":{"tf":2.0},"83":{"tf":1.4142135623730951},"84":{"tf":3.0},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":1.7320508075688772},"90":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.7320508075688772},"96":{"tf":2.449489742783178},"97":{"tf":2.449489742783178},"98":{"tf":2.6457513110645907},"99":{"tf":2.0}},"r":{"d":{"df":9,"docs":{"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"639":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"4":{"+":{"5":{"+":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"0":{"df":3,"docs":{"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"691":{"tf":1.0}}},"1":{".":{"2":{"df":1,"docs":{"704":{"tf":1.0}}},"df":0,"docs":{}},"0":{".":{"1":{"df":1,"docs":{"619":{"tf":1.0}}},"3":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"621":{"tf":1.0}}},"1":{".":{"1":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"615":{"tf":1.0}}},"2":{".":{"3":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"610":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"9":{"4":{".":{"9":{"6":{"7":{".":{"2":{"9":{"6":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}},"df":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":{"647":{"tf":1.4142135623730951},"659":{"tf":1.0},"704":{"tf":1.0}}},"3":{".":{"1":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"539":{"tf":1.0},"643":{"tf":1.0}}},"6":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.4142135623730951}}},"8":{"df":1,"docs":{"629":{"tf":1.0}}},"9":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"9":{"df":1,"docs":{"145":{"tf":1.0}}},"df":23,"docs":{"127":{"tf":1.0},"131":{"tf":1.4142135623730951},"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"240":{"tf":1.0},"245":{"tf":1.4142135623730951},"264":{"tf":1.0},"433":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"514":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.4142135623730951},"691":{"tf":1.0}}},"5":{".":{"1":{"df":2,"docs":{"473":{"tf":1.0},"474":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}},"5":{"df":1,"docs":{"706":{"tf":1.0}}},"df":0,"docs":{}},"0":{"df":2,"docs":{"623":{"tf":1.0},"741":{"tf":1.0}}},"7":{"df":0,"docs":{},"f":{"7":{"0":{"4":{"d":{"1":{"df":0,"docs":{},"f":{"a":{"9":{"7":{"4":{"d":{"6":{"6":{"8":{"0":{"8":{"3":{"df":0,"docs":{},"e":{"4":{"b":{"9":{"a":{"df":0,"docs":{},"f":{"5":{"8":{"1":{"d":{"2":{"3":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"127":{"tf":1.0},"132":{"tf":1.4142135623730951},"19":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"246":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"647":{"tf":1.0}}},"6":{".":{"0":{".":{"5":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{}},"df":2,"docs":{"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}},"4":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"368":{"tf":1.0},"39":{"tf":1.0},"434":{"tf":2.23606797749979},"617":{"tf":1.0},"641":{"tf":1.0},"69":{"tf":1.0}}}}},"df":12,"docs":{"130":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":2.449489742783178},"427":{"tf":2.0},"429":{"tf":1.0},"447":{"tf":2.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0}}},"d":{"b":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"127":{"tf":1.0},"133":{"tf":1.4142135623730951},"137":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"583":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"6":{"5":{"c":{"d":{"1":{"b":{"8":{"3":{"a":{"4":{"a":{"df":0,"docs":{},"f":{"4":{"8":{"0":{"a":{"a":{"7":{"9":{"2":{"9":{"a":{"df":0,"docs":{},"e":{"a":{"6":{"b":{"8":{"a":{"0":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"565":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"9":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"18":{"tf":1.0}}},"df":14,"docs":{"127":{"tf":1.0},"134":{"tf":1.4142135623730951},"19":{"tf":1.0},"258":{"tf":1.0},"26":{"tf":1.4142135623730951},"445":{"tf":1.0},"447":{"tf":2.0},"478":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}},"8":{".":{"1":{"df":3,"docs":{"49":{"tf":1.0},"608":{"tf":1.0},"641":{"tf":1.0}}},"3":{"df":1,"docs":{"49":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"e":{"8":{"d":{"df":0,"docs":{},"e":{"5":{"df":0,"docs":{},"f":{"9":{"2":{"5":{"5":{"4":{"df":0,"docs":{},"f":{"5":{"3":{"9":{"6":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"e":{"4":{"1":{"3":{"3":{"c":{"9":{"3":{"5":{"a":{"1":{"8":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"430":{"tf":1.0},"562":{"tf":1.0},"564":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":2,"docs":{"430":{"tf":1.0},"562":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":22,"docs":{"127":{"tf":1.0},"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"252":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"27":{"tf":1.4142135623730951},"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"359":{"tf":1.0},"430":{"tf":1.4142135623730951},"436":{"tf":1.7320508075688772},"445":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.7320508075688772}}},"9":{".":{"0":{"/":{"9":{".":{"1":{"/":{"1":{"0":{".":{"0":{"/":{"1":{"0":{".":{"1":{"/":{"1":{"1":{".":{"0":{"/":{"1":{"1":{".":{"1":{"/":{"1":{"3":{".":{"0":{"/":{"1":{"3":{".":{"1":{"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"686":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"686":{"tf":1.0}}},"df":0,"docs":{}},"df":7,"docs":{"127":{"tf":1.0},"136":{"tf":1.4142135623730951},"19":{"tf":1.0},"28":{"tf":1.4142135623730951},"519":{"tf":1.0},"520":{"tf":1.0},"643":{"tf":1.0}}},"_":{"2":{".":{"0":{"df":0,"docs":{},"x":{"df":1,"docs":{"562":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"438":{"tf":1.0},"517":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"m":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"562":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"a":{"/":{"b":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"0":{"b":{"1":{"a":{"6":{"df":0,"docs":{},"f":{"4":{"0":{"0":{"5":{"d":{"9":{"b":{"4":{"7":{"9":{"6":{"7":{"1":{"7":{"7":{"df":0,"docs":{},"e":{"3":{"7":{"a":{"6":{"7":{"1":{"8":{"9":{"1":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"a":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"625":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":39,"docs":{"100":{"tf":2.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":2.23606797749979},"107":{"tf":2.0},"108":{"tf":1.7320508075688772},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"57":{"tf":1.0},"606":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"627":{"tf":1.7320508075688772},"629":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":2.23606797749979},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"b":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":2,"docs":{"613":{"tf":1.0},"88":{"tf":2.0}},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":5,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":11,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"253":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"333":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"354":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"339":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"145":{"tf":1.0},"150":{"tf":1.0},"239":{"tf":1.4142135623730951},"414":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":22,"docs":{"108":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"235":{"tf":1.0},"27":{"tf":1.0},"28":{"tf":1.0},"311":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"507":{"tf":1.0},"543":{"tf":1.0},"687":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"712":{"tf":1.0},"741":{"tf":1.0}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"147":{"tf":1.0},"149":{"tf":1.0},"28":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"507":{"tf":1.0},"532":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"359":{"tf":1.0},"370":{"tf":1.0},"372":{"tf":1.0},"391":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"338":{"tf":1.0},"390":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"22":{"tf":1.0},"374":{"tf":1.0}}}},"df":0,"docs":{}},"df":14,"docs":{"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.7320508075688772},"251":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":1.0},"326":{"tf":1.0},"331":{"tf":1.0},"374":{"tf":1.4142135623730951},"55":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":4,"docs":{"385":{"tf":1.0},"447":{"tf":1.0},"510":{"tf":1.0},"55":{"tf":1.0}}}}}},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"639":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"386":{"tf":1.0},"748":{"tf":1.0}},"i":{"c":{"a":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":2,"docs":{"469":{"tf":1.0},"69":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"309":{"tf":1.0},"527":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"699":{"tf":1.4142135623730951},"76":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"467":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"467":{"tf":1.0},"635":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":26,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"286":{"tf":1.0},"317":{"tf":1.7320508075688772},"337":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"391":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":2.6457513110645907},"470":{"tf":1.0},"532":{"tf":1.7320508075688772},"558":{"tf":1.7320508075688772},"559":{"tf":1.7320508075688772},"560":{"tf":1.4142135623730951},"623":{"tf":1.0},"639":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.4142135623730951},"73":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"487":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":28,"docs":{"172":{"tf":1.0},"177":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.0},"239":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.449489742783178},"359":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"575":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"681":{"tf":1.0},"712":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.7320508075688772}}}}},"c":{"df":2,"docs":{"162":{"tf":2.0},"748":{"tf":1.0}}},"d":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"b":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"466":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"df":69,"docs":{"105":{"tf":1.4142135623730951},"111":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"177":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":2.23606797749979},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":2.449489742783178},"235":{"tf":1.7320508075688772},"236":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"249":{"tf":2.23606797749979},"251":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"269":{"tf":1.0},"274":{"tf":1.0},"276":{"tf":2.0},"277":{"tf":2.0},"281":{"tf":1.7320508075688772},"351":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":2.23606797749979},"534":{"tf":1.4142135623730951},"535":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"541":{"tf":1.0},"595":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":3.0},"619":{"tf":1.7320508075688772},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":1.0},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951},"637":{"tf":1.7320508075688772},"643":{"tf":2.0},"645":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":2.23606797749979},"664":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":1,"docs":{"572":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"466":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"466":{"tf":1.0}}}}}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":14,"docs":{"138":{"tf":1.0},"16":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"499":{"tf":1.0},"507":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"244":{"tf":1.0},"362":{"tf":1.0},"371":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":4,"docs":{"362":{"tf":1.0},"547":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"145":{"tf":1.0},"225":{"tf":1.0},"338":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"606":{"tf":1.0}},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":29,"docs":{"117":{"tf":1.0},"133":{"tf":1.0},"250":{"tf":1.4142135623730951},"251":{"tf":1.0},"253":{"tf":1.4142135623730951},"275":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"525":{"tf":1.4142135623730951},"593":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"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":1,"docs":{"54":{"tf":1.0}}}}}}}}},"df":4,"docs":{"52":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.4142135623730951},"655":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"54":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}}},"j":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"59":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"221":{"tf":1.0},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.0}}}}}}}}},"o":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"253":{"tf":1.0},"613":{"tf":1.4142135623730951}}}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":13,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.4142135623730951},"231":{"tf":1.0},"237":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"390":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"15":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.4142135623730951},"245":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"748":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"725":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"368":{"tf":1.0},"373":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":1,"docs":{"476":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":6,"docs":{"249":{"tf":1.0},"276":{"tf":1.0},"462":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0},"82":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"'":{"df":1,"docs":{"562":{"tf":1.0}}},".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"476":{"tf":1.4142135623730951}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"a":{"a":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"108":{"tf":1.4142135623730951}}}},"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":2,"docs":{"55":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":28,"docs":{"114":{"tf":1.0},"225":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0},"405":{"tf":1.0},"430":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"55":{"tf":2.23606797749979},"561":{"tf":1.0},"564":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.4142135623730951},"75":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"705":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"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":{}}}}}}}}}},"df":1,"docs":{"18":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"239":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":20,"docs":{"124":{"tf":1.0},"129":{"tf":1.7320508075688772},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":2.0},"147":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"647":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":3.1622776601683795},"726":{"tf":1.0}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":2,"docs":{"494":{"tf":1.0},"649":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"72":{"tf":1.0}}}},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}}}},"k":{"a":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"500":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"r":{"a":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":10,"docs":{"188":{"tf":1.0},"233":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"281":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"476":{"tf":1.0},"671":{"tf":1.0}}}}}}}}},"i":{"a":{"df":1,"docs":{"114":{"tf":1.0}},"s":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":5,"docs":{"340":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.4142135623730951},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"df":0,"docs":{},"w":{"df":132,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"129":{"tf":1.0},"13":{"tf":1.7320508075688772},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"140":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.4142135623730951},"17":{"tf":1.4142135623730951},"172":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"186":{"tf":1.0},"208":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"26":{"tf":1.0},"266":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"317":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"34":{"tf":1.0},"368":{"tf":2.449489742783178},"371":{"tf":1.4142135623730951},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"42":{"tf":1.0},"428":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"436":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"46":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"499":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"631":{"tf":2.0},"633":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"668":{"tf":1.0},"69":{"tf":1.4142135623730951},"691":{"tf":1.0},"699":{"tf":1.0},"70":{"tf":1.7320508075688772},"701":{"tf":1.0},"703":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"712":{"tf":1.7320508075688772},"716":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"725":{"tf":1.4142135623730951},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"733":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"81":{"tf":1.0},"86":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"373":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":20,"docs":{"235":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"263":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":1.0},"534":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"242":{"tf":1.0}},"n":{"df":6,"docs":{"147":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":3,"docs":{"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}}},"w":{"a":{"df":0,"docs":{},"y":{"df":32,"docs":{"117":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"20":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"335":{"tf":1.0},"342":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.7320508075688772},"717":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"351":{"tf":1.0}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"29":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0},"748":{"tf":1.0}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"257":{"tf":1.0},"331":{"tf":1.0},"371":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}}}}}},"p":{"df":2,"docs":{"382":{"tf":1.0},"59":{"tf":1.0}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"162":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":2,"docs":{"32":{"tf":1.0},"664":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":13,"docs":{"120":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"16":{"tf":1.0},"469":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"715":{"tf":1.0},"726":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"89":{"tf":1.0}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":20,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"245":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.4142135623730951},"282":{"tf":2.23606797749979},"283":{"tf":1.4142135623730951},"284":{"tf":1.7320508075688772},"285":{"tf":1.7320508075688772},"331":{"tf":1.4142135623730951},"349":{"tf":1.0},"364":{"tf":1.0},"371":{"tf":1.0},"457":{"tf":1.0},"469":{"tf":1.7320508075688772},"513":{"tf":1.4142135623730951},"557":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"7":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"371":{"tf":1.0},"662":{"tf":1.4142135623730951}}}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"727":{"tf":1.0},"734":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"333":{"tf":1.4142135623730951},"360":{"tf":1.0},"508":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"h":{"df":1,"docs":{"446":{"tf":1.0}}}}}},"p":{"df":3,"docs":{"408":{"tf":3.0},"409":{"tf":2.8284271247461903},"410":{"tf":2.6457513110645907}},"i":{"'":{"df":2,"docs":{"530":{"tf":1.0},"613":{"tf":1.0}}},"df":35,"docs":{"156":{"tf":1.0},"159":{"tf":1.0},"19":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"250":{"tf":1.0},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":2.449489742783178},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.4142135623730951},"394":{"tf":1.0},"395":{"tf":2.449489742783178},"396":{"tf":1.7320508075688772},"6":{"tf":1.0},"606":{"tf":2.0},"610":{"tf":1.0},"647":{"tf":1.0},"9":{"tf":1.0}}},"p":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":45,"docs":{"111":{"tf":1.4142135623730951},"115":{"tf":2.0},"156":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":1.0},"184":{"tf":1.4142135623730951},"185":{"tf":1.0},"227":{"tf":1.7320508075688772},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"232":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.0},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":2.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"647":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0},"98":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":5,"docs":{"142":{"tf":1.0},"369":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"84":{"tf":1.0}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0}}},"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"d":{"df":1,"docs":{"532":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":12,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"114":{"tf":1.0},"39":{"tf":1.0},"49":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"541":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"747":{"tf":1.7320508075688772},"98":{"tf":1.0}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"'":{"df":2,"docs":{"14":{"tf":1.0},"355":{"tf":1.0}}},"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"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":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":71,"docs":{"13":{"tf":1.0},"14":{"tf":1.7320508075688772},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"15":{"tf":1.0},"154":{"tf":1.0},"16":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"173":{"tf":2.0},"18":{"tf":1.4142135623730951},"209":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"288":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":2.0},"368":{"tf":1.0},"382":{"tf":1.0},"39":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"438":{"tf":1.7320508075688772},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.0},"484":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"530":{"tf":1.7320508075688772},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"625":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"69":{"tf":2.0},"748":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.4142135623730951},"96":{"tf":1.7320508075688772},"97":{"tf":1.4142135623730951}}},"df":18,"docs":{"14":{"tf":1.0},"147":{"tf":1.0},"20":{"tf":1.4142135623730951},"231":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.7320508075688772},"252":{"tf":1.0},"258":{"tf":1.4142135623730951},"385":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.4142135623730951},"487":{"tf":1.0},"508":{"tf":1.0},"709":{"tf":1.0},"711":{"tf":1.0},"724":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"24":{"tf":1.0},"32":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"147":{"tf":1.0},"362":{"tf":1.0},"470":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}},"t":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"r":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":34,"docs":{"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"286":{"tf":1.0},"288":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.7320508075688772},"362":{"tf":1.7320508075688772},"363":{"tf":2.0},"364":{"tf":1.0},"365":{"tf":1.0},"366":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.4142135623730951},"429":{"tf":1.7320508075688772},"49":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"a":{"df":3,"docs":{"391":{"tf":1.0},"436":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"373":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"m":{"3":{"2":{"df":1,"docs":{"49":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":4,"docs":{"427":{"tf":2.23606797749979},"428":{"tf":2.6457513110645907},"49":{"tf":1.4142135623730951},"613":{"tf":1.0}},"e":{"c":{"df":9,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.449489742783178},"430":{"tf":1.0},"49":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}},"x":{"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.0},"608":{"tf":1.0}}}},"df":0,"docs":{}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"162":{"tf":1.0},"427":{"tf":1.4142135623730951},"608":{"tf":1.0},"619":{"tf":1.0}},"v":{"3":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"4":{"b":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"j":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"l":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"6":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"7":{"df":0,"docs":{},"l":{"df":2,"docs":{"429":{"tf":1.0},"430":{"tf":1.0}}}},"8":{"df":0,"docs":{},"l":{"df":1,"docs":{"429":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.4142135623730951}}}}}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":32,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"28":{"tf":1.0},"338":{"tf":1.7320508075688772},"404":{"tf":1.4142135623730951},"414":{"tf":2.23606797749979},"415":{"tf":2.0},"416":{"tf":1.7320508075688772},"417":{"tf":1.0},"464":{"tf":1.7320508075688772},"468":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":2.449489742783178},"474":{"tf":3.1622776601683795},"475":{"tf":2.0},"507":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"701":{"tf":1.0},"707":{"tf":2.0},"710":{"tf":1.0}}}},"y":{"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"533":{"tf":1.4142135623730951},"596":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},"df":2,"docs":{"249":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"v":{"df":4,"docs":{"302":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"496":{"tf":1.0}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"t":{"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.4142135623730951}},"i":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"228":{"tf":1.0},"232":{"tf":1.0},"671":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"359":{"tf":1.0}},"i":{"[":{"1":{"2":{"8":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"360":{"tf":1.0},"436":{"tf":1.0},"544":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}},"o":{"df":6,"docs":{"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"72":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}}},"k":{"df":107,"docs":{"151":{"tf":1.0},"249":{"tf":1.0},"25":{"tf":1.0},"308":{"tf":1.0},"322":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.4142135623730951},"378":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"547":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"599":{"tf":1.0},"631":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":2.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951},"82":{"tf":1.0},"85":{"tf":1.0}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"389":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":19,"docs":{"177":{"tf":1.0},"23":{"tf":1.0},"234":{"tf":1.0},"286":{"tf":1.0},"313":{"tf":1.7320508075688772},"356":{"tf":1.0},"368":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.7320508075688772},"452":{"tf":1.0},"507":{"tf":1.4142135623730951},"517":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"645":{"tf":1.0}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"549":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"df":28,"docs":{"14":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"319":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"368":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"480":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"568":{"tf":1.0},"582":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"65":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.4142135623730951},"692":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"342":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":2,"docs":{"29":{"tf":1.0},"606":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"621":{"tf":1.0},"659":{"tf":1.0}}}},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"540":{"tf":1.0},"557":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"427":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"t":{"df":12,"docs":{"142":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"343":{"tf":1.0},"386":{"tf":2.0},"427":{"tf":1.0},"447":{"tf":1.0},"480":{"tf":1.7320508075688772},"543":{"tf":1.0},"625":{"tf":1.0},"671":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"701":{"tf":1.0},"709":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"a":{"c":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"156":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":5,"docs":{"252":{"tf":2.8284271247461903},"253":{"tf":2.449489742783178},"257":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":165,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"104":{"tf":1.0},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"115":{"tf":2.0},"117":{"tf":1.0},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"14":{"tf":2.449489742783178},"156":{"tf":1.0},"16":{"tf":2.8284271247461903},"162":{"tf":2.23606797749979},"171":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":2.449489742783178},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"188":{"tf":1.7320508075688772},"19":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"2":{"tf":1.4142135623730951},"20":{"tf":1.0},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.7320508075688772},"23":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"232":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"239":{"tf":2.23606797749979},"244":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"249":{"tf":3.3166247903554},"251":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"255":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"287":{"tf":1.7320508075688772},"29":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"31":{"tf":1.0},"310":{"tf":1.7320508075688772},"329":{"tf":1.7320508075688772},"33":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":1.0},"336":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"34":{"tf":1.0},"340":{"tf":1.7320508075688772},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"366":{"tf":1.0},"374":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":2.8284271247461903},"397":{"tf":2.6457513110645907},"4":{"tf":1.0},"400":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"430":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"45":{"tf":1.0},"452":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"466":{"tf":2.6457513110645907},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"469":{"tf":1.0},"47":{"tf":1.7320508075688772},"471":{"tf":1.7320508075688772},"478":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.449489742783178},"529":{"tf":2.0},"530":{"tf":2.0},"531":{"tf":1.0},"532":{"tf":1.7320508075688772},"533":{"tf":1.7320508075688772},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"546":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":1.0},"591":{"tf":2.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.7320508075688772},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"663":{"tf":1.0},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"669":{"tf":2.0},"670":{"tf":1.4142135623730951},"671":{"tf":2.6457513110645907},"672":{"tf":1.0},"674":{"tf":1.4142135623730951},"68":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"69":{"tf":1.0},"693":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.449489742783178},"74":{"tf":1.0},"748":{"tf":2.8284271247461903},"77":{"tf":1.0},"88":{"tf":1.7320508075688772},"93":{"tf":1.0},"98":{"tf":2.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"105":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"476":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"93":{"tf":1.0}}}}},"df":8,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"42":{"tf":1.4142135623730951},"621":{"tf":1.0},"639":{"tf":1.4142135623730951},"92":{"tf":2.0},"93":{"tf":2.0}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"407":{"tf":1.0},"408":{"tf":1.7320508075688772},"409":{"tf":1.0},"410":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"111":{"tf":1.0},"114":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":13,"docs":{"109":{"tf":1.7320508075688772},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":2.0},"114":{"tf":1.0},"117":{"tf":1.0},"45":{"tf":1.0},"533":{"tf":1.0},"627":{"tf":1.0},"635":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.4142135623730951}}}}}}},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":29,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"111":{"tf":2.23606797749979},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.4142135623730951},"156":{"tf":1.0},"17":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"533":{"tf":1.0}}},"i":{"df":1,"docs":{"533":{"tf":1.0}}},"m":{"df":1,"docs":{"533":{"tf":1.0}}},"o":{"df":2,"docs":{"29":{"tf":1.0},"649":{"tf":1.0}}},"x":{"df":1,"docs":{"533":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":8,"docs":{"236":{"tf":1.0},"249":{"tf":4.358898943540674},"250":{"tf":1.4142135623730951},"252":{"tf":4.58257569495584},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"575":{"tf":1.0},"692":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"t":{"df":24,"docs":{"108":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"276":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.4142135623730951},"469":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"527":{"tf":1.0},"532":{"tf":1.0},"582":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"736":{"tf":1.7320508075688772},"76":{"tf":1.0},"86":{"tf":1.0},"91":{"tf":1.0}}}},"df":49,"docs":{"14":{"tf":1.0},"157":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":2.23606797749979},"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"289":{"tf":1.4142135623730951},"315":{"tf":1.7320508075688772},"32":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"367":{"tf":2.449489742783178},"368":{"tf":2.449489742783178},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":3.1622776601683795},"372":{"tf":2.449489742783178},"373":{"tf":2.8284271247461903},"374":{"tf":3.605551275463989},"375":{"tf":1.4142135623730951},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"395":{"tf":1.0},"452":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.7320508075688772},"487":{"tf":1.0},"490":{"tf":1.4142135623730951},"501":{"tf":1.0},"522":{"tf":1.0},"55":{"tf":1.0},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":1.0},"623":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":2.449489742783178},"668":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"736":{"tf":1.0}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"2":{"df":3,"docs":{"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"621":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}}}},"3":{"df":33,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"104":{"tf":1.0},"105":{"tf":1.0},"106":{"tf":1.4142135623730951},"107":{"tf":1.0},"108":{"tf":1.0},"109":{"tf":1.4142135623730951},"110":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.4142135623730951},"113":{"tf":1.0},"114":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"33":{"tf":1.0},"46":{"tf":1.4142135623730951},"52":{"tf":1.0},"55":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"747":{"tf":1.0},"98":{"tf":2.0},"99":{"tf":1.0}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"613":{"tf":1.0},"617":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}}}},"df":0,"docs":{}},"df":5,"docs":{"239":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":1.0}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"465":{"tf":1.0},"466":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}}}},"df":40,"docs":{"12":{"tf":1.0},"128":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"177":{"tf":1.4142135623730951},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"267":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.7320508075688772},"438":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"469":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"543":{"tf":1.0},"55":{"tf":1.7320508075688772},"57":{"tf":1.0},"60":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"72":{"tf":1.0},"724":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"84":{"tf":1.4142135623730951},"9":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"639":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"d":{"df":10,"docs":{"225":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"687":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"284":{"tf":1.0},"333":{"tf":1.0}}},"y":{"df":3,"docs":{"130":{"tf":1.0},"727":{"tf":1.0},"737":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"145":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"257":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":7,"docs":{"250":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.7320508075688772},"398":{"tf":1.0},"469":{"tf":1.0},"532":{"tf":1.0},"585":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":4,"docs":{"268":{"tf":1.0},"345":{"tf":1.0},"360":{"tf":1.4142135623730951},"395":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"l":{"a":{"b":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"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":1,"docs":{"700":{"tf":1.0}}},"s":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"1":{"0":{"_":{"6":{".":{"df":0,"docs":{},"x":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"647":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"534":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"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":1,"docs":{"59":{"tf":1.0}}}}}}}}},"df":43,"docs":{"108":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"149":{"tf":1.0},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"170":{"tf":1.0},"242":{"tf":1.0},"264":{"tf":1.0},"312":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.7320508075688772},"385":{"tf":1.0},"395":{"tf":1.0},"429":{"tf":1.0},"45":{"tf":1.0},"454":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"536":{"tf":1.0},"546":{"tf":1.0},"55":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"715":{"tf":2.0},"721":{"tf":1.7320508075688772},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"729":{"tf":1.0},"748":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"625":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"df":1,"docs":{"171":{"tf":1.0}}},"i":{"c":{"df":23,"docs":{"133":{"tf":1.4142135623730951},"162":{"tf":1.0},"185":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"234":{"tf":1.0},"277":{"tf":1.0},"288":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"334":{"tf":1.0},"336":{"tf":1.0},"342":{"tf":1.0},"346":{"tf":1.7320508075688772},"348":{"tf":1.0},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"454":{"tf":1.0},"484":{"tf":1.4142135623730951},"53":{"tf":1.0}}},"df":2,"docs":{"12":{"tf":1.0},"16":{"tf":1.0}},"s":{"(":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"469":{"tf":1.7320508075688772},"59":{"tf":1.7320508075688772}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"697":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"b":{"df":2,"docs":{"366":{"tf":1.0},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"261":{"tf":1.0}}}}},"df":0,"docs":{}}}},"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"596":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"147":{"tf":1.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"31":{"tf":1.0},"671":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":4,"docs":{"13":{"tf":1.4142135623730951},"372":{"tf":1.0},"476":{"tf":1.0},"621":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":27,"docs":{"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"177":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.7320508075688772},"252":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":1.0},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"354":{"tf":2.449489742783178},"359":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"462":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"510":{"tf":1.4142135623730951},"527":{"tf":1.0},"557":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"707":{"tf":1.4142135623730951},"726":{"tf":1.0},"741":{"tf":1.0},"86":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":3,"docs":{"338":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"(":{".":{".":{".":{")":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"244":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"n":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"360":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"269":{"tf":1.0},"392":{"tf":1.0},"395":{"tf":1.0},"536":{"tf":1.0},"606":{"tf":1.0},"635":{"tf":1.0},"743":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"330":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"346":{"tf":1.0},"465":{"tf":1.0}}}},"w":{"df":10,"docs":{"1":{"tf":1.0},"361":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.0},"508":{"tf":1.4142135623730951},"517":{"tf":1.0},"522":{"tf":1.0},"662":{"tf":1.0},"74":{"tf":1.0}}}}},"n":{"d":{"df":2,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":19,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":2.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.7320508075688772},"30":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":7,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"359":{"tf":1.0},"397":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"59":{"tf":1.0}}}},"t":{"a":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"17":{"tf":1.0},"252":{"tf":1.0},"307":{"tf":1.0},"359":{"tf":1.0},"501":{"tf":1.0},"513":{"tf":1.0},"557":{"tf":1.0},"589":{"tf":1.0},"610":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"635":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":52,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"17":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"300":{"tf":1.0},"306":{"tf":1.0},"309":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"446":{"tf":1.0},"452":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"527":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"589":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"665":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"72":{"tf":1.0},"748":{"tf":1.0}}}}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":2.0},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"r":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"522":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":28,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"145":{"tf":1.0},"150":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"352":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"472":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}},"d":{"df":3,"docs":{"240":{"tf":1.0},"244":{"tf":1.7320508075688772},"608":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"69":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}}}}}},"df":23,"docs":{"130":{"tf":1.0},"188":{"tf":1.4142135623730951},"225":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.7320508075688772},"253":{"tf":3.1622776601683795},"254":{"tf":1.0},"258":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"370":{"tf":1.0},"427":{"tf":2.449489742783178},"429":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"447":{"tf":4.358898943540674},"478":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"472":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":3,"docs":{"127":{"tf":1.4142135623730951},"14":{"tf":1.0},"389":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"243":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"249":{"tf":2.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":19,"docs":{"14":{"tf":2.0},"235":{"tf":1.7320508075688772},"249":{"tf":6.164414002968976},"250":{"tf":2.0},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"338":{"tf":2.23606797749979},"374":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":2.8284271247461903},"486":{"tf":3.605551275463989},"487":{"tf":1.4142135623730951},"500":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":2.23606797749979},"673":{"tf":1.0},"687":{"tf":1.0}},"s":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"250":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"633":{"tf":1.0}}}}}}},"df":0,"docs":{},"g":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":2.0}}},"l":{"df":5,"docs":{"239":{"tf":1.0},"250":{"tf":2.0},"499":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"703":{"tf":1.0}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":16,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"335":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"359":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"454":{"tf":1.0},"462":{"tf":1.0},"470":{"tf":1.0},"700":{"tf":1.0},"731":{"tf":1.0}}},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"391":{"tf":1.0},"88":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"355":{"tf":1.0}}},"df":0,"docs":{}}},"x":{"df":10,"docs":{"128":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"504":{"tf":1.0},"631":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}},"n":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"161":{"tf":1.0},"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"282":{"tf":2.0},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":2.0},"610":{"tf":1.0},"7":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":15,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"28":{"tf":1.0},"343":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951},"547":{"tf":2.0},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"608":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"691":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"373":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"14":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}},"s":{"df":4,"docs":{"159":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"286":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"72":{"tf":1.0},"83":{"tf":1.0}}}}}}}},"s":{"d":{"df":3,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"89":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":53,"docs":{"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"286":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"317":{"tf":1.7320508075688772},"320":{"tf":1.0},"337":{"tf":1.7320508075688772},"338":{"tf":1.4142135623730951},"389":{"tf":1.0},"404":{"tf":1.4142135623730951},"414":{"tf":2.23606797749979},"415":{"tf":1.7320508075688772},"416":{"tf":2.0},"417":{"tf":1.0},"445":{"tf":2.0},"452":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":2.23606797749979},"466":{"tf":2.449489742783178},"467":{"tf":2.0},"468":{"tf":2.0},"470":{"tf":1.7320508075688772},"471":{"tf":1.7320508075688772},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"491":{"tf":1.0},"508":{"tf":2.449489742783178},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"55":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":1.7320508075688772},"560":{"tf":1.7320508075688772},"571":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":2.23606797749979},"710":{"tf":1.0},"72":{"tf":1.4142135623730951},"74":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":19,"docs":{"235":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":2.23606797749979},"257":{"tf":1.0},"258":{"tf":2.0},"259":{"tf":1.4142135623730951},"260":{"tf":1.0},"338":{"tf":2.6457513110645907},"405":{"tf":1.0},"478":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"606":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903},"674":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}}}},"g":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"108":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":74,"docs":{"108":{"tf":1.0},"111":{"tf":1.7320508075688772},"114":{"tf":1.7320508075688772},"154":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.4142135623730951},"170":{"tf":1.0},"171":{"tf":1.4142135623730951},"178":{"tf":3.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"192":{"tf":1.0},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":2.6457513110645907},"206":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":3.0},"209":{"tf":2.449489742783178},"210":{"tf":2.449489742783178},"211":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"213":{"tf":3.0},"214":{"tf":2.449489742783178},"215":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":3.0},"218":{"tf":2.6457513110645907},"219":{"tf":1.0},"220":{"tf":1.7320508075688772},"221":{"tf":2.0},"222":{"tf":2.0},"223":{"tf":1.4142135623730951},"224":{"tf":2.23606797749979},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"278":{"tf":1.0},"280":{"tf":2.23606797749979},"281":{"tf":1.0},"365":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"610":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"641":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":2.23606797749979},"721":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":10,"docs":{"108":{"tf":1.4142135623730951},"174":{"tf":1.0},"225":{"tf":1.0},"245":{"tf":1.0},"365":{"tf":1.0},"44":{"tf":1.0},"589":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":25,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"14":{"tf":1.0},"225":{"tf":1.0},"267":{"tf":1.0},"318":{"tf":1.0},"354":{"tf":1.4142135623730951},"364":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"532":{"tf":1.0},"562":{"tf":1.4142135623730951},"593":{"tf":1.0},"595":{"tf":1.0},"621":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":3,"docs":{"416":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":5,"docs":{"491":{"tf":1.7320508075688772},"508":{"tf":3.4641016151377544},"511":{"tf":2.449489742783178},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"466":{"tf":1.7320508075688772},"468":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"467":{"tf":1.4142135623730951},"591":{"tf":1.0}}}}}},"s":{"df":19,"docs":{"21":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"338":{"tf":1.7320508075688772},"381":{"tf":1.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":2.6457513110645907},"466":{"tf":2.23606797749979},"467":{"tf":2.449489742783178},"468":{"tf":2.449489742783178},"473":{"tf":1.0},"549":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.7320508075688772},"706":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"49":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"239":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"337":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"412":{"tf":1.0},"502":{"tf":1.0},"513":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"72":{"tf":1.0},"74":{"tf":2.8284271247461903},"78":{"tf":1.0},"79":{"tf":1.0},"88":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"74":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"255":{"tf":1.0},"260":{"tf":2.0},"261":{"tf":1.0},"368":{"tf":2.8284271247461903},"55":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.8284271247461903}}}}},"df":1,"docs":{"74":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"436":{"tf":3.0}}}}}},"c":{"+":{"+":{"1":{"1":{"df":5,"docs":{"532":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}},"4":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}},"7":{"df":2,"docs":{"610":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"9":{"8":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},":":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"/":{"3":{".":{"7":{".":{"6":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"4":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"7":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"h":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"355":{"tf":1.0},"713":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"y":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"\\":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"\\":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"\\":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"\\":{"3":{".":{"7":{".":{"7":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"\\":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"378":{"tf":1.0},"385":{"tf":1.4142135623730951},"583":{"tf":1.0}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"382":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"374":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":14,"docs":{"335":{"tf":1.0},"373":{"tf":1.0},"391":{"tf":1.0},"463":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"488":{"tf":1.0},"498":{"tf":1.0},"522":{"tf":1.0},"549":{"tf":1.4142135623730951},"559":{"tf":1.0},"577":{"tf":1.0},"585":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":114,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"23":{"tf":1.0},"236":{"tf":1.7320508075688772},"239":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":2.0},"253":{"tf":1.4142135623730951},"254":{"tf":2.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"294":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":2.0},"333":{"tf":2.0},"338":{"tf":3.3166247903554},"339":{"tf":1.0},"340":{"tf":2.449489742783178},"342":{"tf":1.4142135623730951},"343":{"tf":1.0},"354":{"tf":3.0},"357":{"tf":1.0},"359":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":3.1622776601683795},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"39":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":2.0},"399":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":2.23606797749979},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.7320508075688772},"412":{"tf":1.0},"413":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":2.8284271247461903},"463":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"475":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.4142135623730951},"536":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"559":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.4142135623730951},"608":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.7320508075688772},"670":{"tf":2.23606797749979},"671":{"tf":2.0},"672":{"tf":2.23606797749979},"674":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"683":{"tf":2.449489742783178},"685":{"tf":2.6457513110645907},"686":{"tf":1.0},"687":{"tf":2.23606797749979},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"700":{"tf":1.7320508075688772},"711":{"tf":1.0},"727":{"tf":2.0},"736":{"tf":2.0},"739":{"tf":1.4142135623730951},"743":{"tf":2.0},"744":{"tf":1.4142135623730951},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"703":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"462":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"14":{"tf":1.0},"447":{"tf":1.0},"464":{"tf":1.0},"473":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"670":{"tf":1.0},"677":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"615":{"tf":1.0}}}}},"d":{"df":1,"docs":{"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"366":{"tf":1.4142135623730951},"714":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":11,"docs":{"233":{"tf":1.0},"238":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"511":{"tf":1.0},"664":{"tf":1.0},"671":{"tf":1.0},"687":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"122":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":67,"docs":{"11":{"tf":1.0},"122":{"tf":1.4142135623730951},"123":{"tf":1.0},"126":{"tf":1.7320508075688772},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"15":{"tf":1.7320508075688772},"151":{"tf":1.7320508075688772},"16":{"tf":1.4142135623730951},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.0},"254":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"265":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":2.23606797749979},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.4142135623730951},"397":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"434":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"5":{"tf":1.0},"502":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":3.872983346207417},"525":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"552":{"tf":1.7320508075688772},"555":{"tf":2.0},"585":{"tf":1.0},"613":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":2.0},"706":{"tf":1.4142135623730951},"72":{"tf":1.0},"724":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.4142135623730951},"744":{"tf":1.0}}},"t":{"df":3,"docs":{"362":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"127":{"tf":1.0},"139":{"tf":2.23606797749979},"162":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":2.6457513110645907},"358":{"tf":1.0},"366":{"tf":1.7320508075688772},"386":{"tf":1.7320508075688772},"608":{"tf":1.0},"62":{"tf":1.0},"684":{"tf":1.0},"697":{"tf":1.0},"705":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":10,"docs":{"339":{"tf":1.0},"351":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"481":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":15,"docs":{"286":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"490":{"tf":1.0},"491":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.7320508075688772},"572":{"tf":1.0},"574":{"tf":1.4142135623730951},"58":{"tf":1.0},"631":{"tf":1.4142135623730951},"668":{"tf":1.0}}},"d":{"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"280":{"tf":1.0}}},"df":31,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":2.23606797749979},"168":{"tf":1.0},"188":{"tf":1.0},"225":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":2.0},"351":{"tf":1.0},"354":{"tf":1.0},"36":{"tf":1.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":2.449489742783178},"532":{"tf":1.4142135623730951},"606":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.23606797749979},"615":{"tf":2.449489742783178},"621":{"tf":2.0},"625":{"tf":2.0},"641":{"tf":1.0},"691":{"tf":1.4142135623730951},"747":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"513":{"tf":2.0},"514":{"tf":4.123105625617661}},"s":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":6,"docs":{"23":{"tf":1.0},"259":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"631":{"tf":1.0}}}}}}},"f":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}}}}},"df":24,"docs":{"18":{"tf":1.0},"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.1622776601683795},"257":{"tf":1.0},"260":{"tf":1.0},"337":{"tf":1.0},"386":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.605551275463989},"470":{"tf":1.7320508075688772},"474":{"tf":2.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"n":{"c":{"df":1,"docs":{"473":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":173,"docs":{"111":{"tf":1.4142135623730951},"114":{"tf":1.4142135623730951},"14":{"tf":1.0},"146":{"tf":1.4142135623730951},"177":{"tf":1.0},"188":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":2.23606797749979},"238":{"tf":2.23606797749979},"239":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.0},"253":{"tf":2.23606797749979},"254":{"tf":2.23606797749979},"269":{"tf":1.4142135623730951},"284":{"tf":1.0},"286":{"tf":1.0},"305":{"tf":1.0},"309":{"tf":1.0},"313":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":2.449489742783178},"339":{"tf":1.4142135623730951},"342":{"tf":2.0},"351":{"tf":1.0},"359":{"tf":2.449489742783178},"360":{"tf":1.0},"363":{"tf":1.7320508075688772},"367":{"tf":1.7320508075688772},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"371":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":2.0},"376":{"tf":1.4142135623730951},"377":{"tf":2.0},"378":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.4142135623730951},"452":{"tf":1.0},"458":{"tf":1.0},"462":{"tf":1.4142135623730951},"464":{"tf":1.0},"467":{"tf":1.0},"475":{"tf":1.7320508075688772},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":2.23606797749979},"490":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"51":{"tf":1.7320508075688772},"52":{"tf":1.4142135623730951},"527":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"536":{"tf":1.7320508075688772},"546":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.4142135623730951},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"58":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"603":{"tf":1.7320508075688772},"604":{"tf":1.4142135623730951},"605":{"tf":1.4142135623730951},"606":{"tf":1.7320508075688772},"607":{"tf":1.4142135623730951},"608":{"tf":2.0},"609":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":2.23606797749979},"614":{"tf":1.4142135623730951},"615":{"tf":2.23606797749979},"616":{"tf":1.4142135623730951},"617":{"tf":2.6457513110645907},"618":{"tf":1.4142135623730951},"619":{"tf":2.23606797749979},"620":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772},"626":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"628":{"tf":1.4142135623730951},"629":{"tf":1.4142135623730951},"630":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951},"632":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"634":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"638":{"tf":1.4142135623730951},"639":{"tf":1.7320508075688772},"640":{"tf":1.4142135623730951},"641":{"tf":2.0},"642":{"tf":1.4142135623730951},"643":{"tf":2.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.7320508075688772},"646":{"tf":1.4142135623730951},"647":{"tf":2.23606797749979},"648":{"tf":1.4142135623730951},"649":{"tf":2.449489742783178},"65":{"tf":1.7320508075688772},"650":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"652":{"tf":1.4142135623730951},"653":{"tf":2.23606797749979},"654":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"656":{"tf":1.4142135623730951},"657":{"tf":1.7320508075688772},"658":{"tf":1.4142135623730951},"659":{"tf":2.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.4142135623730951},"661":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":2.0},"666":{"tf":1.0},"667":{"tf":1.4142135623730951},"668":{"tf":1.7320508075688772},"669":{"tf":2.6457513110645907},"670":{"tf":2.0},"671":{"tf":1.7320508075688772},"672":{"tf":2.449489742783178},"673":{"tf":1.7320508075688772},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"709":{"tf":1.0},"710":{"tf":1.0},"719":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"741":{"tf":1.0},"77":{"tf":1.0},"82":{"tf":1.0},"87":{"tf":1.0}},"e":{"/":{"a":{"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":2.0}}}}}}},"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"a":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"k":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"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":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":1,"docs":{"547":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"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":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"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":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":47,"docs":{"135":{"tf":1.4142135623730951},"19":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":2.449489742783178},"249":{"tf":3.4641016151377544},"258":{"tf":1.0},"259":{"tf":1.0},"27":{"tf":1.7320508075688772},"286":{"tf":1.0},"312":{"tf":1.7320508075688772},"338":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.7320508075688772},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"447":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"474":{"tf":1.0},"476":{"tf":1.7320508075688772},"478":{"tf":1.0},"491":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":4.0},"510":{"tf":1.0},"511":{"tf":3.1622776601683795},"545":{"tf":1.7320508075688772},"546":{"tf":2.449489742783178},"547":{"tf":3.1622776601683795},"569":{"tf":1.7320508075688772},"572":{"tf":1.4142135623730951},"575":{"tf":2.0},"645":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}}}}}},"r":{"*":{")":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"264":{"tf":1.0},"359":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"544":{"tf":1.0},"691":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":109,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"146":{"tf":1.0},"158":{"tf":1.0},"165":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"340":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"387":{"tf":1.0},"390":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"436":{"tf":1.0},"468":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"478":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.7320508075688772},"517":{"tf":2.0},"53":{"tf":1.7320508075688772},"532":{"tf":1.0},"538":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.0},"56":{"tf":1.0},"57":{"tf":1.4142135623730951},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.0},"597":{"tf":1.0},"60":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"61":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"62":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"666":{"tf":1.0},"67":{"tf":1.0},"671":{"tf":1.0},"681":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"69":{"tf":1.4142135623730951},"692":{"tf":1.0},"70":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"731":{"tf":1.0},"78":{"tf":1.0},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"53":{"tf":1.0},"645":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"284":{"tf":1.0},"285":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"169":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"671":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"s":{"df":26,"docs":{"122":{"tf":1.0},"124":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"176":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"510":{"tf":1.0},"566":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"73":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"d":{"df":2,"docs":{"18":{"tf":1.0},"507":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"230":{"tf":1.0},"359":{"tf":1.0}},"n":{"df":2,"docs":{"385":{"tf":1.0},"88":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"73":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"436":{"tf":2.449489742783178}}}}}},"i":{".":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":3,"docs":{"349":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}}},"df":2,"docs":{"162":{"tf":1.0},"361":{"tf":1.4142135623730951}},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"r":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":2,"docs":{"28":{"tf":1.0},"397":{"tf":1.0}}}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"127":{"tf":1.0},"130":{"tf":2.0}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"171":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":87,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"156":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":2.23606797749979},"250":{"tf":1.0},"252":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"337":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":2.23606797749979},"351":{"tf":1.4142135623730951},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":2.449489742783178},"357":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.0},"362":{"tf":2.6457513110645907},"363":{"tf":3.1622776601683795},"364":{"tf":2.23606797749979},"366":{"tf":2.449489742783178},"37":{"tf":2.23606797749979},"390":{"tf":1.0},"436":{"tf":1.0},"454":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"525":{"tf":1.0},"530":{"tf":1.0},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"55":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"58":{"tf":1.0},"583":{"tf":1.4142135623730951},"59":{"tf":1.0},"596":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.4142135623730951},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":2.0},"693":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"88":{"tf":2.23606797749979},"99":{"tf":1.0}},"i":{"c":{"df":4,"docs":{"427":{"tf":1.7320508075688772},"428":{"tf":2.0},"59":{"tf":1.0},"613":{"tf":1.0}}},"d":{",":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"=":{"\"":{"3":{"4":{"1":{"df":0,"docs":{},"f":{"c":{"5":{"8":{"9":{"8":{"a":{"a":{"a":{"4":{"6":{"a":{"7":{"a":{"5":{"0":{"6":{"b":{"c":{"0":{"7":{"9":{"9":{"df":0,"docs":{},"e":{"8":{"8":{"2":{"a":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":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":{"333":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":2.0},"730":{"tf":2.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"597":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"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":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"n":{"df":5,"docs":{"21":{"tf":1.0},"405":{"tf":1.0},"465":{"tf":1.0},"631":{"tf":1.0},"655":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"252":{"tf":1.0}}}}},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":6,"docs":{"235":{"tf":1.7320508075688772},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"32":{"tf":1.0},"478":{"tf":1.4142135623730951},"627":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"k":{"df":13,"docs":{"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"230":{"tf":1.0},"243":{"tf":1.0},"373":{"tf":1.4142135623730951},"428":{"tf":1.0},"524":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":2.0},"88":{"tf":1.0}}}},"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":6,"docs":{"155":{"tf":1.0},"158":{"tf":1.7320508075688772},"166":{"tf":1.0},"278":{"tf":1.0},"280":{"tf":1.7320508075688772},"84":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"244":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.0},"450":{"tf":1.0},"625":{"tf":1.0},"86":{"tf":1.0}},"r":{"df":1,"docs":{"336":{"tf":1.0}}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":4,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"623":{"tf":1.0},"83":{"tf":1.0}}}}},"_":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"x":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":62,"docs":{"114":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.7320508075688772},"171":{"tf":1.0},"172":{"tf":2.6457513110645907},"174":{"tf":1.0},"175":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"192":{"tf":1.4142135623730951},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":2.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"218":{"tf":2.449489742783178},"219":{"tf":1.4142135623730951},"220":{"tf":2.6457513110645907},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":3.1622776601683795},"225":{"tf":1.7320508075688772},"226":{"tf":1.0},"242":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"280":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"637":{"tf":2.0},"641":{"tf":1.7320508075688772},"7":{"tf":1.4142135623730951},"711":{"tf":1.0},"713":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"83":{"tf":2.8284271247461903},"85":{"tf":1.4142135623730951},"87":{"tf":1.4142135623730951},"88":{"tf":2.0}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"224":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":8,"docs":{"192":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":2.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"~":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"362":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"362":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"o":{"c":{"df":0,"docs":{},"o":{"a":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"358":{"tf":1.0}}},"df":70,"docs":{"105":{"tf":1.0},"111":{"tf":1.7320508075688772},"12":{"tf":1.0},"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"146":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"159":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"168":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.7320508075688772},"224":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":2.0},"232":{"tf":1.4142135623730951},"233":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":2.0},"271":{"tf":1.0},"281":{"tf":2.0},"32":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"41":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"436":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.0},"536":{"tf":1.4142135623730951},"560":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":2.0},"725":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.4142135623730951},"81":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.0},"91":{"tf":1.7320508075688772},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":7,"docs":{"287":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"44":{"tf":1.0},"465":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"363":{"tf":2.449489742783178},"546":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772},"645":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":2,"docs":{"517":{"tf":1.4142135623730951},"623":{"tf":1.0}}}}}},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":1,"docs":{"59":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"12":{"tf":1.0},"127":{"tf":1.0},"140":{"tf":1.7320508075688772},"351":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"390":{"tf":1.0},"472":{"tf":1.0},"705":{"tf":1.0}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":2.6457513110645907},"703":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":14,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"235":{"tf":1.0},"241":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.0},"490":{"tf":1.0},"530":{"tf":1.0},"668":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":25,"docs":{"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"244":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"33":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"463":{"tf":1.0},"541":{"tf":1.0},"623":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"95":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{">":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":11,"docs":{"114":{"tf":1.4142135623730951},"360":{"tf":1.0},"434":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"84":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":10,"docs":{"129":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.4142135623730951},"454":{"tf":1.0},"621":{"tf":1.0},"662":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"df":27,"docs":{"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"233":{"tf":1.0},"316":{"tf":1.0},"330":{"tf":2.0},"339":{"tf":1.0},"341":{"tf":1.7320508075688772},"342":{"tf":1.4142135623730951},"343":{"tf":1.7320508075688772},"344":{"tf":1.4142135623730951},"36":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0},"557":{"tf":1.0},"643":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":2.23606797749979},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"694":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":11,"docs":{"127":{"tf":1.0},"13":{"tf":1.0},"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"18":{"tf":1.0},"276":{"tf":1.4142135623730951},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"747":{"tf":1.0},"86":{"tf":1.7320508075688772}}},"y":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"444":{"tf":1.0},"447":{"tf":2.0},"625":{"tf":1.0},"729":{"tf":1.0}}},"t":{"df":49,"docs":{"123":{"tf":1.4142135623730951},"127":{"tf":2.449489742783178},"128":{"tf":2.0},"129":{"tf":2.0},"13":{"tf":1.0},"130":{"tf":2.23606797749979},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.4142135623730951},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"141":{"tf":1.7320508075688772},"19":{"tf":1.0},"262":{"tf":1.4142135623730951},"266":{"tf":1.0},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"327":{"tf":1.0},"345":{"tf":1.4142135623730951},"352":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"366":{"tf":1.0},"395":{"tf":1.0},"428":{"tf":1.0},"452":{"tf":1.0},"507":{"tf":1.0},"55":{"tf":1.0},"592":{"tf":2.0},"593":{"tf":1.7320508075688772},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.4142135623730951},"597":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"690":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"70":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":4,"docs":{"331":{"tf":1.0},"599":{"tf":1.0},"643":{"tf":1.0},"681":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"l":{"df":32,"docs":{"113":{"tf":1.0},"171":{"tf":1.4142135623730951},"172":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"209":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.4142135623730951},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"360":{"tf":1.0},"49":{"tf":1.0},"613":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"701":{"tf":1.4142135623730951},"709":{"tf":2.0},"711":{"tf":1.0},"88":{"tf":3.4641016151377544}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":8,"docs":{"12":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"356":{"tf":1.0},"631":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"x":{"df":15,"docs":{"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":2.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"17":{"tf":1.0},"294":{"tf":1.0},"364":{"tf":1.0},"399":{"tf":1.0},"53":{"tf":1.0},"608":{"tf":1.0}}}}},"df":1,"docs":{"129":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":72,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"156":{"tf":1.0},"236":{"tf":1.0},"264":{"tf":1.0},"287":{"tf":1.4142135623730951},"288":{"tf":1.0},"330":{"tf":1.7320508075688772},"331":{"tf":2.23606797749979},"332":{"tf":1.0},"333":{"tf":2.6457513110645907},"334":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.4142135623730951},"341":{"tf":1.7320508075688772},"342":{"tf":1.0},"344":{"tf":2.23606797749979},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"355":{"tf":2.449489742783178},"356":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"364":{"tf":1.0},"366":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"454":{"tf":1.7320508075688772},"456":{"tf":1.0},"457":{"tf":2.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.7320508075688772},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"672":{"tf":1.0},"681":{"tf":1.0},"686":{"tf":1.0},"691":{"tf":1.0},"699":{"tf":2.0},"70":{"tf":1.0},"703":{"tf":1.7320508075688772},"714":{"tf":1.4142135623730951},"731":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"468":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"505":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":10,"docs":{"475":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.7320508075688772},"560":{"tf":1.0},"575":{"tf":1.4142135623730951},"587":{"tf":1.7320508075688772},"600":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"727":{"tf":1.0},"743":{"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":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"352":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":3,"docs":{"18":{"tf":1.0},"339":{"tf":1.0},"513":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"127":{"tf":1.0},"140":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"31":{"tf":1.0},"59":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"699":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"13":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"165":{"tf":1.0},"177":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"257":{"tf":1.0},"331":{"tf":1.4142135623730951},"438":{"tf":1.0},"439":{"tf":1.0},"450":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"518":{"tf":1.4142135623730951},"705":{"tf":1.0},"747":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"19":{"tf":1.0},"30":{"tf":1.7320508075688772},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"336":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.0}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"78":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"349":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.7320508075688772},"259":{"tf":1.0},"692":{"tf":1.0},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"541":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"155":{"tf":1.0},"162":{"tf":2.23606797749979},"748":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"249":{"tf":1.0}}}}}}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":4,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0}},"r":{"df":1,"docs":{"249":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":23,"docs":{"177":{"tf":1.0},"209":{"tf":1.0},"21":{"tf":1.4142135623730951},"224":{"tf":1.0},"249":{"tf":1.7320508075688772},"276":{"tf":1.0},"29":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":2.0},"390":{"tf":1.0},"397":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":2.23606797749979},"475":{"tf":1.0},"481":{"tf":1.0},"532":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951},"88":{"tf":3.4641016151377544}}}}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"475":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"225":{"tf":1.0},"635":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"137":{"tf":1.0},"17":{"tf":1.0},"41":{"tf":1.0},"78":{"tf":1.0},"91":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"389":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"249":{"tf":1.0},"329":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":2.449489742783178},"392":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"405":{"tf":1.4142135623730951},"406":{"tf":1.0},"457":{"tf":1.4142135623730951},"496":{"tf":1.0},"541":{"tf":1.0},"745":{"tf":1.0},"748":{"tf":1.0},"8":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"359":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"d":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"120":{"tf":1.0}}}}}}}}},"i":{"d":{"df":3,"docs":{"371":{"tf":1.0},"469":{"tf":1.0},"522":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"373":{"tf":1.0}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"381":{"tf":1.0},"396":{"tf":1.0}}}}},"t":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"617":{"tf":1.0}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.4142135623730951},"637":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"df":11,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"281":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"471":{"tf":1.0},"472":{"tf":1.0},"508":{"tf":1.4142135623730951},"525":{"tf":1.0},"643":{"tf":1.7320508075688772},"691":{"tf":1.0},"714":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"615":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"178":{"tf":1.0},"653":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"538":{"tf":1.0}}}}}}},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"639":{"tf":1.0},"719":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"111":{"tf":1.0},"149":{"tf":1.0},"233":{"tf":1.0},"257":{"tf":1.0},"261":{"tf":1.0},"276":{"tf":1.0},"318":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"384":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.4142135623730951},"423":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.8284271247461903},"428":{"tf":1.0},"429":{"tf":1.7320508075688772},"438":{"tf":1.0},"454":{"tf":1.0},"467":{"tf":1.4142135623730951},"487":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"591":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"655":{"tf":1.0},"666":{"tf":1.0},"687":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.7320508075688772},"327":{"tf":1.0},"364":{"tf":1.0},"391":{"tf":1.0},"430":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.7320508075688772},"593":{"tf":1.0},"594":{"tf":1.0},"615":{"tf":1.0},"643":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":2,"docs":{"364":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"b":{"d":{"5":{"8":{"b":{"5":{"5":{"0":{"df":0,"docs":{},"f":{"9":{"df":0,"docs":{},"e":{"5":{"6":{"3":{"4":{"df":0,"docs":{},"e":{"9":{"d":{"2":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"3":{"9":{"df":0,"docs":{},"e":{"a":{"0":{"9":{"2":{"7":{"b":{"1":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"366":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":64,"docs":{"129":{"tf":1.0},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"138":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0},"26":{"tf":1.7320508075688772},"27":{"tf":1.4142135623730951},"286":{"tf":1.7320508075688772},"308":{"tf":2.0},"311":{"tf":1.0},"312":{"tf":1.7320508075688772},"326":{"tf":1.7320508075688772},"329":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"357":{"tf":1.4142135623730951},"397":{"tf":1.4142135623730951},"448":{"tf":1.0},"450":{"tf":2.6457513110645907},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"470":{"tf":1.0},"476":{"tf":2.449489742783178},"484":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"521":{"tf":1.7320508075688772},"522":{"tf":2.6457513110645907},"523":{"tf":1.0},"524":{"tf":2.23606797749979},"525":{"tf":2.0},"538":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.0},"545":{"tf":1.7320508075688772},"546":{"tf":1.7320508075688772},"547":{"tf":1.0},"557":{"tf":1.0},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"596":{"tf":1.0},"602":{"tf":1.0},"606":{"tf":1.0},"621":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.4142135623730951},"686":{"tf":1.0},"697":{"tf":1.0},"76":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":13,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.7320508075688772},"397":{"tf":1.0},"466":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.7320508075688772}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"643":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"l":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":107,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"14":{"tf":1.0},"172":{"tf":1.0},"187":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"236":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"244":{"tf":2.6457513110645907},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.7320508075688772},"28":{"tf":1.7320508075688772},"281":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":2.6457513110645907},"321":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":2.6457513110645907},"333":{"tf":2.449489742783178},"334":{"tf":1.0},"335":{"tf":2.0},"337":{"tf":1.7320508075688772},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.8284271247461903},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"366":{"tf":1.0},"368":{"tf":2.23606797749979},"369":{"tf":1.7320508075688772},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":3.3166247903554},"398":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":2.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":1.7320508075688772},"452":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"481":{"tf":1.0},"485":{"tf":1.0},"490":{"tf":2.6457513110645907},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":2.8284271247461903},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"517":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"541":{"tf":2.23606797749979},"55":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"59":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.4142135623730951},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.8284271247461903},"699":{"tf":2.23606797749979},"70":{"tf":1.0},"700":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.0},"742":{"tf":1.4142135623730951},"77":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"333":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"490":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"389":{"tf":1.0}}},"t":{"df":1,"docs":{"651":{"tf":1.0}}}},"r":{"df":0,"docs":{},"s":{"df":15,"docs":{"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"269":{"tf":1.0},"270":{"tf":1.7320508075688772},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"359":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"372":{"tf":1.0},"456":{"tf":1.0},"508":{"tf":1.0},"7":{"tf":1.0}}},"t":{"df":11,"docs":{"191":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.7320508075688772},"273":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.7320508075688772},"651":{"tf":1.0},"70":{"tf":1.4142135623730951},"701":{"tf":1.0},"702":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"_":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"6":{"7":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"2":{"3":{"4":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"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":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"y":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"371":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":13,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.7320508075688772},"147":{"tf":1.0},"149":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"621":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"713":{"tf":1.0},"88":{"tf":2.0}}},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"(":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":6,"docs":{"10":{"tf":1.0},"120":{"tf":1.7320508075688772},"128":{"tf":1.0},"149":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"746":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"/":{"a":{"df":0,"docs":{},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":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":{"114":{"tf":1.0},"225":{"tf":1.0},"709":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"643":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"111":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.4142135623730951},"462":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0},"703":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":11,"docs":{"253":{"tf":1.0},"259":{"tf":1.0},"263":{"tf":1.0},"269":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"373":{"tf":1.7320508075688772},"391":{"tf":1.0},"478":{"tf":1.0},"651":{"tf":1.0},"671":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":11,"docs":{"258":{"tf":1.0},"331":{"tf":1.0},"349":{"tf":1.0},"352":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"478":{"tf":1.0},"510":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":10,"docs":{"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.7320508075688772},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"436":{"tf":1.0},"532":{"tf":1.0},"619":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.7320508075688772}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"343":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"145":{"tf":1.4142135623730951}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"s":{"df":2,"docs":{"13":{"tf":1.0},"331":{"tf":1.0}}}},"t":{"df":1,"docs":{"613":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"78":{"tf":1.0}}}},"df":1,"docs":{"275":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"p":{"df":3,"docs":{"108":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"u":{"df":8,"docs":{"162":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"59":{"tf":1.0},"615":{"tf":1.0}}}},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"610":{"tf":1.4142135623730951},"613":{"tf":1.7320508075688772},"619":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":118,"docs":{"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"13":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"140":{"tf":1.0},"16":{"tf":1.7320508075688772},"172":{"tf":1.0},"174":{"tf":1.0},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"178":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"184":{"tf":1.0},"186":{"tf":1.0},"190":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.4142135623730951},"197":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"211":{"tf":1.0},"213":{"tf":1.0},"215":{"tf":1.0},"217":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.4142135623730951},"228":{"tf":1.0},"230":{"tf":2.6457513110645907},"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.7320508075688772},"246":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"269":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.7320508075688772},"278":{"tf":1.7320508075688772},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"308":{"tf":1.0},"325":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":2.6457513110645907},"337":{"tf":1.4142135623730951},"34":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.4142135623730951},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":1.0},"37":{"tf":1.0},"384":{"tf":1.4142135623730951},"395":{"tf":1.0},"4":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"45":{"tf":1.0},"46":{"tf":1.0},"466":{"tf":2.0},"476":{"tf":1.4142135623730951},"485":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"522":{"tf":1.7320508075688772},"525":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.7320508075688772},"536":{"tf":1.4142135623730951},"538":{"tf":2.23606797749979},"540":{"tf":1.4142135623730951},"58":{"tf":1.0},"585":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.7320508075688772},"619":{"tf":1.0},"653":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.4142135623730951},"701":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"714":{"tf":2.0},"736":{"tf":1.0},"76":{"tf":1.0},"79":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.6457513110645907},"98":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"105":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":6,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"333":{"tf":1.4142135623730951},"361":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"121":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":14,"docs":{"162":{"tf":1.4142135623730951},"172":{"tf":1.0},"208":{"tf":1.0},"225":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.4142135623730951},"342":{"tf":1.4142135623730951},"352":{"tf":1.0},"462":{"tf":1.0},"510":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"88":{"tf":1.0}}}},"v":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"281":{"tf":1.0},"426":{"tf":1.0},"49":{"tf":1.4142135623730951}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":14,"docs":{"172":{"tf":1.0},"18":{"tf":1.0},"346":{"tf":1.0},"42":{"tf":1.0},"43":{"tf":1.0},"430":{"tf":1.0},"44":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"s":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":1.0}},"i":{"d":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"613":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"490":{"tf":1.0},"491":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"699":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":29,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"246":{"tf":1.0},"359":{"tf":1.7320508075688772},"382":{"tf":1.7320508075688772},"390":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"561":{"tf":1.0},"566":{"tf":1.4142135623730951},"653":{"tf":1.0},"659":{"tf":1.0},"686":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.7320508075688772},"704":{"tf":1.7320508075688772},"705":{"tf":1.0},"729":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"708":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":43,"docs":{"129":{"tf":1.0},"14":{"tf":1.0},"141":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"253":{"tf":1.4142135623730951},"306":{"tf":1.0},"311":{"tf":1.0},"315":{"tf":1.0},"328":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"378":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"452":{"tf":1.0},"462":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"510":{"tf":1.4142135623730951},"517":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"554":{"tf":1.0},"585":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"686":{"tf":1.4142135623730951},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"78":{"tf":1.0},"87":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{".":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":2.0}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.0},"301":{"tf":1.0},"493":{"tf":1.0}}}}},"v":{"df":4,"docs":{"374":{"tf":1.0},"395":{"tf":1.0},"486":{"tf":3.605551275463989},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":13,"docs":{"225":{"tf":1.0},"240":{"tf":1.0},"245":{"tf":2.0},"427":{"tf":1.4142135623730951},"507":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}},"t":{"df":1,"docs":{"608":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"23":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":2.449489742783178}}}},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"469":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"623":{"tf":1.0},"70":{"tf":1.0}}}},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":2.23606797749979},"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"235":{"tf":1.0}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"252":{"tf":2.449489742783178},"253":{"tf":2.0}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"tf":1.0}}}},"s":{"[":{"0":{"]":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":6,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"235":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"1":{"df":1,"docs":{"641":{"tf":1.0}}},"2":{"df":1,"docs":{"641":{"tf":1.0}}},"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.4142135623730951}}},"df":1,"docs":{"520":{"tf":2.0}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.0},"250":{"tf":2.23606797749979}}}},"df":0,"docs":{}}}},"df":65,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"178":{"tf":1.0},"187":{"tf":1.7320508075688772},"22":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"247":{"tf":3.0},"248":{"tf":2.23606797749979},"249":{"tf":3.3166247903554},"250":{"tf":3.0},"252":{"tf":2.8284271247461903},"253":{"tf":3.1622776601683795},"254":{"tf":2.8284271247461903},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"293":{"tf":1.7320508075688772},"329":{"tf":1.7320508075688772},"338":{"tf":1.7320508075688772},"342":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.4142135623730951},"372":{"tf":2.0},"373":{"tf":1.0},"374":{"tf":2.0},"375":{"tf":1.0},"380":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"394":{"tf":2.449489742783178},"395":{"tf":2.8284271247461903},"396":{"tf":1.7320508075688772},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"436":{"tf":2.0},"445":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.7320508075688772},"460":{"tf":1.7320508075688772},"465":{"tf":1.7320508075688772},"467":{"tf":2.0},"478":{"tf":1.0},"490":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"571":{"tf":1.0},"572":{"tf":1.0},"585":{"tf":1.0},"591":{"tf":2.0},"601":{"tf":2.449489742783178},"602":{"tf":2.0},"606":{"tf":2.23606797749979},"617":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":2.23606797749979},"668":{"tf":1.4142135623730951},"671":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":4.0},"250":{"tf":1.0},"606":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"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":1,"docs":{"250":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":1,"docs":{"250":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"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":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"249":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{">":{"2":{"0":{"1":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"428":{"tf":1.0},"51":{"tf":1.0},"604":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"w":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":13,"docs":{"13":{"tf":1.0},"17":{"tf":1.0},"18":{"tf":1.0},"2":{"tf":1.0},"226":{"tf":1.0},"233":{"tf":1.0},"254":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"683":{"tf":1.4142135623730951},"713":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"df":1,"docs":{"346":{"tf":1.0}}}},"b":{"df":1,"docs":{"234":{"tf":1.0}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"213":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"c":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"=":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":1,"docs":{"224":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":3,"docs":{"250":{"tf":1.7320508075688772},"510":{"tf":1.0},"511":{"tf":2.449489742783178}},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":11,"docs":{"21":{"tf":1.0},"317":{"tf":1.0},"337":{"tf":1.7320508075688772},"356":{"tf":1.0},"397":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"559":{"tf":1.0},"639":{"tf":1.0},"671":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"359":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"687":{"tf":1.0}}},"df":0,"docs":{}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":9,"docs":{"108":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0}},"g":{"df":1,"docs":{"230":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"114":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"c":{"a":{"d":{"df":1,"docs":{"13":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"18":{"tf":1.0},"372":{"tf":1.0}}}}},"d":{"df":6,"docs":{"122":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"466":{"tf":1.0},"551":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"r":{"df":13,"docs":{"244":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"397":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"714":{"tf":1.0}},"e":{"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":1,"docs":{"649":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"i":{"c":{"df":9,"docs":{"1":{"tf":1.0},"233":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"732":{"tf":1.0},"83":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"258":{"tf":1.0},"478":{"tf":1.0}},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"331":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"f":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"_":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"2":{"df":5,"docs":{"596":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":31,"docs":{"174":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":3.7416573867739413},"234":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"470":{"tf":1.0},"474":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"555":{"tf":1.0},"580":{"tf":1.0},"6":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"659":{"tf":1.0},"671":{"tf":1.4142135623730951},"728":{"tf":1.0},"734":{"tf":1.0}}}}}},"df":1,"docs":{"623":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":69,"docs":{"108":{"tf":1.0},"110":{"tf":1.0},"225":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.7320508075688772},"289":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"36":{"tf":1.0},"360":{"tf":1.4142135623730951},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.7320508075688772},"386":{"tf":1.0},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"472":{"tf":1.0},"486":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"546":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":2.0}},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":24,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"154":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"242":{"tf":1.0},"295":{"tf":1.0},"32":{"tf":1.0},"354":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"383":{"tf":1.0},"418":{"tf":1.0},"436":{"tf":1.0},"45":{"tf":1.0},"456":{"tf":1.0},"461":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0}}}},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"g":{"df":0,"docs":{},"r":{"a":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":1,"docs":{"368":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":16,"docs":{"16":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"281":{"tf":1.0},"331":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"469":{"tf":1.0},"52":{"tf":1.0},"54":{"tf":1.4142135623730951},"59":{"tf":2.0},"643":{"tf":1.0},"67":{"tf":1.7320508075688772},"671":{"tf":1.4142135623730951},"705":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":3,"docs":{"252":{"tf":1.0},"536":{"tf":1.4142135623730951},"687":{"tf":1.0}}},"t":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"284":{"tf":1.0}}}}},"v":{"df":4,"docs":{"398":{"tf":1.0},"595":{"tf":1.0},"671":{"tf":1.0},"700":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"14":{"tf":1.0}}}}}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"281":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"370":{"tf":1.0},"372":{"tf":1.0}}}},"t":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":14,"docs":{"124":{"tf":1.0},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"253":{"tf":1.4142135623730951},"331":{"tf":1.0},"354":{"tf":1.0},"371":{"tf":1.0},"397":{"tf":1.0},"438":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"541":{"tf":1.0},"683":{"tf":1.0},"700":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":1,"docs":{"88":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":5,"docs":{"17":{"tf":1.0},"427":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"253":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":10,"docs":{"332":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":2.0},"363":{"tf":1.4142135623730951},"37":{"tf":1.0},"540":{"tf":1.0},"689":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":14,"docs":{"125":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"254":{"tf":1.0},"327":{"tf":1.0},"346":{"tf":1.0},"356":{"tf":1.0},"389":{"tf":1.0},"392":{"tf":1.4142135623730951},"458":{"tf":1.4142135623730951},"465":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":11,"docs":{"276":{"tf":1.4142135623730951},"289":{"tf":1.0},"367":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"533":{"tf":1.4142135623730951},"615":{"tf":1.0},"702":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":23,"docs":{"12":{"tf":1.0},"121":{"tf":1.0},"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"18":{"tf":1.4142135623730951},"186":{"tf":1.4142135623730951},"240":{"tf":1.7320508075688772},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"287":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.4142135623730951},"371":{"tf":1.0},"59":{"tf":1.4142135623730951},"687":{"tf":1.0},"7":{"tf":1.0},"741":{"tf":1.0}}}},"r":{"df":2,"docs":{"465":{"tf":1.0},"589":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"18":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"427":{"tf":1.7320508075688772},"430":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":3,"docs":{"332":{"tf":1.0},"617":{"tf":1.0},"651":{"tf":1.0}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":13,"docs":{"145":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"508":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"702":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"88":{"tf":2.8284271247461903}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"387":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"n":{"df":2,"docs":{"508":{"tf":1.7320508075688772},"59":{"tf":1.0}}}}},"v":{"df":1,"docs":{"171":{"tf":3.605551275463989}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":53,"docs":{"1":{"tf":1.7320508075688772},"108":{"tf":1.0},"109":{"tf":1.0},"111":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"118":{"tf":1.7320508075688772},"12":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":2.0},"151":{"tf":1.7320508075688772},"155":{"tf":1.0},"16":{"tf":1.4142135623730951},"160":{"tf":1.7320508075688772},"161":{"tf":1.0},"162":{"tf":2.6457513110645907},"163":{"tf":1.0},"165":{"tf":1.0},"167":{"tf":1.4142135623730951},"17":{"tf":1.0},"178":{"tf":1.4142135623730951},"19":{"tf":1.0},"195":{"tf":1.4142135623730951},"220":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":2.0},"354":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"4":{"tf":2.0},"428":{"tf":1.0},"434":{"tf":1.0},"446":{"tf":1.0},"45":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"643":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.4142135623730951},"715":{"tf":1.0},"726":{"tf":1.4142135623730951},"743":{"tf":1.0},"744":{"tf":1.0},"745":{"tf":1.7320508075688772},"748":{"tf":1.4142135623730951},"8":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":2,"docs":{"715":{"tf":1.0},"726":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":3,"docs":{"496":{"tf":2.0},"530":{"tf":1.0},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"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":2,"docs":{"307":{"tf":1.0},"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":25,"docs":{"286":{"tf":1.0},"294":{"tf":1.4142135623730951},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"468":{"tf":1.0},"685":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":3,"docs":{"230":{"tf":1.0},"384":{"tf":1.0},"84":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":48,"docs":{"127":{"tf":1.0},"16":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"238":{"tf":1.0},"295":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.7320508075688772},"346":{"tf":1.0},"349":{"tf":1.7320508075688772},"352":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"395":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"432":{"tf":1.0},"446":{"tf":1.0},"448":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.7320508075688772},"472":{"tf":1.4142135623730951},"497":{"tf":1.0},"502":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.0},"538":{"tf":1.7320508075688772},"55":{"tf":1.0},"557":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"653":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"698":{"tf":1.0},"700":{"tf":1.4142135623730951},"707":{"tf":1.0},"725":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"73":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"17":{"tf":1.0},"238":{"tf":1.0},"686":{"tf":1.0},"703":{"tf":1.0}}}}}}}},"i":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}},"i":{"df":1,"docs":{"373":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"13":{"tf":1.7320508075688772},"162":{"tf":1.7320508075688772},"18":{"tf":2.0},"2":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":2.0}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"t":{"2":{"d":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}},"df":12,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"157":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"350":{"tf":1.7320508075688772},"397":{"tf":1.0},"686":{"tf":2.0},"696":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":23,"docs":{"17":{"tf":1.0},"170":{"tf":1.0},"174":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"316":{"tf":1.0},"344":{"tf":1.0},"348":{"tf":1.0},"354":{"tf":2.0},"362":{"tf":1.0},"385":{"tf":1.0},"395":{"tf":1.7320508075688772},"457":{"tf":1.0},"490":{"tf":1.4142135623730951},"513":{"tf":1.0},"557":{"tf":1.4142135623730951},"613":{"tf":1.0},"664":{"tf":1.0},"668":{"tf":1.4142135623730951},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"713":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"149":{"tf":1.0},"230":{"tf":1.4142135623730951},"276":{"tf":2.0},"562":{"tf":1.0},"88":{"tf":1.0}}}}},"x":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":11,"docs":{"17":{"tf":1.0},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":2.449489742783178},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"655":{"tf":1.0}}}}},"s":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"469":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"366":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"147":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"405":{"tf":1.0},"671":{"tf":2.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":9,"docs":{"162":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":2.23606797749979},"655":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"370":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"641":{"tf":1.0},"705":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"250":{"tf":1.0},"254":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"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":{},"l":{"a":{"df":0,"docs":{},"y":{"df":26,"docs":{"133":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"31":{"tf":1.0},"325":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.7320508075688772},"384":{"tf":1.0},"385":{"tf":1.0},"387":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.4142135623730951},"44":{"tf":1.0},"452":{"tf":1.0},"508":{"tf":1.0},"513":{"tf":2.0},"584":{"tf":1.7320508075688772},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":1.0},"78":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":18,"docs":{"120":{"tf":1.0},"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"150":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"717":{"tf":2.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.4142135623730951},"726":{"tf":1.7320508075688772},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"j":{"df":1,"docs":{"18":{"tf":1.0}}},"l":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"390":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":6,"docs":{"14":{"tf":1.0},"425":{"tf":1.0},"427":{"tf":2.6457513110645907},"428":{"tf":1.4142135623730951},"641":{"tf":1.0},"748":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"354":{"tf":1.0},"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"354":{"tf":1.0}}}}}}},"o":{"c":{"df":1,"docs":{"606":{"tf":1.0}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":344,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"155":{"tf":1.0},"159":{"tf":2.0},"208":{"tf":1.0},"221":{"tf":1.0},"230":{"tf":1.0},"286":{"tf":2.23606797749979},"287":{"tf":1.7320508075688772},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":2.449489742783178},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"341":{"tf":1.4142135623730951},"342":{"tf":1.4142135623730951},"343":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.4142135623730951},"351":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.4142135623730951},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.4142135623730951},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.7320508075688772},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.4142135623730951},"505":{"tf":2.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":2.23606797749979},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"552":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.4142135623730951},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.4142135623730951},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.4142135623730951},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.4142135623730951},"580":{"tf":1.0},"581":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.4142135623730951},"589":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"659":{"tf":1.0},"89":{"tf":1.0},"9":{"tf":1.7320508075688772}},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"440":{"tf":1.0}}},"df":1,"docs":{"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":4,"docs":{"32":{"tf":1.0},"373":{"tf":1.0},"524":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"432":{"tf":1.0},"671":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"b":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"747":{"tf":1.4142135623730951}}},"y":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"127":{"tf":1.0},"136":{"tf":2.449489742783178},"139":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"'":{"df":0,"docs":{},"t":{"df":5,"docs":{"606":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":2.0},"740":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":25,"docs":{"114":{"tf":1.0},"129":{"tf":1.0},"150":{"tf":1.0},"190":{"tf":1.0},"243":{"tf":1.0},"249":{"tf":1.7320508075688772},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"338":{"tf":1.0},"340":{"tf":1.0},"344":{"tf":1.0},"362":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"468":{"tf":1.0},"534":{"tf":1.4142135623730951},"669":{"tf":1.0},"724":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":2.449489742783178}}}},"p":{"df":1,"docs":{"686":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":2.449489742783178}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"18":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"u":{"b":{"df":0,"docs":{},"l":{"df":7,"docs":{"254":{"tf":1.7320508075688772},"368":{"tf":1.0},"370":{"tf":1.0},"486":{"tf":2.6457513110645907},"508":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0}},"e":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"370":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":2,"docs":{"373":{"tf":1.0},"502":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":28,"docs":{"114":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"158":{"tf":1.0},"161":{"tf":1.0},"163":{"tf":1.0},"165":{"tf":2.0},"170":{"tf":1.0},"172":{"tf":1.0},"207":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"220":{"tf":1.0},"229":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"50":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.23606797749979},"87":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0},"93":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"g":{"'":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":8,"docs":{"117":{"tf":1.0},"373":{"tf":1.0},"413":{"tf":1.4142135623730951},"45":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}},"w":{"df":3,"docs":{"582":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"582":{"tf":1.0}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"69":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"117":{"tf":1.0},"249":{"tf":1.0},"45":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"387":{"tf":2.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}}}},"y":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":1,"docs":{"59":{"tf":1.0}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"a":{"d":{"d":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"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":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"=":{"0":{"df":3,"docs":{"175":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"1":{"0":{".":{"1":{"3":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"=":{"0":{"df":1,"docs":{"713":{"tf":1.0}}},"1":{"df":2,"docs":{"176":{"tf":1.0},"221":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"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":11,"docs":{"155":{"tf":1.0},"162":{"tf":3.872983346207417},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"335":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.0},"372":{"tf":1.0},"374":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"t":{"d":{"df":1,"docs":{"513":{"tf":1.0}}},"df":0,"docs":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"149":{"tf":1.0}}}},"b":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":5,"docs":{"608":{"tf":1.0},"651":{"tf":1.0},"667":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":4,"docs":{"111":{"tf":1.0},"281":{"tf":1.0},"608":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":15,"docs":{"305":{"tf":1.0},"320":{"tf":1.0},"343":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"365":{"tf":1.0},"507":{"tf":1.0},"571":{"tf":1.0},"585":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"697":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"369":{"tf":1.0},"446":{"tf":1.0}}}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.0}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":35,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"286":{"tf":1.0},"314":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.4142135623730951},"452":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"551":{"tf":1.4142135623730951},"558":{"tf":1.0},"561":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"645":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":23,"docs":{"128":{"tf":1.4142135623730951},"130":{"tf":1.0},"133":{"tf":1.4142135623730951},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"139":{"tf":1.0},"146":{"tf":1.0},"23":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"412":{"tf":1.0},"585":{"tf":1.0},"700":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"748":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":3.0}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":53,"docs":{"128":{"tf":1.4142135623730951},"149":{"tf":1.0},"174":{"tf":1.0},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"250":{"tf":1.0},"258":{"tf":1.4142135623730951},"28":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":2.23606797749979},"386":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"416":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"458":{"tf":1.4142135623730951},"466":{"tf":1.0},"468":{"tf":1.0},"471":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"507":{"tf":1.7320508075688772},"508":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.0},"546":{"tf":1.0},"6":{"tf":1.0},"621":{"tf":1.0},"65":{"tf":1.0},"715":{"tf":1.0},"724":{"tf":1.4142135623730951},"74":{"tf":1.4142135623730951},"76":{"tf":1.0},"78":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"395":{"tf":1.0},"589":{"tf":1.0},"649":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"i":{"df":12,"docs":{"13":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0},"359":{"tf":1.0},"530":{"tf":1.4142135623730951},"60":{"tf":1.0},"61":{"tf":1.0},"613":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"114":{"tf":1.0},"19":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.0},"249":{"tf":1.0},"359":{"tf":1.0},"511":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":6,"docs":{"17":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"40":{"tf":1.0},"465":{"tf":1.0},"81":{"tf":1.0}}}}}}},"c":{"df":2,"docs":{"408":{"tf":2.0},"409":{"tf":2.23606797749979}},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"3":{"2":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"20":{"tf":1.0},"478":{"tf":1.0}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":20,"docs":{"250":{"tf":1.4142135623730951},"333":{"tf":2.449489742783178},"344":{"tf":2.23606797749979},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.4142135623730951},"475":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"587":{"tf":1.0},"600":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"407":{"tf":1.0},"409":{"tf":1.4142135623730951}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"250":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":6,"docs":{"491":{"tf":1.4142135623730951},"555":{"tf":1.4142135623730951},"627":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":72,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":2.0},"117":{"tf":1.0},"177":{"tf":1.0},"187":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"28":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"303":{"tf":1.7320508075688772},"309":{"tf":1.0},"31":{"tf":1.4142135623730951},"321":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"337":{"tf":1.4142135623730951},"339":{"tf":2.23606797749979},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":2.0},"452":{"tf":1.0},"456":{"tf":1.0},"458":{"tf":1.0},"481":{"tf":1.4142135623730951},"497":{"tf":2.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"527":{"tf":2.0},"541":{"tf":1.4142135623730951},"559":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.0},"653":{"tf":1.4142135623730951},"655":{"tf":1.0},"74":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":55,"docs":{"117":{"tf":1.7320508075688772},"121":{"tf":1.0},"177":{"tf":1.4142135623730951},"186":{"tf":1.0},"19":{"tf":1.0},"220":{"tf":1.0},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":2.23606797749979},"244":{"tf":2.0},"274":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"34":{"tf":1.0},"368":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"43":{"tf":1.0},"45":{"tf":1.4142135623730951},"450":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"510":{"tf":1.0},"524":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"662":{"tf":1.0},"664":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":1.4142135623730951},"70":{"tf":1.0},"732":{"tf":1.4142135623730951},"74":{"tf":1.0},"76":{"tf":1.4142135623730951},"79":{"tf":1.7320508075688772},"95":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}},"df":11,"docs":{"156":{"tf":1.0},"171":{"tf":1.0},"33":{"tf":1.0},"43":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"94":{"tf":2.0},"95":{"tf":2.0}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}},"df":7,"docs":{"145":{"tf":1.0},"366":{"tf":1.0},"508":{"tf":2.23606797749979},"511":{"tf":1.4142135623730951},"615":{"tf":1.0},"691":{"tf":1.0},"86":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":2,"docs":{"113":{"tf":1.0},"281":{"tf":1.0}}}}}}}}},"df":35,"docs":{"12":{"tf":1.0},"13":{"tf":2.0},"16":{"tf":1.0},"162":{"tf":1.0},"188":{"tf":1.4142135623730951},"2":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0},"276":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"354":{"tf":1.0},"358":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"456":{"tf":1.0},"533":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"706":{"tf":1.0},"731":{"tf":1.0},"748":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"395":{"tf":1.0},"606":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"45":{"tf":1.0},"585":{"tf":1.0},"637":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"(":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"86":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"e":{"d":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"147":{"tf":1.0},"149":{"tf":1.0},"45":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"389":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":5,"docs":{"385":{"tf":1.0},"486":{"tf":1.0},"532":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":2,"docs":{"16":{"tf":1.0},"395":{"tf":1.0}}}}},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":20,"docs":{"221":{"tf":1.0},"225":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"337":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"488":{"tf":1.0},"560":{"tf":1.0},"580":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"706":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"73":{"tf":1.0},"74":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"d":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"364":{"tf":1.0},"436":{"tf":1.0},"649":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"\"":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":10,"docs":{"250":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"525":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.7320508075688772},"508":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"562":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":8,"docs":{"309":{"tf":1.0},"339":{"tf":1.4142135623730951},"373":{"tf":2.449489742783178},"502":{"tf":2.0},"527":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"111":{"tf":1.0},"147":{"tf":1.0},"669":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":7,"docs":{"286":{"tf":1.0},"309":{"tf":1.4142135623730951},"452":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.0},"528":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":5,"docs":{"128":{"tf":1.0},"249":{"tf":1.0},"343":{"tf":1.0},"395":{"tf":1.0},"666":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"608":{"tf":1.0},"692":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":9,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"177":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"243":{"tf":1.0},"40":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"374":{"tf":1.0},"671":{"tf":1.0},"742":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"26":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.0},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951},"621":{"tf":1.0},"711":{"tf":1.0}}},"y":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":2.0}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"m":{"df":3,"docs":{"234":{"tf":1.0},"472":{"tf":1.0},"655":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":12,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"32":{"tf":1.4142135623730951}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"436":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"q":{"df":2,"docs":{"380":{"tf":1.0},"59":{"tf":1.4142135623730951}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"13":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"359":{"tf":1.0},"690":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"703":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":9,"docs":{"32":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"701":{"tf":1.0},"703":{"tf":1.0},"709":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"114":{"tf":1.0},"500":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":2,"docs":{"373":{"tf":1.0},"695":{"tf":1.0}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":2,"docs":{"12":{"tf":1.0},"343":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"t":{"c":{"df":13,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"128":{"tf":1.0},"135":{"tf":1.0},"233":{"tf":1.0},"335":{"tf":1.0},"358":{"tf":1.0},"369":{"tf":1.4142135623730951},"45":{"tf":1.0},"510":{"tf":1.0},"522":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}}},"df":1,"docs":{"18":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"747":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":12,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"21":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"360":{"tf":1.0},"374":{"tf":1.0},"465":{"tf":1.0},"522":{"tf":1.0},"717":{"tf":1.0},"89":{"tf":1.0}},"t":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"238":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"238":{"tf":1.0}}}}}},":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":45,"docs":{"120":{"tf":1.0},"14":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.0},"231":{"tf":1.0},"238":{"tf":4.123105625617661},"239":{"tf":1.7320508075688772},"257":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"320":{"tf":2.0},"338":{"tf":1.0},"373":{"tf":2.449489742783178},"389":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.4142135623730951},"466":{"tf":3.4641016151377544},"482":{"tf":1.4142135623730951},"491":{"tf":1.0},"507":{"tf":2.23606797749979},"508":{"tf":3.3166247903554},"510":{"tf":1.4142135623730951},"511":{"tf":2.6457513110645907},"53":{"tf":1.0},"55":{"tf":1.0},"568":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":2.23606797749979},"572":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"59":{"tf":1.0},"60":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.4142135623730951},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":2.0},"88":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":2.0}}}}}},"s":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":1,"docs":{"671":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"146":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":6,"docs":{"1":{"tf":1.0},"157":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951}}}}}}},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"572":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"x":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"249":{"tf":1.0},"338":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":221,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"149":{"tf":1.4142135623730951},"15":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"173":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.4142135623730951},"18":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"201":{"tf":2.449489742783178},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":2.449489742783178},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":2.23606797749979},"209":{"tf":1.7320508075688772},"210":{"tf":2.449489742783178},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"213":{"tf":2.23606797749979},"214":{"tf":2.449489742783178},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":2.23606797749979},"218":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.0},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"246":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"257":{"tf":1.0},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"267":{"tf":1.0},"271":{"tf":1.0},"276":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.449489742783178},"31":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.7320508075688772},"338":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"382":{"tf":2.23606797749979},"385":{"tf":1.0},"386":{"tf":1.7320508075688772},"387":{"tf":1.4142135623730951},"405":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"434":{"tf":1.0},"436":{"tf":1.0},"466":{"tf":2.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"470":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":2.23606797749979},"478":{"tf":1.0},"489":{"tf":1.0},"491":{"tf":1.4142135623730951},"492":{"tf":1.0},"494":{"tf":1.7320508075688772},"497":{"tf":1.0},"502":{"tf":1.7320508075688772},"503":{"tf":1.0},"505":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.7320508075688772},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"514":{"tf":2.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"52":{"tf":2.449489742783178},"521":{"tf":1.0},"522":{"tf":1.0},"523":{"tf":1.4142135623730951},"524":{"tf":1.7320508075688772},"526":{"tf":1.0},"528":{"tf":1.4142135623730951},"53":{"tf":1.7320508075688772},"536":{"tf":1.0},"54":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.7320508075688772},"542":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.4142135623730951},"55":{"tf":1.0},"550":{"tf":1.0},"552":{"tf":1.4142135623730951},"553":{"tf":1.0},"555":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.0},"560":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"563":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.7320508075688772},"57":{"tf":1.0},"570":{"tf":1.0},"572":{"tf":1.4142135623730951},"573":{"tf":1.0},"575":{"tf":2.0},"576":{"tf":1.0},"578":{"tf":1.4142135623730951},"58":{"tf":1.0},"581":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.0},"584":{"tf":1.0},"585":{"tf":1.0},"586":{"tf":1.4142135623730951},"59":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"596":{"tf":1.4142135623730951},"597":{"tf":1.4142135623730951},"598":{"tf":1.0},"60":{"tf":1.0},"600":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"64":{"tf":1.0},"641":{"tf":1.7320508075688772},"643":{"tf":1.4142135623730951},"645":{"tf":1.4142135623730951},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"66":{"tf":1.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.0},"67":{"tf":1.0},"68":{"tf":1.0},"684":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":2.0},"705":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"729":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"748":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":8,"docs":{"125":{"tf":1.0},"149":{"tf":1.7320508075688772},"253":{"tf":1.0},"332":{"tf":1.0},"340":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"507":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":21,"docs":{"178":{"tf":1.0},"187":{"tf":1.4142135623730951},"247":{"tf":2.23606797749979},"248":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":2.0},"293":{"tf":1.4142135623730951},"306":{"tf":1.0},"394":{"tf":2.23606797749979},"395":{"tf":1.4142135623730951},"396":{"tf":1.7320508075688772},"397":{"tf":1.0},"398":{"tf":1.4142135623730951},"510":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"664":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"651":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":5,"docs":{"17":{"tf":1.0},"445":{"tf":1.4142135623730951},"671":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}}}}},"df":1,"docs":{"156":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":11,"docs":{"157":{"tf":1.0},"172":{"tf":1.0},"276":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"525":{"tf":1.0},"621":{"tf":1.0},"87":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"h":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":8,"docs":{"114":{"tf":1.0},"127":{"tf":1.0},"263":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.0},"393":{"tf":1.0},"606":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":11,"docs":{"108":{"tf":1.0},"254":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"727":{"tf":1.4142135623730951},"729":{"tf":2.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"12":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":36,"docs":{"1":{"tf":1.0},"121":{"tf":1.0},"178":{"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},"189":{"tf":1.0},"190":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"281":{"tf":1.0},"283":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"615":{"tf":1.0}}}},"n":{"df":3,"docs":{"281":{"tf":1.0},"517":{"tf":1.0},"724":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"381":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"621":{"tf":1.0}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"427":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":29,"docs":{"238":{"tf":1.0},"30":{"tf":1.0},"308":{"tf":1.0},"340":{"tf":1.4142135623730951},"354":{"tf":3.1622776601683795},"361":{"tf":1.0},"368":{"tf":2.8284271247461903},"369":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.0},"456":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.7320508075688772},"664":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"697":{"tf":1.0},"705":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":46,"docs":{"110":{"tf":1.7320508075688772},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"28":{"tf":1.7320508075688772},"286":{"tf":1.0},"305":{"tf":1.4142135623730951},"319":{"tf":1.0},"323":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"363":{"tf":1.4142135623730951},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"486":{"tf":1.0},"506":{"tf":1.7320508075688772},"507":{"tf":2.449489742783178},"508":{"tf":3.4641016151377544},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"52":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":2.0},"701":{"tf":1.0},"708":{"tf":1.7320508075688772},"748":{"tf":1.0},"75":{"tf":1.0},"89":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":36,"docs":{"178":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"351":{"tf":1.0},"385":{"tf":1.0},"455":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"483":{"tf":1.0},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"498":{"tf":1.4142135623730951},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.4142135623730951},"551":{"tf":1.0},"554":{"tf":1.4142135623730951},"557":{"tf":1.0},"559":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"599":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"78":{"tf":1.0}}},"df":0,"docs":{},"s":{"df":20,"docs":{"111":{"tf":1.4142135623730951},"304":{"tf":1.0},"330":{"tf":1.0},"334":{"tf":2.23606797749979},"381":{"tf":1.0},"385":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"504":{"tf":1.4142135623730951},"507":{"tf":1.0},"562":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"657":{"tf":1.0},"748":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":14,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.7320508075688772},"178":{"tf":1.0},"193":{"tf":1.7320508075688772},"278":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"505":{"tf":1.0},"617":{"tf":1.0},"7":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":8,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"438":{"tf":1.0},"522":{"tf":1.0},"610":{"tf":1.0},"637":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0}}}},"df":5,"docs":{"331":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"24":{"tf":1.0},"59":{"tf":1.0}}}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"2":{"tf":1.0}}}}}},"t":{"df":2,"docs":{"130":{"tf":1.0},"713":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"238":{"tf":1.0},"252":{"tf":1.0},"316":{"tf":1.0},"366":{"tf":1.4142135623730951},"55":{"tf":1.0},"557":{"tf":1.7320508075688772},"562":{"tf":1.7320508075688772},"727":{"tf":1.4142135623730951},"741":{"tf":2.0}},"i":{"df":29,"docs":{"19":{"tf":1.0},"30":{"tf":1.4142135623730951},"333":{"tf":2.23606797749979},"337":{"tf":1.0},"345":{"tf":1.0},"349":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"364":{"tf":1.0},"366":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"595":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"693":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"714":{"tf":1.0},"86":{"tf":1.0},"97":{"tf":1.0}}},"y":{".":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"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":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"439":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"31":{"tf":1.0},"502":{"tf":1.0},"710":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":8,"docs":{"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"727":{"tf":1.7320508075688772},"731":{"tf":2.0},"732":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"743":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":6,"docs":{"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.8284271247461903},"150":{"tf":1.0},"5":{"tf":1.0}}},"s":{"df":16,"docs":{"236":{"tf":1.4142135623730951},"239":{"tf":1.0},"338":{"tf":1.0},"361":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"691":{"tf":1.0},"703":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"346":{"tf":1.0}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"u":{"df":1,"docs":{"246":{"tf":1.0}}}}},"q":{"df":13,"docs":{"122":{"tf":1.0},"126":{"tf":1.4142135623730951},"127":{"tf":1.0},"144":{"tf":1.0},"151":{"tf":1.7320508075688772},"268":{"tf":1.0},"368":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"5":{"tf":1.0},"659":{"tf":1.0},"662":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"r":{"df":5,"docs":{"130":{"tf":1.0},"19":{"tf":1.0},"31":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"343":{"tf":1.0},"385":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"258":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"t":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"173":{"tf":1.0}}}}}}},"x":{"df":1,"docs":{"145":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"250":{"tf":1.7320508075688772}}}}}}}}}},"df":0,"docs":{}}},"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":32,"docs":{"118":{"tf":1.0},"12":{"tf":1.4142135623730951},"160":{"tf":1.0},"17":{"tf":1.4142135623730951},"185":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"22":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"32":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"452":{"tf":1.7320508075688772},"478":{"tf":1.0},"507":{"tf":1.0},"524":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"745":{"tf":1.0},"78":{"tf":1.4142135623730951},"8":{"tf":1.0},"88":{"tf":2.0}}}}}},"df":0,"docs":{},"e":{"d":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"716":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"w":{"df":5,"docs":{"250":{"tf":1.0},"253":{"tf":1.0},"368":{"tf":1.0},"389":{"tf":1.0},"655":{"tf":1.0}}}},"f":{"df":0,"docs":{},"t":{"df":3,"docs":{"395":{"tf":1.0},"664":{"tf":1.0},"748":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":2,"docs":{"538":{"tf":1.0},"583":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"177":{"tf":1.4142135623730951},"606":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":92,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"122":{"tf":1.0},"125":{"tf":2.0},"144":{"tf":1.0},"147":{"tf":2.0},"148":{"tf":2.0},"149":{"tf":3.872983346207417},"150":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"163":{"tf":1.0},"165":{"tf":1.7320508075688772},"171":{"tf":1.0},"220":{"tf":1.0},"225":{"tf":1.0},"230":{"tf":1.4142135623730951},"234":{"tf":2.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"242":{"tf":1.0},"243":{"tf":1.4142135623730951},"262":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.7320508075688772},"277":{"tf":1.7320508075688772},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"302":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.23606797749979},"355":{"tf":1.0},"360":{"tf":1.4142135623730951},"361":{"tf":1.0},"364":{"tf":2.449489742783178},"365":{"tf":1.7320508075688772},"384":{"tf":2.449489742783178},"385":{"tf":1.4142135623730951},"391":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"429":{"tf":1.4142135623730951},"434":{"tf":1.0},"436":{"tf":1.7320508075688772},"438":{"tf":1.0},"496":{"tf":1.7320508075688772},"5":{"tf":1.0},"505":{"tf":1.0},"517":{"tf":1.4142135623730951},"529":{"tf":1.0},"534":{"tf":2.23606797749979},"536":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"562":{"tf":1.7320508075688772},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"6":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":2.8284271247461903},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"623":{"tf":2.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"709":{"tf":1.0},"72":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"76":{"tf":1.0},"83":{"tf":1.4142135623730951},"88":{"tf":2.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"517":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"355":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"m":{"d":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"434":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"\\":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"\\":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"\\":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"108":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"\\":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":3,"docs":{"174":{"tf":1.0},"177":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}}}}},"l":{"df":7,"docs":{"249":{"tf":1.7320508075688772},"257":{"tf":1.0},"258":{"tf":1.7320508075688772},"384":{"tf":1.0},"397":{"tf":1.4142135623730951},"522":{"tf":1.0},"653":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"162":{"tf":1.7320508075688772},"23":{"tf":1.0},"356":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":1.0},"386":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"n":{"a":{"df":0,"docs":{},"l":{"df":8,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"474":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0}}}},"d":{"df":24,"docs":{"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"226":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.4142135623730951},"286":{"tf":1.0},"3":{"tf":1.0},"330":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"493":{"tf":1.0},"508":{"tf":1.0},"657":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"286":{"tf":1.0},"301":{"tf":1.4142135623730951},"452":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.0},"494":{"tf":1.0}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":4,"docs":{"258":{"tf":1.0},"338":{"tf":1.0},"585":{"tf":1.0},"587":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}}}}}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":45,"docs":{"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"13":{"tf":1.0},"142":{"tf":1.0},"150":{"tf":1.0},"169":{"tf":1.0},"178":{"tf":2.0},"185":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"230":{"tf":1.0},"231":{"tf":1.7320508075688772},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":2.0},"243":{"tf":1.0},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"335":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"373":{"tf":1.4142135623730951},"432":{"tf":1.4142135623730951},"468":{"tf":1.0},"491":{"tf":1.0},"496":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"7":{"tf":1.0},"714":{"tf":1.0},"72":{"tf":1.0},"82":{"tf":1.0},"93":{"tf":1.0}}}}},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"369":{"tf":1.0},"89":{"tf":1.0}}},"x":{"df":30,"docs":{"21":{"tf":1.0},"253":{"tf":1.0},"372":{"tf":1.0},"392":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"606":{"tf":2.6457513110645907},"608":{"tf":3.872983346207417},"610":{"tf":2.23606797749979},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":2.0},"619":{"tf":3.1622776601683795},"621":{"tf":2.8284271247461903},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"631":{"tf":2.449489742783178},"633":{"tf":1.7320508075688772},"635":{"tf":2.449489742783178},"637":{"tf":2.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.7320508075688772},"649":{"tf":2.23606797749979},"651":{"tf":1.7320508075688772},"653":{"tf":1.0},"655":{"tf":1.0},"709":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":49,"docs":{"178":{"tf":1.0},"189":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"286":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.7320508075688772},"377":{"tf":1.4142135623730951},"378":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"475":{"tf":1.0},"477":{"tf":2.0},"478":{"tf":2.8284271247461903},"527":{"tf":1.0},"574":{"tf":1.0},"589":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":2.0},"625":{"tf":2.23606797749979},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":2.0},"681":{"tf":1.0},"7":{"tf":1.0},"728":{"tf":1.4142135623730951},"734":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":16,"docs":{"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"t":{"df":1,"docs":{"386":{"tf":1.0}}}},"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"24":{"tf":1.0},"31":{"tf":1.0},"386":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"df":1,"docs":{"245":{"tf":1.0}}},"o":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":10,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.449489742783178},"368":{"tf":1.0},"447":{"tf":2.6457513110645907},"572":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{},"w":{"df":1,"docs":{"500":{"tf":1.0}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"h":{"df":6,"docs":{"235":{"tf":1.0},"338":{"tf":1.4142135623730951},"613":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"674":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"16":{"tf":1.0}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"525":{"tf":1.7320508075688772},"596":{"tf":1.0}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"391":{"tf":1.0},"621":{"tf":1.0}},"s":{"df":1,"docs":{"32":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":77,"docs":{"108":{"tf":1.4142135623730951},"111":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"123":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"149":{"tf":2.0},"165":{"tf":1.0},"171":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.7320508075688772},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.4142135623730951},"225":{"tf":2.0},"226":{"tf":1.7320508075688772},"230":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.0},"36":{"tf":1.0},"364":{"tf":1.7320508075688772},"37":{"tf":1.0},"419":{"tf":1.0},"426":{"tf":2.0},"427":{"tf":3.1622776601683795},"429":{"tf":2.23606797749979},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"562":{"tf":1.0},"57":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.0},"67":{"tf":1.0},"69":{"tf":1.0},"705":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"81":{"tf":1.0},"82":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"88":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}},"i":{"d":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"441":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"225":{"tf":1.0},"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":63,"docs":{"105":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":1.0},"126":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"141":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"150":{"tf":1.4142135623730951},"158":{"tf":1.0},"178":{"tf":1.0},"185":{"tf":1.0},"229":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"257":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"284":{"tf":1.0},"294":{"tf":1.0},"346":{"tf":1.0},"350":{"tf":1.0},"354":{"tf":1.0},"363":{"tf":1.0},"373":{"tf":2.0},"386":{"tf":1.0},"393":{"tf":1.0},"399":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"432":{"tf":1.0},"447":{"tf":1.0},"451":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"473":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"533":{"tf":1.0},"562":{"tf":1.4142135623730951},"59":{"tf":1.0},"606":{"tf":1.0},"672":{"tf":1.0},"683":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}}},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.4142135623730951}}}},"r":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"547":{"tf":1.0},"669":{"tf":1.0}}}}},"k":{"df":1,"docs":{"113":{"tf":1.0}}},"m":{"a":{"df":0,"docs":{},"t":{"df":46,"docs":{"17":{"tf":2.0},"230":{"tf":1.0},"286":{"tf":1.0},"295":{"tf":1.7320508075688772},"327":{"tf":1.0},"34":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"383":{"tf":1.4142135623730951},"4":{"tf":1.0},"418":{"tf":2.449489742783178},"419":{"tf":1.7320508075688772},"420":{"tf":1.0},"421":{"tf":2.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":2.449489742783178},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"428":{"tf":1.4142135623730951},"429":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"431":{"tf":2.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":2.449489742783178},"437":{"tf":1.7320508075688772},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.7320508075688772},"46":{"tf":1.0},"467":{"tf":1.0},"562":{"tf":1.4142135623730951},"591":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.4142135623730951},"748":{"tf":1.0},"98":{"tf":1.4142135623730951}}}},"df":18,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"129":{"tf":1.4142135623730951},"139":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"469":{"tf":1.0},"562":{"tf":1.0},"715":{"tf":2.449489742783178},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"359":{"tf":1.0}}}},"u":{"df":0,"docs":{},"m":{"df":10,"docs":{"116":{"tf":1.0},"118":{"tf":1.7320508075688772},"155":{"tf":1.0},"160":{"tf":1.7320508075688772},"162":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"662":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":2.0},"8":{"tf":1.7320508075688772}}}},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"250":{"tf":1.0},"260":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"d":{"df":13,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"147":{"tf":1.7320508075688772},"149":{"tf":1.0},"339":{"tf":1.4142135623730951},"361":{"tf":1.0},"432":{"tf":1.0},"480":{"tf":1.0},"517":{"tf":1.4142135623730951},"85":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"372":{"tf":1.0}}}}}}},"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":{},"h":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":5,"docs":{"138":{"tf":1.7320508075688772},"233":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.7320508075688772},"449":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":11,"docs":{"12":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"254":{"tf":1.0},"28":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"445":{"tf":1.4142135623730951},"507":{"tf":1.0},"671":{"tf":1.0},"716":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"715":{"tf":1.0},"717":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":1,"docs":{"623":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":5,"docs":{"249":{"tf":1.0},"331":{"tf":1.0},"368":{"tf":1.0},"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"y":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"t":{"df":86,"docs":{"151":{"tf":1.0},"375":{"tf":1.0},"662":{"tf":1.7320508075688772},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"281":{"tf":1.4142135623730951},"333":{"tf":1.0},"691":{"tf":1.4142135623730951},"714":{"tf":1.0}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"l":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":9,"docs":{"13":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.7320508075688772},"286":{"tf":1.0},"394":{"tf":1.0},"397":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"9":{"tf":1.0}},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"[":{"1":{"0":{"2":{"4":{"df":1,"docs":{"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"617":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":65,"docs":{"191":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":2.8284271247461903},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"268":{"tf":1.4142135623730951},"271":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"332":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"351":{"tf":1.0},"354":{"tf":5.0990195135927845},"359":{"tf":1.4142135623730951},"361":{"tf":1.7320508075688772},"373":{"tf":1.0},"389":{"tf":1.0},"395":{"tf":1.0},"452":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.4142135623730951},"490":{"tf":1.0},"493":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"574":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.0},"597":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.0},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.4142135623730951},"681":{"tf":1.0},"684":{"tf":1.0},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"692":{"tf":1.4142135623730951},"697":{"tf":1.0},"710":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":3,"docs":{"324":{"tf":1.0},"582":{"tf":1.0},"583":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"*":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":4,"docs":{"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"239":{"tf":1.0},"332":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"703":{"tf":1.0}}}},":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"361":{"tf":1.0},"362":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"_":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"362":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"345":{"tf":1.0},"348":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"476":{"tf":2.0},"508":{"tf":1.0},"511":{"tf":1.0},"578":{"tf":1.0},"596":{"tf":1.0},"617":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"499":{"tf":1.0},"500":{"tf":1.0}}},"3":{"df":1,"docs":{"525":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"587":{"tf":1.7320508075688772}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"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":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"21":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"390":{"tf":1.0},"465":{"tf":1.0},"499":{"tf":1.0},"633":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":9,"docs":{"178":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"368":{"tf":1.0},"372":{"tf":1.0},"641":{"tf":1.0},"705":{"tf":1.0},"738":{"tf":1.0},"78":{"tf":1.0}}}}}},"x":{"b":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":2,"docs":{"625":{"tf":1.0},"692":{"tf":1.0}}}}}},"df":3,"docs":{"625":{"tf":1.0},"651":{"tf":1.0},"70":{"tf":1.0}}},"df":15,"docs":{"16":{"tf":1.7320508075688772},"279":{"tf":1.0},"366":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.4142135623730951},"474":{"tf":1.4142135623730951},"566":{"tf":1.0},"57":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"701":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.4142135623730951},"88":{"tf":1.0}},"p":{"df":2,"docs":{"651":{"tf":1.0},"70":{"tf":1.0}}},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"df":0,"docs":{},"|":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"|":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"705":{"tf":1.0}},"|":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"g":{"\"":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"222":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":19,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"231":{"tf":1.4142135623730951},"232":{"tf":1.0},"234":{"tf":2.6457513110645907},"235":{"tf":2.23606797749979},"238":{"tf":3.1622776601683795},"239":{"tf":2.8284271247461903},"252":{"tf":4.358898943540674},"253":{"tf":2.449489742783178},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"31":{"tf":1.0},"55":{"tf":1.4142135623730951},"582":{"tf":1.0},"77":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"252":{"tf":2.23606797749979},"254":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"a":{"d":{"df":0,"docs":{},"v":{"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"252":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"469":{"tf":1.0},"59":{"tf":1.0}}}}},"c":{"c":{"df":5,"docs":{"171":{"tf":1.4142135623730951},"49":{"tf":1.7320508075688772},"608":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":3,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"c":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"302":{"tf":1.0},"496":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":96,"docs":{"127":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.4142135623730951},"144":{"tf":1.0},"147":{"tf":1.4142135623730951},"152":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.4142135623730951},"184":{"tf":2.23606797749979},"185":{"tf":1.4142135623730951},"19":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":2.6457513110645907},"228":{"tf":1.7320508075688772},"229":{"tf":1.7320508075688772},"230":{"tf":2.449489742783178},"232":{"tf":1.4142135623730951},"233":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"255":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"264":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.4142135623730951},"281":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"40":{"tf":1.7320508075688772},"430":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.7320508075688772},"533":{"tf":1.0},"56":{"tf":1.0},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.7320508075688772},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"625":{"tf":1.4142135623730951},"631":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"651":{"tf":1.0},"66":{"tf":1.0},"684":{"tf":1.4142135623730951},"7":{"tf":1.4142135623730951},"701":{"tf":1.0},"713":{"tf":1.7320508075688772},"714":{"tf":2.0},"727":{"tf":1.0},"728":{"tf":1.4142135623730951},"732":{"tf":1.0},"748":{"tf":1.0},"76":{"tf":1.4142135623730951},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.7320508075688772}}}}},"t":{"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":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"249":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":4.242640687119285}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"467":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"361":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"596":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"575":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":40,"docs":{"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.7320508075688772},"156":{"tf":2.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"236":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"476":{"tf":1.0},"6":{"tf":1.4142135623730951},"746":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"238":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"t":{"df":1,"docs":{"547":{"tf":2.449489742783178}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"681":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"272":{"tf":1.0},"332":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"377":{"tf":1.0},"651":{"tf":1.0}}}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"105":{"tf":1.0},"354":{"tf":2.8284271247461903},"361":{"tf":1.0},"623":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.0}}}}}}},"df":2,"docs":{"235":{"tf":1.0},"252":{"tf":1.0}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.4142135623730951}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.0},"368":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"r":{"df":2,"docs":{"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.0}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"_":{"1":{"df":1,"docs":{"172":{"tf":1.0}}},"2":{"df":1,"docs":{"177":{"tf":1.0}}},"3":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":2,"docs":{"162":{"tf":1.0},"686":{"tf":1.0}}},"2":{"df":3,"docs":{"162":{"tf":1.0},"286":{"tf":1.0},"745":{"tf":1.0}}},"3":{"df":2,"docs":{"162":{"tf":1.0},"469":{"tf":1.0}}},"4":{"df":1,"docs":{"469":{"tf":1.0}}},"5":{"df":1,"docs":{"507":{"tf":1.0}}},"6":{"df":1,"docs":{"507":{"tf":1.0}}},"7":{"df":1,"docs":{"510":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"458":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}},"t":{"df":6,"docs":{"166":{"tf":1.0},"171":{"tf":1.0},"280":{"tf":1.0},"284":{"tf":1.7320508075688772},"285":{"tf":1.4142135623730951},"88":{"tf":1.0}},"h":{"df":0,"docs":{},"u":{"b":{"df":19,"docs":{"116":{"tf":1.0},"117":{"tf":1.0},"119":{"tf":1.4142135623730951},"146":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"161":{"tf":1.0},"163":{"tf":1.0},"166":{"tf":1.4142135623730951},"608":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951},"747":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"284":{"tf":1.0}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":4,"docs":{"252":{"tf":1.0},"356":{"tf":1.0},"473":{"tf":1.0},"589":{"tf":1.0}},"n":{"df":25,"docs":{"236":{"tf":1.4142135623730951},"308":{"tf":1.0},"322":{"tf":1.0},"324":{"tf":1.0},"333":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"559":{"tf":1.0},"577":{"tf":1.4142135623730951},"582":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"653":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.4142135623730951},"741":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"433":{"tf":1.0},"434":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":12,"docs":{"362":{"tf":1.4142135623730951},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"448":{"tf":1.0},"649":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"78":{"tf":1.0},"86":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"10":{"tf":1.0},"746":{"tf":1.0},"748":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"m":{"b":{"df":0,"docs":{},"h":{"df":9,"docs":{"127":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.449489742783178},"150":{"tf":1.4142135623730951},"18":{"tf":3.605551275463989},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"144":{"tf":1.0}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"205":{"tf":1.0},"206":{"tf":1.4142135623730951},"210":{"tf":1.0},"211":{"tf":1.4142135623730951},"214":{"tf":1.0},"215":{"tf":1.4142135623730951},"218":{"tf":1.0},"219":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.4142135623730951},"231":{"tf":1.0},"232":{"tf":1.4142135623730951},"240":{"tf":1.0},"241":{"tf":1.4142135623730951},"255":{"tf":1.0},"256":{"tf":1.4142135623730951},"262":{"tf":1.0},"263":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"278":{"tf":1.0},"279":{"tf":1.4142135623730951},"282":{"tf":1.0},"283":{"tf":1.4142135623730951}}}},"df":3,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"234":{"tf":1.0}},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"d":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"230":{"tf":1.0},"385":{"tf":1.0},"446":{"tf":1.0},"687":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{}}}},"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}},"l":{"df":2,"docs":{"147":{"tf":1.4142135623730951},"748":{"tf":1.0}},"v":{"3":{"df":12,"docs":{"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"146":{"tf":2.23606797749979},"156":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":2.0},"723":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}},"r":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":2,"docs":{"496":{"tf":1.0},"589":{"tf":1.0}},"i":{"c":{"df":6,"docs":{"133":{"tf":1.4142135623730951},"294":{"tf":1.0},"399":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":20,"docs":{"177":{"tf":2.0},"225":{"tf":1.0},"23":{"tf":1.7320508075688772},"286":{"tf":1.0},"303":{"tf":1.7320508075688772},"339":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"513":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.4142135623730951},"655":{"tf":1.0}}}},"w":{"df":1,"docs":{"13":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"246":{"tf":1.4142135623730951}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"t":{";":{"&":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{";":{"+":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":2.23606797749979},"409":{"tf":2.449489742783178},"410":{"tf":2.23606797749979}}}},"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"408":{"tf":1.0}}},"df":0,"docs":{}},"h":{"df":4,"docs":{"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.4142135623730951}}},"p":{"df":4,"docs":{"412":{"tf":1.7320508075688772},"413":{"tf":1.7320508075688772},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}},"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"412":{"tf":1.0}}},"p":{"df":4,"docs":{"412":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.4142135623730951}}}},"df":7,"docs":{"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.0},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.449489742783178}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"406":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"406":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"405":{"tf":2.0},"406":{"tf":1.0}}}}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"405":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"406":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"405":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"406":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":2.23606797749979}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"405":{"tf":3.605551275463989},"406":{"tf":2.449489742783178}},"k":{"df":1,"docs":{"633":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"623":{"tf":1.0}}},"i":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"d":{"df":1,"docs":{"645":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"129":{"tf":1.0}}},"df":0,"docs":{}}},"df":8,"docs":{"122":{"tf":1.0},"143":{"tf":1.0},"162":{"tf":1.7320508075688772},"192":{"tf":1.0},"275":{"tf":1.0},"281":{"tf":1.0},"701":{"tf":1.0},"714":{"tf":2.8284271247461903}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":41,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":2.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.7320508075688772},"143":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.7320508075688772},"262":{"tf":1.7320508075688772},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"5":{"tf":1.0},"613":{"tf":1.0},"639":{"tf":1.0},"7":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}}}},"df":38,"docs":{"172":{"tf":1.4142135623730951},"205":{"tf":1.0},"209":{"tf":1.7320508075688772},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.7320508075688772},"24":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.6457513110645907},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.7320508075688772},"380":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"384":{"tf":1.7320508075688772},"385":{"tf":1.0},"389":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.7320508075688772},"40":{"tf":1.0},"412":{"tf":1.0},"487":{"tf":1.0},"625":{"tf":1.0},"662":{"tf":1.0},"688":{"tf":1.7320508075688772},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"736":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"81":{"tf":1.0}}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"213":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"h":{"a":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}}}}},"n":{"d":{"df":0,"docs":{},"l":{"df":49,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"239":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":2.449489742783178},"380":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"453":{"tf":1.0},"456":{"tf":1.0},"463":{"tf":2.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"501":{"tf":1.0},"529":{"tf":1.0},"537":{"tf":1.4142135623730951},"557":{"tf":1.0},"580":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"670":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"702":{"tf":1.0},"731":{"tf":1.0},"743":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"252":{"tf":2.449489742783178},"253":{"tf":1.0},"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":8,"docs":{"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"475":{"tf":1.0},"525":{"tf":1.7320508075688772},"602":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"600":{"tf":1.7320508075688772}}}}}}}}}}}}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":9,"docs":{"369":{"tf":1.0},"372":{"tf":1.0},"377":{"tf":1.0},"397":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"683":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0}}}},"i":{"df":1,"docs":{"281":{"tf":1.0}}}}},"r":{"d":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"613":{"tf":1.0}}},"r":{"df":1,"docs":{"238":{"tf":1.0}}}},"w":{"a":{"df":0,"docs":{},"r":{"df":8,"docs":{"13":{"tf":1.0},"16":{"tf":1.0},"307":{"tf":1.0},"389":{"tf":1.4142135623730951},"429":{"tf":1.0},"490":{"tf":1.0},"513":{"tf":1.4142135623730951},"668":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"<":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}}},"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":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.0},"623":{"tf":1.0},"671":{"tf":1.0}}}}},"df":8,"docs":{"408":{"tf":3.872983346207417},"409":{"tf":3.872983346207417},"410":{"tf":3.3166247903554},"412":{"tf":3.3166247903554},"413":{"tf":3.872983346207417},"415":{"tf":3.3166247903554},"416":{"tf":3.605551275463989},"427":{"tf":1.7320508075688772}},"e":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"242":{"tf":1.0},"249":{"tf":1.4142135623730951},"276":{"tf":1.0},"436":{"tf":1.4142135623730951},"532":{"tf":1.0},"536":{"tf":1.0},"621":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"395":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"395":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"36":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":4,"docs":{"193":{"tf":1.0},"279":{"tf":1.0},"366":{"tf":1.4142135623730951},"608":{"tf":1.0}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":5,"docs":{"229":{"tf":1.0},"278":{"tf":1.0},"281":{"tf":2.23606797749979},"366":{"tf":1.0},"637":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"281":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"p":{"d":{"df":0,"docs":{},"o":{"c":{".":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":20,"docs":{"118":{"tf":1.0},"122":{"tf":1.0},"128":{"tf":1.0},"160":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"389":{"tf":1.0},"430":{"tf":1.0},"452":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.4142135623730951},"505":{"tf":1.4142135623730951},"510":{"tf":1.0},"623":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":49,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.4142135623730951},"113":{"tf":1.0},"149":{"tf":1.0},"156":{"tf":1.0},"178":{"tf":1.0},"191":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"249":{"tf":1.0},"268":{"tf":1.4142135623730951},"270":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"272":{"tf":1.0},"273":{"tf":1.0},"33":{"tf":1.0},"352":{"tf":1.0},"362":{"tf":1.0},"37":{"tf":2.0},"512":{"tf":1.0},"516":{"tf":1.4142135623730951},"527":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"659":{"tf":2.0},"692":{"tf":1.0},"7":{"tf":1.0},"99":{"tf":1.0}},"s":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"572":{"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":{"c":{"df":1,"docs":{"336":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"'":{"df":2,"docs":{"246":{"tf":1.0},"472":{"tf":1.0}}},"df":72,"docs":{"108":{"tf":1.0},"114":{"tf":1.4142135623730951},"124":{"tf":1.0},"144":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"172":{"tf":1.4142135623730951},"173":{"tf":1.0},"177":{"tf":1.0},"19":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"225":{"tf":2.0},"234":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":1.4142135623730951},"238":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"279":{"tf":1.0},"286":{"tf":1.0},"3":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"366":{"tf":1.0},"382":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":2.6457513110645907},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"536":{"tf":1.0},"544":{"tf":1.4142135623730951},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"593":{"tf":1.0},"6":{"tf":1.0},"643":{"tf":1.0},"683":{"tf":1.0},"692":{"tf":1.0},"702":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.7320508075688772},"726":{"tf":1.0},"731":{"tf":1.0},"733":{"tf":1.0},"88":{"tf":1.7320508075688772},"9":{"tf":1.0}}}},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"472":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":4,"docs":{"397":{"tf":1.0},"427":{"tf":1.0},"438":{"tf":1.0},"527":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"541":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"562":{"tf":1.7320508075688772},"641":{"tf":1.0},"95":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"381":{"tf":1.0}},"i":{"df":1,"docs":{"381":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"108":{"tf":1.0},"223":{"tf":1.0},"238":{"tf":1.0},"249":{"tf":1.0},"432":{"tf":1.0},"49":{"tf":1.7320508075688772},"539":{"tf":1.0},"610":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"281":{"tf":1.0},"368":{"tf":1.0},"493":{"tf":1.0},"728":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"705":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":63,"docs":{"162":{"tf":1.0},"33":{"tf":1.0},"452":{"tf":1.7320508075688772},"51":{"tf":1.4142135623730951},"603":{"tf":1.7320508075688772},"604":{"tf":1.0},"605":{"tf":1.4142135623730951},"606":{"tf":1.0},"607":{"tf":1.4142135623730951},"608":{"tf":1.0},"609":{"tf":1.4142135623730951},"610":{"tf":1.0},"611":{"tf":1.4142135623730951},"612":{"tf":1.0},"613":{"tf":1.0},"614":{"tf":1.4142135623730951},"615":{"tf":1.0},"616":{"tf":1.4142135623730951},"617":{"tf":1.0},"618":{"tf":1.4142135623730951},"619":{"tf":1.0},"620":{"tf":1.4142135623730951},"621":{"tf":1.0},"622":{"tf":1.4142135623730951},"623":{"tf":1.0},"624":{"tf":1.4142135623730951},"625":{"tf":1.0},"626":{"tf":1.4142135623730951},"627":{"tf":1.0},"628":{"tf":1.4142135623730951},"629":{"tf":1.0},"630":{"tf":1.4142135623730951},"631":{"tf":1.0},"632":{"tf":1.4142135623730951},"633":{"tf":1.0},"634":{"tf":1.4142135623730951},"635":{"tf":1.0},"636":{"tf":1.4142135623730951},"637":{"tf":1.0},"638":{"tf":1.4142135623730951},"639":{"tf":1.0},"640":{"tf":1.4142135623730951},"641":{"tf":1.0},"642":{"tf":1.4142135623730951},"643":{"tf":1.0},"644":{"tf":1.4142135623730951},"645":{"tf":1.0},"646":{"tf":1.4142135623730951},"647":{"tf":1.0},"648":{"tf":1.4142135623730951},"649":{"tf":1.0},"650":{"tf":1.4142135623730951},"651":{"tf":1.0},"652":{"tf":1.4142135623730951},"653":{"tf":1.0},"654":{"tf":1.4142135623730951},"655":{"tf":1.0},"656":{"tf":1.4142135623730951},"657":{"tf":1.0},"658":{"tf":1.4142135623730951},"659":{"tf":1.0},"660":{"tf":1.4142135623730951},"661":{"tf":1.0}}}}}}},"t":{"df":1,"docs":{"238":{"tf":1.0}},"’":{"df":0,"docs":{},"n":{"df":0,"docs":{},"’":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":2.6457513110645907}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"l":{"d":{"df":2,"docs":{"254":{"tf":1.0},"510":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"/":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":131,"docs":{"0":{"tf":1.4142135623730951},"11":{"tf":1.0},"115":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"174":{"tf":1.0},"177":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.0},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.0},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"282":{"tf":1.0},"286":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"379":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"394":{"tf":1.0},"399":{"tf":1.0},"418":{"tf":1.0},"444":{"tf":1.0},"448":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"52":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"603":{"tf":1.0},"605":{"tf":1.0},"607":{"tf":1.0},"609":{"tf":1.0},"611":{"tf":1.0},"614":{"tf":1.0},"616":{"tf":1.0},"618":{"tf":1.0},"620":{"tf":1.0},"622":{"tf":1.0},"624":{"tf":1.0},"626":{"tf":1.0},"628":{"tf":1.0},"630":{"tf":1.0},"632":{"tf":1.0},"634":{"tf":1.0},"636":{"tf":1.0},"638":{"tf":1.0},"640":{"tf":1.0},"642":{"tf":1.0},"644":{"tf":1.0},"646":{"tf":1.0},"648":{"tf":1.0},"650":{"tf":1.0},"652":{"tf":1.0},"654":{"tf":1.0},"656":{"tf":1.0},"658":{"tf":1.0},"660":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.0},"670":{"tf":1.0},"68":{"tf":1.0},"688":{"tf":1.0},"690":{"tf":1.0},"698":{"tf":1.0},"701":{"tf":1.0},"715":{"tf":1.0},"727":{"tf":1.0},"745":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"'":{"df":4,"docs":{"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"446":{"tf":1.0},"463":{"tf":1.0}}},"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"272":{"tf":1.7320508075688772},"332":{"tf":1.7320508075688772}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":10,"docs":{"52":{"tf":1.0},"57":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"647":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":3,"docs":{"272":{"tf":1.0},"332":{"tf":1.0},"577":{"tf":1.0}}}}}}}}},"df":322,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"13":{"tf":1.0},"14":{"tf":3.1622776601683795},"146":{"tf":1.0},"15":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"173":{"tf":2.0},"18":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"225":{"tf":1.0},"228":{"tf":1.0},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"235":{"tf":2.0},"236":{"tf":2.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"25":{"tf":1.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"257":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"26":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"294":{"tf":1.0},"297":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"301":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.4142135623730951},"306":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.7320508075688772},"321":{"tf":1.0},"322":{"tf":2.0},"324":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":2.0},"335":{"tf":2.23606797749979},"337":{"tf":2.8284271247461903},"338":{"tf":3.0},"339":{"tf":2.23606797749979},"34":{"tf":1.0},"340":{"tf":1.4142135623730951},"341":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.4142135623730951},"344":{"tf":2.23606797749979},"345":{"tf":1.4142135623730951},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"352":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"357":{"tf":1.7320508075688772},"359":{"tf":3.3166247903554},"36":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.7320508075688772},"364":{"tf":1.0},"365":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":3.1622776601683795},"369":{"tf":1.7320508075688772},"37":{"tf":1.0},"371":{"tf":1.7320508075688772},"372":{"tf":1.7320508075688772},"373":{"tf":2.449489742783178},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.4142135623730951},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.4142135623730951},"386":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":2.6457513110645907},"39":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"391":{"tf":1.7320508075688772},"392":{"tf":2.0},"393":{"tf":1.7320508075688772},"395":{"tf":2.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":2.0},"399":{"tf":1.0},"4":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":2.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772},"416":{"tf":1.7320508075688772},"42":{"tf":1.0},"423":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.23606797749979},"43":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":2.449489742783178},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.7320508075688772},"451":{"tf":2.6457513110645907},"452":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"462":{"tf":3.4641016151377544},"463":{"tf":1.7320508075688772},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":2.0},"468":{"tf":1.7320508075688772},"469":{"tf":1.4142135623730951},"473":{"tf":2.0},"474":{"tf":5.744562646538029},"475":{"tf":2.0},"476":{"tf":1.0},"478":{"tf":2.0},"479":{"tf":2.0},"48":{"tf":1.0},"480":{"tf":1.4142135623730951},"481":{"tf":2.23606797749979},"482":{"tf":1.4142135623730951},"483":{"tf":2.0},"484":{"tf":2.0},"485":{"tf":1.4142135623730951},"486":{"tf":1.7320508075688772},"487":{"tf":1.4142135623730951},"488":{"tf":1.7320508075688772},"490":{"tf":2.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"498":{"tf":1.7320508075688772},"499":{"tf":1.4142135623730951},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.4142135623730951},"505":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.0},"517":{"tf":2.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"521":{"tf":1.0},"522":{"tf":2.23606797749979},"524":{"tf":1.4142135623730951},"525":{"tf":1.0},"527":{"tf":2.23606797749979},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":2.6457513110645907},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":2.23606797749979},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":2.6457513110645907},"559":{"tf":2.0},"560":{"tf":1.0},"562":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"57":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":2.23606797749979},"578":{"tf":1.4142135623730951},"580":{"tf":1.0},"582":{"tf":2.0},"583":{"tf":1.0},"585":{"tf":2.449489742783178},"587":{"tf":1.0},"589":{"tf":1.4142135623730951},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.4142135623730951},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.4142135623730951},"606":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"639":{"tf":2.23606797749979},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":2.0},"664":{"tf":1.4142135623730951},"666":{"tf":1.7320508075688772},"667":{"tf":2.0},"668":{"tf":2.6457513110645907},"669":{"tf":2.6457513110645907},"670":{"tf":1.7320508075688772},"671":{"tf":2.449489742783178},"672":{"tf":1.0},"674":{"tf":2.0},"68":{"tf":1.7320508075688772},"681":{"tf":1.7320508075688772},"682":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.7320508075688772},"701":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":2.6457513110645907},"715":{"tf":1.0},"72":{"tf":1.0},"726":{"tf":1.4142135623730951},"727":{"tf":3.7416573867739413},"728":{"tf":1.4142135623730951},"729":{"tf":2.6457513110645907},"73":{"tf":1.0},"730":{"tf":1.4142135623730951},"731":{"tf":2.23606797749979},"732":{"tf":2.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":2.23606797749979},"737":{"tf":2.0},"738":{"tf":1.4142135623730951},"739":{"tf":1.0},"74":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.4142135623730951},"742":{"tf":2.8284271247461903},"743":{"tf":2.0},"744":{"tf":2.23606797749979},"748":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.0},"77":{"tf":1.0},"78":{"tf":1.4142135623730951},"79":{"tf":1.0},"86":{"tf":1.7320508075688772},"88":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"641":{"tf":1.0}}}}}}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"502":{"tf":3.4641016151377544}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"502":{"tf":2.8284271247461903}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"93":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"97":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"505":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"t":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"117":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{":":{"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"513":{"tf":1.0},"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"d":{"a":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"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":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"%":{"2":{"0":{"4":{".":{"3":{"df":1,"docs":{"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"639":{"tf":1.0},"93":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"366":{"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":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{":":{"/":{"/":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"/":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"208":{"tf":1.0}}}}}}}},"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":5,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"209":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"220":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"7":{"4":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"169":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"c":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"/":{"a":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"748":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"_":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"748":{"tf":1.0}}}}},"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":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"y":{"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"745":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"c":{"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"330":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}}},"df":1,"docs":{"279":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"3":{"7":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"621":{"tf":1.0},"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"166":{"tf":1.0}}}}}},"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"9":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"/":{"9":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"158":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.0},"119":{"tf":1.0},"161":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"714":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"d":{"c":{"df":1,"docs":{"748":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"c":{"df":0,"docs":{},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{".":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"d":{"a":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"q":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"s":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":7,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"160":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"705":{"tf":1.0},"745":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{".":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"159":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"c":{"df":2,"docs":{"159":{"tf":1.0},"286":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"641":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{".":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"168":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{".":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"d":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"a":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"649":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"c":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"d":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"108":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"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":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"177":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"170":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":2,"docs":{"445":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"x":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"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":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"157":{"tf":1.0}}}},"df":0,"docs":{}}},"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{".":{"c":{"df":0,"docs":{},"o":{".":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"?":{"df":0,"docs":{},"v":{"=":{"0":{"0":{"4":{"df":0,"docs":{},"z":{"c":{"df":0,"docs":{},"w":{"df":0,"docs":{},"w":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"1":{"a":{"df":1,"docs":{"196":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":0,"docs":{},"m":{"df":0,"docs":{},"q":{"df":0,"docs":{},"z":{"df":0,"docs":{},"y":{"df":0,"docs":{},"z":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":1,"docs":{"198":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"x":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"200":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"t":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"x":{"6":{"df":0,"docs":{},"s":{"d":{"6":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"w":{"df":1,"docs":{"199":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"z":{"d":{"df":0,"docs":{},"g":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"k":{"df":0,"docs":{},"j":{"0":{"df":1,"docs":{"197":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":2,"docs":{"690":{"tf":1.0},"693":{"tf":1.4142135623730951}}}},".":{"df":3,"docs":{"359":{"tf":1.0},"617":{"tf":1.0},"88":{"tf":1.0}}},"/":{"df":0,"docs":{},"o":{"df":26,"docs":{"19":{"tf":1.0},"21":{"tf":1.7320508075688772},"286":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0}}}},"3":{"8":{"6":{"df":3,"docs":{"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"8":{"6":{"df":1,"docs":{"430":{"tf":1.0}}},"df":0,"docs":{}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"485":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"405":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"397":{"tf":1.0},"666":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"338":{"tf":1.4142135623730951},"670":{"tf":1.0},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"397":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":14,"docs":{"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"405":{"tf":4.69041575982343},"415":{"tf":1.0},"416":{"tf":1.0},"453":{"tf":1.0},"455":{"tf":1.4142135623730951},"478":{"tf":1.0},"496":{"tf":1.4142135623730951},"589":{"tf":1.4142135623730951},"727":{"tf":1.0},"731":{"tf":1.0},"736":{"tf":1.4142135623730951}},"→":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":6,"docs":{"236":{"tf":2.8284271247461903},"254":{"tf":1.0},"543":{"tf":1.0},"544":{"tf":1.0},"596":{"tf":1.0},"692":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"330":{"tf":1.0},"337":{"tf":1.4142135623730951},"405":{"tf":4.69041575982343},"453":{"tf":1.0},"454":{"tf":1.7320508075688772},"455":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"551":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"559":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"456":{"tf":1.0},"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"670":{"tf":1.0},"685":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":14,"docs":{"335":{"tf":1.0},"339":{"tf":1.0},"479":{"tf":1.0},"481":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"498":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.4142135623730951},"585":{"tf":1.0},"599":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"339":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"490":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"668":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":4,"docs":{"427":{"tf":1.4142135623730951},"541":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0}},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":2.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":2.0}}}}}}}}},"df":6,"docs":{"397":{"tf":1.4142135623730951},"405":{"tf":2.8284271247461903},"406":{"tf":1.4142135623730951},"453":{"tf":1.0},"457":{"tf":1.4142135623730951},"485":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"=":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{",":{"0":{"df":1,"docs":{"427":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"522":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"522":{"tf":1.4142135623730951},"525":{"tf":1.0},"651":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"522":{"tf":1.0},"525":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.7320508075688772},"602":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"250":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":45,"docs":{"108":{"tf":1.0},"163":{"tf":1.0},"167":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"226":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.0},"244":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"308":{"tf":1.0},"333":{"tf":1.0},"337":{"tf":1.0},"339":{"tf":1.0},"349":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"430":{"tf":1.0},"436":{"tf":2.0},"458":{"tf":1.0},"480":{"tf":1.0},"491":{"tf":1.0},"508":{"tf":3.1622776601683795},"517":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":2.0},"562":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"637":{"tf":1.0},"664":{"tf":1.4142135623730951},"667":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.7320508075688772},"88":{"tf":2.0}},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"6":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":2,"docs":{"369":{"tf":1.0},"392":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"111":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"88":{"tf":1.4142135623730951}},"i":{"df":11,"docs":{"234":{"tf":1.0},"269":{"tf":1.0},"349":{"tf":2.23606797749979},"352":{"tf":1.0},"368":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"513":{"tf":1.0},"532":{"tf":1.0},"623":{"tf":1.0},"714":{"tf":1.7320508075688772}}}}}}}},"l":{"df":1,"docs":{"743":{"tf":1.0}}},"x":{"df":1,"docs":{"647":{"tf":1.0}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":21,"docs":{"333":{"tf":1.0},"406":{"tf":3.3166247903554},"453":{"tf":1.0},"456":{"tf":1.4142135623730951},"458":{"tf":1.0},"481":{"tf":1.0},"490":{"tf":1.0},"502":{"tf":1.0},"504":{"tf":1.0},"505":{"tf":1.7320508075688772},"507":{"tf":1.0},"510":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"546":{"tf":1.0},"554":{"tf":1.4142135623730951},"568":{"tf":1.4142135623730951},"574":{"tf":1.0},"582":{"tf":1.0},"731":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":2,"docs":{"406":{"tf":1.0},"505":{"tf":1.7320508075688772}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"582":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"692":{"tf":1.0},"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"406":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"479":{"tf":1.0},"482":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}}},"f":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"m":{"a":{"c":{"df":1,"docs":{"276":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"645":{"tf":1.0}}}}},"df":0,"docs":{}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"490":{"tf":1.0},"508":{"tf":1.0},"668":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.7320508075688772}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"332":{"tf":1.0},"479":{"tf":1.0},"484":{"tf":1.4142135623730951}},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"485":{"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"671":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"345":{"tf":1.0},"349":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":6,"docs":{"349":{"tf":1.0},"362":{"tf":2.6457513110645907},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"541":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"541":{"tf":1.0}}}}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":2,"docs":{"406":{"tf":1.0},"511":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}},"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":{"133":{"tf":1.0}}}}}}}},"m":{"a":{"df":0,"docs":{},"g":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"631":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"395":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.0},"485":{"tf":1.4142135623730951},"664":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"575":{"tf":1.7320508075688772},"631":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":8,"docs":{"406":{"tf":1.0},"445":{"tf":1.7320508075688772},"456":{"tf":1.0},"491":{"tf":1.7320508075688772},"578":{"tf":1.0},"625":{"tf":1.0},"659":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"578":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"p":{"df":45,"docs":{"350":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951}},"l":{"df":1,"docs":{"557":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"362":{"tf":1.4142135623730951},"659":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":97,"docs":{"110":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"267":{"tf":1.0},"32":{"tf":1.0},"321":{"tf":1.0},"323":{"tf":1.0},"326":{"tf":1.0},"33":{"tf":1.0},"331":{"tf":1.7320508075688772},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"344":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"37":{"tf":1.7320508075688772},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"38":{"tf":1.0},"381":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"393":{"tf":1.0},"396":{"tf":1.4142135623730951},"397":{"tf":1.0},"398":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"470":{"tf":1.4142135623730951},"493":{"tf":1.4142135623730951},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.0},"516":{"tf":1.4142135623730951},"517":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"536":{"tf":1.7320508075688772},"541":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"574":{"tf":1.4142135623730951},"577":{"tf":1.0},"580":{"tf":1.0},"583":{"tf":1.0},"589":{"tf":1.4142135623730951},"592":{"tf":1.0},"597":{"tf":1.4142135623730951},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"625":{"tf":2.449489742783178},"631":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.4142135623730951},"666":{"tf":1.0},"668":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.7320508075688772},"676":{"tf":1.4142135623730951},"690":{"tf":1.0},"693":{"tf":1.0},"695":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"728":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"738":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":2.449489742783178}}}}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"381":{"tf":1.0},"486":{"tf":1.0}}}}},"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"356":{"tf":1.0},"358":{"tf":1.0}}}}}}}}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}}},"df":20,"docs":{"113":{"tf":1.0},"12":{"tf":1.0},"153":{"tf":1.0},"155":{"tf":1.0},"260":{"tf":1.0},"263":{"tf":1.0},"338":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"447":{"tf":1.0},"493":{"tf":1.0},"50":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.0},"6":{"tf":1.0},"649":{"tf":1.0},"669":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"128":{"tf":1.0},"131":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"v":{"df":14,"docs":{"17":{"tf":1.0},"19":{"tf":1.0},"20":{"tf":1.7320508075688772},"22":{"tf":1.0},"257":{"tf":1.0},"303":{"tf":1.0},"478":{"tf":1.0},"498":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"n":{"'":{"df":10,"docs":{"14":{"tf":1.4142135623730951},"17":{"tf":1.0},"192":{"tf":1.0},"275":{"tf":1.0},"303":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.4142135623730951},"469":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0}}},"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"445":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"715":{"tf":1.0},"719":{"tf":1.7320508075688772}}},"df":15,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.0},"715":{"tf":2.6457513110645907},"716":{"tf":1.4142135623730951},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":2.0},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"655":{"tf":1.0}}}}}},"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"338":{"tf":1.7320508075688772},"465":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":3,"docs":{"108":{"tf":1.0},"18":{"tf":1.4142135623730951},"747":{"tf":2.449489742783178}},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"u":{"d":{"df":116,"docs":{"105":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.4142135623730951},"120":{"tf":1.7320508075688772},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"131":{"tf":1.0},"134":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.4142135623730951},"149":{"tf":2.0},"150":{"tf":1.0},"157":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.0},"161":{"tf":1.0},"17":{"tf":1.4142135623730951},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"179":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"184":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":1.7320508075688772},"203":{"tf":1.7320508075688772},"204":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.7320508075688772},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"21":{"tf":1.0},"210":{"tf":2.0},"211":{"tf":1.7320508075688772},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":2.0},"215":{"tf":1.7320508075688772},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"220":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":2.449489742783178},"236":{"tf":2.0},"242":{"tf":1.7320508075688772},"244":{"tf":1.0},"249":{"tf":2.23606797749979},"272":{"tf":1.0},"273":{"tf":1.0},"276":{"tf":1.4142135623730951},"296":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.4142135623730951},"361":{"tf":1.0},"38":{"tf":1.0},"4":{"tf":1.0},"41":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.0},"465":{"tf":1.0},"508":{"tf":1.0},"510":{"tf":1.0},"52":{"tf":1.7320508075688772},"53":{"tf":1.0},"539":{"tf":1.0},"544":{"tf":1.4142135623730951},"55":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"59":{"tf":1.4142135623730951},"593":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"643":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"696":{"tf":1.4142135623730951},"7":{"tf":2.0},"714":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"76":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951},"86":{"tf":1.0},"89":{"tf":1.7320508075688772},"91":{"tf":1.0}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"587":{"tf":1.0}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"249":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":1.7320508075688772},"625":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"31":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"14":{"tf":1.0},"158":{"tf":1.0},"346":{"tf":1.0}}},"df":0,"docs":{}}}},"x":{"df":18,"docs":{"235":{"tf":2.0},"239":{"tf":1.0},"250":{"tf":1.7320508075688772},"269":{"tf":1.4142135623730951},"312":{"tf":1.0},"338":{"tf":1.0},"385":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"546":{"tf":2.449489742783178},"547":{"tf":2.8284271247461903},"560":{"tf":1.0},"608":{"tf":1.4142135623730951},"619":{"tf":1.0},"635":{"tf":1.0},"643":{"tf":1.0},"692":{"tf":1.0}}}},"i":{"c":{"df":7,"docs":{"314":{"tf":1.0},"338":{"tf":1.0},"467":{"tf":1.0},"551":{"tf":1.0},"672":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"445":{"tf":1.0},"89":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"348":{"tf":1.0}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":5,"docs":{"28":{"tf":1.0},"507":{"tf":1.4142135623730951},"662":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"12":{"tf":1.4142135623730951},"359":{"tf":1.0}}}}}}}},"df":127,"docs":{"1":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"112":{"tf":1.0},"117":{"tf":1.4142135623730951},"12":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":2.0},"162":{"tf":1.7320508075688772},"163":{"tf":1.4142135623730951},"17":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.7320508075688772},"183":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"208":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.23606797749979},"226":{"tf":1.7320508075688772},"23":{"tf":1.0},"257":{"tf":1.4142135623730951},"30":{"tf":1.0},"31":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"336":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"353":{"tf":1.4142135623730951},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"359":{"tf":2.6457513110645907},"360":{"tf":1.0},"365":{"tf":1.0},"37":{"tf":1.0},"38":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"4":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.4142135623730951},"435":{"tf":1.0},"447":{"tf":1.0},"45":{"tf":1.0},"455":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.0},"474":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"48":{"tf":1.0},"496":{"tf":1.4142135623730951},"510":{"tf":1.0},"52":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":2.0},"557":{"tf":1.0},"589":{"tf":1.4142135623730951},"59":{"tf":2.23606797749979},"593":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.7320508075688772},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"641":{"tf":2.0},"643":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.4142135623730951},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"68":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.7320508075688772},"708":{"tf":1.0},"712":{"tf":1.0},"727":{"tf":2.449489742783178},"730":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"736":{"tf":1.4142135623730951},"738":{"tf":1.7320508075688772},"74":{"tf":1.0},"740":{"tf":2.0},"741":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.4142135623730951},"748":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"371":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{".":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"114":{"tf":1.0},"430":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.4142135623730951}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":38,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"238":{"tf":1.0},"286":{"tf":1.4142135623730951},"312":{"tf":1.7320508075688772},"327":{"tf":1.4142135623730951},"331":{"tf":1.0},"360":{"tf":1.0},"366":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"545":{"tf":1.7320508075688772},"546":{"tf":1.4142135623730951},"547":{"tf":1.0},"551":{"tf":1.0},"592":{"tf":2.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"643":{"tf":1.0},"68":{"tf":1.0},"685":{"tf":1.0},"731":{"tf":1.0},"74":{"tf":1.0},"75":{"tf":1.4142135623730951},"88":{"tf":2.0}},"r":{"df":0,"docs":{},"m":{"df":94,"docs":{"113":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"162":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"244":{"tf":1.0},"253":{"tf":1.0},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"263":{"tf":1.7320508075688772},"265":{"tf":1.0},"27":{"tf":1.7320508075688772},"28":{"tf":1.0},"286":{"tf":1.0},"302":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"311":{"tf":2.0},"312":{"tf":1.0},"313":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"326":{"tf":1.0},"337":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"352":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"376":{"tf":1.4142135623730951},"377":{"tf":1.0},"378":{"tf":1.4142135623730951},"397":{"tf":1.0},"44":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":1.0},"467":{"tf":2.0},"473":{"tf":1.0},"490":{"tf":1.0},"496":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.4142135623730951},"560":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.449489742783178},"591":{"tf":1.0},"594":{"tf":1.0},"619":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.0},"647":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.4142135623730951},"670":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.4142135623730951},"699":{"tf":1.0},"70":{"tf":1.0},"700":{"tf":1.0},"703":{"tf":1.0},"736":{"tf":1.0},"74":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.0},"75":{"tf":1.7320508075688772},"86":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951},"97":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"250":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.8284271247461903},"362":{"tf":1.7320508075688772},"363":{"tf":2.6457513110645907}}}}}}},"i":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"354":{"tf":1.7320508075688772},"361":{"tf":1.0}}}},"df":2,"docs":{"284":{"tf":1.0},"362":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"d":{"df":1,"docs":{"340":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":1,"docs":{"340":{"tf":1.0}}}}}},"df":39,"docs":{"111":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"330":{"tf":1.7320508075688772},"332":{"tf":2.23606797749979},"333":{"tf":3.1622776601683795},"344":{"tf":1.7320508075688772},"357":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"411":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.7320508075688772},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.7320508075688772},"496":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"541":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"621":{"tf":1.4142135623730951},"635":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"73":{"tf":1.0},"738":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.0}},"e":{"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{")":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"361":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":1,"docs":{"361":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"242":{"tf":1.4142135623730951},"249":{"tf":1.0},"253":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"(":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"596":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"710":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"405":{"tf":1.0}}}},"o":{"df":0,"docs":{},"v":{"df":2,"docs":{"12":{"tf":1.0},"18":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"406":{"tf":1.0},"508":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":3,"docs":{"569":{"tf":1.7320508075688772},"580":{"tf":1.0},"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"621":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":4,"docs":{"546":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.4142135623730951},"748":{"tf":1.0}}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.0}}}}}}},"df":0,"docs":{}}},"df":57,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"20":{"tf":1.4142135623730951},"21":{"tf":1.0},"23":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":2.6457513110645907},"239":{"tf":4.123105625617661},"249":{"tf":2.23606797749979},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.0},"257":{"tf":1.4142135623730951},"258":{"tf":2.8284271247461903},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"302":{"tf":1.4142135623730951},"321":{"tf":1.0},"338":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.1622776601683795},"468":{"tf":1.0},"469":{"tf":2.6457513110645907},"470":{"tf":1.0},"474":{"tf":5.477225575051661},"475":{"tf":1.0},"476":{"tf":2.449489742783178},"478":{"tf":2.0},"496":{"tf":2.8284271247461903},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"55":{"tf":1.0},"560":{"tf":1.4142135623730951},"574":{"tf":1.0},"580":{"tf":1.0},"59":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"684":{"tf":1.0},"69":{"tf":1.0},"706":{"tf":1.0},"72":{"tf":2.23606797749979},"73":{"tf":1.4142135623730951},"74":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"508":{"tf":2.0},"511":{"tf":2.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"1":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"716":{"tf":1.0}}},"df":3,"docs":{"715":{"tf":1.0},"716":{"tf":1.0},"720":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"433":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},"\\":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"a":{"a":{"df":0,"docs":{},"x":{".":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"x":{"6":{"4":{"df":1,"docs":{"108":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"476":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.0}}}}},"i":{"d":{"df":15,"docs":{"17":{"tf":1.0},"235":{"tf":1.0},"276":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"382":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"432":{"tf":1.0},"438":{"tf":1.0},"450":{"tf":1.0},"546":{"tf":1.0},"562":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":7,"docs":{"156":{"tf":1.0},"33":{"tf":1.0},"44":{"tf":1.4142135623730951},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"96":{"tf":2.0},"97":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":21,"docs":{"170":{"tf":1.0},"171":{"tf":2.0},"177":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.4142135623730951},"214":{"tf":1.0},"216":{"tf":1.4142135623730951},"217":{"tf":1.0},"227":{"tf":1.0},"229":{"tf":1.4142135623730951},"384":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":2.0},"517":{"tf":1.4142135623730951},"606":{"tf":1.0},"641":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.0}}},"n":{"c":{"df":8,"docs":{"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"390":{"tf":2.23606797749979},"625":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"78":{"tf":2.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":14,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"331":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"621":{"tf":1.0},"645":{"tf":1.0},"699":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"e":{"a":{"d":{"df":14,"docs":{"171":{"tf":1.0},"20":{"tf":1.0},"354":{"tf":1.4142135623730951},"385":{"tf":1.0},"392":{"tf":1.0},"469":{"tf":1.0},"478":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.4142135623730951},"645":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"76":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"178":{"tf":1.0}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":57,"docs":{"12":{"tf":1.4142135623730951},"13":{"tf":1.7320508075688772},"16":{"tf":2.0},"162":{"tf":1.0},"18":{"tf":1.7320508075688772},"20":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"257":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"292":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"368":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":1.7320508075688772},"389":{"tf":2.449489742783178},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"393":{"tf":1.0},"456":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"533":{"tf":1.0},"559":{"tf":1.0},"566":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.0},"60":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.0},"633":{"tf":1.4142135623730951},"639":{"tf":1.0},"645":{"tf":1.0},"653":{"tf":1.4142135623730951},"70":{"tf":1.0},"701":{"tf":1.0},"706":{"tf":2.0},"74":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.4142135623730951}},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":2.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"1":{"6":{"df":6,"docs":{"491":{"tf":1.4142135623730951},"508":{"tf":2.8284271247461903},"511":{"tf":2.0},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"3":{"2":{"df":22,"docs":{"235":{"tf":2.8284271247461903},"238":{"tf":2.0},"239":{"tf":2.449489742783178},"249":{"tf":1.0},"252":{"tf":2.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"361":{"tf":1.0},"436":{"tf":1.4142135623730951},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"486":{"tf":1.0},"491":{"tf":1.4142135623730951},"508":{"tf":3.7416573867739413},"511":{"tf":3.1622776601683795},"525":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"643":{"tf":1.0},"691":{"tf":1.4142135623730951}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"6":{"4":{"df":3,"docs":{"436":{"tf":1.7320508075688772},"547":{"tf":2.0},"600":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"370":{"tf":1.0},"608":{"tf":1.0}},"e":{"df":0,"docs":{},"g":{"df":5,"docs":{"447":{"tf":3.3166247903554},"613":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951}},"r":{"df":17,"docs":{"13":{"tf":1.7320508075688772},"133":{"tf":1.4142135623730951},"158":{"tf":1.0},"17":{"tf":1.7320508075688772},"2":{"tf":1.0},"303":{"tf":1.0},"389":{"tf":1.4142135623730951},"498":{"tf":1.0},"529":{"tf":1.0},"541":{"tf":1.7320508075688772},"587":{"tf":1.0},"635":{"tf":1.0},"639":{"tf":1.0},"701":{"tf":1.0},"710":{"tf":1.4142135623730951},"748":{"tf":1.0},"91":{"tf":1.0}}}},"l":{"/":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":2,"docs":{"162":{"tf":1.4142135623730951},"428":{"tf":3.4641016151377544}}},"n":{"d":{"df":4,"docs":{"354":{"tf":1.0},"387":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"t":{"df":1,"docs":{"371":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":10,"docs":{"162":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"377":{"tf":1.0},"475":{"tf":1.0},"487":{"tf":1.0},"525":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":3,"docs":{"225":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":3,"docs":{"310":{"tf":1.0},"47":{"tf":1.0},"530":{"tf":1.4142135623730951}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"538":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":22,"docs":{"115":{"tf":2.0},"156":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.4142135623730951},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"647":{"tf":1.0},"98":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"381":{"tf":1.0},"389":{"tf":1.4142135623730951},"393":{"tf":1.0}}}}},"f":{"a":{"c":{"df":187,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"125":{"tf":1.0},"13":{"tf":1.0},"149":{"tf":1.0},"154":{"tf":1.0},"163":{"tf":1.0},"178":{"tf":1.0},"186":{"tf":1.7320508075688772},"19":{"tf":1.0},"191":{"tf":1.0},"2":{"tf":1.0},"225":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"262":{"tf":1.0},"267":{"tf":1.7320508075688772},"271":{"tf":1.0},"286":{"tf":1.7320508075688772},"287":{"tf":1.0},"298":{"tf":1.7320508075688772},"299":{"tf":1.7320508075688772},"311":{"tf":1.0},"316":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.7320508075688772},"324":{"tf":1.0},"326":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.0},"331":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"334":{"tf":1.4142135623730951},"335":{"tf":1.4142135623730951},"336":{"tf":1.7320508075688772},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":2.0},"342":{"tf":1.0},"343":{"tf":1.0},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.4142135623730951},"348":{"tf":1.4142135623730951},"349":{"tf":2.0},"350":{"tf":2.449489742783178},"351":{"tf":3.605551275463989},"352":{"tf":2.23606797749979},"354":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.7320508075688772},"359":{"tf":2.449489742783178},"36":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":2.6457513110645907},"363":{"tf":3.4641016151377544},"369":{"tf":1.0},"37":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.7320508075688772},"396":{"tf":1.0},"398":{"tf":1.0},"45":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.7320508075688772},"452":{"tf":1.7320508075688772},"453":{"tf":2.23606797749979},"454":{"tf":2.23606797749979},"455":{"tf":1.7320508075688772},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":2.23606797749979},"480":{"tf":1.0},"481":{"tf":1.4142135623730951},"482":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.7320508075688772},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951},"488":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"491":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.4142135623730951},"522":{"tf":1.7320508075688772},"527":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.4142135623730951},"543":{"tf":1.0},"546":{"tf":1.4142135623730951},"549":{"tf":1.0},"551":{"tf":1.4142135623730951},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"56":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"574":{"tf":1.4142135623730951},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.7320508075688772},"578":{"tf":1.0},"580":{"tf":1.4142135623730951},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":2.0},"595":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"602":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.0},"619":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":2.6457513110645907},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":2.23606797749979},"653":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"664":{"tf":2.8284271247461903},"665":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951},"685":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.4142135623730951},"697":{"tf":1.0},"7":{"tf":1.0},"703":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"730":{"tf":1.0},"731":{"tf":1.4142135623730951},"740":{"tf":1.0},"741":{"tf":2.0},"742":{"tf":1.4142135623730951},"748":{"tf":1.7320508075688772},"85":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}}}}},"df":22,"docs":{"14":{"tf":1.0},"162":{"tf":1.4142135623730951},"23":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"254":{"tf":1.0},"335":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.4142135623730951},"499":{"tf":1.0},"517":{"tf":1.0},"575":{"tf":1.0},"738":{"tf":1.0},"748":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"146":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"486":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"486":{"tf":1.0},"508":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"v":{"df":2,"docs":{"252":{"tf":1.0},"373":{"tf":1.0}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}},"h":{"df":4,"docs":{"120":{"tf":1.0},"149":{"tf":1.0},"178":{"tf":1.0},"89":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":8,"docs":{"24":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.4142135623730951},"445":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"608":{"tf":1.0},"659":{"tf":1.0}},"t":{"df":93,"docs":{"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"109":{"tf":1.0},"110":{"tf":1.4142135623730951},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"116":{"tf":1.0},"117":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"345":{"tf":1.0},"346":{"tf":1.4142135623730951},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"431":{"tf":1.0},"432":{"tf":1.4142135623730951},"437":{"tf":1.0},"438":{"tf":1.4142135623730951},"464":{"tf":1.0},"465":{"tf":1.4142135623730951},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"489":{"tf":1.0},"490":{"tf":1.4142135623730951},"492":{"tf":1.0},"493":{"tf":1.4142135623730951},"495":{"tf":1.0},"496":{"tf":1.4142135623730951},"497":{"tf":1.0},"498":{"tf":1.4142135623730951},"503":{"tf":1.0},"504":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"509":{"tf":1.0},"510":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"52":{"tf":1.0},"521":{"tf":1.0},"522":{"tf":1.4142135623730951},"526":{"tf":1.0},"527":{"tf":1.4142135623730951},"529":{"tf":1.0},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"542":{"tf":1.0},"543":{"tf":1.4142135623730951},"545":{"tf":1.0},"546":{"tf":1.4142135623730951},"548":{"tf":1.0},"549":{"tf":1.4142135623730951},"550":{"tf":1.0},"551":{"tf":1.4142135623730951},"553":{"tf":1.0},"554":{"tf":1.4142135623730951},"556":{"tf":1.0},"557":{"tf":1.4142135623730951},"558":{"tf":1.0},"559":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"570":{"tf":1.0},"571":{"tf":1.4142135623730951},"573":{"tf":1.0},"574":{"tf":1.4142135623730951},"576":{"tf":1.0},"577":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.4142135623730951},"581":{"tf":1.0},"582":{"tf":1.4142135623730951},"584":{"tf":1.0},"585":{"tf":1.4142135623730951},"588":{"tf":1.0},"589":{"tf":1.4142135623730951},"590":{"tf":1.0},"591":{"tf":1.4142135623730951},"592":{"tf":1.0},"593":{"tf":1.4142135623730951},"598":{"tf":1.0},"599":{"tf":1.4142135623730951},"601":{"tf":1.0},"602":{"tf":1.4142135623730951},"68":{"tf":1.0},"69":{"tf":1.4142135623730951},"80":{"tf":1.0},"81":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"359":{"tf":1.0}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":2,"docs":{"372":{"tf":1.0},"378":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"372":{"tf":1.0}}}}}},"´":{"df":1,"docs":{"500":{"tf":1.0}}},"’":{"df":5,"docs":{"426":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.4142135623730951}}}},"o":{"df":31,"docs":{"108":{"tf":1.0},"115":{"tf":2.0},"156":{"tf":1.0},"225":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.7320508075688772},"33":{"tf":1.0},"452":{"tf":1.0},"47":{"tf":1.7320508075688772},"475":{"tf":1.0},"49":{"tf":1.0},"529":{"tf":2.0},"530":{"tf":2.23606797749979},"531":{"tf":1.0},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":2.23606797749979},"539":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"627":{"tf":1.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.0},"738":{"tf":1.0},"98":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"666":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"*":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"657":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"625":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":4,"docs":{"374":{"tf":1.4142135623730951},"479":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":3,"docs":{"448":{"tf":1.0},"450":{"tf":1.4142135623730951},"606":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":8,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"448":{"tf":1.0},"449":{"tf":1.7320508075688772},"450":{"tf":1.0},"463":{"tf":1.0},"479":{"tf":1.0},"488":{"tf":1.4142135623730951}},"e":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"462":{"tf":1.4142135623730951},"557":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":5,"docs":{"345":{"tf":1.0},"357":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"454":{"tf":1.0},"578":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"484":{"tf":1.0},"580":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"262":{"tf":1.0},"267":{"tf":1.4142135623730951},"592":{"tf":1.0},"595":{"tf":1.7320508075688772},"596":{"tf":1.0},"606":{"tf":1.0},"615":{"tf":1.4142135623730951},"693":{"tf":1.0},"730":{"tf":1.0}},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"596":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"333":{"tf":1.0},"354":{"tf":1.0},"361":{"tf":1.0}}},"y":{"2":{"df":1,"docs":{"351":{"tf":1.0}}},"3":{"df":1,"docs":{"351":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"629":{"tf":1.0},"631":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"451":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"540":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":1.0}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"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":{"462":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":1,"docs":{"462":{"tf":2.0}}}}}},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"463":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":2,"docs":{"462":{"tf":2.23606797749979},"557":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"413":{"tf":1.0},"619":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":13,"docs":{"242":{"tf":1.0},"453":{"tf":1.0},"461":{"tf":1.4142135623730951},"462":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"525":{"tf":1.0},"538":{"tf":1.0},"540":{"tf":1.0},"557":{"tf":1.4142135623730951},"657":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.4142135623730951}}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"405":{"tf":1.0},"625":{"tf":1.4142135623730951},"67":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":1,"docs":{"587":{"tf":1.0}}}}},"df":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":{"625":{"tf":1.7320508075688772}}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"r":{"c":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":4,"docs":{"448":{"tf":1.4142135623730951},"449":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"606":{"tf":1.0}}}}}}}}},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"363":{"tf":1.7320508075688772}},"e":{"2":{"df":1,"docs":{"363":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"351":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"351":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"578":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}},"df":19,"docs":{"176":{"tf":1.0},"254":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"583":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.4142135623730951},"639":{"tf":1.0},"641":{"tf":1.7320508075688772},"647":{"tf":1.0},"651":{"tf":1.7320508075688772},"709":{"tf":1.0},"744":{"tf":1.0}},"e":{"#":{"1":{"0":{"0":{"df":1,"docs":{"608":{"tf":1.0}}},"2":{"df":1,"docs":{"608":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"4":{"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"5":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"6":{"3":{"df":1,"docs":{"606":{"tf":1.0}}},"4":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":1,"docs":{"606":{"tf":1.0}}},"9":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"#":{"1":{"0":{"8":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"480":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"'":{"df":6,"docs":{"252":{"tf":1.0},"500":{"tf":1.0},"621":{"tf":1.0},"705":{"tf":1.0},"727":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":4,"docs":{"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"522":{"tf":2.0},"525":{"tf":2.8284271247461903}}},"r":{"df":3,"docs":{"235":{"tf":1.0},"252":{"tf":1.0},"643":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":7,"docs":{"346":{"tf":1.4142135623730951},"368":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"458":{"tf":1.0},"496":{"tf":1.4142135623730951},"524":{"tf":1.0}}}}}},"u":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"453":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":4,"docs":{"458":{"tf":1.0},"479":{"tf":1.0},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":2,"docs":{"549":{"tf":1.0},"645":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"483":{"tf":1.4142135623730951},"549":{"tf":1.4142135623730951}}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"352":{"tf":1.0}}}}}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"631":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.6457513110645907}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":2.0}}}},"df":0,"docs":{}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"406":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":5,"docs":{"171":{"tf":1.0},"225":{"tf":1.0},"42":{"tf":1.0},"639":{"tf":1.4142135623730951},"93":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"o":{"b":{"df":3,"docs":{"236":{"tf":1.0},"384":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"5":{"df":4,"docs":{"327":{"tf":1.0},"364":{"tf":1.0},"593":{"tf":1.0},"615":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":5,"docs":{"266":{"tf":1.0},"364":{"tf":1.0},"596":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}}}}},"u":{"c":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":4,"docs":{"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"747":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"u":{"df":1,"docs":{"162":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"p":{"df":5,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.4142135623730951},"513":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"135":{"tf":1.0},"136":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"1":{"0":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"k":{"1":{"0":{"0":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"2":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"2":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"0":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"1":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"_":{"3":{"df":1,"docs":{"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"0":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"_":{"4":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"_":{"3":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"1":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"3":{"d":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"9":{"0":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"1":{"_":{"4":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"6":{"_":{"df":0,"docs":{},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"1":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"2":{"c":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"639":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"4":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"5":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"6":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"7":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"105":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"x":{"df":5,"docs":{"239":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":4,"docs":{"234":{"tf":1.0},"368":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"572":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"507":{"tf":1.0},"569":{"tf":1.4142135623730951}}}}},"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":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"467":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":6,"docs":{"368":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.4142135623730951},"547":{"tf":1.0},"729":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}},"t":{"df":1,"docs":{"149":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"269":{"tf":1.0},"643":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"162":{"tf":1.0},"429":{"tf":1.4142135623730951}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"320":{"tf":1.0},"465":{"tf":1.0},"571":{"tf":1.0}}}}}},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"453":{"tf":1.0},"463":{"tf":2.0},"621":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":14,"docs":{"286":{"tf":1.0},"306":{"tf":1.7320508075688772},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"463":{"tf":1.0},"480":{"tf":1.4142135623730951},"506":{"tf":1.0},"509":{"tf":1.7320508075688772},"510":{"tf":3.0},"511":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"619":{"tf":1.0},"653":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"511":{"tf":3.0}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"511":{"tf":2.23606797749979}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.0}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"684":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"706":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"491":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"469":{"tf":2.0}}}},"df":0,"docs":{},"n":{"d":{"df":16,"docs":{"16":{"tf":1.0},"320":{"tf":1.0},"336":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"454":{"tf":1.0},"466":{"tf":1.4142135623730951},"527":{"tf":1.0},"571":{"tf":1.0},"599":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"662":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"684":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"465":{"tf":1.0},"560":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}},"p":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"629":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"475":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"368":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}},"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":{},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"467":{"tf":1.0},"591":{"tf":1.0},"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"368":{"tf":1.0},"625":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"368":{"tf":1.0},"445":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"368":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"552":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":5,"docs":{"147":{"tf":2.0},"34":{"tf":1.0},"387":{"tf":1.0},"4":{"tf":1.0},"748":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"511":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"619":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"681":{"tf":1.4142135623730951},"728":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"236":{"tf":1.7320508075688772},"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"465":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772}}}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"490":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"n":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"555":{"tf":1.0}}}}}}},"b":{"df":9,"docs":{"304":{"tf":1.0},"31":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.0},"494":{"tf":1.0},"504":{"tf":1.0},"513":{"tf":1.7320508075688772},"582":{"tf":1.0},"649":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"286":{"tf":1.0},"304":{"tf":1.4142135623730951},"452":{"tf":1.0},"503":{"tf":1.7320508075688772},"504":{"tf":1.0},"505":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"583":{"tf":1.4142135623730951},"637":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"568":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":3,"docs":{"727":{"tf":1.4142135623730951},"728":{"tf":1.7320508075688772},"737":{"tf":1.7320508075688772}}}}}}},"w":{"df":12,"docs":{"257":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"364":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.4142135623730951},"392":{"tf":1.4142135623730951},"393":{"tf":1.4142135623730951},"505":{"tf":1.0},"589":{"tf":1.0},"724":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"g":{"df":1,"docs":{"14":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":4,"docs":{"16":{"tf":1.0},"690":{"tf":1.0},"695":{"tf":1.4142135623730951},"713":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"697":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"465":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"x":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"377":{"tf":1.0},"608":{"tf":1.0},"667":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.0},"734":{"tf":1.7320508075688772},"739":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"378":{"tf":1.0},"619":{"tf":1.0},"667":{"tf":1.0},"728":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"|":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"378":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"690":{"tf":1.0},"697":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"30":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"569":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"727":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"738":{"tf":1.4142135623730951},"739":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":16,"docs":{"236":{"tf":2.0},"239":{"tf":2.0},"253":{"tf":1.0},"416":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"491":{"tf":1.0},"505":{"tf":1.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"692":{"tf":1.4142135623730951},"727":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"k":{"df":14,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":2.0},"466":{"tf":1.4142135623730951},"473":{"tf":1.4142135623730951},"474":{"tf":2.6457513110645907},"476":{"tf":1.4142135623730951},"552":{"tf":1.0},"583":{"tf":1.0},"703":{"tf":1.7320508075688772}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":31,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"250":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"272":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"344":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"462":{"tf":1.0},"474":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"525":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":3.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}}}}}}}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"458":{"tf":1.0},"583":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"643":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"710":{"tf":1.0}},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"710":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"0":{".":{".":{".":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"n":{"1":{"5":{"df":1,"docs":{"639":{"tf":1.0}}},"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":{"6":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"2":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"l":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}},"r":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}},"w":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"471":{"tf":1.0},"472":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":2.23606797749979}}},"df":0,"docs":{}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"2":{"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":{"105":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"691":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"691":{"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":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}}},"l":{"+":{"df":0,"docs":{},"r":{"df":1,"docs":{"471":{"tf":1.0}}}},"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"b":{"d":{"a":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"145":{"tf":1.0}},"s":{"c":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"346":{"tf":1.0},"532":{"tf":1.0},"608":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"g":{"2":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":6,"docs":{"20":{"tf":1.0},"385":{"tf":1.0},"412":{"tf":1.0},"478":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951}}}},"s":{"df":0,"docs":{},"t":{"df":16,"docs":{"117":{"tf":1.0},"14":{"tf":1.0},"161":{"tf":1.0},"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"338":{"tf":1.0},"486":{"tf":2.0},"496":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":2.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":15,"docs":{"286":{"tf":1.0},"302":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"452":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":3.7416573867739413},"635":{"tf":1.0},"655":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.4142135623730951},"681":{"tf":2.0}}},"df":0,"docs":{}},"r":{"df":9,"docs":{"117":{"tf":1.0},"359":{"tf":1.0},"398":{"tf":1.0},"467":{"tf":1.0},"559":{"tf":1.0},"59":{"tf":1.0},"649":{"tf":1.0},"696":{"tf":1.0},"699":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"12":{"tf":1.0},"428":{"tf":1.0},"84":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"699":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"13":{"tf":1.0},"230":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},"w":{"df":2,"docs":{"147":{"tf":1.0},"28":{"tf":1.0}}},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":10,"docs":{"17":{"tf":1.0},"288":{"tf":1.0},"32":{"tf":1.0},"346":{"tf":1.4142135623730951},"352":{"tf":1.0},"358":{"tf":1.0},"395":{"tf":1.0},"510":{"tf":1.7320508075688772},"513":{"tf":1.7320508075688772},"514":{"tf":4.0}}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":7,"docs":{"258":{"tf":1.4142135623730951},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{"a":{"d":{"df":4,"docs":{"12":{"tf":1.4142135623730951},"238":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"n":{"df":17,"docs":{"178":{"tf":1.0},"188":{"tf":1.0},"248":{"tf":1.0},"251":{"tf":1.0},"286":{"tf":1.0},"321":{"tf":1.4142135623730951},"366":{"tf":1.0},"428":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"489":{"tf":1.0},"522":{"tf":1.0},"573":{"tf":1.7320508075688772},"574":{"tf":1.7320508075688772},"575":{"tf":1.0},"593":{"tf":1.0},"631":{"tf":1.0}}}},"v":{"df":1,"docs":{"338":{"tf":1.0}}}},"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"412":{"tf":1.0},"476":{"tf":1.7320508075688772},"606":{"tf":1.0},"78":{"tf":1.4142135623730951}}}},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":7,"docs":{"286":{"tf":1.0},"320":{"tf":1.4142135623730951},"444":{"tf":1.0},"452":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0}}},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"58":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"58":{"tf":1.4142135623730951},"631":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"683":{"tf":1.0}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"53":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"n":{"=":{"3":{"2":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"513":{"tf":1.0},"547":{"tf":2.23606797749979},"671":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"s":{"df":1,"docs":{"378":{"tf":1.0}}}},"t":{"'":{"df":2,"docs":{"249":{"tf":1.4142135623730951},"336":{"tf":1.0}}},"df":1,"docs":{"146":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":13,"docs":{"108":{"tf":1.0},"136":{"tf":1.0},"149":{"tf":1.0},"162":{"tf":1.0},"363":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"469":{"tf":1.7320508075688772},"59":{"tf":1.0},"649":{"tf":1.4142135623730951},"72":{"tf":1.0},"727":{"tf":1.4142135623730951},"740":{"tf":2.23606797749979}}}}}},"f":{"df":0,"docs":{},"e":{"2":{"df":2,"docs":{"613":{"tf":1.0},"615":{"tf":1.0}}},"df":5,"docs":{"606":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.7320508075688772},"625":{"tf":2.0},"748":{"tf":1.0}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}},"i":{"a":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"b":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"a":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"c":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"2":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"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":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"171":{"tf":1.0}}}}}}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":24,"docs":{"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"14":{"tf":1.0},"162":{"tf":2.0},"18":{"tf":1.4142135623730951},"225":{"tf":1.0},"242":{"tf":1.0},"276":{"tf":1.4142135623730951},"30":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"354":{"tf":1.4142135623730951},"356":{"tf":1.0},"361":{"tf":1.0},"429":{"tf":1.4142135623730951},"55":{"tf":1.0},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.7320508075688772},"687":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"y":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"108":{"tf":1.0},"355":{"tf":1.0}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"q":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"3":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"d":{"c":{"+":{"+":{"6":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"x":{"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"c":{"b":{"df":1,"docs":{"171":{"tf":2.449489742783178}}},"df":0,"docs":{}},"df":0,"docs":{},"k":{"b":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":61,"docs":{"116":{"tf":1.0},"120":{"tf":1.7320508075688772},"122":{"tf":2.6457513110645907},"123":{"tf":1.0},"124":{"tf":2.449489742783178},"125":{"tf":2.0},"126":{"tf":1.4142135623730951},"127":{"tf":2.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":1.0},"134":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.0},"140":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"143":{"tf":1.0},"144":{"tf":3.605551275463989},"145":{"tf":3.1622776601683795},"146":{"tf":2.23606797749979},"147":{"tf":4.242640687119285},"148":{"tf":2.6457513110645907},"149":{"tf":3.4641016151377544},"150":{"tf":2.8284271247461903},"151":{"tf":2.0},"156":{"tf":1.0},"158":{"tf":1.4142135623730951},"33":{"tf":1.0},"48":{"tf":1.7320508075688772},"5":{"tf":2.0},"617":{"tf":2.0},"619":{"tf":2.0},"621":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.0},"662":{"tf":1.0},"715":{"tf":2.23606797749979},"716":{"tf":1.4142135623730951},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"724":{"tf":3.4641016151377544},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"748":{"tf":1.0},"80":{"tf":1.0},"84":{"tf":1.4142135623730951},"89":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"1":{"df":1,"docs":{"133":{"tf":1.0}}},"2":{"df":1,"docs":{"133":{"tf":1.0}}},"3":{"df":1,"docs":{"141":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"141":{"tf":1.0}}},"6":{"df":1,"docs":{"141":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"672":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"623":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":20,"docs":{"110":{"tf":1.0},"120":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"28":{"tf":1.0},"368":{"tf":1.0},"395":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.7320508075688772},"465":{"tf":1.0},"478":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"59":{"tf":1.7320508075688772},"631":{"tf":1.0},"78":{"tf":1.4142135623730951},"89":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"486":{"tf":2.449489742783178}}}},"df":25,"docs":{"129":{"tf":1.0},"139":{"tf":1.0},"156":{"tf":1.0},"172":{"tf":1.0},"218":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"276":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"41":{"tf":1.7320508075688772},"427":{"tf":1.0},"429":{"tf":1.0},"486":{"tf":1.0},"653":{"tf":1.0},"711":{"tf":1.0},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.0},"95":{"tf":1.0}}},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":68,"docs":{"114":{"tf":1.0},"14":{"tf":1.0},"146":{"tf":1.0},"152":{"tf":1.0},"153":{"tf":1.7320508075688772},"155":{"tf":2.23606797749979},"156":{"tf":1.0},"157":{"tf":1.4142135623730951},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":2.23606797749979},"163":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"177":{"tf":1.7320508075688772},"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},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"194":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"226":{"tf":1.0},"230":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"286":{"tf":1.0},"309":{"tf":1.7320508075688772},"33":{"tf":1.0},"354":{"tf":1.0},"389":{"tf":1.0},"432":{"tf":1.4142135623730951},"452":{"tf":1.0},"50":{"tf":1.7320508075688772},"513":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":1.4142135623730951},"528":{"tf":1.0},"6":{"tf":1.7320508075688772},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"641":{"tf":1.0},"653":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"108":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":3,"docs":{"448":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}},"df":44,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":2.0},"172":{"tf":1.0},"178":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"200":{"tf":1.4142135623730951},"201":{"tf":1.0},"204":{"tf":1.7320508075688772},"214":{"tf":2.0},"215":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"223":{"tf":1.4142135623730951},"224":{"tf":1.0},"286":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"42":{"tf":1.0},"425":{"tf":1.0},"429":{"tf":3.872983346207417},"430":{"tf":2.0},"431":{"tf":1.0},"435":{"tf":1.7320508075688772},"437":{"tf":1.0},"442":{"tf":1.4142135623730951},"448":{"tf":2.0},"449":{"tf":1.0},"450":{"tf":1.0},"49":{"tf":1.7320508075688772},"52":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":1.7320508075688772},"613":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.4142135623730951},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"7":{"tf":1.0},"93":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.0}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"[":{"df":0,"docs":{},"i":{"]":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":57,"docs":{"120":{"tf":1.4142135623730951},"139":{"tf":1.0},"162":{"tf":2.23606797749979},"19":{"tf":1.0},"23":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"245":{"tf":1.0},"266":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"374":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"383":{"tf":2.449489742783178},"384":{"tf":1.7320508075688772},"385":{"tf":3.3166247903554},"386":{"tf":2.23606797749979},"387":{"tf":1.4142135623730951},"388":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":3.4641016151377544},"426":{"tf":1.0},"436":{"tf":2.23606797749979},"438":{"tf":1.0},"453":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"465":{"tf":1.0},"479":{"tf":1.0},"480":{"tf":1.4142135623730951},"482":{"tf":1.0},"487":{"tf":1.0},"544":{"tf":2.0},"547":{"tf":3.4641016151377544},"569":{"tf":1.4142135623730951},"593":{"tf":1.0},"615":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"667":{"tf":1.0},"713":{"tf":1.0},"89":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":1.4142135623730951},"254":{"tf":1.0},"346":{"tf":1.0},"370":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":7,"docs":{"18":{"tf":1.7320508075688772},"321":{"tf":1.0},"574":{"tf":1.0},"631":{"tf":1.0},"727":{"tf":1.0},"742":{"tf":1.4142135623730951},"747":{"tf":1.0}}}}},"o":{"a":{"d":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":58,"docs":{"108":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"206":{"tf":1.0},"21":{"tf":1.4142135623730951},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"236":{"tf":1.4142135623730951},"311":{"tf":1.0},"34":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":2.23606797749979},"356":{"tf":1.0},"359":{"tf":2.23606797749979},"361":{"tf":2.23606797749979},"364":{"tf":1.0},"384":{"tf":2.0},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"391":{"tf":1.0},"4":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"500":{"tf":1.0},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.7320508075688772},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"667":{"tf":1.0},"69":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"706":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":2.449489742783178},"76":{"tf":1.0},"79":{"tf":1.0},"86":{"tf":1.0}},"e":{"d":{",":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"354":{"tf":1.0},"361":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"%":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":2,"docs":{"434":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":7,"docs":{"177":{"tf":1.4142135623730951},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"32":{"tf":1.0},"432":{"tf":1.0},"617":{"tf":1.0},"78":{"tf":1.0}}},"t":{"df":71,"docs":{"108":{"tf":1.0},"125":{"tf":1.0},"149":{"tf":1.0},"176":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.7320508075688772},"226":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"286":{"tf":1.0},"295":{"tf":1.7320508075688772},"301":{"tf":1.0},"330":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":2.23606797749979},"364":{"tf":1.7320508075688772},"368":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":2.0},"418":{"tf":2.6457513110645907},"419":{"tf":1.0},"420":{"tf":2.0},"421":{"tf":1.0},"422":{"tf":2.0},"423":{"tf":1.0},"424":{"tf":2.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":2.449489742783178},"432":{"tf":2.23606797749979},"433":{"tf":2.0},"434":{"tf":2.0},"435":{"tf":2.0},"436":{"tf":1.7320508075688772},"437":{"tf":2.449489742783178},"438":{"tf":2.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"443":{"tf":1.7320508075688772},"464":{"tf":1.0},"472":{"tf":1.7320508075688772},"512":{"tf":1.0},"517":{"tf":1.7320508075688772},"547":{"tf":2.0},"562":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"649":{"tf":1.0},"709":{"tf":1.0},"713":{"tf":1.0},"748":{"tf":1.0},"80":{"tf":1.7320508075688772},"82":{"tf":1.0},"83":{"tf":2.0},"84":{"tf":2.0},"85":{"tf":1.7320508075688772},"87":{"tf":1.0}},"e":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"493":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"355":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"k":{"df":4,"docs":{"394":{"tf":1.0},"397":{"tf":1.4142135623730951},"405":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":4,"docs":{"225":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0}},"i":{"c":{"/":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"619":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":5,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"649":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"1":{"tf":1.0},"123":{"tf":1.4142135623730951},"127":{"tf":3.0},"128":{"tf":2.23606797749979},"129":{"tf":1.7320508075688772},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"133":{"tf":2.0},"135":{"tf":1.0},"136":{"tf":1.0},"137":{"tf":2.23606797749979},"138":{"tf":1.4142135623730951},"141":{"tf":1.7320508075688772},"747":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":10,"docs":{"129":{"tf":1.4142135623730951},"146":{"tf":1.0},"19":{"tf":1.0},"302":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":4.0},"395":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.4142135623730951},"627":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"k":{"df":9,"docs":{"242":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"330":{"tf":1.0},"336":{"tf":1.0},"363":{"tf":1.4142135623730951},"366":{"tf":1.0},"470":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"p":{"df":2,"docs":{"493":{"tf":1.0},"657":{"tf":1.0}}}}},"p":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"77":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":4,"docs":{"448":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"73":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"t":{"df":5,"docs":{"32":{"tf":1.0},"349":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0}}},"u":{"d":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"w":{"df":2,"docs":{"59":{"tf":1.7320508075688772},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"331":{"tf":1.0},"469":{"tf":1.0},"59":{"tf":1.0},"691":{"tf":1.0}}}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"d":{"df":2,"docs":{"18":{"tf":1.4142135623730951},"747":{"tf":1.0}}},"df":2,"docs":{"170":{"tf":1.0},"49":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"m":{"1":{"df":1,"docs":{"69":{"tf":1.0}}},"a":{"c":{"df":16,"docs":{"225":{"tf":1.7320508075688772},"354":{"tf":1.0},"355":{"tf":1.0},"359":{"tf":1.0},"437":{"tf":1.0},"439":{"tf":1.4142135623730951},"512":{"tf":1.0},"518":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"701":{"tf":1.0},"709":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":3,"docs":{"14":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":4,"docs":{"170":{"tf":1.0},"338":{"tf":1.0},"429":{"tf":1.0},"517":{"tf":1.0}}}}},"o":{"df":47,"docs":{"14":{"tf":1.0},"163":{"tf":1.0},"169":{"tf":1.7320508075688772},"178":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"201":{"tf":1.0},"203":{"tf":1.7320508075688772},"210":{"tf":2.0},"211":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.7320508075688772},"218":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"230":{"tf":1.0},"276":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.4142135623730951},"364":{"tf":1.0},"39":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":2.23606797749979},"430":{"tf":1.7320508075688772},"431":{"tf":1.0},"433":{"tf":1.7320508075688772},"448":{"tf":1.0},"49":{"tf":1.0},"52":{"tf":1.0},"530":{"tf":1.0},"539":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"627":{"tf":1.0},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"7":{"tf":1.0},"740":{"tf":1.0},"747":{"tf":1.0},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"631":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"95":{"tf":1.0}}}}}}}},"df":0,"docs":{},"x":{"1":{"0":{".":{"8":{"df":1,"docs":{"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":5,"docs":{"354":{"tf":1.0},"362":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"714":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"13":{"tf":1.0},"469":{"tf":1.0}}}},"df":13,"docs":{"288":{"tf":1.0},"330":{"tf":1.4142135623730951},"345":{"tf":1.0},"346":{"tf":2.449489742783178},"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"354":{"tf":1.0},"355":{"tf":1.0},"358":{"tf":1.0},"361":{"tf":1.7320508075688772},"363":{"tf":1.7320508075688772},"390":{"tf":1.0},"748":{"tf":1.0}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":2.0}}}}},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"145":{"tf":1.4142135623730951},"162":{"tf":1.7320508075688772},"366":{"tf":1.0},"643":{"tf":1.4142135623730951},"86":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":1,"docs":{"366":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"86":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"727":{"tf":1.0},"743":{"tf":1.4142135623730951}}}}},":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":2.6457513110645907}}}}}}}}},"df":32,"docs":{"11":{"tf":1.0},"15":{"tf":1.0},"19":{"tf":1.7320508075688772},"20":{"tf":1.0},"21":{"tf":1.0},"22":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"239":{"tf":2.0},"24":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"261":{"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},"352":{"tf":1.0},"397":{"tf":2.0},"465":{"tf":1.0},"466":{"tf":2.0},"469":{"tf":1.0},"472":{"tf":1.0},"474":{"tf":1.4142135623730951},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"72":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":7,"docs":{"117":{"tf":1.0},"281":{"tf":1.0},"312":{"tf":1.0},"434":{"tf":1.0},"45":{"tf":1.0},"530":{"tf":1.0},"546":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"14":{"tf":1.4142135623730951},"511":{"tf":1.0}}}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"12":{"tf":1.0},"17":{"tf":1.0},"359":{"tf":1.4142135623730951},"507":{"tf":1.0}}}}},"k":{"df":0,"docs":{},"e":{"df":40,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"146":{"tf":1.0},"19":{"tf":1.0},"217":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"427":{"tf":1.0},"447":{"tf":1.0},"462":{"tf":1.0},"469":{"tf":1.0},"511":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"684":{"tf":1.4142135623730951},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"463":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"a":{"df":0,"docs":{},"g":{"df":10,"docs":{"172":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.0}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":16,"docs":{"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":13,"docs":{"12":{"tf":1.4142135623730951},"31":{"tf":1.0},"354":{"tf":1.0},"359":{"tf":1.0},"389":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"655":{"tf":1.0},"672":{"tf":1.0},"732":{"tf":1.0},"740":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":4,"docs":{"147":{"tf":1.0},"373":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0}}}}},"u":{"a":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":4,"docs":{"128":{"tf":1.4142135623730951},"242":{"tf":1.0},"277":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"533":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"df":30,"docs":{"110":{"tf":1.0},"286":{"tf":1.4142135623730951},"300":{"tf":1.7320508075688772},"319":{"tf":1.7320508075688772},"369":{"tf":1.0},"370":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"452":{"tf":1.4142135623730951},"489":{"tf":1.7320508075688772},"490":{"tf":2.0},"491":{"tf":1.0},"495":{"tf":1.4142135623730951},"506":{"tf":1.0},"510":{"tf":1.7320508075688772},"567":{"tf":1.7320508075688772},"568":{"tf":1.7320508075688772},"569":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"k":{"df":3,"docs":{"12":{"tf":1.0},"235":{"tf":1.4142135623730951},"508":{"tf":1.0}}}},"s":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{},"k":{"df":1,"docs":{"589":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"705":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"705":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"337":{"tf":1.0},"352":{"tf":1.0},"369":{"tf":1.0},"416":{"tf":1.0},"513":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"120":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"89":{"tf":1.0}}}}},"h":{"df":1,"docs":{"162":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"l":{"a":{"b":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"x":{"df":3,"docs":{"18":{"tf":1.0},"238":{"tf":1.0},"672":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":6,"docs":{"252":{"tf":1.0},"338":{"tf":1.0},"397":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":1.7320508075688772},"673":{"tf":1.0}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"338":{"tf":1.0},"672":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"y":{"b":{"df":2,"docs":{"683":{"tf":1.0},"713":{"tf":1.0}}},"df":0,"docs":{}}},"b":{"df":1,"docs":{"157":{"tf":1.0}},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"d":{"a":{"df":8,"docs":{"149":{"tf":1.0},"225":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"59":{"tf":1.7320508075688772},"619":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}},"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}},"df":3,"docs":{"429":{"tf":1.0},"546":{"tf":1.0},"59":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"n":{"df":24,"docs":{"139":{"tf":1.0},"150":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.4142135623730951},"324":{"tf":1.0},"333":{"tf":1.4142135623730951},"343":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"470":{"tf":1.0},"496":{"tf":1.0},"499":{"tf":1.0},"513":{"tf":1.4142135623730951},"582":{"tf":1.0},"664":{"tf":1.0},"692":{"tf":1.0},"697":{"tf":1.0},"748":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":2,"docs":{"669":{"tf":1.0},"687":{"tf":1.0}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"a":{"df":22,"docs":{"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"128":{"tf":1.0},"135":{"tf":1.4142135623730951},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"336":{"tf":1.0},"366":{"tf":1.7320508075688772},"454":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.0},"566":{"tf":1.0},"591":{"tf":1.0},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"147":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":2,"docs":{"467":{"tf":1.4142135623730951},"468":{"tf":1.0}}}}}},"df":0,"docs":{},"t":{"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":1,"docs":{"583":{"tf":1.7320508075688772}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":4,"docs":{"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"254":{"tf":1.0},"587":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"d":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"580":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":3,"docs":{"249":{"tf":1.7320508075688772},"260":{"tf":1.0},"691":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"249":{"tf":1.0},"254":{"tf":1.4142135623730951},"340":{"tf":1.4142135623730951},"385":{"tf":1.0},"405":{"tf":1.0},"59":{"tf":1.0},"687":{"tf":1.7320508075688772}}},"y":{"/":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"235":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"389":{"tf":1.0},"87":{"tf":1.0}}}}}},"u":{"df":27,"docs":{"128":{"tf":1.0},"17":{"tf":1.0},"19":{"tf":1.0},"223":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.7320508075688772},"286":{"tf":1.0},"308":{"tf":2.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"452":{"tf":1.0},"521":{"tf":1.7320508075688772},"522":{"tf":3.1622776601683795},"523":{"tf":1.0},"524":{"tf":2.23606797749979},"525":{"tf":3.3166247903554},"621":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.4142135623730951},"68":{"tf":1.0},"705":{"tf":1.4142135623730951},"711":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.7320508075688772},"82":{"tf":1.0}}}},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":3,"docs":{"133":{"tf":1.0},"425":{"tf":1.0},"430":{"tf":1.7320508075688772}}}},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"250":{"tf":2.449489742783178},"343":{"tf":2.0},"450":{"tf":1.0},"485":{"tf":1.4142135623730951},"507":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"78":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":10,"docs":{"286":{"tf":1.0},"311":{"tf":1.7320508075688772},"354":{"tf":1.0},"452":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":1.7320508075688772},"544":{"tf":1.0},"647":{"tf":1.0},"70":{"tf":1.0},"79":{"tf":1.0}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.4142135623730951}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":36,"docs":{"235":{"tf":1.0},"236":{"tf":2.23606797749979},"238":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"253":{"tf":1.7320508075688772},"254":{"tf":2.0},"321":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":1.0},"362":{"tf":1.4142135623730951},"368":{"tf":1.0},"390":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"398":{"tf":1.7320508075688772},"406":{"tf":1.0},"536":{"tf":2.0},"540":{"tf":1.0},"541":{"tf":1.4142135623730951},"574":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"666":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"690":{"tf":1.0},"695":{"tf":1.4142135623730951},"748":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"234":{"tf":1.4142135623730951},"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"238":{"tf":2.449489742783178},"239":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":14,"docs":{"174":{"tf":1.0},"221":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"39":{"tf":1.0},"428":{"tf":1.4142135623730951},"557":{"tf":1.0},"6":{"tf":1.0},"608":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"747":{"tf":1.4142135623730951}}}}}}}}},"d":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"i":{"2":{"df":1,"docs":{"162":{"tf":1.0}}},"c":{"c":{"df":1,"docs":{"575":{"tf":1.7320508075688772}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":1,"docs":{"575":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"571":{"tf":1.0}}}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"491":{"tf":1.4142135623730951}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"b":{"df":1,"docs":{"491":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":52,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"23":{"tf":1.0},"238":{"tf":1.4142135623730951},"28":{"tf":1.4142135623730951},"286":{"tf":2.0},"296":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"31":{"tf":1.0},"320":{"tf":1.7320508075688772},"321":{"tf":1.7320508075688772},"323":{"tf":1.0},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"444":{"tf":3.3166247903554},"445":{"tf":2.8284271247461903},"446":{"tf":2.23606797749979},"447":{"tf":3.4641016151377544},"451":{"tf":1.4142135623730951},"452":{"tf":1.7320508075688772},"466":{"tf":1.4142135623730951},"489":{"tf":2.23606797749979},"490":{"tf":3.0},"491":{"tf":1.7320508075688772},"495":{"tf":1.4142135623730951},"506":{"tf":1.0},"507":{"tf":1.4142135623730951},"522":{"tf":1.0},"533":{"tf":1.0},"570":{"tf":1.7320508075688772},"571":{"tf":1.7320508075688772},"572":{"tf":1.0},"573":{"tf":2.0},"574":{"tf":2.23606797749979},"575":{"tf":1.4142135623730951},"579":{"tf":1.0},"58":{"tf":1.0},"580":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":2.0},"631":{"tf":1.7320508075688772},"641":{"tf":1.0},"645":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":2.8284271247461903},"748":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"575":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"345":{"tf":1.0},"359":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}},"n":{"d":{"df":1,"docs":{"368":{"tf":1.0}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"df":1,"docs":{"370":{"tf":1.0}},"g":{"df":0,"docs":{},"w":{"3":{"2":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"625":{"tf":1.0}}}},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"606":{"tf":1.0},"621":{"tf":1.0}},"u":{"df":0,"docs":{},"m":{"df":11,"docs":{"141":{"tf":1.4142135623730951},"276":{"tf":1.0},"297":{"tf":1.0},"451":{"tf":1.4142135623730951},"46":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.4142135623730951},"639":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":5,"docs":{"359":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"724":{"tf":1.0}}}},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"246":{"tf":1.0}}}}},"r":{"df":1,"docs":{"18":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"606":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":19,"docs":{"10":{"tf":1.4142135623730951},"662":{"tf":1.0},"701":{"tf":1.7320508075688772},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"746":{"tf":1.7320508075688772},"747":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"s":{"df":4,"docs":{"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"651":{"tf":1.0},"88":{"tf":1.0}}},"t":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"371":{"tf":1.0}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":5,"docs":{"338":{"tf":1.0},"445":{"tf":1.0},"469":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"21":{"tf":1.0},"393":{"tf":1.4142135623730951},"465":{"tf":1.0},"496":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":6,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"280":{"tf":1.0}}}}},"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"m":{"df":1,"docs":{"141":{"tf":1.4142135623730951}}},"o":{"d":{"df":1,"docs":{"466":{"tf":1.0}},"e":{"df":17,"docs":{"260":{"tf":1.4142135623730951},"261":{"tf":1.0},"304":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.6457513110645907},"504":{"tf":1.0},"505":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"536":{"tf":1.0},"551":{"tf":1.4142135623730951},"59":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"686":{"tf":1.4142135623730951},"70":{"tf":1.0}},"l":{"df":16,"docs":{"122":{"tf":1.4142135623730951},"16":{"tf":1.0},"18":{"tf":1.0},"236":{"tf":1.4142135623730951},"254":{"tf":3.1622776601683795},"288":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"340":{"tf":1.7320508075688772},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":2.0},"390":{"tf":1.0},"606":{"tf":1.0},"748":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"162":{"tf":1.4142135623730951},"395":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"f":{"df":4,"docs":{"120":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.7320508075688772},"89":{"tf":1.0}},"i":{"df":18,"docs":{"111":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.7320508075688772},"242":{"tf":1.0},"244":{"tf":1.0},"281":{"tf":1.0},"305":{"tf":1.0},"359":{"tf":1.0},"496":{"tf":1.4142135623730951},"507":{"tf":1.0},"70":{"tf":1.0},"715":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"79":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}},"df":49,"docs":{"239":{"tf":1.7320508075688772},"286":{"tf":1.4142135623730951},"288":{"tf":1.4142135623730951},"327":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"345":{"tf":2.0},"346":{"tf":1.4142135623730951},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":2.449489742783178},"355":{"tf":2.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.4142135623730951},"360":{"tf":1.0},"361":{"tf":2.0},"362":{"tf":1.7320508075688772},"363":{"tf":2.0},"364":{"tf":2.0},"365":{"tf":1.0},"366":{"tf":1.4142135623730951},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":1.4142135623730951},"507":{"tf":1.0},"59":{"tf":1.4142135623730951},"592":{"tf":2.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"'":{"df":1,"docs":{"337":{"tf":1.0}}},".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"608":{"tf":1.0},"621":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"354":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"608":{"tf":1.0}}},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":17,"docs":{"225":{"tf":1.0},"262":{"tf":1.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.0},"327":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"366":{"tf":1.0},"430":{"tf":1.0},"592":{"tf":1.0},"593":{"tf":1.0},"594":{"tf":1.7320508075688772},"595":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":2.0},"693":{"tf":1.4142135623730951}}}}}}},"df":6,"docs":{"364":{"tf":1.7320508075688772},"365":{"tf":1.0},"366":{"tf":1.0},"592":{"tf":1.0},"615":{"tf":1.4142135623730951},"730":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"b":{"df":1,"docs":{"365":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"608":{"tf":1.0}}}}},"df":2,"docs":{"365":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"252":{"tf":1.0},"302":{"tf":1.0},"496":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"395":{"tf":1.0},"496":{"tf":1.0}}}}}},"o":{"df":13,"docs":{"231":{"tf":1.0},"239":{"tf":3.0},"390":{"tf":1.4142135623730951},"464":{"tf":1.0},"474":{"tf":3.1622776601683795},"476":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"62":{"tf":1.0},"625":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":2.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":50,"docs":{"129":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.4142135623730951},"244":{"tf":1.0},"245":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"31":{"tf":1.0},"32":{"tf":1.4142135623730951},"330":{"tf":1.0},"339":{"tf":1.4142135623730951},"354":{"tf":1.0},"362":{"tf":1.0},"369":{"tf":1.4142135623730951},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"384":{"tf":1.0},"389":{"tf":1.7320508075688772},"390":{"tf":1.0},"391":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.0},"466":{"tf":1.7320508075688772},"469":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"513":{"tf":1.4142135623730951},"53":{"tf":1.0},"551":{"tf":1.0},"559":{"tf":1.0},"594":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.0},"694":{"tf":1.0},"703":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":7,"docs":{"19":{"tf":1.0},"25":{"tf":1.7320508075688772},"301":{"tf":1.0},"373":{"tf":2.6457513110645907},"493":{"tf":1.4142135623730951},"502":{"tf":2.23606797749979},"657":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":16,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.0},"372":{"tf":1.0},"413":{"tf":1.4142135623730951},"502":{"tf":1.0},"557":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"633":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":12,"docs":{"110":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.7320508075688772},"444":{"tf":1.0},"445":{"tf":1.0},"452":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":2.449489742783178},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":2.0},"748":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"587":{"tf":2.0}}},"df":0,"docs":{}}}}}}}}}},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"208":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":1,"docs":{"177":{"tf":1.0}}},"df":0,"docs":{},"v":{"c":{"df":2,"docs":{"49":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"225":{"tf":1.0}}},"u":{"c":{"df":0,"docs":{},"h":{"df":5,"docs":{"331":{"tf":1.0},"346":{"tf":1.0},"374":{"tf":1.0},"395":{"tf":1.0},"507":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"a":{"df":0,"docs":{},"n":{"d":{"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":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"382":{"tf":1.0}}}}}}}}}}}},"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"55":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":17,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":2.0},"390":{"tf":1.0},"391":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"59":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"l":{"df":54,"docs":{"19":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.4142135623730951},"252":{"tf":1.0},"286":{"tf":1.0},"30":{"tf":1.0},"32":{"tf":1.0},"338":{"tf":1.4142135623730951},"356":{"tf":1.0},"362":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"380":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.7320508075688772},"393":{"tf":1.0},"452":{"tf":1.0},"464":{"tf":2.0},"465":{"tf":1.4142135623730951},"466":{"tf":2.449489742783178},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"486":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"507":{"tf":1.0},"52":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"590":{"tf":1.0},"610":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"639":{"tf":1.0},"65":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"682":{"tf":1.0},"74":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"615":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"df":1,"docs":{"466":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"c":{"df":6,"docs":{"162":{"tf":2.0},"18":{"tf":1.0},"389":{"tf":1.0},"469":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"395":{"tf":1.4142135623730951}}}}}},"y":{"_":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":4,"docs":{"555":{"tf":1.0},"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":5,"docs":{"505":{"tf":1.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"133":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"df":1,"docs":{"135":{"tf":1.0}}}}}}}}}}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":1,"docs":{"281":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"281":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"491":{"tf":2.0},"505":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"491":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"491":{"tf":1.0}}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"491":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"505":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0},"254":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"254":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"552":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":2.0}}},"r":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"427":{"tf":2.449489742783178}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"3":{"8":{"6":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"426":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"x":{"8":{"6":{"_":{"6":{"4":{"df":1,"docs":{"429":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"k":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"427":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":2,"docs":{"427":{"tf":2.449489742783178},"430":{"tf":1.7320508075688772}}},"df":0,"docs":{}}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"466":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"499":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"578":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"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":1,"docs":{"86":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"230":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":2,"docs":{"276":{"tf":2.23606797749979},"430":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"230":{"tf":1.0},"332":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"552":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"572":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"572":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"587":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"_":{"4":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"3":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"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":{"86":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"518":{"tf":2.0},"519":{"tf":2.0},"520":{"tf":2.23606797749979}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"<":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"=":{"\"":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"df":0,"docs":{}},">":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"y":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":1,"docs":{"514":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"t":{"<":{"/":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":74,"docs":{"111":{"tf":1.0},"114":{"tf":1.4142135623730951},"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"129":{"tf":1.0},"133":{"tf":2.6457513110645907},"134":{"tf":1.7320508075688772},"137":{"tf":1.0},"138":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":1.0},"209":{"tf":1.0},"242":{"tf":1.0},"245":{"tf":1.0},"264":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.7320508075688772},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"286":{"tf":1.0},"312":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.4142135623730951},"332":{"tf":1.4142135623730951},"339":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"354":{"tf":2.0},"356":{"tf":1.0},"366":{"tf":1.7320508075688772},"381":{"tf":1.0},"383":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":2.449489742783178},"391":{"tf":1.0},"429":{"tf":1.0},"438":{"tf":1.7320508075688772},"439":{"tf":2.0},"440":{"tf":2.0},"441":{"tf":2.0},"442":{"tf":2.0},"452":{"tf":1.0},"467":{"tf":1.0},"514":{"tf":1.7320508075688772},"517":{"tf":2.0},"518":{"tf":2.0},"519":{"tf":2.23606797749979},"520":{"tf":2.23606797749979},"533":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"547":{"tf":2.6457513110645907},"562":{"tf":1.7320508075688772},"581":{"tf":1.7320508075688772},"582":{"tf":1.0},"583":{"tf":1.0},"610":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"667":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.0},"694":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"739":{"tf":1.7320508075688772},"747":{"tf":1.4142135623730951},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"s":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"a":{"c":{"df":13,"docs":{"249":{"tf":1.0},"386":{"tf":1.0},"472":{"tf":1.0},"546":{"tf":1.4142135623730951},"547":{"tf":2.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.7320508075688772},"610":{"tf":1.0},"613":{"tf":1.0},"645":{"tf":1.0},"86":{"tf":2.23606797749979},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"547":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":6,"docs":{"18":{"tf":1.0},"250":{"tf":1.0},"434":{"tf":1.4142135623730951},"529":{"tf":1.0},"540":{"tf":1.7320508075688772},"608":{"tf":1.0}}}},"u":{"df":0,"docs":{},"r":{"df":4,"docs":{"350":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.4142135623730951},"507":{"tf":1.4142135623730951}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":6,"docs":{"177":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"513":{"tf":1.0},"621":{"tf":1.0},"78":{"tf":1.0}}}}}},"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":2,"docs":{"370":{"tf":1.0},"546":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"258":{"tf":1.0},"478":{"tf":1.0},"511":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"188":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.4142135623730951}}}}}},"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":{"194":{"tf":1.0},"275":{"tf":1.0},"283":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"d":{"df":103,"docs":{"1":{"tf":1.0},"105":{"tf":1.0},"108":{"tf":1.4142135623730951},"110":{"tf":1.0},"114":{"tf":2.0},"13":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"157":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"20":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":2.0},"235":{"tf":1.7320508075688772},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"249":{"tf":2.8284271247461903},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.4142135623730951},"260":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.0},"331":{"tf":1.4142135623730951},"334":{"tf":1.0},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.4142135623730951},"370":{"tf":1.4142135623730951},"374":{"tf":1.0},"378":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.7320508075688772},"385":{"tf":1.4142135623730951},"386":{"tf":1.0},"390":{"tf":1.4142135623730951},"393":{"tf":1.0},"395":{"tf":1.4142135623730951},"396":{"tf":1.4142135623730951},"397":{"tf":2.23606797749979},"415":{"tf":1.0},"450":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"468":{"tf":1.0},"478":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"517":{"tf":1.0},"536":{"tf":1.4142135623730951},"551":{"tf":1.0},"557":{"tf":1.0},"560":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"659":{"tf":1.0},"664":{"tf":2.0},"671":{"tf":1.4142135623730951},"684":{"tf":1.0},"691":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":2.0},"705":{"tf":1.4142135623730951},"708":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"722":{"tf":1.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.4142135623730951},"88":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":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":{"439":{"tf":1.0},"687":{"tf":1.4142135623730951}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"672":{"tf":1.4142135623730951}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"371":{"tf":1.0},"447":{"tf":1.0}}}}}}}}}}}},"w":{"df":115,"docs":{"11":{"tf":1.0},"118":{"tf":1.0},"12":{"tf":2.449489742783178},"122":{"tf":1.0},"13":{"tf":1.4142135623730951},"160":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":1.4142135623730951},"18":{"tf":1.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"19":{"tf":1.4142135623730951},"220":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.7320508075688772},"228":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"24":{"tf":1.0},"242":{"tf":1.0},"246":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"263":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.7320508075688772},"278":{"tf":1.0},"28":{"tf":1.4142135623730951},"281":{"tf":1.0},"29":{"tf":1.0},"305":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"349":{"tf":1.0},"351":{"tf":2.23606797749979},"359":{"tf":1.0},"363":{"tf":1.0},"366":{"tf":1.0},"372":{"tf":1.0},"395":{"tf":1.0},"40":{"tf":1.0},"412":{"tf":1.0},"428":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.4142135623730951},"507":{"tf":1.7320508075688772},"510":{"tf":1.7320508075688772},"513":{"tf":1.0},"525":{"tf":1.4142135623730951},"53":{"tf":1.0},"530":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.4142135623730951},"546":{"tf":1.7320508075688772},"549":{"tf":1.0},"575":{"tf":1.0},"593":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"606":{"tf":3.4641016151377544},"608":{"tf":2.6457513110645907},"610":{"tf":1.4142135623730951},"613":{"tf":2.449489742783178},"615":{"tf":3.605551275463989},"617":{"tf":2.8284271247461903},"619":{"tf":2.8284271247461903},"621":{"tf":3.3166247903554},"623":{"tf":2.23606797749979},"625":{"tf":3.605551275463989},"627":{"tf":2.0},"629":{"tf":1.4142135623730951},"631":{"tf":2.6457513110645907},"633":{"tf":1.7320508075688772},"635":{"tf":1.0},"637":{"tf":2.23606797749979},"639":{"tf":3.0},"641":{"tf":1.7320508075688772},"643":{"tf":2.6457513110645907},"645":{"tf":3.3166247903554},"647":{"tf":2.6457513110645907},"649":{"tf":2.0},"651":{"tf":2.0},"653":{"tf":2.0},"655":{"tf":3.3166247903554},"659":{"tf":2.6457513110645907},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"681":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":2.0},"727":{"tf":1.0},"730":{"tf":2.449489742783178},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"81":{"tf":1.0},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"359":{"tf":1.0},"625":{"tf":1.0},"637":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"691":{"tf":1.0}},"e":{".":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"462":{"tf":2.23606797749979}}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"t":{"df":17,"docs":{"12":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"260":{"tf":1.0},"363":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"500":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"669":{"tf":1.0},"743":{"tf":1.0},"85":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"91":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"395":{"tf":1.0}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"j":{"a":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":2,"docs":{"59":{"tf":1.4142135623730951},"72":{"tf":1.0}}}},"n":{"df":14,"docs":{"19":{"tf":1.0},"254":{"tf":1.0},"3":{"tf":1.0},"329":{"tf":1.0},"345":{"tf":1.0},"359":{"tf":1.7320508075688772},"360":{"tf":1.4142135623730951},"366":{"tf":1.0},"372":{"tf":1.0},"397":{"tf":1.0},"486":{"tf":1.0},"608":{"tf":1.0},"649":{"tf":1.0},"687":{"tf":1.0}},"e":{"df":1,"docs":{"496":{"tf":1.0}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"235":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":26,"docs":{"14":{"tf":1.0},"176":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"269":{"tf":1.0},"333":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"369":{"tf":1.7320508075688772},"370":{"tf":2.6457513110645907},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"374":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":2.0},"608":{"tf":1.0},"639":{"tf":1.0},"668":{"tf":1.0},"685":{"tf":1.0},"701":{"tf":1.0},"702":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.0},"738":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"583":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"3":{"df":1,"docs":{"111":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":106,"docs":{"110":{"tf":1.4142135623730951},"145":{"tf":1.0},"146":{"tf":1.7320508075688772},"150":{"tf":1.7320508075688772},"158":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"171":{"tf":1.7320508075688772},"178":{"tf":1.0},"19":{"tf":1.0},"206":{"tf":1.0},"208":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"221":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"28":{"tf":2.0},"286":{"tf":1.0},"305":{"tf":1.7320508075688772},"319":{"tf":1.0},"323":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.4142135623730951},"346":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.4142135623730951},"378":{"tf":1.0},"387":{"tf":1.4142135623730951},"389":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"427":{"tf":1.0},"428":{"tf":1.4142135623730951},"430":{"tf":1.0},"432":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":2.23606797749979},"446":{"tf":1.7320508075688772},"447":{"tf":1.4142135623730951},"452":{"tf":1.0},"457":{"tf":1.0},"462":{"tf":1.7320508075688772},"467":{"tf":1.0},"473":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.0},"496":{"tf":1.0},"506":{"tf":1.7320508075688772},"507":{"tf":3.4641016151377544},"508":{"tf":3.872983346207417},"509":{"tf":1.0},"510":{"tf":2.23606797749979},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"52":{"tf":1.4142135623730951},"522":{"tf":1.0},"524":{"tf":1.0},"53":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"567":{"tf":1.0},"568":{"tf":1.4142135623730951},"579":{"tf":1.0},"580":{"tf":2.0},"585":{"tf":1.0},"60":{"tf":1.7320508075688772},"61":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"653":{"tf":1.7320508075688772},"662":{"tf":1.0},"667":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"696":{"tf":1.0},"701":{"tf":1.0},"708":{"tf":1.7320508075688772},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"73":{"tf":1.4142135623730951},"75":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":13,"docs":{"286":{"tf":1.0},"319":{"tf":1.4142135623730951},"444":{"tf":1.0},"445":{"tf":2.23606797749979},"446":{"tf":1.0},"447":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.0},"569":{"tf":1.0},"579":{"tf":1.0},"61":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{":":{":":{"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":1,"docs":{"60":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"60":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"60":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"631":{"tf":1.4142135623730951},"637":{"tf":1.0},"75":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"508":{"tf":2.0},"569":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":1,"docs":{"508":{"tf":1.7320508075688772}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":2.0}},"e":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"508":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}},"i":{"d":{"df":4,"docs":{"28":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"623":{"tf":1.0}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"623":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"238":{"tf":1.0},"649":{"tf":1.0}}}},"n":{"df":4,"docs":{"238":{"tf":1.4142135623730951},"510":{"tf":1.0},"55":{"tf":1.0},"649":{"tf":1.0}}}}},"h":{"df":7,"docs":{"13":{"tf":1.0},"235":{"tf":1.0},"257":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0}}},"i":{"c":{"df":5,"docs":{"120":{"tf":1.4142135623730951},"128":{"tf":1.0},"142":{"tf":1.0},"253":{"tf":1.0},"89":{"tf":1.4142135623730951}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":4,"docs":{"250":{"tf":1.0},"397":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0}}},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"313":{"tf":1.0},"549":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"478":{"tf":1.0}}}}}},"w":{"df":42,"docs":{"117":{"tf":1.0},"177":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":2.449489742783178},"250":{"tf":1.0},"252":{"tf":2.449489742783178},"253":{"tf":2.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"281":{"tf":1.4142135623730951},"326":{"tf":1.0},"333":{"tf":1.7320508075688772},"344":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"372":{"tf":1.0},"390":{"tf":1.0},"397":{"tf":1.0},"412":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"589":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":2.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"649":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"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":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"536":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{")":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"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":{},"u":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"536":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":7,"docs":{"18":{"tf":1.0},"359":{"tf":1.0},"701":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"710":{"tf":1.7320508075688772},"747":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"338":{"tf":1.0},"671":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":6,"docs":{"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"253":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"361":{"tf":1.0},"669":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":22,"docs":{"14":{"tf":1.0},"21":{"tf":1.0},"234":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.7320508075688772},"275":{"tf":1.0},"334":{"tf":1.0},"338":{"tf":1.7320508075688772},"351":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"465":{"tf":1.4142135623730951},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"667":{"tf":1.0},"727":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"738":{"tf":1.0},"739":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":8,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.23606797749979},"250":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.4142135623730951},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":3,"docs":{"238":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.7320508075688772}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"338":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"249":{"tf":4.47213595499958},"250":{"tf":1.4142135623730951},"338":{"tf":1.0},"672":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":2.8284271247461903}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}},"o":{"b":{"df":0,"docs":{},"j":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":6,"docs":{"491":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":2,"docs":{"361":{"tf":1.4142135623730951},"362":{"tf":2.8284271247461903}},"e":{"c":{"df":0,"docs":{},"t":{"df":18,"docs":{"244":{"tf":1.0},"249":{"tf":2.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"333":{"tf":1.4142135623730951},"346":{"tf":1.0},"351":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":1.0},"457":{"tf":1.0},"532":{"tf":1.0},"613":{"tf":1.4142135623730951},"617":{"tf":1.0},"689":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.0},"742":{"tf":2.23606797749979},"748":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"311":{"tf":1.0},"546":{"tf":1.0}},"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":{"df":1,"docs":{"543":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{},"o":{"b":{"df":2,"docs":{"150":{"tf":1.7320508075688772},"726":{"tf":1.0}}},"df":0,"docs":{}}}},"df":4,"docs":{"14":{"tf":1.0},"162":{"tf":1.0},"354":{"tf":1.0},"426":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"31":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"467":{"tf":1.0},"507":{"tf":1.0}}}},"i":{"c":{"df":0,"docs":{},"i":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"161":{"tf":1.0},"174":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":7,"docs":{"617":{"tf":1.0},"623":{"tf":1.4142135623730951},"655":{"tf":1.0},"670":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":2.8284271247461903},"697":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":5,"docs":{"331":{"tf":1.0},"374":{"tf":1.0},"436":{"tf":1.4142135623730951},"486":{"tf":1.4142135623730951},"649":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"476":{"tf":1.0}},"i":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"k":{"df":8,"docs":{"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"727":{"tf":1.4142135623730951},"728":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951}}},"l":{"d":{"df":20,"docs":{"150":{"tf":1.0},"190":{"tf":1.0},"263":{"tf":1.0},"351":{"tf":1.4142135623730951},"360":{"tf":1.0},"366":{"tf":1.4142135623730951},"412":{"tf":1.0},"462":{"tf":1.0},"486":{"tf":1.0},"589":{"tf":1.0},"593":{"tf":1.0},"596":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":1.0},"730":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"19":{"tf":1.0},"359":{"tf":1.0},"641":{"tf":1.0},"730":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"128":{"tf":1.0},"373":{"tf":1.0},"486":{"tf":1.0},"562":{"tf":1.0}}}}},"n":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":3,"docs":{"337":{"tf":1.0},"369":{"tf":1.0},"610":{"tf":1.0}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":8,"docs":{"230":{"tf":1.0},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"501":{"tf":1.0},"589":{"tf":1.0},"645":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"249":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":73,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"131":{"tf":1.0},"133":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.4142135623730951},"188":{"tf":1.0},"236":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.4142135623730951},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"269":{"tf":1.0},"309":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"34":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.4142135623730951},"354":{"tf":1.0},"356":{"tf":1.0},"360":{"tf":1.0},"362":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"4":{"tf":1.0},"416":{"tf":1.0},"430":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":2.449489742783178},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"478":{"tf":1.0},"486":{"tf":2.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.0},"513":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"533":{"tf":1.4142135623730951},"536":{"tf":1.4142135623730951},"54":{"tf":1.0},"580":{"tf":1.0},"599":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.0},"669":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"705":{"tf":1.0},"714":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"729":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"76":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":8,"docs":{"155":{"tf":1.0},"159":{"tf":1.7320508075688772},"162":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.0},"714":{"tf":1.0},"9":{"tf":1.0}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"575":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"505":{"tf":2.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":1,"docs":{"412":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"s":{"df":1,"docs":{"413":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"254":{"tf":1.0}}}}},"p":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":3,"docs":{"304":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":55,"docs":{"111":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"13":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":1.7320508075688772},"162":{"tf":1.0},"172":{"tf":1.0},"209":{"tf":1.4142135623730951},"223":{"tf":1.0},"234":{"tf":1.7320508075688772},"240":{"tf":1.0},"243":{"tf":2.0},"244":{"tf":1.4142135623730951},"276":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"286":{"tf":1.7320508075688772},"303":{"tf":1.7320508075688772},"394":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.4142135623730951},"40":{"tf":1.0},"43":{"tf":1.0},"452":{"tf":1.7320508075688772},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":2.449489742783178},"504":{"tf":1.7320508075688772},"505":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"53":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"629":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"70":{"tf":2.449489742783178},"711":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"81":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"95":{"tf":1.0}},"e":{"d":{".":{"\\":{"df":0,"docs":{},"n":{"df":1,"docs":{"250":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":3,"docs":{"304":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":8,"docs":{"373":{"tf":2.0},"391":{"tf":1.0},"397":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"49":{"tf":1.0},"659":{"tf":1.0},"687":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"719":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"589":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"502":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}}}},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"162":{"tf":1.0},"17":{"tf":1.0},"589":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"df":65,"docs":{"122":{"tf":1.0},"124":{"tf":1.4142135623730951},"127":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"151":{"tf":1.0},"158":{"tf":1.0},"171":{"tf":1.4142135623730951},"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":1.0},"334":{"tf":1.0},"339":{"tf":1.0},"354":{"tf":1.4142135623730951},"361":{"tf":1.4142135623730951},"364":{"tf":1.7320508075688772},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"405":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"462":{"tf":1.4142135623730951},"483":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"5":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"608":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"84":{"tf":1.4142135623730951},"88":{"tf":1.0}}}}},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"r":{"/":{"a":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"14":{"tf":1.0},"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"b":{"df":1,"docs":{"18":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":62,"docs":{"118":{"tf":1.0},"145":{"tf":1.0},"150":{"tf":1.0},"154":{"tf":1.0},"160":{"tf":1.0},"163":{"tf":1.0},"170":{"tf":1.0},"172":{"tf":1.0},"177":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"260":{"tf":1.0},"277":{"tf":1.0},"311":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"359":{"tf":1.0},"364":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"405":{"tf":1.0},"413":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.4142135623730951},"475":{"tf":1.0},"486":{"tf":1.0},"494":{"tf":1.0},"510":{"tf":1.0},"517":{"tf":1.0},"53":{"tf":1.0},"543":{"tf":1.0},"547":{"tf":1.0},"549":{"tf":1.0},"582":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.7320508075688772},"621":{"tf":1.0},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"651":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"681":{"tf":1.0},"699":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.4142135623730951},"745":{"tf":1.0},"8":{"tf":1.0},"88":{"tf":1.0}}}},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}}}},"df":1,"docs":{"351":{"tf":1.0}}}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"g":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"a":{"df":0,"docs":{},"n":{"df":10,"docs":{"19":{"tf":1.0},"23":{"tf":1.4142135623730951},"352":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"392":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"705":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"346":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"709":{"tf":1.4142135623730951}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{">":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":5,"docs":{"253":{"tf":1.0},"372":{"tf":1.0},"486":{"tf":1.4142135623730951},"666":{"tf":1.0},"721":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}}},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":12,"docs":{"172":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"384":{"tf":1.0},"428":{"tf":1.0},"434":{"tf":2.0},"49":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.4142135623730951},"741":{"tf":2.23606797749979}},"x":{"df":1,"docs":{"108":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"19":{"tf":1.0},"32":{"tf":1.4142135623730951},"465":{"tf":1.0},"469":{"tf":1.0},"490":{"tf":1.0},"517":{"tf":1.0}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":8,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"242":{"tf":1.0},"254":{"tf":1.0},"373":{"tf":1.0},"463":{"tf":1.0},"669":{"tf":1.0},"89":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.4142135623730951},"259":{"tf":1.0},"260":{"tf":1.4142135623730951}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":38,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"235":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.0},"286":{"tf":1.0},"310":{"tf":1.0},"320":{"tf":1.4142135623730951},"330":{"tf":1.0},"338":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"387":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"47":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":3.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"570":{"tf":1.7320508075688772},"571":{"tf":1.4142135623730951},"572":{"tf":1.0},"631":{"tf":1.0},"671":{"tf":1.0},"89":{"tf":1.0}},"g":{"df":0,"docs":{},"o":{"df":1,"docs":{"342":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"742":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"df":55,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"209":{"tf":1.0},"21":{"tf":1.0},"225":{"tf":1.0},"23":{"tf":1.0},"230":{"tf":1.4142135623730951},"235":{"tf":2.0},"239":{"tf":2.23606797749979},"249":{"tf":1.7320508075688772},"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":3.0},"260":{"tf":1.7320508075688772},"261":{"tf":2.23606797749979},"302":{"tf":1.4142135623730951},"320":{"tf":1.0},"338":{"tf":2.23606797749979},"389":{"tf":1.7320508075688772},"390":{"tf":1.4142135623730951},"393":{"tf":2.23606797749979},"429":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"466":{"tf":3.1622776601683795},"468":{"tf":1.0},"469":{"tf":1.7320508075688772},"470":{"tf":1.0},"474":{"tf":3.7416573867739413},"475":{"tf":1.0},"476":{"tf":2.0},"478":{"tf":2.23606797749979},"496":{"tf":2.8284271247461903},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"559":{"tf":1.4142135623730951},"571":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"623":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"639":{"tf":1.0},"645":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":2.23606797749979},"679":{"tf":1.4142135623730951},"77":{"tf":1.0},"88":{"tf":2.449489742783178}},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"664":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"]":{")":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"3":{"2":{"[":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"]":{"[":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":2.0},"253":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":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":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"i":{"d":{"df":5,"docs":{"139":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.4142135623730951},"527":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":5,"docs":{"20":{"tf":1.0},"257":{"tf":1.0},"397":{"tf":1.0},"478":{"tf":1.0},"741":{"tf":1.0}}}},"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":5,"docs":{"13":{"tf":1.0},"19":{"tf":1.0},"25":{"tf":1.4142135623730951},"252":{"tf":1.0},"486":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"606":{"tf":1.0}}}}}}}}},"df":1,"docs":{"162":{"tf":1.4142135623730951}}}}}},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"374":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"511":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"d":{"df":6,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":2.0},"517":{"tf":1.0},"536":{"tf":1.0},"583":{"tf":1.0},"596":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"428":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":4,"docs":{"23":{"tf":1.0},"472":{"tf":1.0},"512":{"tf":1.0},"515":{"tf":1.4142135623730951}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":9,"docs":{"239":{"tf":1.4142135623730951},"242":{"tf":1.0},"249":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"647":{"tf":1.0},"689":{"tf":1.0},"70":{"tf":1.0},"710":{"tf":1.0}}}}}}}}},"w":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"df":2,"docs":{"371":{"tf":1.0},"524":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"747":{"tf":1.0},"89":{"tf":1.0}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"142":{"tf":1.0},"333":{"tf":1.4142135623730951}}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"108":{"tf":1.4142135623730951},"613":{"tf":1.0}}},"k":{"a":{"df":0,"docs":{},"g":{"df":30,"docs":{"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"132":{"tf":1.7320508075688772},"14":{"tf":1.4142135623730951},"144":{"tf":1.0},"145":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"162":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.4142135623730951},"220":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"34":{"tf":1.0},"35":{"tf":1.0},"354":{"tf":1.0},"364":{"tf":1.0},"4":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":112,"docs":{"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.4142135623730951},"11":{"tf":1.4142135623730951},"112":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"122":{"tf":1.0},"127":{"tf":1.4142135623730951},"130":{"tf":1.0},"131":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"144":{"tf":1.4142135623730951},"148":{"tf":1.4142135623730951},"15":{"tf":1.4142135623730951},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.4142135623730951},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"19":{"tf":1.4142135623730951},"201":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"218":{"tf":1.4142135623730951},"227":{"tf":1.0},"231":{"tf":1.0},"240":{"tf":1.0},"247":{"tf":1.4142135623730951},"251":{"tf":1.0},"255":{"tf":1.0},"262":{"tf":1.0},"270":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.4142135623730951},"282":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"345":{"tf":1.4142135623730951},"352":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.4142135623730951},"379":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"394":{"tf":1.4142135623730951},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"418":{"tf":1.0},"425":{"tf":1.4142135623730951},"431":{"tf":1.4142135623730951},"436":{"tf":1.0},"437":{"tf":1.4142135623730951},"443":{"tf":1.4142135623730951},"444":{"tf":1.4142135623730951},"448":{"tf":1.0},"453":{"tf":1.4142135623730951},"464":{"tf":1.4142135623730951},"477":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"489":{"tf":1.4142135623730951},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"509":{"tf":1.4142135623730951},"512":{"tf":1.0},"513":{"tf":2.23606797749979},"514":{"tf":2.23606797749979},"517":{"tf":1.0},"52":{"tf":1.4142135623730951},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.4142135623730951},"558":{"tf":1.4142135623730951},"561":{"tf":1.4142135623730951},"567":{"tf":1.4142135623730951},"570":{"tf":1.0},"573":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.4142135623730951},"592":{"tf":1.4142135623730951},"598":{"tf":1.0},"601":{"tf":1.4142135623730951},"606":{"tf":1.0},"68":{"tf":1.4142135623730951},"74":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.4142135623730951},"90":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0},"98":{"tf":1.4142135623730951}},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"+":{"3":{"+":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{".":{"df":0,"docs":{},"m":{"d":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"n":{"df":1,"docs":{"507":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"75":{"tf":1.7320508075688772}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":8,"docs":{"52":{"tf":1.0},"57":{"tf":1.0},"59":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":2.0},"625":{"tf":1.4142135623730951},"701":{"tf":1.0},"710":{"tf":1.7320508075688772}}}}}},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"170":{"tf":1.0},"671":{"tf":1.0}}}}}},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":1,"docs":{"236":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"t":{"df":146,"docs":{"14":{"tf":2.0},"175":{"tf":1.0},"176":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"22":{"tf":1.4142135623730951},"23":{"tf":2.6457513110645907},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":3.0},"235":{"tf":2.449489742783178},"236":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":3.1622776601683795},"25":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":3.3166247903554},"253":{"tf":2.6457513110645907},"254":{"tf":1.4142135623730951},"26":{"tf":1.0},"262":{"tf":1.0},"269":{"tf":3.0},"281":{"tf":1.0},"286":{"tf":2.449489742783178},"289":{"tf":1.7320508075688772},"300":{"tf":1.7320508075688772},"301":{"tf":1.7320508075688772},"307":{"tf":1.7320508075688772},"308":{"tf":1.0},"309":{"tf":2.23606797749979},"31":{"tf":1.4142135623730951},"32":{"tf":1.0},"324":{"tf":1.7320508075688772},"331":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":3.0},"339":{"tf":2.449489742783178},"342":{"tf":2.0},"359":{"tf":1.4142135623730951},"367":{"tf":3.0},"368":{"tf":5.744562646538029},"369":{"tf":4.123105625617661},"370":{"tf":2.0},"371":{"tf":2.8284271247461903},"372":{"tf":1.7320508075688772},"373":{"tf":3.4641016151377544},"374":{"tf":2.6457513110645907},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":2.23606797749979},"378":{"tf":2.449489742783178},"380":{"tf":1.0},"381":{"tf":2.0},"382":{"tf":2.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"389":{"tf":1.0},"391":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"397":{"tf":1.4142135623730951},"40":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.6457513110645907},"447":{"tf":1.7320508075688772},"452":{"tf":2.23606797749979},"456":{"tf":1.0},"469":{"tf":1.4142135623730951},"473":{"tf":1.0},"481":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.7320508075688772},"489":{"tf":1.7320508075688772},"490":{"tf":2.449489742783178},"491":{"tf":1.0},"492":{"tf":1.7320508075688772},"493":{"tf":1.7320508075688772},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.4142135623730951},"508":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":2.449489742783178},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.0},"526":{"tf":1.7320508075688772},"527":{"tf":2.6457513110645907},"528":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"573":{"tf":1.0},"574":{"tf":1.0},"58":{"tf":1.0},"581":{"tf":1.7320508075688772},"582":{"tf":2.0},"583":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.4142135623730951},"641":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":2.449489742783178},"655":{"tf":1.7320508075688772},"657":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"666":{"tf":1.7320508075688772},"667":{"tf":2.23606797749979},"668":{"tf":2.23606797749979},"669":{"tf":2.449489742783178},"671":{"tf":2.6457513110645907},"674":{"tf":1.0},"692":{"tf":1.7320508075688772},"695":{"tf":1.0},"700":{"tf":1.4142135623730951},"702":{"tf":1.4142135623730951},"727":{"tf":1.7320508075688772},"733":{"tf":1.4142135623730951},"736":{"tf":2.0},"739":{"tf":1.4142135623730951},"74":{"tf":1.0},"75":{"tf":1.0},"76":{"tf":1.4142135623730951},"81":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"368":{"tf":1.0},"369":{"tf":1.0}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"377":{"tf":1.0},"727":{"tf":1.0},"734":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"d":{":":{":":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"=":{"\"":{"0":{"df":1,"docs":{"514":{"tf":1.0}}},"1":{"5":{"df":1,"docs":{"514":{"tf":1.0}}},"6":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"df":1,"docs":{"514":{"tf":1.0}}},"df":1,"docs":{"514":{"tf":1.0}}},"2":{"df":1,"docs":{"514":{"tf":1.0}}},"3":{"df":1,"docs":{"514":{"tf":1.0}}},"4":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"513":{"tf":1.4142135623730951},"575":{"tf":1.0}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"727":{"tf":1.0},"735":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"377":{"tf":1.0}}}}}},"s":{".":{"a":{"d":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"234":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"´":{"df":1,"docs":{"738":{"tf":1.0}}}}}}},"i":{"d":{"df":9,"docs":{"244":{"tf":1.0},"252":{"tf":2.0},"491":{"tf":1.4142135623730951},"502":{"tf":1.7320508075688772},"525":{"tf":1.7320508075688772},"583":{"tf":3.1622776601683795},"641":{"tf":1.4142135623730951},"727":{"tf":1.0},"733":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":2.23606797749979}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":4,"docs":{"252":{"tf":2.23606797749979},"253":{"tf":1.4142135623730951},"486":{"tf":1.0},"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"748":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":6,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0}}}}},"s":{"df":4,"docs":{"235":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}},"t":{"df":70,"docs":{"1":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"149":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"207":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"212":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"214":{"tf":1.4142135623730951},"216":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"229":{"tf":1.4142135623730951},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":2.0},"237":{"tf":1.4142135623730951},"238":{"tf":1.0},"240":{"tf":2.23606797749979},"242":{"tf":1.7320508075688772},"243":{"tf":1.4142135623730951},"244":{"tf":1.4142135623730951},"245":{"tf":1.4142135623730951},"246":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.7320508075688772},"253":{"tf":1.7320508075688772},"254":{"tf":1.4142135623730951},"257":{"tf":1.4142135623730951},"278":{"tf":1.4142135623730951},"280":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"330":{"tf":1.4142135623730951},"331":{"tf":3.0},"333":{"tf":1.7320508075688772},"336":{"tf":2.0},"337":{"tf":1.0},"339":{"tf":2.0},"344":{"tf":1.7320508075688772},"358":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":1.4142135623730951},"454":{"tf":1.4142135623730951},"456":{"tf":1.0},"469":{"tf":1.7320508075688772},"478":{"tf":1.0},"501":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"694":{"tf":2.0},"699":{"tf":1.4142135623730951},"714":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":1.0},"733":{"tf":1.4142135623730951},"78":{"tf":1.0}},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"606":{"tf":1.0},"653":{"tf":1.0}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":7,"docs":{"408":{"tf":1.7320508075688772},"409":{"tf":1.7320508075688772},"410":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":2.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"120":{"tf":1.0},"368":{"tf":1.0},"392":{"tf":1.0},"490":{"tf":1.0},"625":{"tf":1.0},"668":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"559":{"tf":1.0}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"147":{"tf":1.0},"89":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":10,"docs":{"129":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951},"225":{"tf":1.0},"715":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"748":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"147":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"252":{"tf":1.0},"254":{"tf":1.0},"257":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.4142135623730951},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.0},"349":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"463":{"tf":1.0},"478":{"tf":1.0},"484":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"514":{"tf":1.0},"580":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0}}},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{},"h":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"284":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"93":{"tf":1.0},"95":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":33,"docs":{"114":{"tf":1.0},"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"225":{"tf":1.0},"284":{"tf":1.4142135623730951},"366":{"tf":1.4142135623730951},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"464":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"517":{"tf":1.4142135623730951},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"532":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"670":{"tf":1.0},"676":{"tf":1.4142135623730951},"80":{"tf":1.0},"87":{"tf":2.23606797749979}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"687":{"tf":1.0},"73":{"tf":2.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"149":{"tf":1.0},"53":{"tf":1.0},"655":{"tf":1.0}}}}},"c":{"df":1,"docs":{"428":{"tf":1.0}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"361":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"f":{"df":4,"docs":{"128":{"tf":1.0},"145":{"tf":1.0},"505":{"tf":1.0},"639":{"tf":1.0}}}},"df":5,"docs":{"412":{"tf":2.8284271247461903},"413":{"tf":2.8284271247461903},"415":{"tf":2.6457513110645907},"416":{"tf":3.0},"88":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"k":{"df":3,"docs":{"395":{"tf":1.0},"55":{"tf":1.0},"664":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":15,"docs":{"235":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"333":{"tf":1.0},"374":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.7320508075688772},"447":{"tf":1.0},"467":{"tf":1.0},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"625":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":18,"docs":{"14":{"tf":1.0},"18":{"tf":1.4142135623730951},"19":{"tf":1.0},"20":{"tf":2.0},"233":{"tf":1.0},"257":{"tf":1.0},"32":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.4142135623730951},"368":{"tf":1.7320508075688772},"369":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"478":{"tf":1.4142135623730951},"527":{"tf":1.0},"583":{"tf":1.0},"627":{"tf":1.0},"88":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":6,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"502":{"tf":2.0},"669":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"373":{"tf":1.0},"486":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":5,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"150":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":6,"docs":{"120":{"tf":1.0},"137":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"737":{"tf":1.0},"89":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":12,"docs":{"233":{"tf":1.0},"281":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.4142135623730951},"337":{"tf":1.0},"384":{"tf":1.0},"627":{"tf":1.0},"641":{"tf":1.0},"662":{"tf":1.0},"698":{"tf":2.0},"699":{"tf":1.7320508075688772},"700":{"tf":1.4142135623730951}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"507":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"466":{"tf":1.0},"469":{"tf":1.0},"521":{"tf":1.4142135623730951},"524":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"428":{"tf":1.0}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"615":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"743":{"tf":1.0}},"r":{"df":1,"docs":{"16":{"tf":1.0}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"m":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"569":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}}}}},"df":11,"docs":{"16":{"tf":1.0},"286":{"tf":1.0},"319":{"tf":1.7320508075688772},"444":{"tf":1.0},"452":{"tf":1.0},"506":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"579":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"386":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"629":{"tf":1.0}},"|":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"386":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":1,"docs":{"49":{"tf":1.0}},"e":{"c":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"a":{"c":{"df":0,"docs":{},"i":{"df":1,"docs":{"108":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"c":{"df":0,"docs":{},"h":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":4,"docs":{"490":{"tf":1.0},"507":{"tf":1.0},"610":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}}}},"df":8,"docs":{"18":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":2.6457513110645907},"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.4142135623730951},"59":{"tf":2.0},"664":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":5,"docs":{"387":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"63":{"tf":1.7320508075688772},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"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":1,"docs":{"63":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"63":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"63":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"z":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"430":{"tf":1.0}}}}}}}},"l":{"a":{"c":{"df":0,"docs":{},"e":{"df":6,"docs":{"114":{"tf":1.0},"130":{"tf":1.0},"369":{"tf":1.0},"397":{"tf":1.4142135623730951},"457":{"tf":1.0},"465":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"269":{"tf":1.0},"372":{"tf":1.0},"508":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"n":{"df":1,"docs":{"696":{"tf":1.0}}},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":49,"docs":{"12":{"tf":1.0},"14":{"tf":1.4142135623730951},"172":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"295":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.0},"361":{"tf":1.0},"418":{"tf":1.0},"42":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.7320508075688772},"426":{"tf":1.7320508075688772},"427":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.7320508075688772},"433":{"tf":1.7320508075688772},"434":{"tf":1.7320508075688772},"435":{"tf":1.7320508075688772},"437":{"tf":1.7320508075688772},"439":{"tf":1.4142135623730951},"44":{"tf":1.0},"440":{"tf":1.4142135623730951},"442":{"tf":1.4142135623730951},"462":{"tf":1.0},"463":{"tf":1.4142135623730951},"512":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"617":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":7,"docs":{"111":{"tf":1.0},"305":{"tf":1.0},"367":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"375":{"tf":1.4142135623730951},"507":{"tf":1.0},"73":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":16,"docs":{"138":{"tf":1.0},"238":{"tf":1.4142135623730951},"257":{"tf":1.0},"269":{"tf":1.0},"305":{"tf":1.0},"374":{"tf":1.0},"466":{"tf":1.4142135623730951},"469":{"tf":1.4142135623730951},"507":{"tf":2.0},"508":{"tf":1.4142135623730951},"510":{"tf":2.449489742783178},"511":{"tf":2.23606797749979},"627":{"tf":1.0},"631":{"tf":1.0},"669":{"tf":1.0},"692":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"'":{"df":1,"docs":{"469":{"tf":1.0}}},"df":4,"docs":{"507":{"tf":1.0},"510":{"tf":1.0},"68":{"tf":1.0},"71":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":27,"docs":{"122":{"tf":1.0},"145":{"tf":1.7320508075688772},"150":{"tf":1.0},"330":{"tf":1.0},"333":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"355":{"tf":1.0},"368":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"48":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"647":{"tf":1.0},"662":{"tf":1.0},"689":{"tf":1.0},"695":{"tf":1.0},"705":{"tf":1.0},"719":{"tf":1.0},"88":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"u":{"df":3,"docs":{"18":{"tf":1.0},"249":{"tf":1.0},"364":{"tf":1.0}},"g":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"597":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"233":{"tf":1.0},"62":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":2,"docs":{"234":{"tf":1.4142135623730951},"236":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":459,"docs":{"1":{"tf":1.4142135623730951},"100":{"tf":1.4142135623730951},"101":{"tf":1.4142135623730951},"102":{"tf":1.4142135623730951},"104":{"tf":1.7320508075688772},"107":{"tf":1.7320508075688772},"108":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":2.0},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":2.0},"114":{"tf":1.4142135623730951},"117":{"tf":2.0},"12":{"tf":1.7320508075688772},"121":{"tf":1.0},"124":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":3.605551275463989},"144":{"tf":1.0},"145":{"tf":1.7320508075688772},"146":{"tf":1.0},"150":{"tf":2.23606797749979},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.4142135623730951},"157":{"tf":1.7320508075688772},"16":{"tf":2.6457513110645907},"162":{"tf":2.449489742783178},"163":{"tf":1.4142135623730951},"17":{"tf":2.23606797749979},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"176":{"tf":1.0},"178":{"tf":3.605551275463989},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.4142135623730951},"184":{"tf":1.7320508075688772},"185":{"tf":2.0},"186":{"tf":1.0},"19":{"tf":1.4142135623730951},"190":{"tf":2.449489742783178},"192":{"tf":1.7320508075688772},"193":{"tf":1.7320508075688772},"197":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"199":{"tf":1.4142135623730951},"2":{"tf":1.0},"20":{"tf":1.7320508075688772},"200":{"tf":1.4142135623730951},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"21":{"tf":1.0},"211":{"tf":1.7320508075688772},"213":{"tf":1.0},"215":{"tf":1.7320508075688772},"217":{"tf":1.0},"218":{"tf":2.0},"219":{"tf":1.0},"220":{"tf":2.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":2.8284271247461903},"226":{"tf":1.7320508075688772},"227":{"tf":2.0},"228":{"tf":1.7320508075688772},"229":{"tf":1.0},"23":{"tf":1.7320508075688772},"230":{"tf":3.3166247903554},"231":{"tf":2.0},"232":{"tf":2.0},"233":{"tf":2.23606797749979},"234":{"tf":1.7320508075688772},"235":{"tf":1.7320508075688772},"236":{"tf":2.0},"237":{"tf":1.0},"238":{"tf":1.7320508075688772},"239":{"tf":1.0},"24":{"tf":1.0},"241":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"246":{"tf":1.0},"248":{"tf":1.0},"25":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.7320508075688772},"257":{"tf":2.449489742783178},"258":{"tf":1.4142135623730951},"259":{"tf":1.7320508075688772},"26":{"tf":1.0},"260":{"tf":1.4142135623730951},"261":{"tf":1.7320508075688772},"262":{"tf":2.8284271247461903},"263":{"tf":2.449489742783178},"264":{"tf":2.449489742783178},"265":{"tf":2.449489742783178},"266":{"tf":1.7320508075688772},"267":{"tf":1.7320508075688772},"268":{"tf":1.7320508075688772},"269":{"tf":1.7320508075688772},"27":{"tf":1.0},"274":{"tf":2.0},"275":{"tf":1.7320508075688772},"276":{"tf":2.6457513110645907},"277":{"tf":2.23606797749979},"278":{"tf":2.0},"279":{"tf":1.7320508075688772},"28":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":2.23606797749979},"286":{"tf":1.4142135623730951},"288":{"tf":1.0},"290":{"tf":1.0},"292":{"tf":1.7320508075688772},"295":{"tf":1.0},"298":{"tf":1.7320508075688772},"30":{"tf":1.4142135623730951},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"306":{"tf":1.0},"308":{"tf":1.0},"31":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.4142135623730951},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.4142135623730951},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.4142135623730951},"32":{"tf":1.4142135623730951},"321":{"tf":1.0},"322":{"tf":1.4142135623730951},"325":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.4142135623730951},"330":{"tf":1.0},"331":{"tf":2.0},"332":{"tf":1.0},"333":{"tf":1.4142135623730951},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":2.0},"338":{"tf":2.23606797749979},"339":{"tf":2.23606797749979},"34":{"tf":1.7320508075688772},"340":{"tf":1.4142135623730951},"345":{"tf":1.7320508075688772},"346":{"tf":1.4142135623730951},"350":{"tf":1.7320508075688772},"353":{"tf":1.4142135623730951},"354":{"tf":3.7416573867739413},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.7320508075688772},"358":{"tf":1.0},"359":{"tf":3.872983346207417},"36":{"tf":1.0},"360":{"tf":2.0},"361":{"tf":1.7320508075688772},"365":{"tf":1.4142135623730951},"366":{"tf":1.0},"368":{"tf":4.0},"369":{"tf":1.7320508075688772},"37":{"tf":1.4142135623730951},"372":{"tf":1.4142135623730951},"373":{"tf":2.0},"374":{"tf":1.7320508075688772},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.7320508075688772},"379":{"tf":1.0},"38":{"tf":1.7320508075688772},"380":{"tf":2.0},"381":{"tf":2.23606797749979},"382":{"tf":1.4142135623730951},"383":{"tf":1.4142135623730951},"384":{"tf":2.6457513110645907},"385":{"tf":2.8284271247461903},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"388":{"tf":2.0},"389":{"tf":3.7416573867739413},"39":{"tf":1.4142135623730951},"390":{"tf":2.8284271247461903},"391":{"tf":3.605551275463989},"392":{"tf":2.23606797749979},"393":{"tf":2.0},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":2.8284271247461903},"398":{"tf":1.0},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"405":{"tf":1.0},"41":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.7320508075688772},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.7320508075688772},"416":{"tf":1.7320508075688772},"418":{"tf":1.7320508075688772},"419":{"tf":1.7320508075688772},"42":{"tf":1.0},"420":{"tf":1.7320508075688772},"423":{"tf":1.0},"425":{"tf":2.0},"426":{"tf":2.449489742783178},"427":{"tf":3.4641016151377544},"428":{"tf":2.449489742783178},"429":{"tf":2.449489742783178},"43":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":2.0},"432":{"tf":2.23606797749979},"433":{"tf":1.4142135623730951},"434":{"tf":2.23606797749979},"435":{"tf":1.4142135623730951},"438":{"tf":1.0},"44":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.0},"449":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.4142135623730951},"451":{"tf":1.0},"452":{"tf":1.4142135623730951},"453":{"tf":2.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.7320508075688772},"456":{"tf":1.4142135623730951},"457":{"tf":1.4142135623730951},"458":{"tf":2.0},"459":{"tf":1.7320508075688772},"46":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.7320508075688772},"462":{"tf":3.3166247903554},"463":{"tf":1.7320508075688772},"464":{"tf":2.449489742783178},"465":{"tf":1.4142135623730951},"466":{"tf":2.0},"467":{"tf":1.7320508075688772},"468":{"tf":2.0},"469":{"tf":2.23606797749979},"47":{"tf":1.0},"470":{"tf":2.0},"473":{"tf":2.6457513110645907},"474":{"tf":7.3484692283495345},"475":{"tf":2.0},"476":{"tf":2.23606797749979},"478":{"tf":2.6457513110645907},"479":{"tf":1.0},"48":{"tf":1.4142135623730951},"485":{"tf":1.0},"486":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.7320508075688772},"493":{"tf":1.4142135623730951},"496":{"tf":2.8284271247461903},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"504":{"tf":1.7320508075688772},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":3.0},"511":{"tf":1.7320508075688772},"513":{"tf":2.0},"517":{"tf":2.23606797749979},"518":{"tf":2.0},"519":{"tf":2.0},"52":{"tf":2.23606797749979},"520":{"tf":2.0},"521":{"tf":1.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.7320508075688772},"525":{"tf":2.0},"527":{"tf":1.4142135623730951},"53":{"tf":2.6457513110645907},"530":{"tf":2.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":2.0},"547":{"tf":1.4142135623730951},"549":{"tf":1.0},"55":{"tf":2.6457513110645907},"551":{"tf":2.0},"554":{"tf":1.7320508075688772},"557":{"tf":2.6457513110645907},"559":{"tf":1.4142135623730951},"56":{"tf":1.4142135623730951},"562":{"tf":1.0},"568":{"tf":2.23606797749979},"569":{"tf":1.0},"57":{"tf":1.4142135623730951},"574":{"tf":2.0},"575":{"tf":1.0},"577":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.0},"585":{"tf":2.0},"587":{"tf":1.7320508075688772},"589":{"tf":1.7320508075688772},"59":{"tf":2.8284271247461903},"591":{"tf":1.4142135623730951},"592":{"tf":2.0},"593":{"tf":2.6457513110645907},"594":{"tf":1.7320508075688772},"595":{"tf":1.7320508075688772},"596":{"tf":1.0},"597":{"tf":1.0},"599":{"tf":1.4142135623730951},"6":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"602":{"tf":1.0},"606":{"tf":1.7320508075688772},"608":{"tf":2.23606797749979},"61":{"tf":1.4142135623730951},"610":{"tf":1.7320508075688772},"613":{"tf":2.8284271247461903},"615":{"tf":2.23606797749979},"617":{"tf":2.449489742783178},"619":{"tf":2.23606797749979},"62":{"tf":1.4142135623730951},"621":{"tf":2.0},"623":{"tf":1.7320508075688772},"625":{"tf":3.3166247903554},"627":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"63":{"tf":1.4142135623730951},"631":{"tf":3.0},"633":{"tf":1.7320508075688772},"635":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"639":{"tf":2.0},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":2.0},"645":{"tf":3.1622776601683795},"647":{"tf":1.7320508075688772},"649":{"tf":1.4142135623730951},"65":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.7320508075688772},"655":{"tf":3.4641016151377544},"66":{"tf":1.4142135623730951},"663":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"667":{"tf":2.0},"668":{"tf":2.0},"669":{"tf":2.23606797749979},"67":{"tf":1.4142135623730951},"670":{"tf":3.1622776601683795},"671":{"tf":3.605551275463989},"672":{"tf":2.0},"673":{"tf":1.7320508075688772},"674":{"tf":1.0},"676":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"68":{"tf":2.23606797749979},"681":{"tf":1.7320508075688772},"682":{"tf":1.4142135623730951},"684":{"tf":1.7320508075688772},"685":{"tf":1.0},"686":{"tf":1.7320508075688772},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"690":{"tf":2.23606797749979},"691":{"tf":2.0},"692":{"tf":2.0},"693":{"tf":2.8284271247461903},"696":{"tf":1.0},"697":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"7":{"tf":2.6457513110645907},"70":{"tf":2.6457513110645907},"700":{"tf":1.4142135623730951},"701":{"tf":2.449489742783178},"704":{"tf":1.0},"705":{"tf":2.23606797749979},"706":{"tf":1.7320508075688772},"707":{"tf":2.449489742783178},"708":{"tf":1.0},"71":{"tf":1.0},"710":{"tf":2.23606797749979},"711":{"tf":2.23606797749979},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.23606797749979},"715":{"tf":3.1622776601683795},"716":{"tf":2.0},"717":{"tf":2.0},"718":{"tf":1.7320508075688772},"719":{"tf":2.0},"72":{"tf":1.4142135623730951},"720":{"tf":1.7320508075688772},"721":{"tf":2.0},"722":{"tf":1.7320508075688772},"723":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":3.1622776601683795},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"730":{"tf":2.449489742783178},"731":{"tf":1.7320508075688772},"732":{"tf":2.0},"736":{"tf":1.4142135623730951},"737":{"tf":1.0},"738":{"tf":1.7320508075688772},"739":{"tf":1.0},"74":{"tf":3.3166247903554},"740":{"tf":2.0},"741":{"tf":2.23606797749979},"742":{"tf":1.7320508075688772},"743":{"tf":1.7320508075688772},"744":{"tf":1.7320508075688772},"748":{"tf":1.0},"75":{"tf":2.0},"76":{"tf":2.0},"77":{"tf":1.0},"78":{"tf":3.0},"79":{"tf":1.0},"80":{"tf":1.4142135623730951},"81":{"tf":1.0},"84":{"tf":1.0},"86":{"tf":2.0},"88":{"tf":2.449489742783178},"91":{"tf":1.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"97":{"tf":1.0},"98":{"tf":1.4142135623730951},"99":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"528":{"tf":2.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"596":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"427":{"tf":1.0},"430":{"tf":1.0}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"114":{"tf":1.0}}},"df":0,"docs":{}}}}},"_":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":41,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.0},"242":{"tf":1.0},"249":{"tf":3.605551275463989},"250":{"tf":2.8284271247461903},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"354":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.0},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.0},"525":{"tf":1.0},"538":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"710":{"tf":1.0}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"596":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":2.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":11,"docs":{"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"225":{"tf":1.0},"438":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"608":{"tf":1.0},"621":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"276":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{";":{"$":{"(":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"691":{"tf":1.7320508075688772}},"e":{"[":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"382":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":3,"docs":{"125":{"tf":1.0},"149":{"tf":1.4142135623730951},"621":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"/":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"346":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"f":{"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":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"360":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"267":{"tf":1.0},"615":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"346":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"575":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"569":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"583":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"544":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"234":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":2,"docs":{"330":{"tf":1.0},"36":{"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":1,"docs":{"578":{"tf":1.7320508075688772}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"382":{"tf":1.0},"615":{"tf":1.0}}}}}}}}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"629":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":4,"docs":{"235":{"tf":2.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"h":{"df":3,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"238":{"tf":1.0},"239":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"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":{},"s":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}}}},"df":0,"docs":{}},"df":5,"docs":{"233":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"62":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"655":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"655":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":8,"docs":{"286":{"tf":1.0},"316":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}}}}}},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"562":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.7320508075688772}}}}}}},"df":17,"docs":{"11":{"tf":1.0},"114":{"tf":1.4142135623730951},"14":{"tf":1.7320508075688772},"234":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.4142135623730951},"284":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"354":{"tf":1.0},"357":{"tf":1.0},"368":{"tf":1.0},"374":{"tf":1.4142135623730951},"447":{"tf":1.0},"486":{"tf":3.1622776601683795},"619":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"338":{"tf":1.0},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"671":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":3,"docs":{"177":{"tf":2.23606797749979},"225":{"tf":1.0},"6":{"tf":1.0}}}},"df":3,"docs":{"445":{"tf":1.0},"447":{"tf":1.0},"507":{"tf":1.0}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":6,"docs":{"28":{"tf":1.0},"323":{"tf":1.0},"445":{"tf":1.0},"507":{"tf":1.4142135623730951},"580":{"tf":1.0},"748":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"610":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"385":{"tf":1.7320508075688772},"687":{"tf":1.0}}}},"p":{"df":7,"docs":{"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"384":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"31":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"525":{"tf":1.0}}}}}}}}}}}}},"df":1,"docs":{"525":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"1":{"tf":1.0},"159":{"tf":1.0}}}},"df":4,"docs":{"246":{"tf":1.0},"390":{"tf":1.0},"445":{"tf":1.0},"466":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":7,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"335":{"tf":1.0},"374":{"tf":1.0},"486":{"tf":2.449489742783178},"619":{"tf":1.0},"700":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":53,"docs":{"12":{"tf":1.0},"120":{"tf":1.0},"13":{"tf":1.0},"147":{"tf":1.0},"156":{"tf":1.0},"17":{"tf":1.0},"174":{"tf":1.0},"19":{"tf":1.4142135623730951},"21":{"tf":1.0},"229":{"tf":1.0},"235":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"313":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":1.0},"360":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"389":{"tf":1.0},"397":{"tf":1.0},"416":{"tf":1.0},"464":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.0},"473":{"tf":1.4142135623730951},"500":{"tf":1.0},"549":{"tf":1.0},"595":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"653":{"tf":1.0},"670":{"tf":1.0},"677":{"tf":1.4142135623730951},"697":{"tf":1.0},"701":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.7320508075688772},"707":{"tf":1.4142135623730951},"724":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"78":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":1,"docs":{"710":{"tf":1.0}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"738":{"tf":1.0},"743":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}},"r":{"#":{"1":{"4":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"3":{"df":1,"docs":{"613":{"tf":1.0}}},"4":{"3":{"df":1,"docs":{"610":{"tf":1.0}}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"6":{"df":1,"docs":{"608":{"tf":1.0}}},"7":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"5":{"1":{"df":1,"docs":{"608":{"tf":1.0}}},"3":{"df":1,"docs":{"608":{"tf":1.7320508075688772}}},"df":1,"docs":{"608":{"tf":1.0}}},"6":{"0":{"df":1,"docs":{"606":{"tf":1.0}}},"2":{"df":1,"docs":{"606":{"tf":1.0}}},"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"162":{"tf":1.4142135623730951},"178":{"tf":1.0},"687":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"a":{"df":2,"docs":{"249":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":4,"docs":{"469":{"tf":1.0},"486":{"tf":1.0},"513":{"tf":1.0},"647":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":15,"docs":{"355":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.0},"480":{"tf":1.4142135623730951},"562":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"86":{"tf":1.0}}}}}}},"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"507":{"tf":1.0},"522":{"tf":1.0},"562":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":14,"docs":{"230":{"tf":1.4142135623730951},"242":{"tf":1.0},"319":{"tf":1.0},"389":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"687":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.4142135623730951},"741":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"86":{"tf":1.7320508075688772},"87":{"tf":1.7320508075688772}}},"t":{"c":{"df":0,"docs":{},"h":{"/":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"645":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"552":{"tf":1.0},"645":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":8,"docs":{"286":{"tf":1.0},"314":{"tf":1.7320508075688772},"452":{"tf":1.0},"52":{"tf":1.0},"550":{"tf":1.7320508075688772},"551":{"tf":2.0},"552":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"x":{"df":2,"docs":{"623":{"tf":1.4142135623730951},"88":{"tf":1.4142135623730951}}}}},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"385":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"152":{"tf":1.0},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"250":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"397":{"tf":1.0},"6":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"360":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":1,"docs":{"517":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":25,"docs":{"138":{"tf":1.0},"20":{"tf":1.0},"286":{"tf":1.4142135623730951},"302":{"tf":1.7320508075688772},"307":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"395":{"tf":1.0},"424":{"tf":1.0},"452":{"tf":1.4142135623730951},"478":{"tf":1.0},"495":{"tf":1.0},"496":{"tf":2.8284271247461903},"512":{"tf":1.7320508075688772},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"655":{"tf":1.0},"730":{"tf":1.0}}}},"t":{"/":{"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":{"df":2,"docs":{"262":{"tf":1.0},"268":{"tf":1.4142135623730951}}}},"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":{},"k":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":51,"docs":{"17":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"254":{"tf":1.0},"286":{"tf":1.4142135623730951},"291":{"tf":1.7320508075688772},"295":{"tf":1.0},"311":{"tf":2.0},"32":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"371":{"tf":2.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":2.23606797749979},"384":{"tf":3.4641016151377544},"385":{"tf":2.449489742783178},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"391":{"tf":2.6457513110645907},"418":{"tf":1.7320508075688772},"421":{"tf":1.7320508075688772},"422":{"tf":1.7320508075688772},"436":{"tf":2.8284271247461903},"437":{"tf":1.7320508075688772},"438":{"tf":3.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"452":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"475":{"tf":1.0},"480":{"tf":1.0},"542":{"tf":1.7320508075688772},"543":{"tf":2.23606797749979},"544":{"tf":1.0},"568":{"tf":1.0},"621":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.0},"68":{"tf":1.0},"70":{"tf":2.8284271247461903},"700":{"tf":1.0},"74":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"79":{"tf":1.7320508075688772}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"439":{"tf":1.0},"440":{"tf":2.0},"441":{"tf":2.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"18":{"tf":1.0}}}}},"s":{"df":4,"docs":{"209":{"tf":1.4142135623730951},"412":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.7320508075688772},"507":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":7,"docs":{"249":{"tf":1.0},"258":{"tf":1.0},"395":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"591":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"641":{"tf":1.0},"653":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":10,"docs":{"185":{"tf":1.0},"232":{"tf":1.0},"342":{"tf":1.0},"373":{"tf":1.0},"427":{"tf":1.0},"486":{"tf":1.0},"496":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0},"735":{"tf":1.0}},"s":{"df":9,"docs":{"125":{"tf":1.0},"149":{"tf":1.0},"249":{"tf":1.0},"269":{"tf":1.0},"344":{"tf":1.0},"534":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":1.0},"87":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"547":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"371":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"128":{"tf":1.0},"132":{"tf":1.0},"141":{"tf":1.4142135623730951},"562":{"tf":1.0},"613":{"tf":1.0}}}},"o":{"df":10,"docs":{"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}},"r":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.4142135623730951},"397":{"tf":1.0},"700":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"432":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"649":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"t":{"df":10,"docs":{"242":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.4142135623730951},"368":{"tf":1.0},"485":{"tf":1.0},"721":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":9,"docs":{"174":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":2.0},"395":{"tf":1.0}}}}}},"c":{"df":1,"docs":{"361":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}}},"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":2,"docs":{"253":{"tf":1.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"599":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"599":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"666":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":2.6457513110645907}}}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":20,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":2.23606797749979},"252":{"tf":2.449489742783178},"253":{"tf":2.6457513110645907},"254":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0},"482":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"572":{"tf":1.0},"664":{"tf":1.0},"666":{"tf":1.4142135623730951},"672":{"tf":1.0}},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"252":{"tf":1.7320508075688772},"253":{"tf":2.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":112,"docs":{"14":{"tf":3.0},"162":{"tf":2.0},"172":{"tf":1.0},"18":{"tf":1.0},"187":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.7320508075688772},"231":{"tf":1.0},"233":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":2.6457513110645907},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"252":{"tf":2.8284271247461903},"253":{"tf":4.0},"254":{"tf":1.0},"257":{"tf":2.0},"260":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"293":{"tf":1.0},"32":{"tf":1.0},"320":{"tf":1.0},"326":{"tf":1.7320508075688772},"330":{"tf":1.4142135623730951},"331":{"tf":2.449489742783178},"336":{"tf":2.23606797749979},"337":{"tf":1.4142135623730951},"338":{"tf":4.69041575982343},"342":{"tf":1.0},"343":{"tf":1.4142135623730951},"365":{"tf":1.0},"368":{"tf":2.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"395":{"tf":2.23606797749979},"397":{"tf":1.4142135623730951},"405":{"tf":2.449489742783178},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":2.0},"452":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.4142135623730951},"464":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"473":{"tf":1.4142135623730951},"476":{"tf":1.0},"478":{"tf":2.0},"482":{"tf":1.0},"486":{"tf":1.4142135623730951},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"55":{"tf":1.4142135623730951},"551":{"tf":1.4142135623730951},"571":{"tf":1.0},"580":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":2.0},"59":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"615":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.4142135623730951},"627":{"tf":1.4142135623730951},"641":{"tf":1.0},"647":{"tf":1.0},"655":{"tf":1.0},"662":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.6457513110645907},"665":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":2.23606797749979},"670":{"tf":3.605551275463989},"671":{"tf":2.8284271247461903},"672":{"tf":2.23606797749979},"673":{"tf":2.0},"674":{"tf":1.7320508075688772},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.7320508075688772},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.7320508075688772},"684":{"tf":1.7320508075688772},"685":{"tf":2.0},"686":{"tf":3.4641016151377544},"687":{"tf":2.0},"690":{"tf":1.4142135623730951},"694":{"tf":2.0},"696":{"tf":1.7320508075688772},"697":{"tf":1.7320508075688772},"707":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"78":{"tf":1.0}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"551":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"r":{"'":{"df":2,"docs":{"249":{"tf":1.0},"390":{"tf":1.0}}},"/":{"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":4,"docs":{"329":{"tf":1.4142135623730951},"452":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"333":{"tf":2.6457513110645907},"344":{"tf":1.7320508075688772}}}}}}}},"df":57,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":1.0},"239":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"249":{"tf":2.6457513110645907},"250":{"tf":1.0},"263":{"tf":1.0},"264":{"tf":1.0},"281":{"tf":1.0},"329":{"tf":1.0},"331":{"tf":1.7320508075688772},"334":{"tf":1.0},"335":{"tf":2.23606797749979},"338":{"tf":2.23606797749979},"339":{"tf":1.4142135623730951},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":2.6457513110645907},"343":{"tf":1.4142135623730951},"344":{"tf":1.0},"369":{"tf":2.0},"370":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.4142135623730951},"375":{"tf":1.0},"397":{"tf":2.0},"398":{"tf":1.7320508075688772},"400":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"432":{"tf":1.0},"464":{"tf":1.0},"468":{"tf":1.0},"481":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"59":{"tf":1.4142135623730951},"663":{"tf":1.0},"669":{"tf":2.0},"685":{"tf":1.0},"687":{"tf":1.0},"714":{"tf":1.4142135623730951},"736":{"tf":1.0}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"253":{"tf":1.4142135623730951},"254":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":3,"docs":{"235":{"tf":1.4142135623730951},"239":{"tf":1.0},"249":{"tf":1.0}}}}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"690":{"tf":1.0},"696":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":6,"docs":{"235":{"tf":1.0},"257":{"tf":1.0},"259":{"tf":1.0},"374":{"tf":1.0},"478":{"tf":1.0},"608":{"tf":1.0}},"t":{"df":18,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"12":{"tf":1.0},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"133":{"tf":2.6457513110645907},"136":{"tf":1.0},"137":{"tf":1.4142135623730951},"138":{"tf":1.0},"139":{"tf":1.0},"142":{"tf":1.0},"469":{"tf":1.0},"747":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"514":{"tf":1.0}}}}}}},"s":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":6,"docs":{"108":{"tf":1.4142135623730951},"177":{"tf":1.0},"18":{"tf":2.23606797749979},"747":{"tf":1.0},"748":{"tf":1.0},"98":{"tf":1.0}},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"t":{"df":5,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"89":{"tf":1.0}}}}},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":1,"docs":{"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"647":{"tf":1.0},"65":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":38,"docs":{"162":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"23":{"tf":1.0},"286":{"tf":1.0},"291":{"tf":1.7320508075688772},"354":{"tf":1.7320508075688772},"355":{"tf":1.0},"356":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":2.0},"378":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.7320508075688772},"381":{"tf":1.4142135623730951},"383":{"tf":2.449489742783178},"384":{"tf":1.4142135623730951},"385":{"tf":3.872983346207417},"386":{"tf":2.6457513110645907},"387":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":1.7320508075688772},"391":{"tf":3.7416573867739413},"434":{"tf":1.4142135623730951},"436":{"tf":1.0},"445":{"tf":1.0},"458":{"tf":1.7320508075688772},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"500":{"tf":1.0},"52":{"tf":1.4142135623730951},"615":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.4142135623730951},"65":{"tf":2.0},"653":{"tf":1.0},"66":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"627":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":2,"docs":{"627":{"tf":1.0},"651":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"653":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"s":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"692":{"tf":1.0}}}}}}},"s":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"6":{"4":{"3":{"2":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":8,"docs":{"286":{"tf":1.0},"325":{"tf":1.7320508075688772},"452":{"tf":1.0},"584":{"tf":1.7320508075688772},"585":{"tf":2.23606797749979},"586":{"tf":1.0},"587":{"tf":3.1622776601683795},"78":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"/":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"544":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"224":{"tf":1.0}}}}}}}},"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"}":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":{"613":{"tf":1.0}}}}}}},"df":88,"docs":{"105":{"tf":1.0},"114":{"tf":2.23606797749979},"147":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.0},"184":{"tf":1.7320508075688772},"185":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.7320508075688772},"196":{"tf":1.4142135623730951},"208":{"tf":1.0},"209":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"222":{"tf":1.0},"227":{"tf":2.0},"228":{"tf":1.4142135623730951},"229":{"tf":1.7320508075688772},"230":{"tf":3.0},"232":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":2.23606797749979},"242":{"tf":2.23606797749979},"243":{"tf":1.7320508075688772},"244":{"tf":1.0},"254":{"tf":1.0},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.7320508075688772},"277":{"tf":1.4142135623730951},"278":{"tf":2.0},"279":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"32":{"tf":1.0},"33":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":1.0},"356":{"tf":1.0},"358":{"tf":1.0},"360":{"tf":1.0},"40":{"tf":1.7320508075688772},"500":{"tf":1.0},"529":{"tf":1.4142135623730951},"53":{"tf":1.4142135623730951},"532":{"tf":2.0},"534":{"tf":1.7320508075688772},"536":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"6":{"tf":1.0},"606":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"633":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.7320508075688772},"655":{"tf":1.4142135623730951},"690":{"tf":1.0},"692":{"tf":1.7320508075688772},"7":{"tf":1.7320508075688772},"713":{"tf":1.0},"714":{"tf":1.0},"730":{"tf":1.0},"80":{"tf":2.6457513110645907},"81":{"tf":1.7320508075688772},"82":{"tf":1.7320508075688772},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"85":{"tf":1.4142135623730951},"86":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":2.449489742783178},"89":{"tf":1.7320508075688772}},"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":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"142":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"280":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"149":{"tf":1.0},"257":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"276":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.4142135623730951},"463":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":3,"docs":{"242":{"tf":1.0},"339":{"tf":1.0},"699":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":4,"docs":{"108":{"tf":1.0},"276":{"tf":1.0},"426":{"tf":1.0},"75":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"469":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":14,"docs":{"124":{"tf":1.0},"144":{"tf":1.4142135623730951},"145":{"tf":2.0},"147":{"tf":1.4142135623730951},"149":{"tf":1.0},"150":{"tf":1.7320508075688772},"156":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.4142135623730951},"718":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}}}},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"234":{"tf":1.0},"238":{"tf":1.0},"363":{"tf":1.7320508075688772},"395":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.0}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"d":{"df":74,"docs":{"12":{"tf":1.7320508075688772},"120":{"tf":1.7320508075688772},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"138":{"tf":1.0},"14":{"tf":1.0},"147":{"tf":1.0},"152":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"220":{"tf":1.0},"244":{"tf":1.0},"250":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"28":{"tf":1.4142135623730951},"286":{"tf":1.0},"32":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"362":{"tf":1.4142135623730951},"364":{"tf":1.0},"368":{"tf":1.4142135623730951},"37":{"tf":1.0},"372":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.0},"389":{"tf":1.4142135623730951},"39":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"448":{"tf":2.0},"449":{"tf":1.4142135623730951},"450":{"tf":1.4142135623730951},"454":{"tf":1.0},"469":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"546":{"tf":1.0},"606":{"tf":1.0},"617":{"tf":1.0},"655":{"tf":1.4142135623730951},"662":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"689":{"tf":1.0},"69":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"702":{"tf":1.0},"716":{"tf":1.7320508075688772},"732":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"x":{"df":0,"docs":{},"i":{"df":1,"docs":{"457":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":2.0}}}}}}},"u":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"$":{"<":{"$":{"<":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{":":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{">":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},".":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"d":{"a":{"df":1,"docs":{"149":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"540":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"55":{"tf":1.0}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"541":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"d":{"a":{"df":2,"docs":{"59":{"tf":1.0},"692":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"60":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"62":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"64":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":8,"docs":{"111":{"tf":1.0},"53":{"tf":1.0},"597":{"tf":1.0},"615":{"tf":1.0},"639":{"tf":1.0},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":1,"docs":{"354":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"617":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"655":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"/":{"a":{"a":{"df":0,"docs":{},"x":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"98":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"114":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"534":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"361":{"tf":1.0}}}},"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"361":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"536":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":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":{"534":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"365":{"tf":1.0},"615":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"/":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"254":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"606":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"268":{"tf":1.0},"625":{"tf":1.0},"692":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"105":{"tf":1.0}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"105":{"tf":1.0}}}}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"235":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"572":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"365":{"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":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":3,"docs":{"108":{"tf":1.0},"149":{"tf":1.4142135623730951},"37":{"tf":1.0}}}},"df":0,"docs":{}}},"df":29,"docs":{"144":{"tf":1.0},"147":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":1.0},"250":{"tf":1.7320508075688772},"362":{"tf":2.449489742783178},"363":{"tf":3.1622776601683795},"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"514":{"tf":1.0},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951},"525":{"tf":1.7320508075688772},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"575":{"tf":1.4142135623730951},"583":{"tf":1.4142135623730951},"596":{"tf":1.7320508075688772},"661":{"tf":1.0},"748":{"tf":1.0},"88":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"147":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"346":{"tf":1.0}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":14,"docs":{"120":{"tf":1.0},"194":{"tf":1.0},"23":{"tf":1.0},"283":{"tf":1.0},"31":{"tf":1.0},"332":{"tf":1.0},"345":{"tf":1.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.4142135623730951},"358":{"tf":1.7320508075688772},"380":{"tf":1.0},"385":{"tf":1.0},"727":{"tf":1.0},"728":{"tf":1.4142135623730951}}}}}},"t":{"df":2,"docs":{"13":{"tf":1.0},"693":{"tf":1.0}}}}},"q":{"df":82,"docs":{"663":{"tf":2.449489742783178},"664":{"tf":1.4142135623730951},"665":{"tf":1.7320508075688772},"666":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"670":{"tf":4.123105625617661},"671":{"tf":1.7320508075688772},"672":{"tf":1.4142135623730951},"673":{"tf":1.7320508075688772},"674":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"677":{"tf":1.4142135623730951},"678":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"684":{"tf":1.4142135623730951},"685":{"tf":1.4142135623730951},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"690":{"tf":2.6457513110645907},"691":{"tf":1.4142135623730951},"692":{"tf":1.4142135623730951},"693":{"tf":1.4142135623730951},"694":{"tf":1.7320508075688772},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.4142135623730951},"698":{"tf":1.4142135623730951},"699":{"tf":1.4142135623730951},"700":{"tf":1.7320508075688772},"701":{"tf":3.605551275463989},"702":{"tf":1.4142135623730951},"703":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"707":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951},"709":{"tf":1.4142135623730951},"710":{"tf":1.4142135623730951},"711":{"tf":1.4142135623730951},"712":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"714":{"tf":1.4142135623730951},"715":{"tf":3.3166247903554},"716":{"tf":1.4142135623730951},"717":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951},"723":{"tf":1.4142135623730951},"724":{"tf":1.4142135623730951},"725":{"tf":1.4142135623730951},"726":{"tf":1.4142135623730951},"727":{"tf":4.123105625617661},"728":{"tf":1.4142135623730951},"729":{"tf":1.4142135623730951},"730":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.4142135623730951},"733":{"tf":1.4142135623730951},"734":{"tf":1.4142135623730951},"735":{"tf":1.4142135623730951},"736":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"738":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"740":{"tf":1.4142135623730951},"741":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"743":{"tf":1.4142135623730951},"744":{"tf":1.4142135623730951}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"171":{"tf":1.4142135623730951},"218":{"tf":1.0},"223":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"49":{"tf":1.4142135623730951}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"u":{"a":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":1,"docs":{"474":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":15,"docs":{"286":{"tf":1.0},"322":{"tf":1.4142135623730951},"331":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":1.4142135623730951},"450":{"tf":2.0},"451":{"tf":1.0},"452":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.0},"578":{"tf":1.0},"606":{"tf":1.4142135623730951}}},"y":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"362":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":5,"docs":{"333":{"tf":1.0},"344":{"tf":1.4142135623730951},"362":{"tf":1.4142135623730951},"483":{"tf":1.0},"549":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":88,"docs":{"127":{"tf":1.0},"143":{"tf":1.7320508075688772},"151":{"tf":1.0},"371":{"tf":1.0},"662":{"tf":2.23606797749979},"663":{"tf":1.4142135623730951},"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.4142135623730951},"689":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"698":{"tf":1.4142135623730951},"699":{"tf":1.0},"700":{"tf":1.0},"701":{"tf":1.4142135623730951},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.4142135623730951},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.4142135623730951},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"u":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"250":{"tf":1.0},"398":{"tf":1.0}}}}}},"df":13,"docs":{"249":{"tf":1.0},"250":{"tf":1.4142135623730951},"252":{"tf":2.6457513110645907},"374":{"tf":1.0},"394":{"tf":1.7320508075688772},"395":{"tf":1.0},"397":{"tf":3.0},"398":{"tf":1.7320508075688772},"486":{"tf":2.0},"487":{"tf":1.4142135623730951},"508":{"tf":1.0},"511":{"tf":1.0},"619":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"250":{"tf":1.4142135623730951},"398":{"tf":1.4142135623730951}}}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"513":{"tf":1.0},"517":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":3,"docs":{"340":{"tf":1.0},"346":{"tf":1.0},"499":{"tf":1.0}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":6,"docs":{"18":{"tf":1.0},"382":{"tf":1.0},"513":{"tf":1.0},"68":{"tf":1.0},"74":{"tf":1.4142135623730951},"79":{"tf":1.0}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":2,"docs":{"367":{"tf":1.0},"373":{"tf":1.0}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"22":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"d":{"df":1,"docs":{"671":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"73":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":9,"docs":{"269":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.0},"389":{"tf":1.0},"511":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"623":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"22":{"tf":1.0}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"49":{"tf":1.0}}}}}},"i":{"a":{"df":0,"docs":{},"n":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"171":{"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":8,"docs":{"249":{"tf":1.4142135623730951},"397":{"tf":1.0},"467":{"tf":1.0},"591":{"tf":1.0},"649":{"tf":1.0},"664":{"tf":1.0},"670":{"tf":1.0},"673":{"tf":1.4142135623730951}}}}},"c":{"df":2,"docs":{"621":{"tf":1.0},"625":{"tf":2.0}}},"df":8,"docs":{"258":{"tf":1.4142135623730951},"427":{"tf":1.7320508075688772},"478":{"tf":1.0},"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}},"e":{":":{"c":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"a":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"395":{"tf":1.0},"469":{"tf":1.0},"508":{"tf":1.0}}},"t":{"df":4,"docs":{"481":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"737":{"tf":1.0}},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}}},"d":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"315":{"tf":1.0},"554":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"557":{"tf":1.0},"76":{"tf":1.0}}}},"df":0,"docs":{}},"df":23,"docs":{"122":{"tf":1.0},"145":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"254":{"tf":1.0},"268":{"tf":1.0},"330":{"tf":1.0},"365":{"tf":1.0},"368":{"tf":1.0},"385":{"tf":1.0},"427":{"tf":1.0},"436":{"tf":1.0},"496":{"tf":1.0},"527":{"tf":1.0},"544":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"621":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"86":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":7,"docs":{"157":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"343":{"tf":1.0},"405":{"tf":1.0},"511":{"tf":1.0},"697":{"tf":1.0}},"i":{"df":0,"docs":{},"z":{"df":6,"docs":{"16":{"tf":1.0},"21":{"tf":1.0},"354":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"465":{"tf":1.0}}}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"257":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":17,"docs":{"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"254":{"tf":2.23606797749979},"287":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.4142135623730951},"330":{"tf":1.0},"340":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"670":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":2.0},"697":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":7,"docs":{"18":{"tf":1.4142135623730951},"336":{"tf":1.0},"373":{"tf":1.0},"448":{"tf":1.0},"466":{"tf":1.4142135623730951},"530":{"tf":1.0},"671":{"tf":1.0}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"549":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":17,"docs":{"236":{"tf":1.4142135623730951},"238":{"tf":2.0},"244":{"tf":1.0},"247":{"tf":1.0},"250":{"tf":1.7320508075688772},"255":{"tf":1.0},"258":{"tf":1.4142135623730951},"359":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"397":{"tf":1.4142135623730951},"463":{"tf":1.0},"602":{"tf":1.0},"663":{"tf":1.0},"668":{"tf":1.4142135623730951},"671":{"tf":1.7320508075688772},"699":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"14":{"tf":1.0},"171":{"tf":1.0}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"@":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"d":{"df":2,"docs":{"143":{"tf":1.0},"145":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"562":{"tf":1.0}}}},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":3,"docs":{"269":{"tf":1.0},"281":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":15,"docs":{"168":{"tf":1.0},"171":{"tf":1.0},"229":{"tf":1.0},"331":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"493":{"tf":1.0},"522":{"tf":1.0},"649":{"tf":1.0},"671":{"tf":1.0},"724":{"tf":1.0},"728":{"tf":1.0},"744":{"tf":1.0}}},"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":{"368":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"374":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"r":{"d":{"df":8,"docs":{"246":{"tf":1.0},"31":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.4142135623730951},"373":{"tf":2.6457513110645907},"378":{"tf":1.0},"469":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":1,"docs":{"462":{"tf":1.0}}}}}},"df":2,"docs":{"363":{"tf":1.0},"462":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":6,"docs":{"166":{"tf":1.0},"284":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"608":{"tf":1.0}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"225":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":3,"docs":{"19":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"84":{"tf":1.4142135623730951},"86":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.7320508075688772},"725":{"tf":1.0},"89":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}}},"u":{"c":{"df":7,"docs":{"21":{"tf":1.0},"257":{"tf":1.0},"371":{"tf":1.0},"465":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"486":{"tf":1.0}},"t":{"df":5,"docs":{"238":{"tf":1.0},"31":{"tf":1.0},"389":{"tf":1.0},"582":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":3,"docs":{"147":{"tf":1.0},"333":{"tf":1.4142135623730951},"699":{"tf":1.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"627":{"tf":1.0},"629":{"tf":1.0},"631":{"tf":1.0},"635":{"tf":1.0}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"491":{"tf":1.0}},"s":{"(":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"f":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"659":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":18,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"355":{"tf":1.0},"362":{"tf":1.4142135623730951},"391":{"tf":1.7320508075688772},"458":{"tf":1.7320508075688772},"532":{"tf":1.0},"599":{"tf":1.0},"662":{"tf":1.0},"742":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.0},"9":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"147":{"tf":1.0},"391":{"tf":1.0},"716":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"244":{"tf":1.0},"254":{"tf":1.0},"363":{"tf":1.0},"381":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"a":{"df":0,"docs":{},"r":{"d":{"df":7,"docs":{"143":{"tf":1.0},"373":{"tf":1.0},"381":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":1.0},"522":{"tf":1.0},"69":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"128":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"739":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":13,"docs":{"127":{"tf":1.0},"142":{"tf":1.4142135623730951},"245":{"tf":1.0},"354":{"tf":1.0},"42":{"tf":1.0},"445":{"tf":1.7320508075688772},"450":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.4142135623730951},"747":{"tf":2.8284271247461903},"93":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"450":{"tf":1.0}}}}}}},"r":{"df":2,"docs":{"355":{"tf":1.0},"432":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":4,"docs":{"129":{"tf":1.0},"133":{"tf":1.0},"490":{"tf":1.7320508075688772},"668":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"354":{"tf":1.4142135623730951},"473":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"t":{"df":71,"docs":{"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"116":{"tf":1.0},"122":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.0},"131":{"tf":1.0},"139":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.0},"148":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"152":{"tf":1.0},"155":{"tf":1.0},"163":{"tf":1.0},"19":{"tf":1.0},"218":{"tf":1.0},"247":{"tf":1.0},"278":{"tf":1.0},"330":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"345":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"372":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"388":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"425":{"tf":1.0},"431":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"486":{"tf":1.0},"489":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"52":{"tf":1.0},"549":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"573":{"tf":1.0},"579":{"tf":1.0},"590":{"tf":1.0},"592":{"tf":1.0},"601":{"tf":1.0},"68":{"tf":1.0},"80":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}}}},"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"s":{"df":79,"docs":{"108":{"tf":1.0},"114":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":1.0},"161":{"tf":1.4142135623730951},"208":{"tf":1.4142135623730951},"213":{"tf":1.4142135623730951},"217":{"tf":1.4142135623730951},"249":{"tf":1.0},"333":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"361":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"48":{"tf":1.0},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"51":{"tf":1.0},"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"527":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.4142135623730951},"604":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"661":{"tf":1.0},"690":{"tf":1.0},"693":{"tf":1.4142135623730951},"724":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.0},"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"19":{"tf":1.0}}}},"df":0,"docs":{}},"df":3,"docs":{"344":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}},"o":{"a":{"d":{"df":2,"docs":{"236":{"tf":1.0},"699":{"tf":1.0}}},"df":0,"docs":{}},"c":{"df":1,"docs":{"85":{"tf":1.0}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"249":{"tf":1.0},"363":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":19,"docs":{"19":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":1.0},"307":{"tf":1.7320508075688772},"31":{"tf":2.0},"418":{"tf":1.0},"424":{"tf":1.7320508075688772},"452":{"tf":1.0},"512":{"tf":1.7320508075688772},"513":{"tf":2.23606797749979},"514":{"tf":2.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"527":{"tf":1.0},"653":{"tf":2.23606797749979}}},"v":{"df":14,"docs":{"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"536":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"615":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.0},"651":{"tf":1.0},"655":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":16,"docs":{"111":{"tf":1.0},"114":{"tf":1.0},"225":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.4142135623730951},"631":{"tf":1.0},"637":{"tf":1.0},"655":{"tf":1.7320508075688772},"659":{"tf":1.0},"70":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"562":{"tf":1.0},"617":{"tf":1.0}}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"623":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":28,"docs":{"171":{"tf":1.0},"178":{"tf":1.0},"190":{"tf":1.7320508075688772},"225":{"tf":1.0},"262":{"tf":1.7320508075688772},"263":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.4142135623730951},"266":{"tf":1.4142135623730951},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"30":{"tf":1.0},"364":{"tf":1.0},"438":{"tf":1.0},"517":{"tf":1.0},"59":{"tf":1.0},"593":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"7":{"tf":1.0},"730":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":16,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"339":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.23606797749979},"464":{"tf":1.0},"475":{"tf":1.4142135623730951},"663":{"tf":1.0},"667":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"682":{"tf":1.4142135623730951},"743":{"tf":1.0},"745":{"tf":1.0},"78":{"tf":1.0},"8":{"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":7,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.7320508075688772},"247":{"tf":1.0},"251":{"tf":1.0},"284":{"tf":1.0},"643":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":8,"docs":{"23":{"tf":1.0},"236":{"tf":1.0},"336":{"tf":1.0},"343":{"tf":1.0},"359":{"tf":1.0},"393":{"tf":1.0},"395":{"tf":1.0},"472":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":25,"docs":{"19":{"tf":1.0},"31":{"tf":1.4142135623730951},"318":{"tf":1.0},"335":{"tf":1.0},"346":{"tf":1.0},"363":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":2.8284271247461903},"372":{"tf":2.0},"374":{"tf":1.4142135623730951},"395":{"tf":1.7320508075688772},"418":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.4142135623730951},"462":{"tf":1.0},"508":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.7320508075688772},"514":{"tf":1.4142135623730951},"517":{"tf":2.23606797749979},"562":{"tf":1.0},"653":{"tf":1.7320508075688772},"738":{"tf":1.0},"748":{"tf":1.0}}}}}}},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"y":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}}},"q":{"df":2,"docs":{"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"560":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":27,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"221":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.7320508075688772},"317":{"tf":1.7320508075688772},"359":{"tf":1.0},"416":{"tf":1.0},"452":{"tf":1.4142135623730951},"467":{"tf":1.0},"475":{"tf":1.4142135623730951},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":1.0},"500":{"tf":2.0},"501":{"tf":1.0},"502":{"tf":1.0},"558":{"tf":1.7320508075688772},"559":{"tf":2.0},"560":{"tf":1.0},"610":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"85":{"tf":1.0},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"500":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}},"i":{"df":0,"docs":{},"r":{"df":49,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"123":{"tf":1.0},"127":{"tf":1.4142135623730951},"128":{"tf":1.7320508075688772},"145":{"tf":1.4142135623730951},"150":{"tf":1.0},"163":{"tf":1.0},"171":{"tf":2.449489742783178},"217":{"tf":1.4142135623730951},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"245":{"tf":1.0},"249":{"tf":1.0},"276":{"tf":1.0},"286":{"tf":1.0},"297":{"tf":1.7320508075688772},"326":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.0},"334":{"tf":1.0},"340":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":2.0},"355":{"tf":1.0},"368":{"tf":1.7320508075688772},"373":{"tf":1.4142135623730951},"374":{"tf":1.0},"384":{"tf":1.0},"385":{"tf":1.4142135623730951},"432":{"tf":1.0},"451":{"tf":2.0},"452":{"tf":1.0},"470":{"tf":1.0},"49":{"tf":1.4142135623730951},"494":{"tf":1.0},"588":{"tf":1.7320508075688772},"589":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"625":{"tf":1.0},"639":{"tf":1.7320508075688772},"717":{"tf":1.4142135623730951},"727":{"tf":1.0},"730":{"tf":1.4142135623730951},"88":{"tf":1.0}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"741":{"tf":1.0}}},"n":{"df":4,"docs":{"335":{"tf":1.0},"377":{"tf":1.0},"384":{"tf":1.0},"667":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"v":{"df":7,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"320":{"tf":1.0},"368":{"tf":1.0},"571":{"tf":1.0},"623":{"tf":1.0},"89":{"tf":1.0}}}},"t":{"df":4,"docs":{"238":{"tf":1.0},"338":{"tf":1.0},"405":{"tf":1.0},"608":{"tf":1.0}}}},"i":{"df":0,"docs":{},"z":{"df":11,"docs":{"19":{"tf":1.0},"24":{"tf":1.7320508075688772},"403":{"tf":1.4142135623730951},"411":{"tf":1.7320508075688772},"412":{"tf":1.7320508075688772},"413":{"tf":2.23606797749979},"462":{"tf":2.6457513110645907},"488":{"tf":1.4142135623730951},"556":{"tf":1.0},"633":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"(":{"df":0,"docs":{},"s":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":6,"docs":{"252":{"tf":1.0},"444":{"tf":1.0},"447":{"tf":2.23606797749979},"59":{"tf":1.0},"610":{"tf":1.0},"625":{"tf":1.0}}}},"v":{"df":3,"docs":{"18":{"tf":1.0},"371":{"tf":1.0},"713":{"tf":1.0}}}},"n":{"df":2,"docs":{"23":{"tf":1.0},"59":{"tf":1.0}}},"u":{"df":0,"docs":{},"r":{"c":{"df":18,"docs":{"1":{"tf":1.0},"111":{"tf":1.0},"113":{"tf":1.0},"114":{"tf":1.0},"162":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.4142135623730951},"331":{"tf":1.0},"364":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"593":{"tf":1.0},"617":{"tf":1.4142135623730951},"748":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":1,"docs":{"277":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"276":{"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":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":2,"docs":{"562":{"tf":1.0},"621":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":2,"docs":{"412":{"tf":1.0},"413":{"tf":1.4142135623730951}},"e":{"c":{"df":0,"docs":{},"t":{"df":5,"docs":{"149":{"tf":1.0},"20":{"tf":1.0},"389":{"tf":1.0},"478":{"tf":1.0},"747":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":10,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"339":{"tf":1.7320508075688772},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"384":{"tf":1.0},"478":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":13,"docs":{"378":{"tf":1.0},"475":{"tf":1.0},"481":{"tf":1.0},"575":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.7320508075688772},"667":{"tf":1.4142135623730951},"681":{"tf":1.4142135623730951},"727":{"tf":1.0},"728":{"tf":1.4142135623730951},"737":{"tf":1.4142135623730951},"739":{"tf":1.4142135623730951},"743":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"k":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"727":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":3,"docs":{"373":{"tf":1.0},"653":{"tf":1.0},"659":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"619":{"tf":1.0},"643":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"244":{"tf":1.0},"335":{"tf":2.449489742783178},"337":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"649":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"490":{"tf":1.0},"627":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"631":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":22,"docs":{"12":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":1.7320508075688772},"249":{"tf":1.7320508075688772},"331":{"tf":1.0},"333":{"tf":2.0},"338":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":1.0},"378":{"tf":1.0},"392":{"tf":1.0},"466":{"tf":1.7320508075688772},"476":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"511":{"tf":1.7320508075688772},"621":{"tf":1.0},"664":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.7320508075688772},"78":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":11,"docs":{"162":{"tf":1.0},"301":{"tf":1.0},"319":{"tf":1.0},"349":{"tf":1.0},"351":{"tf":1.0},"483":{"tf":1.0},"493":{"tf":1.0},"549":{"tf":1.0},"568":{"tf":1.0},"633":{"tf":1.0},"748":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":64,"docs":{"105":{"tf":1.0},"14":{"tf":1.0},"234":{"tf":1.7320508075688772},"235":{"tf":1.4142135623730951},"236":{"tf":2.6457513110645907},"238":{"tf":1.7320508075688772},"239":{"tf":2.8284271247461903},"242":{"tf":1.4142135623730951},"244":{"tf":1.0},"249":{"tf":3.1622776601683795},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"258":{"tf":1.4142135623730951},"359":{"tf":1.4142135623730951},"361":{"tf":1.0},"362":{"tf":1.4142135623730951},"408":{"tf":2.8284271247461903},"409":{"tf":2.8284271247461903},"410":{"tf":2.23606797749979},"412":{"tf":2.449489742783178},"413":{"tf":2.0},"415":{"tf":2.23606797749979},"416":{"tf":2.6457513110645907},"458":{"tf":1.0},"462":{"tf":2.0},"463":{"tf":1.0},"466":{"tf":1.7320508075688772},"473":{"tf":1.7320508075688772},"474":{"tf":5.196152422706632},"476":{"tf":1.4142135623730951},"491":{"tf":1.4142135623730951},"496":{"tf":1.0},"505":{"tf":2.0},"508":{"tf":3.1622776601683795},"511":{"tf":2.449489742783178},"525":{"tf":1.7320508075688772},"536":{"tf":1.0},"538":{"tf":1.7320508075688772},"544":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"557":{"tf":1.0},"569":{"tf":1.4142135623730951},"575":{"tf":1.7320508075688772},"583":{"tf":1.0},"589":{"tf":1.0},"596":{"tf":1.4142135623730951},"631":{"tf":1.0},"684":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.449489742783178},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"727":{"tf":2.449489742783178},"728":{"tf":1.7320508075688772},"732":{"tf":1.4142135623730951},"737":{"tf":1.7320508075688772},"742":{"tf":1.4142135623730951},"744":{"tf":2.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":5,"docs":{"264":{"tf":1.4142135623730951},"715":{"tf":1.0},"720":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.4142135623730951}}}},"v":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"380":{"tf":1.0}}}},"df":0,"docs":{},"r":{"b":{"df":2,"docs":{"16":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"360":{"tf":1.7320508075688772}}}}},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"12":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"13":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"19":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"659":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"12":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"z":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"i":{"d":{"df":1,"docs":{"254":{"tf":1.0}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":27,"docs":{"108":{"tf":1.4142135623730951},"120":{"tf":1.0},"126":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"243":{"tf":1.0},"276":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.0},"412":{"tf":1.4142135623730951},"413":{"tf":2.23606797749979},"476":{"tf":1.0},"524":{"tf":1.0},"566":{"tf":1.0},"606":{"tf":1.0},"625":{"tf":1.0},"712":{"tf":1.0},"76":{"tf":1.0},"89":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":3,"docs":{"59":{"tf":1.0},"635":{"tf":1.0},"637":{"tf":1.0}},"m":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"x":{"df":1,"docs":{"18":{"tf":1.0}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"n":{"c":{"b":{"c":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"747":{"tf":1.0}}}},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"276":{"tf":1.0},"381":{"tf":1.0},"458":{"tf":1.4142135623730951},"532":{"tf":1.0}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":9,"docs":{"31":{"tf":1.0},"337":{"tf":1.0},"388":{"tf":1.0},"393":{"tf":1.7320508075688772},"467":{"tf":1.0},"469":{"tf":1.0},"496":{"tf":1.0},"591":{"tf":1.0},"643":{"tf":1.0}}}},"w":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}},"s":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":1,"docs":{"254":{"tf":1.7320508075688772}},"t":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"254":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":3,"docs":{"162":{"tf":1.0},"351":{"tf":1.0},"373":{"tf":1.0}}}},"n":{"df":17,"docs":{"111":{"tf":1.4142135623730951},"14":{"tf":1.0},"177":{"tf":1.4142135623730951},"223":{"tf":1.0},"225":{"tf":1.0},"331":{"tf":1.0},"351":{"tf":1.0},"395":{"tf":1.4142135623730951},"448":{"tf":1.0},"529":{"tf":1.0},"530":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"621":{"tf":1.0},"627":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"78":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":5,"docs":{"286":{"tf":1.0},"448":{"tf":1.7320508075688772},"449":{"tf":2.0},"450":{"tf":2.0},"606":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":3,"docs":{"245":{"tf":1.0},"613":{"tf":1.0},"641":{"tf":1.4142135623730951}}}}}}},"w":{"df":1,"docs":{"606":{"tf":2.0}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":7,"docs":{"188":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":1.7320508075688772},"329":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"606":{"tf":1.0}},"r":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":52,"docs":{"108":{"tf":1.0},"130":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":1.0},"239":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"260":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.7320508075688772},"265":{"tf":1.4142135623730951},"269":{"tf":1.0},"338":{"tf":2.23606797749979},"339":{"tf":1.0},"349":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.4142135623730951},"374":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.0},"392":{"tf":1.0},"413":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.4142135623730951},"462":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"474":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"507":{"tf":1.4142135623730951},"513":{"tf":1.0},"539":{"tf":1.0},"55":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.7320508075688772},"625":{"tf":1.0},"629":{"tf":1.0},"668":{"tf":1.0},"671":{"tf":1.0},"673":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":1.4142135623730951},"700":{"tf":1.0},"703":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":43,"docs":{"111":{"tf":1.0},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"162":{"tf":1.0},"178":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"196":{"tf":1.4142135623730951},"22":{"tf":1.7320508075688772},"220":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"249":{"tf":2.6457513110645907},"251":{"tf":1.4142135623730951},"252":{"tf":4.123105625617661},"253":{"tf":2.23606797749979},"258":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.4142135623730951},"374":{"tf":1.7320508075688772},"385":{"tf":1.0},"397":{"tf":1.0},"467":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":2.23606797749979},"510":{"tf":1.0},"55":{"tf":1.4142135623730951},"585":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"619":{"tf":1.7320508075688772},"641":{"tf":1.0},"649":{"tf":1.4142135623730951},"664":{"tf":1.0},"666":{"tf":1.0},"670":{"tf":1.4142135623730951},"671":{"tf":1.0},"672":{"tf":2.449489742783178},"673":{"tf":1.7320508075688772},"88":{"tf":1.0}},"e":{"3":{"2":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":0,"docs":{}},"a":{"c":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},":":{":":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"235":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"252":{"tf":3.4641016151377544},"253":{"tf":2.449489742783178}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":3,"docs":{"235":{"tf":1.4142135623730951},"252":{"tf":1.4142135623730951},"671":{"tf":1.0}}}}}}}},"r":{"df":3,"docs":{"249":{"tf":2.449489742783178},"250":{"tf":1.4142135623730951},"705":{"tf":1.0}}},"s":{"[":{"0":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":3,"docs":{"249":{"tf":2.0},"250":{"tf":1.4142135623730951},"253":{"tf":2.8284271247461903}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"236":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":2.449489742783178}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":13,"docs":{"236":{"tf":1.4142135623730951},"243":{"tf":1.0},"368":{"tf":1.0},"384":{"tf":1.0},"391":{"tf":1.0},"499":{"tf":1.4142135623730951},"669":{"tf":1.0},"671":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"699":{"tf":1.7320508075688772},"74":{"tf":1.0},"86":{"tf":1.0}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":1,"docs":{"233":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":14,"docs":{"286":{"tf":1.0},"316":{"tf":1.7320508075688772},"366":{"tf":1.4142135623730951},"369":{"tf":1.0},"372":{"tf":1.7320508075688772},"451":{"tf":1.0},"452":{"tf":1.0},"556":{"tf":1.7320508075688772},"557":{"tf":2.8284271247461903},"562":{"tf":2.0},"643":{"tf":1.0},"727":{"tf":1.7320508075688772},"740":{"tf":1.4142135623730951},"741":{"tf":2.6457513110645907}}}},"n":{"df":12,"docs":{"355":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":1.0},"44":{"tf":1.0},"517":{"tf":1.0},"617":{"tf":1.0},"649":{"tf":1.0},"713":{"tf":1.0},"97":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"263":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":1,"docs":{"687":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"162":{"tf":1.0},"655":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"623":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"162":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":9,"docs":{"254":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"18":{"tf":1.0},"510":{"tf":1.0}}}}},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":10,"docs":{"178":{"tf":1.0},"192":{"tf":1.7320508075688772},"274":{"tf":1.7320508075688772},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"281":{"tf":1.0},"32":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"413":{"tf":1.4142135623730951},"557":{"tf":1.0},"631":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"114":{"tf":1.0},"230":{"tf":1.0},"88":{"tf":2.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"335":{"tf":1.0},"700":{"tf":1.0}}}}}}},"d":{"d":{"df":1,"docs":{"621":{"tf":1.4142135623730951}},"s":{")":{"\"":{"=":{">":{"\"":{"7":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"1":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"k":{"'":{"df":7,"docs":{"146":{"tf":1.0},"162":{"tf":1.0},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"276":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951}}},".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"719":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"610":{"tf":1.4142135623730951}}}}}}},"df":232,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"104":{"tf":1.4142135623730951},"105":{"tf":1.0},"106":{"tf":1.0},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"11":{"tf":1.0},"110":{"tf":1.4142135623730951},"111":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.4142135623730951},"114":{"tf":2.0},"115":{"tf":1.4142135623730951},"116":{"tf":1.4142135623730951},"117":{"tf":2.0},"118":{"tf":1.0},"119":{"tf":1.0},"12":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.7320508075688772},"124":{"tf":1.0},"125":{"tf":1.0},"127":{"tf":1.7320508075688772},"128":{"tf":1.4142135623730951},"129":{"tf":1.0},"130":{"tf":1.0},"131":{"tf":1.0},"132":{"tf":1.0},"136":{"tf":1.0},"139":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.4142135623730951},"146":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":1.0},"149":{"tf":2.449489742783178},"15":{"tf":1.4142135623730951},"150":{"tf":1.4142135623730951},"152":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.7320508075688772},"157":{"tf":1.4142135623730951},"158":{"tf":1.4142135623730951},"159":{"tf":1.0},"16":{"tf":1.7320508075688772},"161":{"tf":1.0},"165":{"tf":1.4142135623730951},"17":{"tf":2.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.0},"178":{"tf":2.449489742783178},"179":{"tf":1.4142135623730951},"180":{"tf":1.7320508075688772},"181":{"tf":1.7320508075688772},"182":{"tf":1.7320508075688772},"183":{"tf":1.0},"184":{"tf":1.0},"19":{"tf":1.0},"191":{"tf":1.0},"193":{"tf":2.0},"197":{"tf":1.4142135623730951},"201":{"tf":2.449489742783178},"202":{"tf":2.0},"203":{"tf":2.0},"204":{"tf":2.0},"205":{"tf":2.23606797749979},"206":{"tf":1.7320508075688772},"207":{"tf":2.23606797749979},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"210":{"tf":2.23606797749979},"211":{"tf":1.7320508075688772},"212":{"tf":2.23606797749979},"213":{"tf":1.4142135623730951},"214":{"tf":2.23606797749979},"215":{"tf":1.7320508075688772},"216":{"tf":2.23606797749979},"217":{"tf":1.4142135623730951},"218":{"tf":1.7320508075688772},"219":{"tf":1.0},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"225":{"tf":1.4142135623730951},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":2.0},"230":{"tf":1.4142135623730951},"244":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"265":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.23606797749979},"278":{"tf":1.7320508075688772},"279":{"tf":1.4142135623730951},"280":{"tf":1.0},"281":{"tf":1.7320508075688772},"284":{"tf":1.0},"286":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":2.0},"34":{"tf":2.0},"342":{"tf":1.0},"345":{"tf":1.0},"35":{"tf":1.4142135623730951},"354":{"tf":1.0},"359":{"tf":1.4142135623730951},"36":{"tf":1.4142135623730951},"360":{"tf":1.7320508075688772},"362":{"tf":1.0},"364":{"tf":1.0},"365":{"tf":2.0},"368":{"tf":2.6457513110645907},"37":{"tf":1.4142135623730951},"38":{"tf":1.4142135623730951},"39":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"4":{"tf":1.7320508075688772},"40":{"tf":1.0},"41":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"428":{"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.4142135623730951},"49":{"tf":1.0},"50":{"tf":1.0},"508":{"tf":1.0},"51":{"tf":1.4142135623730951},"52":{"tf":2.23606797749979},"53":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"532":{"tf":1.0},"54":{"tf":1.4142135623730951},"55":{"tf":2.0},"56":{"tf":1.4142135623730951},"57":{"tf":1.4142135623730951},"58":{"tf":1.4142135623730951},"589":{"tf":1.0},"59":{"tf":1.4142135623730951},"6":{"tf":1.0},"60":{"tf":1.4142135623730951},"604":{"tf":1.0},"61":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":1.4142135623730951},"63":{"tf":1.4142135623730951},"639":{"tf":1.7320508075688772},"64":{"tf":1.4142135623730951},"641":{"tf":1.4142135623730951},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"66":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":1.4142135623730951},"67":{"tf":1.4142135623730951},"68":{"tf":1.4142135623730951},"69":{"tf":1.7320508075688772},"691":{"tf":1.0},"692":{"tf":1.0},"7":{"tf":2.23606797749979},"70":{"tf":1.0},"705":{"tf":1.0},"709":{"tf":1.0},"71":{"tf":1.0},"711":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":2.23606797749979},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.7320508075688772},"72":{"tf":1.0},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"722":{"tf":1.7320508075688772},"723":{"tf":1.4142135623730951},"724":{"tf":3.605551275463989},"73":{"tf":1.0},"732":{"tf":1.0},"74":{"tf":1.0},"746":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"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":2.0},"81":{"tf":1.4142135623730951},"82":{"tf":1.4142135623730951},"83":{"tf":1.0},"84":{"tf":3.4641016151377544},"85":{"tf":1.7320508075688772},"86":{"tf":1.0},"87":{"tf":1.7320508075688772},"88":{"tf":1.7320508075688772},"89":{"tf":1.0},"9":{"tf":1.0},"90":{"tf":1.4142135623730951},"91":{"tf":1.0},"92":{"tf":1.4142135623730951},"93":{"tf":1.7320508075688772},"94":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951},"96":{"tf":1.4142135623730951},"97":{"tf":1.4142135623730951},"98":{"tf":1.7320508075688772},"99":{"tf":1.0}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"647":{"tf":1.0}}}}}},"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":{"366":{"tf":1.4142135623730951}}}}}}}}}}},"df":14,"docs":{"12":{"tf":1.4142135623730951},"146":{"tf":1.0},"159":{"tf":1.0},"286":{"tf":1.0},"427":{"tf":1.4142135623730951},"490":{"tf":1.0},"59":{"tf":1.4142135623730951},"668":{"tf":1.0},"691":{"tf":1.4142135623730951},"716":{"tf":1.0},"719":{"tf":1.4142135623730951},"724":{"tf":1.0},"88":{"tf":1.0},"9":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}}}}},"r":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"114":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"23":{"tf":1.0},"384":{"tf":1.0},"532":{"tf":1.0},"621":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}},"df":6,"docs":{"136":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951},"249":{"tf":2.0},"252":{"tf":1.0},"466":{"tf":1.0}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":23,"docs":{"1":{"tf":1.0},"152":{"tf":1.0},"178":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"23":{"tf":1.4142135623730951},"233":{"tf":1.0},"290":{"tf":1.0},"380":{"tf":1.4142135623730951},"390":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"486":{"tf":1.7320508075688772},"72":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"77":{"tf":1.0},"83":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"177":{"tf":1.0},"608":{"tf":1.0},"743":{"tf":1.0}}}}},"df":2,"docs":{"382":{"tf":1.0},"507":{"tf":1.4142135623730951}},"e":{"df":107,"docs":{"114":{"tf":1.7320508075688772},"115":{"tf":1.0},"151":{"tf":1.0},"157":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"243":{"tf":1.0},"245":{"tf":1.0},"252":{"tf":1.7320508075688772},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"281":{"tf":1.0},"330":{"tf":1.0},"332":{"tf":1.0},"335":{"tf":1.0},"337":{"tf":2.23606797749979},"338":{"tf":2.0},"339":{"tf":1.4142135623730951},"344":{"tf":1.0},"352":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"375":{"tf":1.0},"381":{"tf":1.7320508075688772},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"387":{"tf":1.0},"389":{"tf":1.0},"391":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.4142135623730951},"428":{"tf":1.0},"443":{"tf":1.0},"447":{"tf":1.0},"454":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"463":{"tf":1.0},"466":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.0},"522":{"tf":1.4142135623730951},"528":{"tf":1.0},"532":{"tf":1.0},"539":{"tf":1.0},"543":{"tf":1.0},"549":{"tf":1.0},"559":{"tf":1.0},"578":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"653":{"tf":1.0},"664":{"tf":1.4142135623730951},"665":{"tf":1.0},"666":{"tf":1.4142135623730951},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"682":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"704":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0},"74":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.4142135623730951}},"m":{"df":2,"docs":{"359":{"tf":1.0},"606":{"tf":1.0}}},"n":{"df":2,"docs":{"540":{"tf":1.0},"606":{"tf":1.0}}}},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}}}}}},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":17,"docs":{"209":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":2.23606797749979},"466":{"tf":1.0},"473":{"tf":1.4142135623730951},"629":{"tf":1.0},"631":{"tf":1.0},"710":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0},"730":{"tf":1.0},"74":{"tf":1.0},"78":{"tf":1.7320508075688772},"88":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":4,"docs":{"368":{"tf":1.0},"384":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0}}}}}},"df":0,"docs":{}},"f":{"df":1,"docs":{"617":{"tf":1.0}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"390":{"tf":1.0}}}}}},"l":{"df":3,"docs":{"715":{"tf":1.4142135623730951},"718":{"tf":1.4142135623730951},"722":{"tf":1.4142135623730951}}}},"m":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"368":{"tf":1.0},"369":{"tf":1.0},"381":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"d":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"249":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":24,"docs":{"145":{"tf":1.7320508075688772},"187":{"tf":1.0},"247":{"tf":1.7320508075688772},"248":{"tf":1.0},"249":{"tf":3.0},"329":{"tf":1.0},"338":{"tf":1.0},"343":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"450":{"tf":1.0},"466":{"tf":1.0},"541":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"663":{"tf":1.0},"664":{"tf":1.7320508075688772},"666":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"715":{"tf":1.0},"724":{"tf":1.7320508075688772},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"408":{"tf":1.0},"409":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"t":{"df":15,"docs":{"143":{"tf":1.0},"145":{"tf":1.0},"250":{"tf":1.0},"343":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"485":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"663":{"tf":1.0},"666":{"tf":1.0},"669":{"tf":1.4142135623730951},"671":{"tf":1.0},"724":{"tf":1.7320508075688772},"73":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":16,"docs":{"150":{"tf":1.0},"32":{"tf":1.0},"331":{"tf":2.23606797749979},"333":{"tf":1.4142135623730951},"338":{"tf":1.0},"343":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"369":{"tf":1.4142135623730951},"371":{"tf":1.0},"391":{"tf":1.0},"397":{"tf":1.0},"454":{"tf":1.0},"457":{"tf":1.0},"639":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":37,"docs":{"14":{"tf":1.0},"294":{"tf":1.0},"340":{"tf":1.4142135623730951},"399":{"tf":1.0},"400":{"tf":1.4142135623730951},"401":{"tf":1.4142135623730951},"402":{"tf":1.4142135623730951},"403":{"tf":1.4142135623730951},"404":{"tf":1.4142135623730951},"405":{"tf":2.0},"406":{"tf":2.0},"407":{"tf":1.7320508075688772},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.7320508075688772},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"474":{"tf":1.0},"527":{"tf":1.0},"556":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"687":{"tf":1.0},"692":{"tf":1.0},"699":{"tf":1.7320508075688772},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":2,"docs":{"14":{"tf":1.0},"70":{"tf":1.0}}},"v":{"df":2,"docs":{"19":{"tf":1.0},"355":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"42":{"tf":1.0},"91":{"tf":1.0},"93":{"tf":1.4142135623730951}}}},"i":{"c":{"df":2,"docs":{"146":{"tf":1.0},"356":{"tf":1.0}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"309":{"tf":1.0},"527":{"tf":1.0}}}}}}},"t":{"(":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":1,"docs":{"633":{"tf":1.0}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"633":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}},"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"(":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"a":{"c":{"df":0,"docs":{},"t":{"df":9,"docs":{"249":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"475":{"tf":1.0},"589":{"tf":1.0},"703":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"555":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":5,"docs":{"239":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":3.605551275463989},"710":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"546":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"625":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"236":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"699":{"tf":1.0},"727":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"(":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"413":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":1,"docs":{"557":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"363":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"499":{"tf":1.0}}}}}}},"df":105,"docs":{"111":{"tf":1.0},"114":{"tf":1.7320508075688772},"133":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.0},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.7320508075688772},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"188":{"tf":1.0},"20":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.4142135623730951},"224":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"242":{"tf":1.0},"244":{"tf":1.4142135623730951},"245":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":2.0},"258":{"tf":1.7320508075688772},"259":{"tf":2.449489742783178},"261":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":2.449489742783178},"284":{"tf":1.4142135623730951},"331":{"tf":1.4142135623730951},"335":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"358":{"tf":1.0},"368":{"tf":2.23606797749979},"389":{"tf":1.0},"390":{"tf":1.0},"392":{"tf":1.0},"397":{"tf":1.0},"404":{"tf":1.4142135623730951},"414":{"tf":1.7320508075688772},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"427":{"tf":1.0},"445":{"tf":1.0},"462":{"tf":1.0},"464":{"tf":1.4142135623730951},"468":{"tf":1.0},"474":{"tf":1.7320508075688772},"478":{"tf":2.449489742783178},"496":{"tf":1.4142135623730951},"499":{"tf":1.0},"501":{"tf":1.0},"508":{"tf":1.4142135623730951},"510":{"tf":1.0},"533":{"tf":1.0},"557":{"tf":1.0},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.0},"631":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"70":{"tf":1.0},"707":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"740":{"tf":1.4142135623730951},"77":{"tf":1.0},"78":{"tf":1.0},"80":{"tf":1.4142135623730951},"82":{"tf":1.0},"86":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"390":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"504":{"tf":1.0},"505":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"655":{"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":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"236":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"527":{"tf":1.0},"528":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"363":{"tf":1.7320508075688772}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":6,"docs":{"405":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.0},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"(":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"405":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"405":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"647":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":8,"docs":{"236":{"tf":1.4142135623730951},"254":{"tf":1.0},"311":{"tf":1.0},"368":{"tf":1.0},"410":{"tf":1.0},"543":{"tf":1.0},"685":{"tf":1.0},"699":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"s":{"/":{"$":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"171":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":16,"docs":{"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"178":{"tf":1.0},"196":{"tf":1.4142135623730951},"249":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"397":{"tf":1.0},"405":{"tf":1.0},"473":{"tf":1.0},"529":{"tf":1.0},"532":{"tf":1.4142135623730951},"6":{"tf":1.0},"621":{"tf":1.0},"641":{"tf":1.0},"88":{"tf":1.4142135623730951}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"405":{"tf":1.4142135623730951},"410":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"171":{"tf":1.0},"486":{"tf":1.0},"59":{"tf":1.0},"87":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":4,"docs":{"120":{"tf":1.0},"129":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":3,"docs":{"363":{"tf":2.23606797749979},"514":{"tf":1.0},"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"e":{"d":{"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":8,"docs":{"438":{"tf":1.0},"439":{"tf":1.4142135623730951},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.4142135623730951},"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"146":{"tf":1.4142135623730951},"338":{"tf":1.0},"355":{"tf":1.0},"390":{"tf":1.0},"395":{"tf":1.7320508075688772},"429":{"tf":1.4142135623730951},"439":{"tf":1.4142135623730951},"517":{"tf":1.0},"518":{"tf":1.4142135623730951},"613":{"tf":1.0},"715":{"tf":1.4142135623730951},"716":{"tf":1.7320508075688772},"725":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"427":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":1,"docs":{"30":{"tf":1.0}}}},"p":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":2,"docs":{"331":{"tf":1.0},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"389":{"tf":1.0},"432":{"tf":1.0}}}}},"df":1,"docs":{"13":{"tf":1.0}}}},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"240":{"tf":1.0},"246":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":49,"docs":{"128":{"tf":1.0},"131":{"tf":1.4142135623730951},"132":{"tf":1.0},"135":{"tf":1.0},"136":{"tf":1.4142135623730951},"138":{"tf":1.7320508075688772},"177":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"229":{"tf":1.0},"257":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"31":{"tf":1.0},"361":{"tf":1.4142135623730951},"378":{"tf":1.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"469":{"tf":1.0},"500":{"tf":1.0},"522":{"tf":1.0},"536":{"tf":1.0},"541":{"tf":1.7320508075688772},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0},"63":{"tf":1.4142135623730951},"631":{"tf":1.0},"639":{"tf":1.0},"64":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"65":{"tf":1.0},"653":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"70":{"tf":1.0},"729":{"tf":1.0},"75":{"tf":1.7320508075688772}},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.4142135623730951},"381":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"239":{"tf":1.7320508075688772},"465":{"tf":1.0},"468":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":24,"docs":{"21":{"tf":1.0},"231":{"tf":1.0},"239":{"tf":3.1622776601683795},"337":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"469":{"tf":3.605551275463989},"470":{"tf":1.7320508075688772},"474":{"tf":3.7416573867739413},"478":{"tf":1.0},"508":{"tf":1.0},"55":{"tf":1.4142135623730951},"560":{"tf":1.0},"584":{"tf":1.0},"587":{"tf":1.4142135623730951},"625":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.0},"670":{"tf":1.4142135623730951},"675":{"tf":1.4142135623730951},"676":{"tf":1.4142135623730951},"72":{"tf":1.0},"74":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":14,"docs":{"162":{"tf":2.23606797749979},"20":{"tf":1.4142135623730951},"228":{"tf":1.0},"232":{"tf":1.0},"258":{"tf":1.0},"338":{"tf":1.4142135623730951},"373":{"tf":1.4142135623730951},"395":{"tf":1.0},"469":{"tf":3.3166247903554},"476":{"tf":1.7320508075688772},"478":{"tf":1.4142135623730951},"59":{"tf":1.0},"635":{"tf":1.0},"748":{"tf":1.4142135623730951}},"y":{"df":1,"docs":{"476":{"tf":1.0}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"77":{"tf":1.0}}}}}},"df":18,"docs":{"108":{"tf":1.0},"111":{"tf":1.4142135623730951},"145":{"tf":1.4142135623730951},"147":{"tf":1.0},"150":{"tf":1.4142135623730951},"364":{"tf":1.0},"48":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.7320508075688772},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"631":{"tf":1.0},"715":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":2.8284271247461903},"726":{"tf":1.0}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":23,"docs":{"178":{"tf":1.0},"189":{"tf":1.7320508075688772},"19":{"tf":1.0},"20":{"tf":1.4142135623730951},"235":{"tf":2.0},"255":{"tf":2.0},"256":{"tf":1.4142135623730951},"257":{"tf":2.449489742783178},"258":{"tf":2.449489742783178},"259":{"tf":2.0},"260":{"tf":1.7320508075688772},"261":{"tf":1.4142135623730951},"286":{"tf":1.0},"452":{"tf":1.0},"477":{"tf":2.0},"478":{"tf":3.0},"608":{"tf":2.0},"615":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":2.0},"7":{"tf":1.0},"72":{"tf":1.0}},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"478":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"t":{"df":7,"docs":{"235":{"tf":2.0},"238":{"tf":1.0},"255":{"tf":1.4142135623730951},"258":{"tf":2.449489742783178},"259":{"tf":2.0},"261":{"tf":1.0},"625":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"49":{"tf":1.0}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":6,"docs":{"128":{"tf":1.0},"140":{"tf":1.0},"254":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"59":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":38,"docs":{"193":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.4142135623730951},"254":{"tf":1.0},"279":{"tf":1.0},"338":{"tf":1.4142135623730951},"340":{"tf":1.0},"373":{"tf":1.0},"383":{"tf":1.0},"384":{"tf":1.7320508075688772},"388":{"tf":1.0},"389":{"tf":1.4142135623730951},"390":{"tf":2.6457513110645907},"391":{"tf":1.4142135623730951},"395":{"tf":1.0},"42":{"tf":1.0},"427":{"tf":1.0},"43":{"tf":1.0},"44":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.4142135623730951},"56":{"tf":1.0},"58":{"tf":1.0},"59":{"tf":2.0},"613":{"tf":1.4142135623730951},"62":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"67":{"tf":1.0},"686":{"tf":1.0},"88":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"i":{"df":9,"docs":{"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"346":{"tf":1.0},"37":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.4142135623730951},"381":{"tf":1.0},"631":{"tf":1.0}},"f":{"df":1,"docs":{"235":{"tf":1.0}},"i":{"df":3,"docs":{"372":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"l":{"df":5,"docs":{"466":{"tf":1.0},"59":{"tf":2.0},"615":{"tf":1.0},"69":{"tf":1.0},"73":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"162":{"tf":1.0},"72":{"tf":1.0}}},"g":{"df":0,"docs":{},"l":{"df":9,"docs":{"360":{"tf":1.4142135623730951},"369":{"tf":1.0},"374":{"tf":1.0},"387":{"tf":1.0},"427":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"659":{"tf":1.0},"731":{"tf":1.0}},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"643":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"625":{"tf":1.0},"635":{"tf":1.0},"651":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"381":{"tf":1.0},"397":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.0}}}},"df":18,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"338":{"tf":1.0},"397":{"tf":1.4142135623730951},"412":{"tf":1.4142135623730951},"413":{"tf":1.0},"436":{"tf":1.0},"453":{"tf":1.0},"462":{"tf":3.0},"486":{"tf":1.0},"530":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"672":{"tf":2.23606797749979},"673":{"tf":1.0}},"o":{"df":0,"docs":{},"f":{"df":5,"docs":{"249":{"tf":2.449489742783178},"508":{"tf":1.0},"511":{"tf":1.0},"544":{"tf":1.4142135623730951},"547":{"tf":1.7320508075688772}}}}}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"l":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"530":{"tf":1.0}}}}},"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}},"i":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"252":{"tf":1.0}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{",":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"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":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"df":1,"docs":{"252":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"252":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":2,"docs":{"252":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"367":{"tf":1.0},"373":{"tf":1.0},"72":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"469":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"486":{"tf":2.449489742783178}}}},"t":{"df":2,"docs":{"65":{"tf":1.4142135623730951},"74":{"tf":1.7320508075688772}}}}},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":9,"docs":{"111":{"tf":1.0},"113":{"tf":1.0},"252":{"tf":1.0},"32":{"tf":1.0},"41":{"tf":1.0},"655":{"tf":1.0},"69":{"tf":1.0},"709":{"tf":1.0},"91":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"252":{"tf":1.0},"259":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"162":{"tf":1.0}},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"g":{"_":{"a":{"a":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"d":{"d":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":1,"docs":{"276":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":2,"docs":{"606":{"tf":1.0},"608":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"608":{"tf":1.0}}}}}}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"l":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"x":{"df":0,"docs":{},"x":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":2,"docs":{"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"610":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"p":{"1":{"4":{"df":1,"docs":{"617":{"tf":1.0}}},"7":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"_":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":0,"docs":{},"e":{"c":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":2,"docs":{"225":{"tf":1.0},"615":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"225":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"_":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"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":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"613":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"623":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"225":{"tf":1.0},"621":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"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":{},"o":{"df":0,"docs":{},"f":{"_":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"225":{"tf":1.0},"608":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"225":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"354":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"j":{"a":{"c":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"i":{"d":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"88":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"d":{"a":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"r":{"c":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"o":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"637":{"tf":1.0}}}}}}},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"637":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"d":{"df":7,"docs":{"239":{"tf":1.0},"491":{"tf":1.0},"505":{"tf":1.7320508075688772},"508":{"tf":2.0},"555":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"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":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"_":{"6":{"4":{"df":1,"docs":{"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"88":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"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":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"225":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"225":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"x":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"_":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"225":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"621":{"tf":1.0}}}},"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":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"a":{"d":{"d":{"_":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"v":{"2":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":1,"docs":{"617":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"s":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}}}}},"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":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":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"276":{"tf":1.0},"610":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.0}},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"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":{},"u":{"df":0,"docs":{},"p":{"_":{"a":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"615":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"c":{"_":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"c":{"_":{"df":0,"docs":{},"h":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"88":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"88":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"88":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"627":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"88":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"631":{"tf":1.0}}}}}},"df":4,"docs":{"209":{"tf":1.0},"218":{"tf":1.0},"225":{"tf":1.4142135623730951},"88":{"tf":2.8284271247461903}}}}},"n":{"3":{"d":{"df":1,"docs":{"639":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":17,"docs":{"286":{"tf":1.0},"318":{"tf":1.7320508075688772},"366":{"tf":1.4142135623730951},"418":{"tf":1.0},"423":{"tf":1.7320508075688772},"425":{"tf":1.0},"430":{"tf":1.0},"443":{"tf":2.0},"452":{"tf":1.0},"561":{"tf":2.0},"562":{"tf":2.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":2.0},"615":{"tf":1.0},"635":{"tf":1.0}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"470":{"tf":1.0}}}}}}}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"135":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"59":{"tf":1.4142135623730951}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"511":{"tf":1.4142135623730951}}},"y":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"r":{"df":14,"docs":{"120":{"tf":1.4142135623730951},"13":{"tf":1.0},"147":{"tf":2.449489742783178},"18":{"tf":2.8284271247461903},"2":{"tf":1.4142135623730951},"31":{"tf":1.0},"34":{"tf":1.4142135623730951},"4":{"tf":1.4142135623730951},"490":{"tf":1.0},"513":{"tf":1.0},"668":{"tf":1.0},"747":{"tf":1.0},"748":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":1,"docs":{"332":{"tf":1.0}}},"u":{"df":0,"docs":{},"t":{"df":8,"docs":{"174":{"tf":1.0},"175":{"tf":1.4142135623730951},"176":{"tf":1.4142135623730951},"177":{"tf":1.4142135623730951},"221":{"tf":1.0},"389":{"tf":1.0},"541":{"tf":1.0},"659":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"/":{"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":{"df":5,"docs":{"208":{"tf":1.0},"209":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"v":{"df":2,"docs":{"174":{"tf":1.0},"395":{"tf":1.0}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"h":{"df":12,"docs":{"254":{"tf":1.0},"258":{"tf":1.0},"313":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":1.0},"377":{"tf":1.0},"478":{"tf":1.0},"508":{"tf":1.0},"549":{"tf":1.0},"583":{"tf":1.0},"683":{"tf":1.0},"696":{"tf":1.0}}},"i":{"df":0,"docs":{},"m":{"df":4,"docs":{"194":{"tf":1.0},"257":{"tf":1.0},"283":{"tf":1.0},"373":{"tf":1.0}}}}},"w":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"105":{"tf":1.0},"127":{"tf":1.0},"369":{"tf":1.0},"560":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0}}}}}}}},"n":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"18":{"tf":1.4142135623730951},"382":{"tf":1.0},"507":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"177":{"tf":1.0},"546":{"tf":1.0},"85":{"tf":1.0}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"651":{"tf":1.0}}}},"t":{"df":2,"docs":{"374":{"tf":1.0},"517":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"16":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":13,"docs":{"16":{"tf":1.0},"18":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.4142135623730951},"395":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.7320508075688772},"59":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"629":{"tf":1.0},"684":{"tf":1.0},"748":{"tf":1.0}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"c":{"df":56,"docs":{"105":{"tf":1.0},"111":{"tf":1.0},"117":{"tf":1.0},"120":{"tf":1.4142135623730951},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"14":{"tf":1.0},"144":{"tf":1.4142135623730951},"146":{"tf":2.6457513110645907},"154":{"tf":1.0},"156":{"tf":1.0},"158":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.4142135623730951},"172":{"tf":1.0},"209":{"tf":1.0},"224":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"247":{"tf":1.0},"251":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"281":{"tf":1.0},"352":{"tf":1.0},"40":{"tf":1.0},"41":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.0},"53":{"tf":1.0},"534":{"tf":1.0},"541":{"tf":1.0},"6":{"tf":1.0},"610":{"tf":1.0},"621":{"tf":1.0},"649":{"tf":1.0},"692":{"tf":1.0},"714":{"tf":1.0},"715":{"tf":1.7320508075688772},"716":{"tf":2.23606797749979},"719":{"tf":2.23606797749979},"72":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.4142135623730951},"81":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"89":{"tf":1.4142135623730951},"91":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}},"e":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"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":0,"docs":{},"h":{"df":1,"docs":{"276":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"p":{"a":{"c":{"df":0,"docs":{},"e":{"df":4,"docs":{"128":{"tf":1.0},"24":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"705":{"tf":1.4142135623730951}},"|":{"df":0,"docs":{},"f":{"df":0,"docs":{},"x":{"df":1,"docs":{"705":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"14":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{")":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"5":{"1":{"df":1,"docs":{"473":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"476":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":6,"docs":{"466":{"tf":1.4142135623730951},"468":{"tf":1.0},"470":{"tf":1.7320508075688772},"476":{"tf":1.7320508075688772},"508":{"tf":1.0},"511":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"471":{"tf":1.0},"472":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772}}}}},"df":2,"docs":{"472":{"tf":1.0},"643":{"tf":1.0}}}}},"df":28,"docs":{"249":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"338":{"tf":1.7320508075688772},"464":{"tf":1.4142135623730951},"467":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":2.23606797749979},"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"591":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":2.0},"615":{"tf":1.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951},"637":{"tf":1.0},"639":{"tf":1.7320508075688772},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"670":{"tf":1.0},"678":{"tf":1.4142135623730951},"701":{"tf":1.0},"707":{"tf":1.7320508075688772}}}}}},"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":2.0},"355":{"tf":1.4142135623730951},"356":{"tf":1.0},"363":{"tf":1.4142135623730951},"381":{"tf":1.0},"397":{"tf":1.0},"691":{"tf":1.0},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"f":{"df":57,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"172":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"224":{"tf":1.0},"23":{"tf":1.0},"233":{"tf":1.0},"244":{"tf":1.0},"26":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"305":{"tf":1.0},"317":{"tf":1.0},"32":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"358":{"tf":1.7320508075688772},"373":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"384":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"432":{"tf":1.4142135623730951},"436":{"tf":1.0},"438":{"tf":1.4142135623730951},"447":{"tf":1.0},"454":{"tf":1.4142135623730951},"486":{"tf":1.0},"507":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"530":{"tf":1.0},"559":{"tf":1.0},"560":{"tf":1.0},"571":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"639":{"tf":1.0},"672":{"tf":1.0},"691":{"tf":1.0},"727":{"tf":1.4142135623730951},"728":{"tf":1.0},"740":{"tf":1.4142135623730951},"742":{"tf":1.4142135623730951},"78":{"tf":1.4142135623730951},"88":{"tf":1.0},"89":{"tf":1.0}},"i":{"df":12,"docs":{"208":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"249":{"tf":1.0},"339":{"tf":1.0},"350":{"tf":1.0},"360":{"tf":1.0},"386":{"tf":1.4142135623730951},"426":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"88":{"tf":1.4142135623730951}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"59":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"162":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"n":{"d":{"df":1,"docs":{"374":{"tf":1.0}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"331":{"tf":1.0},"336":{"tf":1.0},"631":{"tf":1.0}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.7320508075688772}}}}}}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":2.0}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"12":{"tf":1.0},"32":{"tf":1.0}}}},"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"162":{"tf":1.4142135623730951}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"339":{"tf":1.0}}}},"n":{"d":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"530":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0}}}}},"r":{"d":{"df":19,"docs":{"11":{"tf":1.4142135623730951},"12":{"tf":1.7320508075688772},"13":{"tf":1.7320508075688772},"17":{"tf":1.0},"225":{"tf":1.0},"32":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"342":{"tf":1.7320508075688772},"354":{"tf":1.4142135623730951},"359":{"tf":1.0},"426":{"tf":1.0},"507":{"tf":1.0},"608":{"tf":1.0},"613":{"tf":1.0},"621":{"tf":1.0},"69":{"tf":1.0},"711":{"tf":1.0},"748":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":1,"docs":{"260":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":57,"docs":{"152":{"tf":1.7320508075688772},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.4142135623730951},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"159":{"tf":1.0},"160":{"tf":1.0},"161":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.4142135623730951},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"174":{"tf":1.4142135623730951},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":2.0},"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":2.0},"242":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"269":{"tf":1.0},"276":{"tf":1.4142135623730951},"281":{"tf":1.4142135623730951},"309":{"tf":1.0},"338":{"tf":1.0},"356":{"tf":1.0},"373":{"tf":2.0},"395":{"tf":1.0},"405":{"tf":1.0},"486":{"tf":1.0},"527":{"tf":1.4142135623730951},"546":{"tf":1.4142135623730951},"562":{"tf":1.0},"587":{"tf":1.0},"6":{"tf":1.4142135623730951},"608":{"tf":1.0},"643":{"tf":1.0},"707":{"tf":1.0},"73":{"tf":1.0},"746":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.7320508075688772},"85":{"tf":1.0}},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"339":{"tf":1.0},"502":{"tf":2.0}}}}},"df":0,"docs":{}}}}}}},"u":{"df":0,"docs":{},"p":{"df":5,"docs":{"128":{"tf":1.0},"355":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"e":{"0":{"df":2,"docs":{"405":{"tf":1.7320508075688772},"406":{"tf":1.7320508075688772}}},"1":{"df":2,"docs":{"405":{"tf":2.8284271247461903},"406":{"tf":2.449489742783178}}},"2":{"5":{"df":1,"docs":{"405":{"tf":3.605551275463989}}},"df":2,"docs":{"405":{"tf":3.7416573867739413},"406":{"tf":2.23606797749979}}},"3":{"df":2,"docs":{"405":{"tf":5.0},"406":{"tf":5.196152422706632}}},"4":{"df":1,"docs":{"405":{"tf":4.358898943540674}}},"5":{"df":1,"docs":{"405":{"tf":4.242640687119285}}},"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"405":{"tf":1.0},"406":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":51,"docs":{"17":{"tf":1.0},"188":{"tf":1.0},"231":{"tf":1.0},"236":{"tf":4.0},"249":{"tf":2.23606797749979},"251":{"tf":1.4142135623730951},"254":{"tf":3.872983346207417},"268":{"tf":1.0},"286":{"tf":1.4142135623730951},"303":{"tf":1.7320508075688772},"315":{"tf":1.7320508075688772},"335":{"tf":2.449489742783178},"337":{"tf":1.0},"338":{"tf":1.7320508075688772},"342":{"tf":2.23606797749979},"368":{"tf":1.0},"369":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"391":{"tf":1.4142135623730951},"405":{"tf":1.7320508075688772},"452":{"tf":1.4142135623730951},"468":{"tf":1.0},"475":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.4142135623730951},"499":{"tf":2.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":1.0},"541":{"tf":1.0},"544":{"tf":2.23606797749979},"553":{"tf":1.7320508075688772},"554":{"tf":1.4142135623730951},"555":{"tf":2.0},"623":{"tf":1.0},"625":{"tf":1.4142135623730951},"629":{"tf":1.0},"637":{"tf":1.0},"645":{"tf":1.0},"655":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"685":{"tf":1.0},"692":{"tf":2.0},"699":{"tf":2.449489742783178},"747":{"tf":1.7320508075688772},"76":{"tf":1.0},"77":{"tf":1.0}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"127":{"tf":1.0}}}}},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"254":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":1,"docs":{"254":{"tf":2.23606797749979}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":1,"docs":{"254":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"r":{".":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"_":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"543":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"544":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"i":{"c":{"_":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"<":{"c":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{">":{"(":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"709":{"tf":1.0}}},"v":{"df":1,"docs":{"709":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"692":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"2":{"_":{"df":0,"docs":{},"t":{"df":2,"docs":{"249":{"tf":1.0},"250":{"tf":1.7320508075688772}}}},"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":7,"docs":{"225":{"tf":1.0},"234":{"tf":1.0},"238":{"tf":1.0},"281":{"tf":1.4142135623730951},"596":{"tf":1.0},"691":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":2,"docs":{"14":{"tf":1.0},"585":{"tf":1.0}}}},"y":{"df":1,"docs":{"428":{"tf":1.0}}}},"c":{"a":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"d":{":":{":":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"<":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"_":{"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":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"254":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"<":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":2,"docs":{"254":{"tf":1.0},"608":{"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":1,"docs":{"608":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":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":{"608":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"'":{"df":7,"docs":{"118":{"tf":1.0},"128":{"tf":1.0},"142":{"tf":1.0},"160":{"tf":1.0},"359":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}},"/":{"/":{"d":{"df":0,"docs":{},"t":{"d":{"df":1,"docs":{"514":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"349":{"tf":1.0},"352":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"348":{"tf":1.0},"352":{"tf":1.4142135623730951},"659":{"tf":1.0}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"<":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{":":{":":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":1,"docs":{"352":{"tf":1.0}}}}}}}}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"i":{"b":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"335":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"362":{"tf":1.0}}},"y":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"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":1,"docs":{"362":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"449":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":4,"docs":{"332":{"tf":1.0},"352":{"tf":1.0},"357":{"tf":1.0},"362":{"tf":1.0}},"e":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"362":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"332":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"352":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"643":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":1,"docs":{"339":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"649":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}},"p":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"2":{":":{":":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":2,"docs":{"331":{"tf":1.0},"390":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"649":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"359":{"tf":1.0}}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}}}}}},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":2.23606797749979}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{":":{":":{"a":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"56":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"242":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"653":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"655":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.0}}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"338":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"338":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"331":{"tf":1.4142135623730951},"336":{"tf":1.4142135623730951},"338":{"tf":1.0},"664":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"645":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":5,"docs":{"331":{"tf":1.0},"332":{"tf":1.0},"336":{"tf":1.4142135623730951},"337":{"tf":1.0},"338":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"337":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}},"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":2,"docs":{"332":{"tf":1.0},"337":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"393":{"tf":1.0}}}}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"384":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"337":{"tf":1.0},"338":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"332":{"tf":1.0},"390":{"tf":1.0}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"337":{"tf":1.0},"342":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":2,"docs":{"339":{"tf":1.4142135623730951},"373":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},"3":{"df":1,"docs":{"653":{"tf":1.0}}},":":{":":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"373":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"373":{"tf":1.0},"378":{"tf":1.0},"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"639":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"334":{"tf":1.4142135623730951},"343":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":1,"docs":{"653":{"tf":1.0}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":5,"docs":{"331":{"tf":1.4142135623730951},"332":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.0},"664":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"655":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"339":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"368":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"368":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"372":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"372":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"342":{"tf":1.0},"384":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":2,"docs":{"342":{"tf":1.0},"375":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"335":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"332":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":3,"docs":{"510":{"tf":1.0},"511":{"tf":1.4142135623730951},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"511":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"511":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"334":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"508":{"tf":1.0},"653":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"110":{"tf":1.0},"633":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"655":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"338":{"tf":1.0},"342":{"tf":1.0},"375":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"649":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":2,"docs":{"338":{"tf":1.0},"375":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"64":{"tf":1.0},"645":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"625":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":4,"docs":{"334":{"tf":1.0},"385":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"647":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":3,"docs":{"334":{"tf":1.0},"391":{"tf":1.4142135623730951},"659":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"391":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"645":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"y":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"386":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"u":{"df":1,"docs":{"392":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"h":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"387":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"392":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":5,"docs":{"334":{"tf":1.0},"339":{"tf":1.0},"381":{"tf":1.4142135623730951},"385":{"tf":1.0},"391":{"tf":1.0}}}}}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":2,"docs":{"517":{"tf":1.0},"653":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":1,"docs":{"239":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"331":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"653":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"390":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"445":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"507":{"tf":1.0}}},"df":0,"docs":{}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}}}}}}},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"368":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"385":{"tf":1.0},"391":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"369":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"381":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"234":{"tf":1.0}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":2,"docs":{"234":{"tf":1.0},"238":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"445":{"tf":1.0},"655":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":1,"docs":{"386":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"u":{"df":1,"docs":{"386":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{":":{":":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"342":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"338":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"445":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"337":{"tf":1.0}}}}}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"647":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"710":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"239":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"239":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"381":{"tf":1.0}}}}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"339":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"105":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":2,"docs":{"516":{"tf":1.0},"653":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":70,"docs":{"1":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.0},"120":{"tf":1.4142135623730951},"122":{"tf":1.0},"123":{"tf":2.0},"124":{"tf":1.0},"127":{"tf":2.449489742783178},"128":{"tf":1.7320508075688772},"129":{"tf":1.4142135623730951},"13":{"tf":1.4142135623730951},"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.4142135623730951},"143":{"tf":1.0},"144":{"tf":1.7320508075688772},"145":{"tf":3.0},"146":{"tf":1.0},"147":{"tf":3.4641016151377544},"149":{"tf":1.4142135623730951},"150":{"tf":2.8284271247461903},"151":{"tf":1.0},"162":{"tf":1.0},"18":{"tf":2.449489742783178},"288":{"tf":1.0},"346":{"tf":1.4142135623730951},"355":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.7320508075688772},"48":{"tf":1.0},"494":{"tf":1.0},"5":{"tf":1.0},"510":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"583":{"tf":1.0},"639":{"tf":1.0},"651":{"tf":1.4142135623730951},"691":{"tf":1.0},"692":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"706":{"tf":1.4142135623730951},"708":{"tf":1.4142135623730951},"715":{"tf":1.4142135623730951},"716":{"tf":1.0},"717":{"tf":1.7320508075688772},"718":{"tf":1.4142135623730951},"719":{"tf":1.0},"721":{"tf":1.4142135623730951},"722":{"tf":1.7320508075688772},"723":{"tf":1.0},"724":{"tf":2.449489742783178},"725":{"tf":1.0},"747":{"tf":1.4142135623730951},"748":{"tf":1.4142135623730951},"84":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951}},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"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":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"81":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"370":{"tf":1.4142135623730951},"734":{"tf":1.0}}}}}}},"df":21,"docs":{"108":{"tf":1.0},"178":{"tf":1.4142135623730951},"192":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"235":{"tf":1.0},"237":{"tf":1.4142135623730951},"250":{"tf":1.0},"253":{"tf":1.0},"275":{"tf":1.7320508075688772},"281":{"tf":1.4142135623730951},"367":{"tf":1.0},"369":{"tf":2.449489742783178},"370":{"tf":1.7320508075688772},"373":{"tf":1.0},"508":{"tf":2.449489742783178},"511":{"tf":1.7320508075688772},"727":{"tf":1.0},"73":{"tf":1.0},"733":{"tf":1.4142135623730951}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":18,"docs":{"258":{"tf":1.7320508075688772},"259":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":2.0},"470":{"tf":2.0},"471":{"tf":1.0},"474":{"tf":3.4641016151377544},"476":{"tf":3.3166247903554},"478":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"59":{"tf":2.6457513110645907},"62":{"tf":1.0},"625":{"tf":1.0},"670":{"tf":1.0},"679":{"tf":1.4142135623730951},"72":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"474":{"tf":1.4142135623730951}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"474":{"tf":2.0}}}}},"→":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"230":{"tf":1.0},"88":{"tf":1.0}}}}}}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"373":{"tf":1.0},"447":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":11,"docs":{"138":{"tf":1.0},"253":{"tf":1.0},"360":{"tf":1.0},"412":{"tf":1.0},"447":{"tf":1.0},"589":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"641":{"tf":1.0},"671":{"tf":1.0},"82":{"tf":1.0}}}}},"l":{"df":2,"docs":{"687":{"tf":1.0},"748":{"tf":1.0}}},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"338":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"231":{"tf":1.0},"236":{"tf":1.4142135623730951}}}}}}}}},"df":10,"docs":{"113":{"tf":1.0},"244":{"tf":1.0},"249":{"tf":1.4142135623730951},"335":{"tf":1.7320508075688772},"337":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"385":{"tf":1.4142135623730951},"74":{"tf":1.0},"79":{"tf":1.0}}},"i":{"df":1,"docs":{"162":{"tf":1.0}}}}},"r":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":1,"docs":{"547":{"tf":1.0}}}}}}}}},"1":{"6":{"df":7,"docs":{"234":{"tf":1.4142135623730951},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"466":{"tf":2.23606797749979},"468":{"tf":1.0},"508":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":1,"docs":{"486":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"252":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}},"c":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}},"p":{"df":0,"docs":{},"i":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":4,"docs":{"272":{"tf":1.0},"273":{"tf":1.4142135623730951},"547":{"tf":1.4142135623730951},"587":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"344":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":14,"docs":{"14":{"tf":1.7320508075688772},"236":{"tf":1.0},"254":{"tf":1.0},"311":{"tf":1.0},"344":{"tf":1.7320508075688772},"384":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"543":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772},"596":{"tf":1.4142135623730951},"692":{"tf":1.0},"700":{"tf":1.0},"748":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"236":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"236":{"tf":1.7320508075688772}}}}}},"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"c":{"df":0,"docs":{},"t":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"351":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":7,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"332":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.0},"547":{"tf":3.3166247903554}}},"df":0,"docs":{}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"e":{"b":{"df":2,"docs":{"596":{"tf":1.0},"714":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"df":25,"docs":{"178":{"tf":1.0},"191":{"tf":1.4142135623730951},"208":{"tf":1.0},"221":{"tf":1.0},"270":{"tf":2.6457513110645907},"271":{"tf":1.0},"272":{"tf":2.23606797749979},"273":{"tf":2.23606797749979},"281":{"tf":1.7320508075688772},"339":{"tf":1.0},"359":{"tf":3.605551275463989},"360":{"tf":1.4142135623730951},"368":{"tf":1.0},"386":{"tf":1.0},"508":{"tf":3.3166247903554},"517":{"tf":1.0},"544":{"tf":1.7320508075688772},"547":{"tf":1.0},"562":{"tf":1.0},"621":{"tf":1.0},"655":{"tf":1.0},"7":{"tf":1.0},"705":{"tf":2.0},"729":{"tf":1.0},"748":{"tf":1.0}},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"281":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"281":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":4,"docs":{"281":{"tf":1.0},"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":2,"docs":{"544":{"tf":1.0},"691":{"tf":1.0}}}}},"n":{"c":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}},"u":{"c":{"df":0,"docs":{},"t":{"df":3,"docs":{"249":{"tf":2.0},"254":{"tf":1.4142135623730951},"591":{"tf":1.0}},"u":{"df":0,"docs":{},"r":{"df":39,"docs":{"111":{"tf":1.0},"14":{"tf":1.0},"23":{"tf":1.7320508075688772},"235":{"tf":1.0},"253":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"339":{"tf":1.4142135623730951},"359":{"tf":1.0},"379":{"tf":1.0},"380":{"tf":1.4142135623730951},"381":{"tf":1.0},"382":{"tf":1.7320508075688772},"383":{"tf":1.4142135623730951},"386":{"tf":1.4142135623730951},"388":{"tf":2.0},"389":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.7320508075688772},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":1.4142135623730951},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"430":{"tf":1.0},"431":{"tf":1.0},"458":{"tf":1.4142135623730951},"459":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"513":{"tf":1.0},"613":{"tf":1.0},"655":{"tf":1.0},"739":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"2":{"0":{"2":{"2":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"v":{"c":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"c":{"/":{"1":{"4":{".":{"3":{"4":{".":{"3":{"1":{"9":{"3":{"3":{"/":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"df":0,"docs":{},"x":{"6":{"4":{"/":{"c":{"df":0,"docs":{},"l":{".":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":29,"docs":{"11":{"tf":1.0},"12":{"tf":2.0},"13":{"tf":1.4142135623730951},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"18":{"tf":2.449489742783178},"2":{"tf":1.0},"20":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.23606797749979},"230":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.0},"4":{"tf":1.0},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"6":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.0},"659":{"tf":1.0},"714":{"tf":1.0},"748":{"tf":1.7320508075688772},"88":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"241":{"tf":1.0}}}},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"70":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":10,"docs":{"120":{"tf":1.0},"149":{"tf":1.7320508075688772},"354":{"tf":1.0},"367":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"59":{"tf":1.0},"621":{"tf":1.0},"629":{"tf":1.0},"89":{"tf":1.0}}}}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":9,"docs":{"386":{"tf":1.0},"625":{"tf":1.0},"655":{"tf":1.0},"684":{"tf":1.0},"701":{"tf":1.0},"705":{"tf":2.23606797749979},"706":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"276":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"df":6,"docs":{"226":{"tf":1.0},"366":{"tf":1.0},"381":{"tf":1.0},"466":{"tf":1.4142135623730951},"59":{"tf":1.0},"88":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"355":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"146":{"tf":1.0},"149":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"150":{"tf":1.0}}}},"t":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":9,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"282":{"tf":2.0},"283":{"tf":1.4142135623730951},"284":{"tf":2.6457513110645907},"285":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"7":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"513":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"86":{"tf":1.0},"87":{"tf":1.0}}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"727":{"tf":1.0},"731":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"580":{"tf":1.0},"631":{"tf":1.0}}}},"i":{"d":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}},"r":{"df":1,"docs":{"613":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"l":{"df":1,"docs":{"446":{"tf":1.0}}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"16":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"533":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"333":{"tf":1.0}},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"331":{"tf":1.0},"703":{"tf":1.0}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":4,"docs":{"170":{"tf":1.0},"647":{"tf":1.0},"80":{"tf":1.0},"85":{"tf":1.4142135623730951}}}}}}}}}}},"df":0,"docs":{},"h":{"df":28,"docs":{"120":{"tf":1.0},"128":{"tf":1.7320508075688772},"129":{"tf":1.0},"130":{"tf":1.4142135623730951},"133":{"tf":1.4142135623730951},"136":{"tf":1.0},"138":{"tf":1.0},"139":{"tf":1.4142135623730951},"147":{"tf":1.0},"16":{"tf":1.4142135623730951},"23":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"343":{"tf":1.0},"361":{"tf":1.0},"368":{"tf":1.4142135623730951},"390":{"tf":1.0},"436":{"tf":1.0},"469":{"tf":1.4142135623730951},"510":{"tf":1.4142135623730951},"513":{"tf":1.0},"582":{"tf":1.0},"627":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.4142135623730951},"715":{"tf":1.0},"716":{"tf":1.4142135623730951},"89":{"tf":1.0}}}},"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"171":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"i":{"df":4,"docs":{"128":{"tf":1.0},"131":{"tf":1.0},"276":{"tf":1.0},"385":{"tf":1.0}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"127":{"tf":1.0},"143":{"tf":1.7320508075688772},"331":{"tf":1.0},"369":{"tf":1.0},"386":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":3,"docs":{"381":{"tf":1.0},"390":{"tf":1.0},"444":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"162":{"tf":1.0},"18":{"tf":1.0}}}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"536":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"447":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"14":{"tf":1.0},"391":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"/":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"108":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"355":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":184,"docs":{"110":{"tf":1.4142135623730951},"114":{"tf":1.0},"115":{"tf":1.7320508075688772},"12":{"tf":1.0},"126":{"tf":1.0},"156":{"tf":1.0},"162":{"tf":1.0},"17":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":2.0},"22":{"tf":1.0},"225":{"tf":1.0},"239":{"tf":1.4142135623730951},"25":{"tf":1.4142135623730951},"250":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.4142135623730951},"26":{"tf":1.4142135623730951},"286":{"tf":2.23606797749979},"288":{"tf":1.0},"29":{"tf":1.7320508075688772},"297":{"tf":1.7320508075688772},"298":{"tf":1.4142135623730951},"299":{"tf":1.4142135623730951},"307":{"tf":1.0},"31":{"tf":1.4142135623730951},"314":{"tf":1.0},"319":{"tf":1.0},"322":{"tf":1.4142135623730951},"323":{"tf":1.7320508075688772},"33":{"tf":1.0},"331":{"tf":1.4142135623730951},"346":{"tf":1.7320508075688772},"359":{"tf":1.4142135623730951},"368":{"tf":1.4142135623730951},"371":{"tf":1.0},"373":{"tf":1.0},"380":{"tf":1.4142135623730951},"385":{"tf":1.0},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.7320508075688772},"392":{"tf":1.0},"395":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":2.8284271247461903},"447":{"tf":1.0},"451":{"tf":2.449489742783178},"452":{"tf":2.449489742783178},"453":{"tf":2.0},"454":{"tf":1.4142135623730951},"455":{"tf":1.4142135623730951},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.4142135623730951},"460":{"tf":1.4142135623730951},"461":{"tf":1.0},"462":{"tf":1.4142135623730951},"463":{"tf":1.0},"464":{"tf":1.7320508075688772},"465":{"tf":1.4142135623730951},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.449489742783178},"475":{"tf":1.0},"476":{"tf":1.0},"478":{"tf":1.0},"479":{"tf":2.0},"480":{"tf":1.0},"481":{"tf":1.4142135623730951},"482":{"tf":1.0},"483":{"tf":1.4142135623730951},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"493":{"tf":1.4142135623730951},"494":{"tf":1.0},"497":{"tf":2.23606797749979},"498":{"tf":1.0},"499":{"tf":1.7320508075688772},"500":{"tf":1.7320508075688772},"501":{"tf":1.0},"502":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":2.23606797749979},"510":{"tf":1.7320508075688772},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.4142135623730951},"539":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.0},"551":{"tf":1.0},"557":{"tf":1.0},"558":{"tf":1.0},"561":{"tf":1.0},"568":{"tf":1.4142135623730951},"569":{"tf":1.0},"57":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.7320508075688772},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.7320508075688772},"583":{"tf":1.0},"585":{"tf":1.0},"590":{"tf":1.0},"595":{"tf":1.0},"60":{"tf":1.0},"610":{"tf":2.23606797749979},"613":{"tf":1.7320508075688772},"615":{"tf":2.23606797749979},"617":{"tf":2.0},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":2.449489742783178},"625":{"tf":2.23606797749979},"627":{"tf":2.449489742783178},"629":{"tf":1.7320508075688772},"63":{"tf":1.0},"631":{"tf":2.449489742783178},"633":{"tf":2.0},"635":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.449489742783178},"643":{"tf":2.0},"645":{"tf":2.0},"647":{"tf":1.4142135623730951},"649":{"tf":1.4142135623730951},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":3.3166247903554},"655":{"tf":3.0},"657":{"tf":1.4142135623730951},"659":{"tf":1.7320508075688772},"66":{"tf":1.0},"662":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"690":{"tf":1.0},"692":{"tf":1.4142135623730951},"695":{"tf":1.0},"697":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"704":{"tf":1.4142135623730951},"707":{"tf":2.0},"708":{"tf":1.4142135623730951},"713":{"tf":1.0},"727":{"tf":1.4142135623730951},"731":{"tf":1.4142135623730951},"732":{"tf":1.7320508075688772},"737":{"tf":1.0},"86":{"tf":1.0},"95":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":4,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"s":{"df":3,"docs":{"322":{"tf":1.0},"577":{"tf":1.0},"631":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{":":{"(":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":1,"docs":{"536":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"s":{"df":4,"docs":{"359":{"tf":1.4142135623730951},"389":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951}}}}}},"r":{"df":0,"docs":{},"e":{"df":31,"docs":{"111":{"tf":1.0},"128":{"tf":1.0},"158":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"235":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"359":{"tf":1.0},"373":{"tf":1.0},"384":{"tf":1.0},"427":{"tf":1.0},"462":{"tf":1.0},"536":{"tf":1.0},"585":{"tf":1.0},"621":{"tf":1.0},"651":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"684":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"710":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.7320508075688772},"725":{"tf":1.0}}},"f":{"a":{"c":{"df":1,"docs":{"31":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"473":{"tf":1.7320508075688772},"86":{"tf":1.0}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":2,"docs":{"701":{"tf":1.0},"710":{"tf":1.7320508075688772}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"475":{"tf":1.0}}},"df":0,"docs":{}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":36,"docs":{"178":{"tf":1.0},"194":{"tf":1.7320508075688772},"235":{"tf":1.0},"238":{"tf":1.0},"282":{"tf":2.23606797749979},"283":{"tf":1.4142135623730951},"284":{"tf":2.0},"285":{"tf":2.0},"286":{"tf":1.0},"306":{"tf":1.7320508075688772},"373":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"502":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.7320508075688772},"510":{"tf":2.8284271247461903},"511":{"tf":2.6457513110645907},"513":{"tf":1.0},"514":{"tf":1.4142135623730951},"525":{"tf":1.0},"541":{"tf":1.4142135623730951},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"568":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0},"627":{"tf":1.0},"653":{"tf":1.0},"671":{"tf":1.0},"691":{"tf":1.4142135623730951},"7":{"tf":1.0},"76":{"tf":1.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"=":{"\"":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":18,"docs":{"142":{"tf":1.0},"172":{"tf":1.0},"174":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"208":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"225":{"tf":1.4142135623730951},"230":{"tf":1.0},"432":{"tf":1.0},"510":{"tf":1.0},"6":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"701":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0}},"i":{"c":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"249":{"tf":1.0},"253":{"tf":2.6457513110645907}},"i":{"df":0,"docs":{},"z":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"253":{"tf":2.0},"254":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{">":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"253":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"253":{"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":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"474":{"tf":1.7320508075688772}}}}}},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}},"n":{"c":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":8,"docs":{"236":{"tf":1.0},"244":{"tf":1.0},"284":{"tf":1.0},"342":{"tf":1.0},"395":{"tf":1.0},"514":{"tf":1.0},"52":{"tf":1.0},"67":{"tf":1.4142135623730951}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":11,"docs":{"236":{"tf":1.0},"335":{"tf":1.0},"338":{"tf":1.0},"342":{"tf":1.4142135623730951},"344":{"tf":1.7320508075688772},"380":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.4142135623730951},"501":{"tf":1.0},"699":{"tf":1.0}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":14,"docs":{"16":{"tf":1.4142135623730951},"178":{"tf":1.0},"197":{"tf":1.4142135623730951},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"508":{"tf":1.0},"52":{"tf":1.0},"53":{"tf":1.0},"561":{"tf":1.0},"565":{"tf":1.4142135623730951},"59":{"tf":1.4142135623730951},"60":{"tf":1.4142135623730951},"653":{"tf":1.0}},"e":{"df":0,"docs":{},"s":{"df":2,"docs":{"2":{"tf":1.0},"59":{"tf":1.0}},"i":{"df":1,"docs":{"16":{"tf":1.0}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":47,"docs":{"13":{"tf":1.4142135623730951},"14":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"288":{"tf":1.0},"316":{"tf":1.0},"32":{"tf":1.0},"328":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"346":{"tf":1.0},"355":{"tf":1.0},"384":{"tf":1.0},"397":{"tf":1.0},"427":{"tf":1.0},"432":{"tf":1.4142135623730951},"438":{"tf":1.4142135623730951},"445":{"tf":1.4142135623730951},"478":{"tf":1.0},"49":{"tf":1.7320508075688772},"557":{"tf":1.4142135623730951},"6":{"tf":1.0},"606":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"694":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":5,"docs":{"328":{"tf":1.4142135623730951},"452":{"tf":1.0},"598":{"tf":1.7320508075688772},"599":{"tf":1.4142135623730951},"600":{"tf":1.7320508075688772}}}}}}}}}}},"t":{"\\":{"df":0,"docs":{},"n":{"\\":{"df":0,"docs":{},"r":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}}},"a":{"b":{"df":6,"docs":{"230":{"tf":1.7320508075688772},"244":{"tf":1.0},"382":{"tf":1.0},"566":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0}},"l":{"df":5,"docs":{"432":{"tf":1.0},"447":{"tf":1.0},"512":{"tf":1.0},"517":{"tf":1.4142135623730951},"748":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":3,"docs":{"244":{"tf":2.0},"491":{"tf":1.4142135623730951},"525":{"tf":1.4142135623730951}}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"13":{"tf":1.0}}}}}},"k":{"df":0,"docs":{},"e":{"df":20,"docs":{"14":{"tf":1.0},"16":{"tf":1.4142135623730951},"233":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"302":{"tf":1.4142135623730951},"325":{"tf":1.0},"333":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"390":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"496":{"tf":1.4142135623730951},"511":{"tf":1.0},"541":{"tf":1.0},"585":{"tf":1.0},"627":{"tf":1.0},"671":{"tf":1.0}},"n":{"df":1,"docs":{"338":{"tf":1.0}}}}},"l":{"df":0,"docs":{},"k":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"59":{"tf":1.0}}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"e":{"df":1,"docs":{"59":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"$":{"df":0,"docs":{},"{":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"276":{"tf":1.0},"277":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"(":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"276":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":12,"docs":{"111":{"tf":1.7320508075688772},"114":{"tf":1.0},"209":{"tf":1.0},"225":{"tf":1.4142135623730951},"242":{"tf":1.0},"275":{"tf":1.0},"277":{"tf":1.0},"525":{"tf":2.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"88":{"tf":2.0}}}}}},"s":{"df":0,"docs":{},"k":{"df":7,"docs":{"325":{"tf":1.0},"341":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":1.4142135623730951},"374":{"tf":1.4142135623730951},"585":{"tf":1.0},"687":{"tf":1.0}}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":3,"docs":{"249":{"tf":1.4142135623730951},"468":{"tf":1.0},"505":{"tf":1.7320508075688772}}}}}},"c":{"df":1,"docs":{"621":{"tf":1.0}},"h":{"a":{"df":0,"docs":{},"r":{"*":{")":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"508":{"tf":1.0}}}}}},"df":0,"docs":{}},"/":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"1":{"6":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":3,"docs":{"359":{"tf":1.0},"508":{"tf":1.4142135623730951},"544":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":1,"docs":{"691":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"18":{"tf":1.0},"623":{"tf":1.0}}}},"c":{"df":0,"docs":{},"h":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"_":{"1":{"0":{"df":1,"docs":{"343":{"tf":1.0}}},"1":{"df":1,"docs":{"370":{"tf":1.0}}},"2":{"df":1,"docs":{"374":{"tf":1.0}}},"3":{"df":1,"docs":{"381":{"tf":1.0}}},"4":{"df":1,"docs":{"382":{"tf":1.0}}},"5":{"df":1,"docs":{"382":{"tf":1.0}}},"6":{"df":1,"docs":{"382":{"tf":1.0}}},"7":{"df":1,"docs":{"384":{"tf":1.0}}},"8":{"df":1,"docs":{"385":{"tf":1.0}}},"9":{"df":1,"docs":{"391":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"393":{"tf":1.0}}},"2":{"df":1,"docs":{"564":{"tf":1.0}}},"3":{"df":1,"docs":{"564":{"tf":1.0}}},"4":{"df":1,"docs":{"565":{"tf":1.0}}},"5":{"df":1,"docs":{"565":{"tf":1.0}}},"6":{"df":1,"docs":{"566":{"tf":1.0}}},"7":{"df":1,"docs":{"444":{"tf":1.0}}},"8":{"df":1,"docs":{"472":{"tf":1.0}}},"9":{"df":1,"docs":{"486":{"tf":1.0}}},"df":1,"docs":{"331":{"tf":1.0}}},"3":{"1":{"df":1,"docs":{"496":{"tf":1.0}}},"3":{"df":1,"docs":{"524":{"tf":1.0}}},"4":{"df":1,"docs":{"524":{"tf":1.0}}},"5":{"df":1,"docs":{"587":{"tf":1.0}}},"df":1,"docs":{"335":{"tf":1.0}}},"4":{"df":1,"docs":{"335":{"tf":1.0}}},"5":{"df":1,"docs":{"336":{"tf":1.0}}},"6":{"df":1,"docs":{"338":{"tf":1.0}}},"7":{"df":1,"docs":{"339":{"tf":1.0}}},"8":{"df":1,"docs":{"339":{"tf":1.0}}},"9":{"df":1,"docs":{"342":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"_":{"1":{"df":1,"docs":{"494":{"tf":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":{"162":{"tf":1.0}},"n":{"df":0,"docs":{},"i":{"c":{"df":321,"docs":{"11":{"tf":1.0},"14":{"tf":1.4142135623730951},"286":{"tf":2.0},"287":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"290":{"tf":1.0},"291":{"tf":1.0},"292":{"tf":1.0},"293":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"310":{"tf":1.0},"311":{"tf":1.0},"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"316":{"tf":1.0},"317":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"32":{"tf":1.4142135623730951},"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"327":{"tf":1.0},"328":{"tf":1.0},"329":{"tf":1.0},"330":{"tf":1.4142135623730951},"331":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.0},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.0},"339":{"tf":1.0},"340":{"tf":1.0},"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":1.4142135623730951},"346":{"tf":1.0},"347":{"tf":1.0},"348":{"tf":1.0},"349":{"tf":1.0},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.0},"353":{"tf":1.0},"354":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"357":{"tf":1.0},"358":{"tf":1.0},"359":{"tf":1.0},"360":{"tf":1.0},"361":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"364":{"tf":1.4142135623730951},"365":{"tf":1.0},"366":{"tf":1.0},"367":{"tf":1.4142135623730951},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"379":{"tf":1.4142135623730951},"380":{"tf":1.0},"381":{"tf":1.0},"382":{"tf":1.0},"383":{"tf":1.4142135623730951},"384":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.0},"393":{"tf":1.0},"394":{"tf":1.4142135623730951},"395":{"tf":1.0},"396":{"tf":1.0},"397":{"tf":1.0},"398":{"tf":1.0},"399":{"tf":1.4142135623730951},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":1.4142135623730951},"419":{"tf":1.0},"420":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"423":{"tf":1.0},"424":{"tf":1.0},"425":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"429":{"tf":1.0},"430":{"tf":1.0},"431":{"tf":1.0},"432":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"438":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.4142135623730951},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.0},"448":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.4142135623730951},"452":{"tf":1.0},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"455":{"tf":1.0},"456":{"tf":1.0},"457":{"tf":1.0},"458":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":1.0},"463":{"tf":1.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"471":{"tf":1.0},"472":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"477":{"tf":1.4142135623730951},"478":{"tf":1.0},"479":{"tf":1.4142135623730951},"480":{"tf":1.0},"481":{"tf":1.0},"482":{"tf":1.0},"483":{"tf":1.0},"484":{"tf":1.0},"485":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"488":{"tf":1.0},"489":{"tf":1.4142135623730951},"490":{"tf":1.0},"491":{"tf":1.0},"492":{"tf":1.4142135623730951},"493":{"tf":1.0},"494":{"tf":1.0},"495":{"tf":1.4142135623730951},"496":{"tf":1.0},"497":{"tf":1.4142135623730951},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.0},"503":{"tf":1.4142135623730951},"504":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":1.0},"508":{"tf":1.0},"509":{"tf":1.4142135623730951},"510":{"tf":1.0},"511":{"tf":1.0},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"515":{"tf":1.0},"516":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"521":{"tf":1.4142135623730951},"522":{"tf":1.0},"523":{"tf":1.0},"524":{"tf":1.0},"525":{"tf":1.0},"526":{"tf":1.4142135623730951},"527":{"tf":1.0},"528":{"tf":1.0},"529":{"tf":1.4142135623730951},"530":{"tf":1.0},"531":{"tf":1.0},"532":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0},"535":{"tf":1.0},"536":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"541":{"tf":1.0},"542":{"tf":1.4142135623730951},"543":{"tf":1.0},"544":{"tf":1.0},"545":{"tf":1.4142135623730951},"546":{"tf":1.0},"547":{"tf":1.0},"548":{"tf":1.4142135623730951},"549":{"tf":1.0},"550":{"tf":1.4142135623730951},"551":{"tf":1.0},"552":{"tf":1.0},"553":{"tf":1.4142135623730951},"554":{"tf":1.0},"555":{"tf":1.0},"556":{"tf":1.4142135623730951},"557":{"tf":1.0},"558":{"tf":1.4142135623730951},"559":{"tf":1.0},"560":{"tf":1.0},"561":{"tf":1.4142135623730951},"562":{"tf":1.0},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.4142135623730951},"568":{"tf":1.0},"569":{"tf":1.0},"570":{"tf":1.4142135623730951},"571":{"tf":1.0},"572":{"tf":1.0},"573":{"tf":1.4142135623730951},"574":{"tf":1.0},"575":{"tf":1.0},"576":{"tf":1.4142135623730951},"577":{"tf":1.0},"578":{"tf":1.0},"579":{"tf":1.4142135623730951},"580":{"tf":1.0},"581":{"tf":1.4142135623730951},"582":{"tf":1.0},"583":{"tf":1.0},"584":{"tf":1.4142135623730951},"585":{"tf":1.0},"586":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.4142135623730951},"589":{"tf":1.0},"590":{"tf":1.4142135623730951},"591":{"tf":1.0},"592":{"tf":1.4142135623730951},"593":{"tf":1.0},"594":{"tf":1.0},"595":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"598":{"tf":1.4142135623730951},"599":{"tf":1.0},"600":{"tf":1.0},"601":{"tf":1.4142135623730951},"602":{"tf":1.0},"9":{"tf":1.7320508075688772}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":8,"docs":{"178":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"251":{"tf":1.7320508075688772},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"619":{"tf":1.0},"7":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":24,"docs":{"11":{"tf":1.0},"117":{"tf":1.0},"12":{"tf":2.8284271247461903},"120":{"tf":1.4142135623730951},"127":{"tf":1.0},"13":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.4142135623730951},"147":{"tf":2.0},"150":{"tf":1.4142135623730951},"162":{"tf":1.0},"18":{"tf":2.8284271247461903},"2":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"4":{"tf":1.0},"514":{"tf":1.0},"747":{"tf":2.0},"748":{"tf":1.7320508075688772},"86":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.4142135623730951}},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"356":{"tf":1.0},"499":{"tf":1.0}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":9,"docs":{"188":{"tf":1.0},"229":{"tf":1.0},"251":{"tf":1.0},"253":{"tf":3.605551275463989},"254":{"tf":1.0},"532":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"655":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":3,"docs":{"514":{"tf":1.0},"664":{"tf":1.0},"77":{"tf":1.0}},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"276":{"tf":1.0},"608":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"d":{"df":2,"docs":{"727":{"tf":1.0},"742":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":5,"docs":{"147":{"tf":1.4142135623730951},"149":{"tf":1.4142135623730951},"664":{"tf":1.0},"727":{"tf":1.0},"739":{"tf":1.4142135623730951}},"i":{"df":0,"docs":{},"n":{"df":9,"docs":{"254":{"tf":1.4142135623730951},"332":{"tf":1.0},"354":{"tf":1.7320508075688772},"357":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"617":{"tf":1.0},"621":{"tf":1.0},"627":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"56":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":47,"docs":{"111":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"170":{"tf":1.4142135623730951},"173":{"tf":1.0},"194":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"283":{"tf":1.0},"32":{"tf":1.7320508075688772},"33":{"tf":1.0},"39":{"tf":1.7320508075688772},"390":{"tf":1.0},"42":{"tf":1.0},"52":{"tf":2.0},"587":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"645":{"tf":1.0},"65":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.4142135623730951},"68":{"tf":2.0},"69":{"tf":1.7320508075688772},"70":{"tf":2.0},"71":{"tf":1.0},"711":{"tf":1.4142135623730951},"713":{"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":4.0},"79":{"tf":1.0},"88":{"tf":1.4142135623730951},"91":{"tf":1.0},"93":{"tf":1.7320508075688772}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"619":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"52":{"tf":1.0},"58":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}}},"x":{"df":0,"docs":{},"t":{"df":12,"docs":{"127":{"tf":1.4142135623730951},"142":{"tf":1.0},"147":{"tf":1.0},"149":{"tf":1.4142135623730951},"276":{"tf":1.0},"367":{"tf":1.0},"373":{"tf":1.4142135623730951},"513":{"tf":1.0},"52":{"tf":1.0},"61":{"tf":1.7320508075688772},"613":{"tf":1.0},"724":{"tf":1.0}}}}},"f":{"c":{"df":2,"docs":{"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"r":{"df":5,"docs":{"606":{"tf":2.0},"613":{"tf":1.4142135623730951},"615":{"tf":2.449489742783178},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}}},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"k":{"df":2,"docs":{"53":{"tf":1.0},"655":{"tf":1.0}}}},"t":{"df":0,"docs":{},"´":{"df":4,"docs":{"230":{"tf":1.0},"239":{"tf":1.0},"254":{"tf":1.0},"88":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"536":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":2,"docs":{"162":{"tf":1.0},"740":{"tf":1.0}}}},"i":{"df":4,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"359":{"tf":1.0},"89":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":6,"docs":{"249":{"tf":1.0},"359":{"tf":2.0},"373":{"tf":1.0},"384":{"tf":1.0},"390":{"tf":1.0},"672":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"i":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"244":{"tf":1.0},"249":{"tf":1.7320508075688772},"359":{"tf":1.0},"371":{"tf":1.0},"374":{"tf":1.0},"381":{"tf":1.0},"446":{"tf":1.0}}}},"r":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":2,"docs":{"338":{"tf":1.0},"717":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":30,"docs":{"14":{"tf":1.0},"188":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":1.4142135623730951},"254":{"tf":2.8284271247461903},"329":{"tf":1.0},"330":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":3.1622776601683795},"343":{"tf":1.0},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":2.6457513110645907},"398":{"tf":1.4142135623730951},"405":{"tf":2.23606797749979},"406":{"tf":1.0},"450":{"tf":1.0},"585":{"tf":1.0},"606":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"664":{"tf":1.0},"685":{"tf":1.4142135623730951},"687":{"tf":1.0},"727":{"tf":1.0},"743":{"tf":2.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"110":{"tf":1.0},"372":{"tf":1.0},"580":{"tf":1.0},"631":{"tf":1.0}}},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"259":{"tf":1.0}}},"df":0,"docs":{}}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":7,"docs":{"111":{"tf":1.0},"234":{"tf":1.0},"24":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"395":{"tf":1.0},"513":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"359":{"tf":1.0},"613":{"tf":1.0}}}}}}}}},"u":{"df":1,"docs":{"59":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"355":{"tf":1.0}}}}}}},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":17,"docs":{"286":{"tf":1.0},"292":{"tf":1.7320508075688772},"379":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":2.23606797749979},"389":{"tf":2.0},"390":{"tf":1.7320508075688772},"391":{"tf":2.0},"392":{"tf":1.4142135623730951},"393":{"tf":1.0},"459":{"tf":1.0},"464":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"59":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":33,"docs":{"142":{"tf":1.0},"157":{"tf":1.0},"18":{"tf":1.0},"225":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"325":{"tf":1.0},"328":{"tf":1.0},"339":{"tf":1.0},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"405":{"tf":1.0},"466":{"tf":1.0},"500":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"557":{"tf":1.0},"585":{"tf":1.4142135623730951},"599":{"tf":1.0},"606":{"tf":1.4142135623730951},"627":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.4142135623730951},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"729":{"tf":1.0},"82":{"tf":1.0},"85":{"tf":1.0}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"373":{"tf":1.7320508075688772}}}}},"r":{"df":5,"docs":{"254":{"tf":1.0},"343":{"tf":1.0},"373":{"tf":2.449489742783178},"450":{"tf":1.4142135623730951},"664":{"tf":1.0}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":1,"docs":{"501":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"l":{"df":10,"docs":{"138":{"tf":1.7320508075688772},"273":{"tf":1.0},"367":{"tf":1.0},"377":{"tf":1.7320508075688772},"378":{"tf":1.0},"513":{"tf":1.4142135623730951},"653":{"tf":1.0},"663":{"tf":1.0},"667":{"tf":2.0},"734":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":3.4641016151377544}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"l":{"d":{"df":0,"docs":{},"r":{"df":1,"docs":{"428":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"p":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"df":1,"docs":{"544":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":5,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.449489742783178},"508":{"tf":1.7320508075688772},"544":{"tf":1.0}}}},"o":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":2.6457513110645907},"250":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"13":{"tf":1.0},"427":{"tf":1.0},"428":{"tf":1.0},"465":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"508":{"tf":1.4142135623730951},"59":{"tf":1.7320508075688772}},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"l":{"b":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{}},"df":20,"docs":{"108":{"tf":1.4142135623730951},"162":{"tf":1.0},"17":{"tf":1.0},"172":{"tf":1.4142135623730951},"281":{"tf":1.0},"34":{"tf":1.0},"4":{"tf":1.0},"428":{"tf":1.0},"608":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.0},"649":{"tf":1.0},"711":{"tf":1.0},"747":{"tf":1.0},"82":{"tf":1.0},"83":{"tf":1.4142135623730951},"84":{"tf":1.4142135623730951},"87":{"tf":1.0},"88":{"tf":1.0},"98":{"tf":1.0}},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":4,"docs":{"117":{"tf":1.0},"162":{"tf":1.0},"45":{"tf":1.0},"748":{"tf":1.0}}}}}}},"p":{"df":7,"docs":{"149":{"tf":1.0},"223":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.4142135623730951},"391":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}},"i":{"c":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"t":{"(":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":1,"docs":{"147":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":2,"docs":{"120":{"tf":1.0},"89":{"tf":1.0}}}},"s":{"a":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"236":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"r":{"a":{"c":{"df":0,"docs":{},"e":{"df":1,"docs":{"508":{"tf":1.0}}},"k":{"df":14,"docs":{"23":{"tf":1.0},"368":{"tf":1.0},"380":{"tf":1.0},"381":{"tf":1.0},"388":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"392":{"tf":2.449489742783178},"393":{"tf":1.0},"473":{"tf":1.0},"476":{"tf":1.0},"59":{"tf":1.4142135623730951},"649":{"tf":1.0},"736":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"18":{"tf":1.0}}}}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":4,"docs":{"127":{"tf":2.0},"142":{"tf":2.23606797749979},"747":{"tf":3.4641016151377544},"748":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"18":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":7,"docs":{"254":{"tf":1.0},"293":{"tf":1.0},"395":{"tf":1.0},"397":{"tf":1.0},"481":{"tf":1.0},"669":{"tf":1.0},"736":{"tf":1.0}},"t":{"df":4,"docs":{"329":{"tf":1.4142135623730951},"452":{"tf":1.0},"601":{"tf":1.7320508075688772},"602":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":7,"docs":{"162":{"tf":1.0},"346":{"tf":1.0},"369":{"tf":1.7320508075688772},"374":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0},"748":{"tf":1.4142135623730951}}}}}},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"405":{"tf":1.0},"623":{"tf":1.0}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"323":{"tf":1.0},"369":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.7320508075688772},"446":{"tf":1.0},"580":{"tf":1.0}}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":16,"docs":{"331":{"tf":1.0},"338":{"tf":1.7320508075688772},"339":{"tf":1.0},"342":{"tf":2.23606797749979},"343":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"374":{"tf":1.0},"375":{"tf":1.0},"386":{"tf":1.0},"389":{"tf":1.0},"486":{"tf":2.6457513110645907},"487":{"tf":1.4142135623730951},"490":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.4142135623730951}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"68":{"tf":1.0},"77":{"tf":1.7320508075688772}}}}}}}}},"c":{"df":3,"docs":{"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"621":{"tf":1.0}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"364":{"tf":1.0},"729":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":4,"docs":{"23":{"tf":1.0},"381":{"tf":1.0},"386":{"tf":1.0},"78":{"tf":1.0}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":42,"docs":{"230":{"tf":1.7320508075688772},"234":{"tf":1.4142135623730951},"235":{"tf":1.0},"236":{"tf":1.7320508075688772},"238":{"tf":2.0},"239":{"tf":2.0},"249":{"tf":3.605551275463989},"250":{"tf":1.4142135623730951},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"332":{"tf":1.0},"333":{"tf":1.0},"362":{"tf":1.4142135623730951},"449":{"tf":1.0},"450":{"tf":1.0},"466":{"tf":1.4142135623730951},"467":{"tf":1.0},"468":{"tf":1.0},"476":{"tf":2.0},"491":{"tf":1.4142135623730951},"505":{"tf":2.0},"508":{"tf":3.0},"511":{"tf":2.23606797749979},"525":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.4142135623730951},"569":{"tf":1.4142135623730951},"572":{"tf":1.0},"575":{"tf":1.4142135623730951},"578":{"tf":1.0},"583":{"tf":1.4142135623730951},"596":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.0},"703":{"tf":2.0},"710":{"tf":1.0}}}}}}},"i":{"df":7,"docs":{"281":{"tf":1.0},"331":{"tf":1.4142135623730951},"333":{"tf":1.0},"338":{"tf":1.4142135623730951},"713":{"tf":1.4142135623730951},"729":{"tf":1.0},"741":{"tf":1.0}},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"392":{"tf":1.0},"575":{"tf":1.0},"76":{"tf":1.0}}}}}},"m":{"df":1,"docs":{"469":{"tf":1.0}}},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"b":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"l":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"o":{"df":0,"docs":{},"u":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"df":4,"docs":{"606":{"tf":2.0},"615":{"tf":2.0},"621":{"tf":1.0},"625":{"tf":1.4142135623730951}}},"u":{"df":0,"docs":{},"e":{"df":18,"docs":{"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"338":{"tf":1.0},"366":{"tf":1.0},"408":{"tf":1.4142135623730951},"409":{"tf":1.4142135623730951},"410":{"tf":1.4142135623730951},"415":{"tf":1.4142135623730951},"416":{"tf":1.4142135623730951},"499":{"tf":1.0},"560":{"tf":1.0},"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951},"703":{"tf":2.0},"727":{"tf":1.0},"732":{"tf":1.0},"742":{"tf":1.4142135623730951}}}}},"s":{"2":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{},"l":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}},"r":{"df":3,"docs":{"606":{"tf":1.4142135623730951},"621":{"tf":1.0},"625":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":4,"docs":{"445":{"tf":1.4142135623730951},"447":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.6457513110645907}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"\"":{")":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"359":{"tf":1.0}}}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"_":{"1":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"_":{"1":{"df":1,"docs":{"209":{"tf":1.0}}},"2":{"df":1,"docs":{"209":{"tf":1.0}}},"3":{"df":1,"docs":{"224":{"tf":1.0}}},"4":{"df":1,"docs":{"230":{"tf":1.0}}},"5":{"df":1,"docs":{"246":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":123,"docs":{"116":{"tf":1.0},"121":{"tf":1.7320508075688772},"138":{"tf":1.0},"159":{"tf":1.0},"178":{"tf":2.6457513110645907},"179":{"tf":1.0},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.4142135623730951},"184":{"tf":1.4142135623730951},"185":{"tf":1.7320508075688772},"186":{"tf":1.4142135623730951},"187":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"189":{"tf":1.4142135623730951},"190":{"tf":1.0},"191":{"tf":1.0},"192":{"tf":1.4142135623730951},"193":{"tf":1.0},"194":{"tf":1.4142135623730951},"195":{"tf":1.7320508075688772},"196":{"tf":1.0},"197":{"tf":1.7320508075688772},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.4142135623730951},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":1.4142135623730951},"207":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.4142135623730951},"211":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.4142135623730951},"215":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.4142135623730951},"219":{"tf":1.4142135623730951},"220":{"tf":1.0},"221":{"tf":1.0},"222":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"226":{"tf":1.0},"227":{"tf":1.4142135623730951},"228":{"tf":1.4142135623730951},"229":{"tf":1.0},"230":{"tf":1.4142135623730951},"231":{"tf":1.4142135623730951},"232":{"tf":1.7320508075688772},"233":{"tf":1.0},"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"237":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"240":{"tf":1.4142135623730951},"241":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"247":{"tf":2.6457513110645907},"248":{"tf":2.0},"249":{"tf":1.0},"250":{"tf":1.0},"251":{"tf":2.23606797749979},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.4142135623730951},"255":{"tf":1.4142135623730951},"256":{"tf":1.4142135623730951},"257":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"270":{"tf":1.4142135623730951},"271":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0},"274":{"tf":1.4142135623730951},"275":{"tf":1.4142135623730951},"276":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.4142135623730951},"279":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"282":{"tf":1.4142135623730951},"283":{"tf":1.4142135623730951},"284":{"tf":1.0},"285":{"tf":1.0},"394":{"tf":1.0},"395":{"tf":1.0},"478":{"tf":1.0},"601":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0},"680":{"tf":1.0},"7":{"tf":1.4142135623730951}}}}}}},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"df":1,"docs":{"12":{"tf":1.0}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"351":{"tf":1.0},"629":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":15,"docs":{"233":{"tf":1.0},"249":{"tf":1.4142135623730951},"252":{"tf":1.0},"253":{"tf":1.0},"331":{"tf":1.7320508075688772},"336":{"tf":1.4142135623730951},"341":{"tf":1.0},"359":{"tf":1.0},"369":{"tf":1.0},"396":{"tf":1.0},"448":{"tf":1.0},"476":{"tf":1.0},"486":{"tf":1.0},"522":{"tf":1.0},"699":{"tf":1.0}}}},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"=":{"\"":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"\"":{">":{"<":{"/":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"b":{"df":1,"docs":{"514":{"tf":2.0}}},"df":0,"docs":{}}}},"l":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"514":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":46,"docs":{"133":{"tf":1.0},"16":{"tf":1.0},"230":{"tf":1.0},"252":{"tf":1.0},"339":{"tf":1.4142135623730951},"349":{"tf":1.0},"355":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.7320508075688772},"373":{"tf":1.0},"426":{"tf":1.0},"428":{"tf":1.0},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"445":{"tf":1.4142135623730951},"454":{"tf":1.0},"463":{"tf":1.0},"465":{"tf":1.0},"467":{"tf":1.7320508075688772},"468":{"tf":1.0},"473":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"533":{"tf":1.4142135623730951},"544":{"tf":1.0},"546":{"tf":1.4142135623730951},"569":{"tf":1.0},"59":{"tf":1.0},"591":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":2.23606797749979},"619":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.0},"655":{"tf":1.0},"664":{"tf":1.0},"705":{"tf":1.4142135623730951},"88":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"253":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"i":{"c":{"df":7,"docs":{"20":{"tf":1.0},"209":{"tf":1.0},"466":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"510":{"tf":1.0},"738":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{".":{"df":1,"docs":{"747":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":4,"docs":{"170":{"tf":1.4142135623730951},"178":{"tf":1.0},"200":{"tf":1.4142135623730951},"49":{"tf":1.4142135623730951}}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"525":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"687":{"tf":1.0}}}}}},"d":{"df":14,"docs":{"262":{"tf":1.4142135623730951},"263":{"tf":1.4142135623730951},"264":{"tf":2.6457513110645907},"265":{"tf":1.4142135623730951},"266":{"tf":1.0},"281":{"tf":1.4142135623730951},"366":{"tf":1.0},"432":{"tf":1.0},"517":{"tf":1.0},"547":{"tf":1.0},"593":{"tf":1.0},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":2.23606797749979}},"e":{"df":0,"docs":{},"s":{"c":{"df":2,"docs":{"243":{"tf":1.4142135623730951},"277":{"tf":1.0}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":6,"docs":{"117":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":1.0},"45":{"tf":1.0},"524":{"tf":1.0},"621":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"246":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"9":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":2.449489742783178}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"[":{"3":{"3":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":83,"docs":{"117":{"tf":1.7320508075688772},"19":{"tf":1.0},"233":{"tf":1.0},"236":{"tf":1.0},"24":{"tf":1.4142135623730951},"242":{"tf":1.4142135623730951},"243":{"tf":1.4142135623730951},"244":{"tf":1.0},"246":{"tf":1.0},"281":{"tf":1.0},"286":{"tf":1.7320508075688772},"303":{"tf":1.4142135623730951},"307":{"tf":1.0},"318":{"tf":1.7320508075688772},"319":{"tf":1.4142135623730951},"32":{"tf":1.0},"339":{"tf":1.4142135623730951},"340":{"tf":1.7320508075688772},"368":{"tf":1.4142135623730951},"373":{"tf":1.0},"375":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"395":{"tf":1.7320508075688772},"398":{"tf":1.0},"405":{"tf":1.7320508075688772},"406":{"tf":1.0},"423":{"tf":1.0},"44":{"tf":1.0},"443":{"tf":1.0},"444":{"tf":1.0},"45":{"tf":1.7320508075688772},"450":{"tf":1.0},"452":{"tf":1.7320508075688772},"463":{"tf":1.0},"466":{"tf":1.0},"497":{"tf":2.0},"498":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":2.0},"502":{"tf":1.0},"505":{"tf":1.0},"506":{"tf":1.0},"513":{"tf":1.0},"529":{"tf":1.7320508075688772},"530":{"tf":1.4142135623730951},"537":{"tf":1.4142135623730951},"538":{"tf":1.4142135623730951},"541":{"tf":2.23606797749979},"559":{"tf":1.0},"56":{"tf":1.0},"561":{"tf":1.7320508075688772},"562":{"tf":1.4142135623730951},"563":{"tf":1.0},"564":{"tf":1.0},"565":{"tf":1.0},"566":{"tf":1.0},"567":{"tf":1.7320508075688772},"568":{"tf":1.0},"569":{"tf":1.0},"575":{"tf":1.0},"579":{"tf":1.0},"582":{"tf":1.4142135623730951},"585":{"tf":1.0},"623":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"64":{"tf":1.0},"641":{"tf":1.0},"65":{"tf":1.0},"655":{"tf":1.0},"66":{"tf":1.0},"663":{"tf":1.0},"669":{"tf":1.7320508075688772},"685":{"tf":1.0},"687":{"tf":1.0},"688":{"tf":1.0},"689":{"tf":1.4142135623730951},"732":{"tf":1.4142135623730951},"743":{"tf":1.7320508075688772},"88":{"tf":1.0},"97":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"1":{"6":{"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"3":{"2":{")":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"547":{"tf":1.0}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.4142135623730951}}}},"df":5,"docs":{"235":{"tf":1.0},"249":{"tf":2.0},"250":{"tf":2.0},"547":{"tf":1.0},"569":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{")":{"1":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"529":{"tf":1.0},"540":{"tf":2.0}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"n":{"a":{"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":1,"docs":{"393":{"tf":1.0}}}}}},"df":1,"docs":{"429":{"tf":1.0}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"450":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"r":{"df":3,"docs":{"368":{"tf":1.0},"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"490":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"360":{"tf":1.0}}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"254":{"tf":1.0},"360":{"tf":1.0},"395":{"tf":1.0},"606":{"tf":1.0},"619":{"tf":1.0}}}}},"r":{"df":23,"docs":{"122":{"tf":1.0},"125":{"tf":1.7320508075688772},"136":{"tf":1.0},"139":{"tf":1.0},"147":{"tf":1.7320508075688772},"148":{"tf":2.0},"149":{"tf":2.8284271247461903},"150":{"tf":1.0},"178":{"tf":1.0},"25":{"tf":1.0},"259":{"tf":1.0},"493":{"tf":1.0},"5":{"tf":1.0},"566":{"tf":1.0},"639":{"tf":1.0},"649":{"tf":1.0},"657":{"tf":1.0},"715":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.0},"721":{"tf":1.7320508075688772},"723":{"tf":1.0},"725":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"374":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"n":{"d":{"df":6,"docs":{"230":{"tf":1.0},"346":{"tf":1.0},"349":{"tf":1.0},"368":{"tf":1.0},"468":{"tf":1.0},"508":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"465":{"tf":1.0}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":5,"docs":{"345":{"tf":2.0},"359":{"tf":4.795831523312719},"360":{"tf":2.23606797749979},"366":{"tf":1.0},"748":{"tf":1.0}},"e":{"_":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":2,"docs":{"360":{"tf":1.4142135623730951},"647":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"748":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"637":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":2,"docs":{"467":{"tf":1.0},"591":{"tf":1.0}}},"df":0,"docs":{}}}}},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"571":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":13,"docs":{"234":{"tf":1.7320508075688772},"281":{"tf":1.0},"349":{"tf":1.0},"356":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"517":{"tf":1.0},"562":{"tf":1.0},"714":{"tf":1.4142135623730951},"727":{"tf":1.0},"729":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":66,"docs":{"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"109":{"tf":1.0},"110":{"tf":1.0},"112":{"tf":1.0},"113":{"tf":1.0},"13":{"tf":1.0},"269":{"tf":1.0},"286":{"tf":1.4142135623730951},"290":{"tf":1.7320508075688772},"313":{"tf":1.7320508075688772},"324":{"tf":1.0},"339":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.4142135623730951},"379":{"tf":2.0},"380":{"tf":2.6457513110645907},"381":{"tf":4.358898943540674},"382":{"tf":1.4142135623730951},"383":{"tf":1.0},"387":{"tf":1.0},"388":{"tf":1.4142135623730951},"389":{"tf":1.7320508075688772},"391":{"tf":2.6457513110645907},"392":{"tf":3.1622776601683795},"445":{"tf":1.0},"452":{"tf":1.0},"458":{"tf":2.23606797749979},"459":{"tf":1.0},"460":{"tf":1.4142135623730951},"483":{"tf":1.4142135623730951},"508":{"tf":1.0},"548":{"tf":1.7320508075688772},"549":{"tf":2.23606797749979},"582":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.4142135623730951},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.7320508075688772},"639":{"tf":1.4142135623730951},"641":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.7320508075688772},"647":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"659":{"tf":1.4142135623730951},"70":{"tf":1.4142135623730951},"711":{"tf":1.0},"727":{"tf":2.0},"733":{"tf":1.4142135623730951},"734":{"tf":1.0},"739":{"tf":2.6457513110645907},"747":{"tf":1.7320508075688772},"748":{"tf":1.0},"98":{"tf":1.7320508075688772}},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"617":{"tf":1.0}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":7,"docs":{"225":{"tf":1.0},"359":{"tf":1.0},"426":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"635":{"tf":1.0},"641":{"tf":1.0}}}}}}},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":4,"docs":{"343":{"tf":1.0},"356":{"tf":1.0},"496":{"tf":1.0},"547":{"tf":1.0}}}}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"147":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"k":{"df":6,"docs":{"296":{"tf":1.0},"346":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"389":{"tf":1.0},"444":{"tf":1.0}}}},"o":{"a":{"d":{"df":3,"docs":{"354":{"tf":1.7320508075688772},"585":{"tf":1.0},"74":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"165":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":2,"docs":{"127":{"tf":1.0},"129":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":5,"docs":{"249":{"tf":1.0},"252":{"tf":1.0},"254":{"tf":1.0},"395":{"tf":1.0},"738":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"21":{"tf":1.0},"465":{"tf":1.0}}}}},"p":{"/":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"59":{"tf":1.0}}}}}},"df":0,"docs":{}},"d":{"a":{"df":0,"docs":{},"t":{"df":30,"docs":{"230":{"tf":1.0},"235":{"tf":1.0},"252":{"tf":1.0},"284":{"tf":1.0},"331":{"tf":1.0},"335":{"tf":1.0},"375":{"tf":1.0},"587":{"tf":1.0},"606":{"tf":1.4142135623730951},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.0},"633":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.4142135623730951},"643":{"tf":1.7320508075688772},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"651":{"tf":1.4142135623730951},"667":{"tf":1.4142135623730951},"669":{"tf":1.4142135623730951},"690":{"tf":1.0},"691":{"tf":1.4142135623730951},"700":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":55,"docs":{"111":{"tf":1.0},"152":{"tf":1.0},"154":{"tf":1.4142135623730951},"155":{"tf":1.0},"163":{"tf":1.7320508075688772},"164":{"tf":1.0},"165":{"tf":1.0},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.0},"173":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"206":{"tf":1.0},"207":{"tf":1.0},"21":{"tf":1.0},"211":{"tf":1.0},"212":{"tf":1.0},"215":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"254":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"373":{"tf":2.0},"384":{"tf":1.0},"397":{"tf":1.0},"428":{"tf":1.0},"462":{"tf":1.0},"465":{"tf":1.0},"474":{"tf":1.0},"502":{"tf":1.4142135623730951},"522":{"tf":1.0},"525":{"tf":1.0},"59":{"tf":1.0},"6":{"tf":1.0},"631":{"tf":1.4142135623730951},"655":{"tf":1.0},"724":{"tf":1.0},"73":{"tf":1.0},"74":{"tf":1.0},"741":{"tf":1.0},"88":{"tf":1.0}}},"r":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"284":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":6,"docs":{"139":{"tf":1.0},"284":{"tf":1.0},"366":{"tf":1.0},"625":{"tf":1.0},"748":{"tf":1.0},"86":{"tf":1.4142135623730951}}}},"s":{"/":{"df":0,"docs":{},"k":{"b":{"/":{"2":{"9":{"9":{"9":{"2":{"2":{"6":{"df":1,"docs":{"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"d":{"df":0,"docs":{},"p":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"352":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"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":{},"g":{"df":35,"docs":{"122":{"tf":1.4142135623730951},"123":{"tf":1.4142135623730951},"127":{"tf":1.7320508075688772},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"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},"145":{"tf":1.0},"146":{"tf":1.0},"150":{"tf":1.0},"151":{"tf":1.0},"32":{"tf":1.0},"373":{"tf":1.4142135623730951},"468":{"tf":1.0},"5":{"tf":1.0},"59":{"tf":1.4142135623730951},"639":{"tf":1.0},"716":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"727":{"tf":1.0},"738":{"tf":1.4142135623730951}}}},"df":296,"docs":{"11":{"tf":1.0},"111":{"tf":1.4142135623730951},"12":{"tf":1.0},"120":{"tf":2.0},"121":{"tf":1.4142135623730951},"122":{"tf":1.4142135623730951},"123":{"tf":1.7320508075688772},"126":{"tf":1.7320508075688772},"127":{"tf":4.242640687119285},"128":{"tf":2.6457513110645907},"129":{"tf":2.0},"130":{"tf":2.23606797749979},"131":{"tf":2.0},"132":{"tf":2.0},"133":{"tf":2.0},"134":{"tf":1.4142135623730951},"135":{"tf":2.0},"136":{"tf":2.449489742783178},"137":{"tf":1.7320508075688772},"138":{"tf":1.7320508075688772},"139":{"tf":2.0},"14":{"tf":1.7320508075688772},"140":{"tf":1.4142135623730951},"142":{"tf":1.7320508075688772},"144":{"tf":1.0},"147":{"tf":2.449489742783178},"15":{"tf":2.23606797749979},"151":{"tf":1.7320508075688772},"16":{"tf":2.8284271247461903},"163":{"tf":1.0},"168":{"tf":1.0},"17":{"tf":2.23606797749979},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":2.0},"173":{"tf":1.4142135623730951},"174":{"tf":1.0},"178":{"tf":1.7320508075688772},"18":{"tf":1.0},"183":{"tf":1.7320508075688772},"184":{"tf":1.0},"186":{"tf":1.7320508075688772},"188":{"tf":1.0},"189":{"tf":1.7320508075688772},"191":{"tf":1.4142135623730951},"193":{"tf":1.0},"2":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":1.4142135623730951},"209":{"tf":1.4142135623730951},"212":{"tf":1.0},"213":{"tf":1.4142135623730951},"216":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":2.23606797749979},"219":{"tf":1.4142135623730951},"220":{"tf":1.7320508075688772},"221":{"tf":1.4142135623730951},"222":{"tf":1.0},"223":{"tf":1.4142135623730951},"224":{"tf":1.7320508075688772},"225":{"tf":2.449489742783178},"226":{"tf":1.7320508075688772},"227":{"tf":1.0},"228":{"tf":1.0},"229":{"tf":1.7320508075688772},"230":{"tf":1.4142135623730951},"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"236":{"tf":2.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.0},"24":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":2.449489742783178},"243":{"tf":1.4142135623730951},"244":{"tf":1.7320508075688772},"245":{"tf":1.4142135623730951},"246":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.7320508075688772},"249":{"tf":1.0},"251":{"tf":1.0},"252":{"tf":2.23606797749979},"253":{"tf":1.7320508075688772},"254":{"tf":2.449489742783178},"255":{"tf":1.7320508075688772},"256":{"tf":1.4142135623730951},"257":{"tf":1.7320508075688772},"258":{"tf":1.0},"259":{"tf":1.0},"260":{"tf":1.0},"261":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":1.0},"265":{"tf":1.0},"266":{"tf":1.4142135623730951},"267":{"tf":1.7320508075688772},"268":{"tf":1.4142135623730951},"269":{"tf":1.7320508075688772},"271":{"tf":1.4142135623730951},"274":{"tf":1.0},"275":{"tf":1.0},"276":{"tf":1.0},"277":{"tf":1.7320508075688772},"279":{"tf":1.0},"281":{"tf":2.0},"284":{"tf":1.0},"288":{"tf":1.0},"289":{"tf":1.0},"294":{"tf":1.0},"306":{"tf":1.0},"31":{"tf":1.0},"311":{"tf":1.0},"331":{"tf":1.0},"333":{"tf":1.4142135623730951},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.0},"340":{"tf":1.0},"342":{"tf":1.0},"344":{"tf":1.0},"346":{"tf":1.4142135623730951},"349":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.7320508075688772},"354":{"tf":2.23606797749979},"355":{"tf":1.7320508075688772},"357":{"tf":1.0},"359":{"tf":3.0},"360":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.4142135623730951},"364":{"tf":1.4142135623730951},"365":{"tf":1.7320508075688772},"367":{"tf":1.0},"368":{"tf":2.449489742783178},"372":{"tf":1.0},"374":{"tf":1.0},"378":{"tf":1.7320508075688772},"382":{"tf":1.4142135623730951},"385":{"tf":2.23606797749979},"386":{"tf":1.4142135623730951},"387":{"tf":1.0},"389":{"tf":1.0},"390":{"tf":2.0},"391":{"tf":1.4142135623730951},"392":{"tf":1.0},"395":{"tf":1.4142135623730951},"397":{"tf":1.7320508075688772},"399":{"tf":1.0},"41":{"tf":1.0},"414":{"tf":1.0},"417":{"tf":1.4142135623730951},"426":{"tf":1.0},"427":{"tf":1.7320508075688772},"429":{"tf":1.0},"432":{"tf":1.7320508075688772},"434":{"tf":1.4142135623730951},"444":{"tf":1.0},"447":{"tf":1.0},"450":{"tf":1.4142135623730951},"457":{"tf":1.0},"458":{"tf":1.0},"466":{"tf":1.0},"467":{"tf":1.4142135623730951},"468":{"tf":1.4142135623730951},"469":{"tf":2.0},"473":{"tf":1.0},"477":{"tf":1.0},"478":{"tf":1.0},"480":{"tf":1.0},"483":{"tf":1.0},"486":{"tf":1.0},"487":{"tf":1.0},"490":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":1.0},"500":{"tf":1.0},"501":{"tf":1.0},"502":{"tf":1.4142135623730951},"508":{"tf":1.7320508075688772},"510":{"tf":2.449489742783178},"511":{"tf":2.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"516":{"tf":1.4142135623730951},"517":{"tf":2.0},"522":{"tf":1.7320508075688772},"524":{"tf":1.4142135623730951},"529":{"tf":1.7320508075688772},"53":{"tf":1.4142135623730951},"530":{"tf":1.4142135623730951},"532":{"tf":1.4142135623730951},"533":{"tf":1.0},"535":{"tf":1.4142135623730951},"539":{"tf":2.0},"540":{"tf":1.4142135623730951},"541":{"tf":2.0},"543":{"tf":1.4142135623730951},"547":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":2.0},"559":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.0},"566":{"tf":1.7320508075688772},"57":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"578":{"tf":1.0},"58":{"tf":1.0},"582":{"tf":1.4142135623730951},"583":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"599":{"tf":1.0},"6":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"61":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":2.6457513110645907},"617":{"tf":1.4142135623730951},"619":{"tf":1.4142135623730951},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"625":{"tf":2.23606797749979},"627":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"64":{"tf":1.4142135623730951},"641":{"tf":2.6457513110645907},"643":{"tf":1.4142135623730951},"645":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.7320508075688772},"65":{"tf":1.0},"651":{"tf":1.4142135623730951},"653":{"tf":1.0},"655":{"tf":2.0},"659":{"tf":1.0},"66":{"tf":1.0},"664":{"tf":1.7320508075688772},"668":{"tf":1.0},"671":{"tf":1.4142135623730951},"672":{"tf":1.0},"68":{"tf":1.0},"680":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.4142135623730951},"689":{"tf":1.0},"691":{"tf":1.4142135623730951},"693":{"tf":1.7320508075688772},"697":{"tf":1.4142135623730951},"7":{"tf":1.7320508075688772},"70":{"tf":1.4142135623730951},"703":{"tf":1.0},"705":{"tf":1.7320508075688772},"706":{"tf":1.0},"708":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":2.6457513110645907},"715":{"tf":1.0},"719":{"tf":1.0},"72":{"tf":1.0},"723":{"tf":1.4142135623730951},"724":{"tf":2.6457513110645907},"727":{"tf":1.4142135623730951},"730":{"tf":2.0},"738":{"tf":1.4142135623730951},"740":{"tf":2.23606797749979},"741":{"tf":1.4142135623730951},"742":{"tf":1.0},"748":{"tf":1.0},"82":{"tf":1.0},"86":{"tf":1.7320508075688772},"87":{"tf":1.4142135623730951},"88":{"tf":2.6457513110645907},"89":{"tf":2.0},"91":{"tf":1.0},"98":{"tf":1.0}},"e":{"d":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"547":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"435":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"_":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":5,"docs":{"438":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":71,"docs":{"117":{"tf":1.0},"12":{"tf":1.0},"121":{"tf":1.4142135623730951},"14":{"tf":1.0},"176":{"tf":1.4142135623730951},"177":{"tf":1.7320508075688772},"178":{"tf":1.0},"186":{"tf":1.7320508075688772},"221":{"tf":1.0},"233":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.4142135623730951},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":2.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"339":{"tf":1.0},"356":{"tf":1.0},"368":{"tf":1.0},"377":{"tf":1.0},"385":{"tf":1.7320508075688772},"389":{"tf":1.0},"413":{"tf":1.4142135623730951},"432":{"tf":1.7320508075688772},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"438":{"tf":2.449489742783178},"439":{"tf":1.4142135623730951},"440":{"tf":1.7320508075688772},"441":{"tf":1.7320508075688772},"442":{"tf":1.4142135623730951},"45":{"tf":1.0},"462":{"tf":1.4142135623730951},"465":{"tf":1.0},"467":{"tf":1.0},"469":{"tf":1.0},"475":{"tf":1.0},"510":{"tf":1.4142135623730951},"511":{"tf":1.4142135623730951},"513":{"tf":1.0},"517":{"tf":1.7320508075688772},"518":{"tf":2.0},"519":{"tf":2.449489742783178},"520":{"tf":2.449489742783178},"522":{"tf":1.0},"525":{"tf":1.4142135623730951},"559":{"tf":1.0},"566":{"tf":1.0},"585":{"tf":1.0},"617":{"tf":1.0},"633":{"tf":1.0},"635":{"tf":1.0},"663":{"tf":1.4142135623730951},"664":{"tf":2.23606797749979},"665":{"tf":1.7320508075688772},"667":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"686":{"tf":1.0},"694":{"tf":1.4142135623730951},"7":{"tf":1.0},"706":{"tf":1.0},"713":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"736":{"tf":1.7320508075688772},"748":{"tf":1.0},"85":{"tf":1.0},"86":{"tf":1.4142135623730951}},"s":{"/":{"$":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"]":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"441":{"tf":1.0}}},"df":1,"docs":{"519":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"/":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"433":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"439":{"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":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"518":{"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":{}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"_":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"621":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}},"r":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"b":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"435":{"tf":1.0}}},"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":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"442":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"r":{"df":5,"docs":{"470":{"tf":1.7320508075688772},"473":{"tf":1.4142135623730951},"476":{"tf":2.0},"508":{"tf":1.7320508075688772},"511":{"tf":2.0}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":3,"docs":{"508":{"tf":1.0},"525":{"tf":1.4142135623730951},"544":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":11,"docs":{"349":{"tf":1.0},"351":{"tf":1.0},"359":{"tf":1.0},"363":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"373":{"tf":2.0},"389":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"462":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"f":{"1":{"6":{"df":3,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"32":{"tf":1.0}}},"df":0,"docs":{}},"8":{"df":4,"docs":{"191":{"tf":1.0},"271":{"tf":1.0},"272":{"tf":1.0},"608":{"tf":1.0}}},"df":6,"docs":{"270":{"tf":1.4142135623730951},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951},"359":{"tf":1.7320508075688772},"613":{"tf":1.0},"748":{"tf":1.0}}},"i":{"df":0,"docs":{},"l":{"0":{"df":1,"docs":{"171":{"tf":1.0}}},"df":8,"docs":{"14":{"tf":1.0},"171":{"tf":1.4142135623730951},"252":{"tf":1.7320508075688772},"254":{"tf":1.7320508075688772},"359":{"tf":1.0},"365":{"tf":1.0},"615":{"tf":1.0},"619":{"tf":1.0}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"365":{"tf":1.0}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"1":{".":{"0":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"8":{".":{"1":{"0":{"df":1,"docs":{"627":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{".":{"0":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"0":{"2":{"0":{".":{"1":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"3":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"0":{"5":{"df":1,"docs":{"615":{"tf":1.0}}},"9":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"1":{"1":{"df":1,"docs":{"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"9":{"df":1,"docs":{"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":5,"docs":{"102":{"tf":1.0},"112":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"114":{"tf":1.0},"621":{"tf":1.0}}},"3":{".":{"0":{"df":1,"docs":{"623":{"tf":1.0}}},"1":{".":{"0":{"df":1,"docs":{"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{".":{"2":{"0":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{".":{"0":{"df":1,"docs":{"615":{"tf":1.0}}},"1":{"0":{"df":1,"docs":{"613":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"4":{"df":1,"docs":{"610":{"tf":1.0}}},"5":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{}},"df":12,"docs":{"101":{"tf":1.7320508075688772},"109":{"tf":2.0},"110":{"tf":1.7320508075688772},"111":{"tf":1.7320508075688772},"112":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"627":{"tf":1.0},"631":{"tf":1.7320508075688772},"637":{"tf":1.4142135623730951},"639":{"tf":1.4142135623730951},"98":{"tf":1.0}}},"a":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"162":{"tf":1.0}}}}},"df":1,"docs":{"162":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"d":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"597":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":34,"docs":{"156":{"tf":1.0},"17":{"tf":1.0},"225":{"tf":1.0},"249":{"tf":1.0},"284":{"tf":1.0},"32":{"tf":1.0},"33":{"tf":1.0},"333":{"tf":1.0},"365":{"tf":1.0},"391":{"tf":1.0},"41":{"tf":1.7320508075688772},"462":{"tf":1.0},"467":{"tf":1.0},"486":{"tf":1.0},"557":{"tf":1.0},"591":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.4142135623730951},"613":{"tf":1.4142135623730951},"615":{"tf":1.4142135623730951},"617":{"tf":1.4142135623730951},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"653":{"tf":1.0},"655":{"tf":1.0},"671":{"tf":1.0},"701":{"tf":1.0},"711":{"tf":2.23606797749979},"88":{"tf":1.0},"90":{"tf":2.0},"91":{"tf":2.23606797749979}}},"df":0,"docs":{}},"u":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"24":{"tf":1.0}}}},"df":0,"docs":{}},"df":51,"docs":{"234":{"tf":2.23606797749979},"235":{"tf":2.449489742783178},"236":{"tf":1.0},"238":{"tf":1.4142135623730951},"249":{"tf":1.0},"252":{"tf":3.4641016151377544},"253":{"tf":1.4142135623730951},"254":{"tf":1.4142135623730951},"264":{"tf":1.0},"269":{"tf":1.4142135623730951},"338":{"tf":1.0},"342":{"tf":1.0},"367":{"tf":2.0},"368":{"tf":1.7320508075688772},"369":{"tf":2.6457513110645907},"370":{"tf":2.23606797749979},"372":{"tf":2.23606797749979},"373":{"tf":1.0},"374":{"tf":1.4142135623730951},"377":{"tf":1.7320508075688772},"378":{"tf":2.449489742783178},"384":{"tf":1.0},"386":{"tf":1.4142135623730951},"397":{"tf":1.0},"447":{"tf":1.7320508075688772},"463":{"tf":1.0},"473":{"tf":1.0},"480":{"tf":1.0},"486":{"tf":2.6457513110645907},"490":{"tf":1.4142135623730951},"493":{"tf":1.0},"496":{"tf":1.4142135623730951},"502":{"tf":1.0},"508":{"tf":2.449489742783178},"513":{"tf":1.0},"522":{"tf":1.0},"528":{"tf":1.4142135623730951},"533":{"tf":2.0},"572":{"tf":1.4142135623730951},"582":{"tf":1.0},"608":{"tf":1.4142135623730951},"655":{"tf":1.0},"657":{"tf":1.0},"667":{"tf":1.0},"692":{"tf":1.4142135623730951},"701":{"tf":1.7320508075688772},"702":{"tf":2.0},"703":{"tf":3.0},"727":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.4142135623730951}},"e":{"_":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"608":{"tf":1.0}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"508":{"tf":2.8284271247461903}}}}}}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":11,"docs":{"225":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"252":{"tf":1.0},"276":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"647":{"tf":1.0},"690":{"tf":1.0},"696":{"tf":1.4142135623730951},"713":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"213":{"tf":1.0},"562":{"tf":1.0},"84":{"tf":1.4142135623730951}}}},"t":{"df":2,"docs":{"339":{"tf":1.0},"368":{"tf":1.0}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":2,"docs":{"700":{"tf":1.0},"703":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"22":{"tf":1.0}}}}}}},"df":1,"docs":{"691":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":4,"docs":{"238":{"tf":2.0},"447":{"tf":1.4142135623730951},"55":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"\"":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"514":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"514":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"366":{"tf":1.7320508075688772},"691":{"tf":1.0},"713":{"tf":1.0},"86":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"i":{"df":17,"docs":{"21":{"tf":1.0},"252":{"tf":1.0},"260":{"tf":1.0},"346":{"tf":1.0},"386":{"tf":1.0},"465":{"tf":1.0},"54":{"tf":1.0},"55":{"tf":1.0},"56":{"tf":1.0},"58":{"tf":1.0},"608":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"67":{"tf":1.0},"91":{"tf":1.0}}},"s":{"a":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"(":{"df":1,"docs":{"351":{"tf":1.0}}},".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":1.0}}}},"=":{"\"":{"1":{".":{"0":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":117,"docs":{"108":{"tf":1.4142135623730951},"114":{"tf":1.0},"117":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"161":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"225":{"tf":1.4142135623730951},"262":{"tf":1.4142135623730951},"263":{"tf":2.23606797749979},"264":{"tf":1.7320508075688772},"265":{"tf":1.7320508075688772},"275":{"tf":1.0},"276":{"tf":2.0},"339":{"tf":1.0},"345":{"tf":1.4142135623730951},"351":{"tf":2.449489742783178},"359":{"tf":1.7320508075688772},"362":{"tf":1.0},"363":{"tf":2.23606797749979},"364":{"tf":1.4142135623730951},"366":{"tf":1.7320508075688772},"368":{"tf":1.0},"372":{"tf":1.4142135623730951},"395":{"tf":1.0},"428":{"tf":1.0},"436":{"tf":1.0},"46":{"tf":1.0},"507":{"tf":1.0},"51":{"tf":1.0},"533":{"tf":1.4142135623730951},"55":{"tf":2.0},"57":{"tf":1.0},"589":{"tf":1.0},"60":{"tf":1.0},"604":{"tf":5.5677643628300215},"605":{"tf":1.7320508075688772},"606":{"tf":2.0},"607":{"tf":1.7320508075688772},"608":{"tf":2.0},"609":{"tf":1.7320508075688772},"610":{"tf":2.0},"611":{"tf":1.7320508075688772},"612":{"tf":1.7320508075688772},"613":{"tf":1.0},"614":{"tf":1.7320508075688772},"615":{"tf":2.8284271247461903},"616":{"tf":1.7320508075688772},"617":{"tf":2.6457513110645907},"618":{"tf":1.7320508075688772},"619":{"tf":2.23606797749979},"620":{"tf":1.7320508075688772},"621":{"tf":2.8284271247461903},"622":{"tf":1.7320508075688772},"623":{"tf":1.7320508075688772},"624":{"tf":1.7320508075688772},"625":{"tf":1.7320508075688772},"626":{"tf":1.7320508075688772},"627":{"tf":2.0},"628":{"tf":1.7320508075688772},"629":{"tf":1.7320508075688772},"630":{"tf":1.7320508075688772},"631":{"tf":1.7320508075688772},"632":{"tf":1.7320508075688772},"633":{"tf":1.7320508075688772},"634":{"tf":1.7320508075688772},"635":{"tf":1.7320508075688772},"636":{"tf":1.7320508075688772},"637":{"tf":2.0},"638":{"tf":1.7320508075688772},"639":{"tf":2.23606797749979},"640":{"tf":1.7320508075688772},"641":{"tf":2.449489742783178},"642":{"tf":1.7320508075688772},"643":{"tf":2.23606797749979},"644":{"tf":1.7320508075688772},"645":{"tf":1.7320508075688772},"646":{"tf":1.7320508075688772},"647":{"tf":1.7320508075688772},"648":{"tf":1.7320508075688772},"649":{"tf":2.0},"650":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"652":{"tf":1.7320508075688772},"653":{"tf":2.0},"654":{"tf":1.7320508075688772},"655":{"tf":2.23606797749979},"656":{"tf":1.7320508075688772},"657":{"tf":1.7320508075688772},"658":{"tf":1.7320508075688772},"659":{"tf":1.7320508075688772},"660":{"tf":1.7320508075688772},"661":{"tf":1.7320508075688772},"690":{"tf":1.7320508075688772},"691":{"tf":2.23606797749979},"692":{"tf":1.7320508075688772},"696":{"tf":1.0},"70":{"tf":1.0},"701":{"tf":1.4142135623730951},"704":{"tf":1.4142135623730951},"705":{"tf":1.0},"708":{"tf":1.4142135623730951},"710":{"tf":1.0},"714":{"tf":1.4142135623730951},"715":{"tf":1.7320508075688772},"720":{"tf":1.4142135623730951},"721":{"tf":1.7320508075688772},"724":{"tf":3.7416573867739413},"727":{"tf":1.0},"729":{"tf":1.4142135623730951},"730":{"tf":2.449489742783178},"738":{"tf":1.0},"78":{"tf":1.4142135623730951},"84":{"tf":1.0},"88":{"tf":1.7320508075688772},"98":{"tf":1.0}}}}}}}},"i":{"a":{"df":29,"docs":{"145":{"tf":1.7320508075688772},"249":{"tf":1.0},"354":{"tf":2.23606797749979},"373":{"tf":1.7320508075688772},"386":{"tf":1.0},"397":{"tf":1.7320508075688772},"445":{"tf":1.4142135623730951},"449":{"tf":1.0},"459":{"tf":1.0},"460":{"tf":1.0},"481":{"tf":1.0},"483":{"tf":1.0},"485":{"tf":1.0},"522":{"tf":1.0},"541":{"tf":1.0},"549":{"tf":1.0},"557":{"tf":1.0},"568":{"tf":1.0},"574":{"tf":1.0},"580":{"tf":1.0},"619":{"tf":1.0},"631":{"tf":1.0},"647":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"727":{"tf":1.0},"736":{"tf":1.4142135623730951},"93":{"tf":1.0},"95":{"tf":1.0}}},"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"36":{"tf":1.0},"485":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":4,"docs":{"127":{"tf":1.0},"138":{"tf":3.1622776601683795},"246":{"tf":1.0},"336":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":1,"docs":{"18":{"tf":1.7320508075688772}}},"df":0,"docs":{}}},"w":{"df":34,"docs":{"11":{"tf":1.0},"14":{"tf":1.7320508075688772},"240":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":2.8284271247461903},"316":{"tf":1.0},"330":{"tf":1.4142135623730951},"333":{"tf":1.4142135623730951},"339":{"tf":1.4142135623730951},"344":{"tf":1.4142135623730951},"381":{"tf":1.0},"386":{"tf":1.0},"403":{"tf":1.4142135623730951},"411":{"tf":1.7320508075688772},"412":{"tf":1.4142135623730951},"413":{"tf":1.4142135623730951},"453":{"tf":1.0},"461":{"tf":1.0},"462":{"tf":2.23606797749979},"463":{"tf":2.0},"488":{"tf":1.0},"493":{"tf":1.0},"525":{"tf":1.7320508075688772},"538":{"tf":1.7320508075688772},"541":{"tf":1.0},"556":{"tf":1.0},"557":{"tf":2.23606797749979},"643":{"tf":1.0},"655":{"tf":1.0},"657":{"tf":1.0},"70":{"tf":1.7320508075688772},"711":{"tf":1.0},"78":{"tf":1.7320508075688772}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":2,"docs":{"242":{"tf":1.0},"538":{"tf":1.0}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"510":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":22,"docs":{"11":{"tf":1.0},"12":{"tf":2.23606797749979},"13":{"tf":2.0},"16":{"tf":1.4142135623730951},"162":{"tf":1.0},"170":{"tf":1.0},"2":{"tf":1.0},"20":{"tf":1.0},"34":{"tf":1.0},"346":{"tf":1.4142135623730951},"362":{"tf":1.0},"363":{"tf":1.7320508075688772},"4":{"tf":1.0},"467":{"tf":1.4142135623730951},"478":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":2.0},"511":{"tf":1.4142135623730951},"525":{"tf":1.0},"633":{"tf":1.0},"647":{"tf":1.0},"748":{"tf":2.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":9,"docs":{"230":{"tf":1.0},"368":{"tf":1.4142135623730951},"438":{"tf":1.0},"466":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0},"633":{"tf":1.0},"701":{"tf":1.0},"713":{"tf":1.7320508075688772}}}},"df":0,"docs":{},"t":{"df":5,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":2,"docs":{"512":{"tf":1.0},"519":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":2,"docs":{"437":{"tf":1.0},"441":{"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":{}},"u":{"a":{"df":0,"docs":{},"l":{"df":30,"docs":{"108":{"tf":1.0},"133":{"tf":1.0},"162":{"tf":1.0},"168":{"tf":1.4142135623730951},"174":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.0},"221":{"tf":2.0},"230":{"tf":1.0},"318":{"tf":1.0},"382":{"tf":1.0},"395":{"tf":1.7320508075688772},"397":{"tf":1.0},"423":{"tf":1.0},"49":{"tf":1.7320508075688772},"562":{"tf":1.0},"585":{"tf":1.4142135623730951},"6":{"tf":1.0},"61":{"tf":1.0},"615":{"tf":1.0},"629":{"tf":1.0},"639":{"tf":1.0},"641":{"tf":1.0},"643":{"tf":1.0},"649":{"tf":1.0},"651":{"tf":1.4142135623730951},"655":{"tf":1.4142135623730951},"659":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":2.0}}}},"df":0,"docs":{}}}},"o":{"c":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"608":{"tf":1.0}}}},"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"469":{"tf":1.4142135623730951},"508":{"tf":2.449489742783178}},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"508":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"*":{"*":{")":{"&":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"i":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"344":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"344":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"o":{"b":{"df":0,"docs":{},"j":{"df":1,"docs":{"361":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":17,"docs":{"234":{"tf":1.0},"235":{"tf":1.4142135623730951},"238":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":2.449489742783178},"252":{"tf":2.23606797749979},"253":{"tf":2.0},"254":{"tf":1.0},"362":{"tf":1.4142135623730951},"363":{"tf":2.6457513110645907},"499":{"tf":1.0},"500":{"tf":1.0},"525":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"691":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":5,"docs":{"286":{"tf":1.0},"452":{"tf":1.0},"590":{"tf":1.7320508075688772},"591":{"tf":1.0},"623":{"tf":1.0}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"m":{"df":5,"docs":{"234":{"tf":1.0},"491":{"tf":1.0},"507":{"tf":1.0},"508":{"tf":1.0},"72":{"tf":1.0}}}}},"x":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"18":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"_":{"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":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":1,"docs":{"623":{"tf":1.0}},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":2.0}}}}},"df":0,"docs":{}}},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}},":":{":":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":1,"docs":{"691":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"3":{"/":{"d":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":1,"docs":{"226":{"tf":1.0}}}}},"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":1,"docs":{"226":{"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":{},"m":{"d":{"a":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"692":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":2,"docs":{"268":{"tf":1.0},"692":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"268":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"/":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"c":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"281":{"tf":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":{"280":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"225":{"tf":1.0}}}},"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":{"_":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"230":{"tf":1.0},"81":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"171":{"tf":1.0}}}}}}},"df":5,"docs":{"209":{"tf":1.0},"223":{"tf":1.0},"224":{"tf":1.0},"619":{"tf":1.0},"84":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"149":{"tf":1.4142135623730951},"208":{"tf":1.0},"230":{"tf":1.0},"281":{"tf":1.0},"426":{"tf":1.0},"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"436":{"tf":1.0},"59":{"tf":1.0},"606":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.4142135623730951},"617":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"713":{"tf":1.4142135623730951},"80":{"tf":1.0},"88":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"242":{"tf":1.0}}}},"df":1,"docs":{"530":{"tf":1.0}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{".":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"619":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{".":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"276":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"276":{"tf":1.0},"623":{"tf":1.0}}}}},"df":16,"docs":{"39":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"623":{"tf":1.0},"625":{"tf":1.0},"627":{"tf":1.0},"629":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.0},"651":{"tf":1.0},"69":{"tf":1.0}}}}}}}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"89":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"s":{"d":{"df":0,"docs":{},"k":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"_":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":3,"docs":{"276":{"tf":1.0},"610":{"tf":1.0},"619":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":7,"docs":{"208":{"tf":1.4142135623730951},"213":{"tf":1.0},"217":{"tf":1.0},"221":{"tf":1.7320508075688772},"222":{"tf":1.0},"608":{"tf":1.0},"619":{"tf":1.0}}}},"df":0,"docs":{}}},":":{":":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"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":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"250":{"tf":2.449489742783178}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":3,"docs":{"569":{"tf":1.7320508075688772},"575":{"tf":1.7320508075688772},"583":{"tf":1.7320508075688772}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"1":{"df":1,"docs":{"250":{"tf":1.0}}},"df":0,"docs":{}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":1,"docs":{"238":{"tf":1.0}}}}}}},"f":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"583":{"tf":1.0}}}},"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":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"496":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"672":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":3,"docs":{"473":{"tf":1.7320508075688772},"474":{"tf":1.4142135623730951},"475":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"672":{"tf":1.4142135623730951},"683":{"tf":2.0}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"672":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}},"df":0,"docs":{}},"df":2,"docs":{"450":{"tf":1.0},"681":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"554":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"591":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"498":{"tf":1.0}}},"3":{"df":1,"docs":{"522":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"559":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"606":{"tf":1.4142135623730951}}}}}}}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"344":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":2,"docs":{"249":{"tf":2.0},"344":{"tf":1.4142135623730951}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"606":{"tf":1.7320508075688772}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":2,"docs":{"250":{"tf":1.7320508075688772},"606":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"333":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"504":{"tf":1.0}}},":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"333":{"tf":1.4142135623730951}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"527":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"238":{"tf":1.0}}}}}}}}}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"546":{"tf":1.4142135623730951}}}}}}}}}}}},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"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":1,"docs":{"510":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"250":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"574":{"tf":1.0},"575":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}},"m":{"a":{"df":0,"docs":{},"p":{"df":1,"docs":{"490":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":2,"docs":{"507":{"tf":1.0},"508":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"p":{"df":2,"docs":{"568":{"tf":1.0},"569":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}}}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"249":{"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":{}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"493":{"tf":1.0}}},"df":0,"docs":{}}},"u":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"582":{"tf":1.0},"583":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"235":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"450":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"577":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"557":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"551":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"r":{"df":1,"docs":{"589":{"tf":1.0}}}}}}}}}}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"585":{"tf":1.0},"587":{"tf":1.0}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"m":{"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":1,"docs":{"543":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"2":{"df":1,"docs":{"549":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"w":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"580":{"tf":1.0}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"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":1,"docs":{"513":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}}}}}}}}}},"k":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"596":{"tf":1.0},"710":{"tf":1.0},"714":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"686":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}}}}}}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":1,"docs":{"513":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"234":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"583":{"tf":1.7320508075688772}}},"df":0,"docs":{}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":3,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"583":{"tf":1.4142135623730951}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":2,"docs":{"326":{"tf":1.0},"589":{"tf":1.0}}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"&":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":2,"docs":{"235":{"tf":1.0},"238":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"249":{"tf":2.23606797749979}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":1,"docs":{"249":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{}}}},"s":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"3":{"2":{"*":{")":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"0":{"df":1,"docs":{"239":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"[":{"df":0,"docs":{},"i":{"df":3,"docs":{"235":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":3,"docs":{"235":{"tf":1.7320508075688772},"238":{"tf":1.7320508075688772},"239":{"tf":2.6457513110645907}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"239":{"tf":1.7320508075688772},"249":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":2,"docs":{"239":{"tf":1.0},"249":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{":":{":":{"df":0,"docs":{},"k":{"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":{"df":1,"docs":{"625":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.4142135623730951},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"_":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"n":{"df":1,"docs":{"633":{"tf":1.0}}},"o":{"df":1,"docs":{"633":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}},"s":{"d":{"df":0,"docs":{},"k":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"/":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"633":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"2":{".":{"df":0,"docs":{},"x":{"df":1,"docs":{"225":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"_":{"d":{"df":0,"docs":{},"o":{"c":{"/":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":2,"docs":{"123":{"tf":1.0},"127":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}},"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":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"643":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":528,"docs":{"0":{"tf":1.7320508075688772},"1":{"tf":2.6457513110645907},"10":{"tf":1.0},"100":{"tf":2.23606797749979},"101":{"tf":2.23606797749979},"102":{"tf":2.23606797749979},"103":{"tf":2.8284271247461903},"104":{"tf":2.8284271247461903},"105":{"tf":1.7320508075688772},"106":{"tf":2.23606797749979},"107":{"tf":2.23606797749979},"108":{"tf":1.4142135623730951},"109":{"tf":2.23606797749979},"11":{"tf":2.8284271247461903},"110":{"tf":2.449489742783178},"111":{"tf":2.23606797749979},"112":{"tf":2.23606797749979},"113":{"tf":2.6457513110645907},"114":{"tf":2.0},"115":{"tf":1.7320508075688772},"116":{"tf":1.7320508075688772},"117":{"tf":2.23606797749979},"118":{"tf":1.4142135623730951},"119":{"tf":1.0},"12":{"tf":3.0},"120":{"tf":1.0},"121":{"tf":1.0},"122":{"tf":2.8284271247461903},"123":{"tf":2.6457513110645907},"124":{"tf":2.449489742783178},"125":{"tf":1.7320508075688772},"126":{"tf":1.0},"127":{"tf":4.242640687119285},"128":{"tf":2.8284271247461903},"129":{"tf":3.0},"13":{"tf":3.1622776601683795},"130":{"tf":2.0},"131":{"tf":2.23606797749979},"132":{"tf":2.0},"133":{"tf":2.6457513110645907},"134":{"tf":1.7320508075688772},"135":{"tf":2.0},"136":{"tf":2.0},"137":{"tf":2.0},"138":{"tf":2.6457513110645907},"139":{"tf":1.7320508075688772},"14":{"tf":3.1622776601683795},"140":{"tf":1.4142135623730951},"141":{"tf":2.23606797749979},"142":{"tf":2.449489742783178},"143":{"tf":1.4142135623730951},"144":{"tf":2.8284271247461903},"145":{"tf":3.1622776601683795},"146":{"tf":2.449489742783178},"147":{"tf":2.0},"148":{"tf":2.449489742783178},"149":{"tf":3.0},"15":{"tf":2.6457513110645907},"150":{"tf":4.0},"151":{"tf":2.23606797749979},"152":{"tf":2.0},"153":{"tf":1.7320508075688772},"154":{"tf":2.23606797749979},"155":{"tf":3.3166247903554},"156":{"tf":3.3166247903554},"157":{"tf":2.8284271247461903},"158":{"tf":2.449489742783178},"159":{"tf":1.7320508075688772},"16":{"tf":2.449489742783178},"160":{"tf":2.23606797749979},"161":{"tf":1.4142135623730951},"162":{"tf":3.0},"163":{"tf":3.1622776601683795},"164":{"tf":1.0},"165":{"tf":1.7320508075688772},"166":{"tf":1.0},"167":{"tf":1.0},"168":{"tf":1.0},"169":{"tf":1.0},"17":{"tf":3.4641016151377544},"170":{"tf":1.0},"171":{"tf":1.0},"172":{"tf":1.7320508075688772},"173":{"tf":2.449489742783178},"174":{"tf":1.7320508075688772},"176":{"tf":1.0},"178":{"tf":3.1622776601683795},"18":{"tf":2.23606797749979},"180":{"tf":1.4142135623730951},"181":{"tf":1.4142135623730951},"182":{"tf":1.4142135623730951},"183":{"tf":1.7320508075688772},"184":{"tf":1.4142135623730951},"188":{"tf":1.4142135623730951},"19":{"tf":3.3166247903554},"190":{"tf":2.449489742783178},"191":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":2.0},"196":{"tf":1.4142135623730951},"197":{"tf":2.0},"2":{"tf":2.0},"20":{"tf":1.7320508075688772},"201":{"tf":1.0},"202":{"tf":1.4142135623730951},"203":{"tf":1.4142135623730951},"204":{"tf":1.4142135623730951},"205":{"tf":1.4142135623730951},"206":{"tf":2.0},"207":{"tf":1.7320508075688772},"21":{"tf":1.4142135623730951},"210":{"tf":1.4142135623730951},"211":{"tf":2.0},"212":{"tf":1.7320508075688772},"214":{"tf":1.4142135623730951},"215":{"tf":2.0},"216":{"tf":1.7320508075688772},"218":{"tf":2.449489742783178},"219":{"tf":1.4142135623730951},"22":{"tf":1.4142135623730951},"220":{"tf":2.0},"221":{"tf":1.4142135623730951},"222":{"tf":1.4142135623730951},"223":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":3.605551275463989},"226":{"tf":1.4142135623730951},"227":{"tf":1.7320508075688772},"228":{"tf":1.7320508075688772},"229":{"tf":2.23606797749979},"23":{"tf":1.4142135623730951},"230":{"tf":3.0},"231":{"tf":1.0},"232":{"tf":1.0},"233":{"tf":1.0},"234":{"tf":1.4142135623730951},"235":{"tf":1.4142135623730951},"24":{"tf":1.4142135623730951},"240":{"tf":1.0},"242":{"tf":1.4142135623730951},"243":{"tf":1.0},"244":{"tf":2.23606797749979},"246":{"tf":1.7320508075688772},"247":{"tf":1.0},"25":{"tf":1.0},"251":{"tf":2.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"255":{"tf":1.0},"26":{"tf":1.4142135623730951},"262":{"tf":3.605551275463989},"263":{"tf":3.1622776601683795},"264":{"tf":3.4641016151377544},"265":{"tf":3.0},"266":{"tf":1.7320508075688772},"267":{"tf":1.4142135623730951},"268":{"tf":3.0},"269":{"tf":2.6457513110645907},"27":{"tf":1.4142135623730951},"270":{"tf":1.0},"271":{"tf":1.0},"274":{"tf":1.0},"275":{"tf":1.4142135623730951},"276":{"tf":1.4142135623730951},"277":{"tf":1.0},"278":{"tf":2.0},"279":{"tf":2.0},"28":{"tf":1.7320508075688772},"280":{"tf":1.0},"281":{"tf":1.4142135623730951},"282":{"tf":1.0},"284":{"tf":1.0},"286":{"tf":3.1622776601683795},"287":{"tf":1.7320508075688772},"288":{"tf":1.7320508075688772},"289":{"tf":1.0},"29":{"tf":1.4142135623730951},"290":{"tf":1.4142135623730951},"291":{"tf":1.0},"294":{"tf":1.7320508075688772},"295":{"tf":1.7320508075688772},"296":{"tf":2.0},"297":{"tf":1.7320508075688772},"298":{"tf":1.0},"299":{"tf":1.0},"3":{"tf":2.0},"30":{"tf":1.7320508075688772},"31":{"tf":1.7320508075688772},"310":{"tf":1.0},"318":{"tf":1.4142135623730951},"32":{"tf":2.0},"33":{"tf":3.605551275463989},"330":{"tf":3.605551275463989},"331":{"tf":1.7320508075688772},"332":{"tf":1.4142135623730951},"333":{"tf":1.0},"334":{"tf":1.0},"335":{"tf":1.7320508075688772},"336":{"tf":1.0},"337":{"tf":1.0},"338":{"tf":1.4142135623730951},"339":{"tf":1.7320508075688772},"34":{"tf":2.449489742783178},"340":{"tf":2.0},"341":{"tf":1.4142135623730951},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"345":{"tf":2.449489742783178},"346":{"tf":3.0},"347":{"tf":1.0},"348":{"tf":1.4142135623730951},"349":{"tf":1.0},"35":{"tf":1.4142135623730951},"350":{"tf":1.0},"351":{"tf":1.0},"352":{"tf":1.7320508075688772},"353":{"tf":1.0},"354":{"tf":1.7320508075688772},"355":{"tf":2.0},"356":{"tf":1.4142135623730951},"357":{"tf":1.0},"358":{"tf":1.7320508075688772},"359":{"tf":1.0},"36":{"tf":2.23606797749979},"360":{"tf":1.0},"361":{"tf":2.449489742783178},"362":{"tf":1.7320508075688772},"363":{"tf":2.6457513110645907},"364":{"tf":1.7320508075688772},"365":{"tf":2.0},"366":{"tf":2.0},"367":{"tf":1.7320508075688772},"368":{"tf":1.0},"369":{"tf":1.0},"37":{"tf":2.23606797749979},"371":{"tf":1.0},"374":{"tf":1.0},"379":{"tf":2.0},"38":{"tf":1.7320508075688772},"380":{"tf":1.0},"381":{"tf":1.4142135623730951},"382":{"tf":1.4142135623730951},"383":{"tf":2.0},"384":{"tf":1.0},"387":{"tf":1.4142135623730951},"388":{"tf":1.4142135623730951},"389":{"tf":2.449489742783178},"39":{"tf":1.7320508075688772},"390":{"tf":1.7320508075688772},"394":{"tf":1.0},"399":{"tf":2.23606797749979},"4":{"tf":2.449489742783178},"40":{"tf":2.0},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"41":{"tf":1.4142135623730951},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"418":{"tf":2.23606797749979},"419":{"tf":1.4142135623730951},"42":{"tf":1.4142135623730951},"420":{"tf":1.4142135623730951},"421":{"tf":1.4142135623730951},"422":{"tf":1.4142135623730951},"423":{"tf":2.0},"424":{"tf":1.4142135623730951},"425":{"tf":1.7320508075688772},"426":{"tf":1.4142135623730951},"427":{"tf":2.0},"428":{"tf":1.0},"429":{"tf":1.4142135623730951},"43":{"tf":1.4142135623730951},"430":{"tf":1.4142135623730951},"431":{"tf":1.7320508075688772},"432":{"tf":1.7320508075688772},"433":{"tf":1.4142135623730951},"434":{"tf":1.4142135623730951},"435":{"tf":1.4142135623730951},"436":{"tf":2.0},"437":{"tf":1.7320508075688772},"438":{"tf":1.4142135623730951},"439":{"tf":1.0},"44":{"tf":2.23606797749979},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"443":{"tf":1.7320508075688772},"444":{"tf":2.8284271247461903},"445":{"tf":2.6457513110645907},"446":{"tf":1.7320508075688772},"447":{"tf":2.23606797749979},"448":{"tf":1.0},"45":{"tf":1.4142135623730951},"451":{"tf":2.449489742783178},"453":{"tf":1.4142135623730951},"454":{"tf":1.0},"458":{"tf":1.0},"46":{"tf":2.0},"464":{"tf":1.4142135623730951},"465":{"tf":1.4142135623730951},"47":{"tf":1.4142135623730951},"476":{"tf":1.4142135623730951},"477":{"tf":1.0},"478":{"tf":1.4142135623730951},"479":{"tf":1.4142135623730951},"48":{"tf":2.23606797749979},"483":{"tf":1.0},"484":{"tf":1.0},"489":{"tf":1.4142135623730951},"49":{"tf":1.0},"490":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"497":{"tf":1.0},"5":{"tf":2.0},"50":{"tf":1.4142135623730951},"503":{"tf":1.0},"506":{"tf":1.4142135623730951},"507":{"tf":2.0},"509":{"tf":1.0},"51":{"tf":1.4142135623730951},"510":{"tf":1.7320508075688772},"512":{"tf":1.4142135623730951},"513":{"tf":1.0},"514":{"tf":1.0},"517":{"tf":1.7320508075688772},"52":{"tf":2.8284271247461903},"521":{"tf":1.0},"526":{"tf":1.0},"529":{"tf":1.0},"53":{"tf":2.23606797749979},"530":{"tf":2.0},"532":{"tf":1.0},"534":{"tf":1.0},"54":{"tf":1.4142135623730951},"542":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"549":{"tf":1.0},"55":{"tf":1.7320508075688772},"550":{"tf":1.0},"553":{"tf":1.0},"556":{"tf":1.0},"558":{"tf":1.0},"56":{"tf":1.4142135623730951},"561":{"tf":1.0},"562":{"tf":1.7320508075688772},"567":{"tf":1.0},"569":{"tf":1.4142135623730951},"57":{"tf":1.7320508075688772},"570":{"tf":1.0},"573":{"tf":1.0},"575":{"tf":1.4142135623730951},"576":{"tf":1.0},"579":{"tf":1.4142135623730951},"58":{"tf":1.7320508075688772},"580":{"tf":1.0},"581":{"tf":1.0},"583":{"tf":1.7320508075688772},"584":{"tf":1.0},"587":{"tf":1.0},"588":{"tf":1.0},"59":{"tf":1.7320508075688772},"590":{"tf":1.0},"592":{"tf":1.7320508075688772},"593":{"tf":1.7320508075688772},"598":{"tf":1.0},"6":{"tf":3.0},"60":{"tf":1.4142135623730951},"601":{"tf":1.0},"603":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":2.0},"607":{"tf":1.0},"608":{"tf":2.0},"609":{"tf":1.0},"61":{"tf":1.4142135623730951},"611":{"tf":1.0},"613":{"tf":1.7320508075688772},"614":{"tf":1.0},"615":{"tf":2.0},"616":{"tf":1.0},"617":{"tf":2.23606797749979},"618":{"tf":1.0},"619":{"tf":2.0},"62":{"tf":1.4142135623730951},"620":{"tf":1.0},"621":{"tf":2.23606797749979},"622":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":2.6457513110645907},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"63":{"tf":1.4142135623730951},"630":{"tf":1.0},"631":{"tf":2.0},"632":{"tf":1.0},"633":{"tf":2.0},"634":{"tf":1.0},"635":{"tf":2.23606797749979},"636":{"tf":1.0},"637":{"tf":2.0},"638":{"tf":1.0},"639":{"tf":2.449489742783178},"64":{"tf":1.4142135623730951},"640":{"tf":1.0},"641":{"tf":3.3166247903554},"642":{"tf":1.0},"643":{"tf":3.0},"644":{"tf":1.0},"645":{"tf":2.23606797749979},"646":{"tf":1.0},"647":{"tf":2.449489742783178},"648":{"tf":1.0},"649":{"tf":2.0},"65":{"tf":1.4142135623730951},"650":{"tf":1.0},"651":{"tf":2.23606797749979},"652":{"tf":1.0},"653":{"tf":2.0},"654":{"tf":1.0},"655":{"tf":3.0},"656":{"tf":1.0},"658":{"tf":1.0},"66":{"tf":1.4142135623730951},"660":{"tf":1.0},"661":{"tf":1.0},"662":{"tf":2.0},"663":{"tf":1.4142135623730951},"666":{"tf":1.4142135623730951},"668":{"tf":1.0},"67":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"679":{"tf":1.4142135623730951},"68":{"tf":3.1622776601683795},"688":{"tf":1.0},"69":{"tf":2.0},"690":{"tf":4.58257569495584},"691":{"tf":3.3166247903554},"692":{"tf":3.3166247903554},"693":{"tf":3.4641016151377544},"694":{"tf":2.449489742783178},"695":{"tf":2.449489742783178},"696":{"tf":2.449489742783178},"697":{"tf":2.6457513110645907},"698":{"tf":1.0},"699":{"tf":1.0},"7":{"tf":2.449489742783178},"70":{"tf":3.1622776601683795},"701":{"tf":2.23606797749979},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"704":{"tf":2.6457513110645907},"705":{"tf":1.0},"708":{"tf":1.7320508075688772},"71":{"tf":2.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":2.23606797749979},"714":{"tf":2.23606797749979},"715":{"tf":4.0},"716":{"tf":2.0},"717":{"tf":2.449489742783178},"718":{"tf":2.0},"719":{"tf":3.0},"72":{"tf":1.4142135623730951},"720":{"tf":2.23606797749979},"721":{"tf":3.0},"722":{"tf":2.0},"723":{"tf":2.0},"724":{"tf":3.3166247903554},"725":{"tf":1.7320508075688772},"726":{"tf":1.7320508075688772},"727":{"tf":1.0},"729":{"tf":1.0},"73":{"tf":1.4142135623730951},"732":{"tf":1.0},"74":{"tf":2.0},"745":{"tf":2.449489742783178},"746":{"tf":1.4142135623730951},"747":{"tf":2.0},"748":{"tf":2.23606797749979},"75":{"tf":1.4142135623730951},"76":{"tf":1.7320508075688772},"77":{"tf":1.4142135623730951},"78":{"tf":2.449489742783178},"79":{"tf":2.0},"8":{"tf":2.23606797749979},"80":{"tf":3.0},"81":{"tf":2.0},"82":{"tf":2.23606797749979},"83":{"tf":1.4142135623730951},"84":{"tf":3.605551275463989},"85":{"tf":2.0},"86":{"tf":1.4142135623730951},"87":{"tf":2.0},"88":{"tf":1.7320508075688772},"89":{"tf":1.4142135623730951},"9":{"tf":2.0},"90":{"tf":1.7320508075688772},"91":{"tf":1.4142135623730951},"92":{"tf":1.7320508075688772},"93":{"tf":1.7320508075688772},"94":{"tf":1.7320508075688772},"95":{"tf":1.7320508075688772},"96":{"tf":2.6457513110645907},"97":{"tf":2.449489742783178},"98":{"tf":3.605551275463989},"99":{"tf":2.8284271247461903}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"651":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}}}}}},"f":{"df":0,"docs":{},"x":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"691":{"tf":2.0}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"[":{"7":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"242":{"tf":1.4142135623730951}}}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"_":{"[":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"3":{"2":{"]":{".":{"[":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"/":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"242":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":2,"docs":{"240":{"tf":1.0},"243":{"tf":1.4142135623730951}}}}}}}}},"4":{"df":6,"docs":{"117":{"tf":1.0},"284":{"tf":1.4142135623730951},"530":{"tf":1.0},"55":{"tf":1.0},"606":{"tf":1.0},"61":{"tf":1.0}}},":":{":":{"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"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":1,"docs":{"627":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"629":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"t":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"627":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"621":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"c":{"df":0,"docs":{},"r":{"df":1,"docs":{"245":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"245":{"tf":1.0}}}}}}},"df":1,"docs":{"242":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"_":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"_":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":1,"docs":{"621":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"_":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"=":{"1":{"df":1,"docs":{"242":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"242":{"tf":1.4142135623730951},"277":{"tf":1.4142135623730951}}}}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":1,"docs":{"535":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":66,"docs":{"116":{"tf":2.6457513110645907},"117":{"tf":2.23606797749979},"118":{"tf":2.0},"119":{"tf":1.7320508075688772},"120":{"tf":2.0},"121":{"tf":2.449489742783178},"149":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"161":{"tf":1.7320508075688772},"17":{"tf":1.0},"171":{"tf":1.0},"178":{"tf":1.4142135623730951},"186":{"tf":2.0},"194":{"tf":1.7320508075688772},"225":{"tf":1.0},"240":{"tf":1.7320508075688772},"241":{"tf":1.7320508075688772},"242":{"tf":1.7320508075688772},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.4142135623730951},"274":{"tf":1.0},"277":{"tf":1.7320508075688772},"281":{"tf":1.0},"282":{"tf":1.7320508075688772},"283":{"tf":1.4142135623730951},"284":{"tf":1.4142135623730951},"285":{"tf":1.4142135623730951},"33":{"tf":1.0},"44":{"tf":1.0},"45":{"tf":1.7320508075688772},"524":{"tf":1.0},"529":{"tf":1.4142135623730951},"535":{"tf":1.4142135623730951},"539":{"tf":2.0},"57":{"tf":1.0},"60":{"tf":1.0},"606":{"tf":1.0},"608":{"tf":1.0},"610":{"tf":1.4142135623730951},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.0},"619":{"tf":1.0},"62":{"tf":1.0},"621":{"tf":1.7320508075688772},"623":{"tf":1.0},"627":{"tf":1.4142135623730951},"629":{"tf":1.0},"63":{"tf":1.0},"631":{"tf":1.4142135623730951},"633":{"tf":1.4142135623730951},"637":{"tf":1.4142135623730951},"641":{"tf":2.0},"643":{"tf":2.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"651":{"tf":1.0},"653":{"tf":1.4142135623730951},"689":{"tf":1.0},"7":{"tf":1.4142135623730951},"748":{"tf":1.0},"88":{"tf":1.7320508075688772},"97":{"tf":1.0}}}}},"i":{"df":3,"docs":{"140":{"tf":1.0},"393":{"tf":1.4142135623730951},"705":{"tf":1.0}},"n":{"df":0,"docs":{},"t":{"3":{"2":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"536":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"691":{"tf":1.4142135623730951}}}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"659":{"tf":1.0}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"606":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"436":{"tf":1.0}}}}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"s":{"df":0,"docs":{},"l":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"j":{"df":1,"docs":{"226":{"tf":1.0}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":1,"docs":{"208":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":2,"docs":{"163":{"tf":1.0},"165":{"tf":1.4142135623730951}}}}}},"df":1,"docs":{"623":{"tf":1.0}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"637":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"r":{"df":1,"docs":{"273":{"tf":1.4142135623730951}}}}},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"h":{"df":3,"docs":{"610":{"tf":1.0},"637":{"tf":1.0},"659":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"514":{"tf":1.7320508075688772}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"352":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":4,"docs":{"368":{"tf":1.0},"395":{"tf":1.0},"55":{"tf":1.0},"637":{"tf":1.0}}}},"w":{"6":{"4":{"df":1,"docs":{"625":{"tf":1.0}}},"df":0,"docs":{}},"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"525":{"tf":1.0}}}},"n":{"df":0,"docs":{},"t":{"df":38,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"16":{"tf":1.4142135623730951},"175":{"tf":1.0},"230":{"tf":1.0},"238":{"tf":1.4142135623730951},"239":{"tf":1.4142135623730951},"249":{"tf":1.7320508075688772},"250":{"tf":1.4142135623730951},"252":{"tf":1.0},"254":{"tf":1.7320508075688772},"361":{"tf":1.0},"391":{"tf":1.4142135623730951},"466":{"tf":1.7320508075688772},"468":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":2.0},"48":{"tf":1.0},"502":{"tf":1.0},"508":{"tf":2.8284271247461903},"510":{"tf":1.0},"511":{"tf":2.0},"536":{"tf":1.4142135623730951},"540":{"tf":1.0},"541":{"tf":1.0},"547":{"tf":1.0},"560":{"tf":1.0},"574":{"tf":1.0},"643":{"tf":1.0},"663":{"tf":1.0},"665":{"tf":1.4142135623730951},"715":{"tf":1.0},"719":{"tf":1.0},"721":{"tf":1.0},"726":{"tf":1.4142135623730951},"729":{"tf":1.0},"88":{"tf":1.0}}}},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"59":{"tf":1.0}}}}},"n":{"df":11,"docs":{"368":{"tf":1.0},"374":{"tf":1.0},"405":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"589":{"tf":1.0},"606":{"tf":2.0},"608":{"tf":2.0},"615":{"tf":1.0},"619":{"tf":1.0},"78":{"tf":1.0}}},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"120":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"89":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"72":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.0}}}}}},"l":{"a":{"b":{"df":8,"docs":{"18":{"tf":1.0},"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"697":{"tf":1.0},"747":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"y":{"df":61,"docs":{"120":{"tf":1.0},"133":{"tf":1.0},"138":{"tf":1.0},"147":{"tf":1.0},"17":{"tf":1.0},"230":{"tf":1.0},"235":{"tf":1.0},"238":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"254":{"tf":1.0},"26":{"tf":1.0},"28":{"tf":1.0},"281":{"tf":1.0},"30":{"tf":1.0},"305":{"tf":1.0},"31":{"tf":1.0},"331":{"tf":1.4142135623730951},"338":{"tf":1.4142135623730951},"341":{"tf":1.0},"350":{"tf":1.4142135623730951},"359":{"tf":1.0},"364":{"tf":1.0},"369":{"tf":1.0},"371":{"tf":1.0},"372":{"tf":1.4142135623730951},"373":{"tf":1.7320508075688772},"374":{"tf":1.4142135623730951},"381":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.4142135623730951},"390":{"tf":1.0},"391":{"tf":1.0},"392":{"tf":1.4142135623730951},"395":{"tf":1.0},"397":{"tf":1.0},"448":{"tf":1.0},"450":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.4142135623730951},"476":{"tf":2.0},"490":{"tf":1.0},"507":{"tf":1.4142135623730951},"508":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"530":{"tf":1.0},"541":{"tf":1.0},"574":{"tf":1.0},"606":{"tf":1.0},"666":{"tf":1.0},"668":{"tf":1.0},"691":{"tf":1.0},"705":{"tf":1.0},"707":{"tf":1.0},"727":{"tf":1.0},"730":{"tf":1.0},"734":{"tf":1.0},"739":{"tf":1.4142135623730951},"78":{"tf":1.0},"89":{"tf":1.0}}}},"df":1,"docs":{"162":{"tf":1.0}},"e":{"b":{"df":3,"docs":{"162":{"tf":1.0},"715":{"tf":1.0},"725":{"tf":1.4142135623730951}},"p":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"128":{"tf":1.0},"177":{"tf":1.0},"83":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"127":{"tf":1.0},"128":{"tf":1.4142135623730951},"131":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"l":{"df":12,"docs":{"16":{"tf":1.0},"170":{"tf":1.0},"342":{"tf":1.4142135623730951},"351":{"tf":1.0},"359":{"tf":1.0},"368":{"tf":1.0},"371":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"390":{"tf":1.0},"469":{"tf":1.0},"487":{"tf":1.0}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"=":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":1,"docs":{"619":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}},"t":{"df":1,"docs":{"582":{"tf":1.0}}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":2,"docs":{"698":{"tf":1.0},"700":{"tf":1.4142135623730951}}},"_":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"_":{"1":{"0":{"df":1,"docs":{"56":{"tf":1.0}}},"1":{"df":1,"docs":{"58":{"tf":1.0}}},"2":{"df":1,"docs":{"63":{"tf":1.0}}},"3":{"df":1,"docs":{"64":{"tf":1.0}}},"4":{"df":1,"docs":{"66":{"tf":1.0}}},"5":{"df":2,"docs":{"69":{"tf":1.0},"70":{"tf":1.0}}},"6":{"df":1,"docs":{"70":{"tf":1.0}}},"7":{"df":1,"docs":{"75":{"tf":1.0}}},"8":{"df":1,"docs":{"75":{"tf":1.0}}},"9":{"df":1,"docs":{"75":{"tf":1.0}}},"df":1,"docs":{"37":{"tf":1.0}}},"2":{"0":{"df":1,"docs":{"76":{"tf":1.0}}},"1":{"df":1,"docs":{"77":{"tf":1.0}}},"2":{"df":1,"docs":{"78":{"tf":1.0}}},"3":{"df":1,"docs":{"79":{"tf":1.0}}},"4":{"df":1,"docs":{"81":{"tf":1.0}}},"5":{"df":1,"docs":{"82":{"tf":1.0}}},"6":{"df":1,"docs":{"83":{"tf":1.0}}},"7":{"df":1,"docs":{"83":{"tf":1.0}}},"8":{"df":1,"docs":{"84":{"tf":1.0}}},"9":{"df":1,"docs":{"84":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"55":{"tf":1.0}}},"3":{"0":{"df":1,"docs":{"85":{"tf":1.0}}},"1":{"df":1,"docs":{"88":{"tf":1.0}}},"5":{"df":1,"docs":{"117":{"tf":1.0}}},"6":{"df":1,"docs":{"118":{"tf":1.0}}},"7":{"df":1,"docs":{"119":{"tf":1.0}}},"df":2,"docs":{"53":{"tf":1.0},"62":{"tf":1.0}}},"4":{"df":2,"docs":{"53":{"tf":1.0},"60":{"tf":1.0}}},"5":{"df":2,"docs":{"53":{"tf":1.0},"57":{"tf":1.0}}},"7":{"df":1,"docs":{"97":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":2,"docs":{"14":{"tf":1.0},"250":{"tf":1.0}}}},"s":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"p":{"d":{"df":0,"docs":{},"f":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"373":{"tf":2.8284271247461903}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":8,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"321":{"tf":1.0},"359":{"tf":1.0},"390":{"tf":1.0},"398":{"tf":1.0},"574":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"120":{"tf":1.0},"147":{"tf":1.0},"89":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":2,"docs":{"127":{"tf":1.4142135623730951},"59":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":5,"docs":{"159":{"tf":1.0},"249":{"tf":1.0},"252":{"tf":1.0},"258":{"tf":1.0},"739":{"tf":1.0}}}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":2,"docs":{"12":{"tf":1.0},"606":{"tf":1.0}}},"t":{"df":0,"docs":{},"h":{"df":2,"docs":{"363":{"tf":1.7320508075688772},"557":{"tf":1.0}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"162":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"n":{"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":2,"docs":{"40":{"tf":1.0},"81":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":0,"docs":{},"x":{"df":5,"docs":{"43":{"tf":1.0},"44":{"tf":1.0},"641":{"tf":1.0},"95":{"tf":1.0},"97":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"_":{"a":{"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":0,"docs":{},"e":{"_":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"631":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"d":{"b":{"3":{"2":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"6":{"4":{"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":1,"docs":{"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":90,"docs":{"108":{"tf":1.0},"14":{"tf":1.0},"152":{"tf":1.0},"163":{"tf":1.0},"168":{"tf":1.7320508075688772},"172":{"tf":1.4142135623730951},"174":{"tf":1.7320508075688772},"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":3.1622776601683795},"178":{"tf":1.4142135623730951},"180":{"tf":1.4142135623730951},"198":{"tf":1.4142135623730951},"201":{"tf":1.0},"202":{"tf":1.7320508075688772},"205":{"tf":2.0},"206":{"tf":1.0},"207":{"tf":1.0},"208":{"tf":2.0},"209":{"tf":1.4142135623730951},"218":{"tf":1.4142135623730951},"221":{"tf":1.4142135623730951},"224":{"tf":1.0},"225":{"tf":2.449489742783178},"230":{"tf":1.0},"24":{"tf":1.0},"276":{"tf":1.0},"284":{"tf":1.0},"316":{"tf":1.0},"346":{"tf":1.0},"354":{"tf":2.23606797749979},"361":{"tf":1.7320508075688772},"39":{"tf":1.0},"391":{"tf":1.0},"413":{"tf":2.0},"425":{"tf":1.0},"427":{"tf":2.449489742783178},"428":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"431":{"tf":1.0},"434":{"tf":2.0},"437":{"tf":1.4142135623730951},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"448":{"tf":1.0},"462":{"tf":2.0},"488":{"tf":1.0},"49":{"tf":1.4142135623730951},"512":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"52":{"tf":1.0},"520":{"tf":1.4142135623730951},"530":{"tf":1.0},"536":{"tf":1.0},"539":{"tf":1.0},"557":{"tf":1.4142135623730951},"6":{"tf":1.7320508075688772},"606":{"tf":1.0},"608":{"tf":2.0},"610":{"tf":1.0},"613":{"tf":2.0},"615":{"tf":1.7320508075688772},"617":{"tf":2.449489742783178},"619":{"tf":1.4142135623730951},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"631":{"tf":1.7320508075688772},"633":{"tf":1.4142135623730951},"635":{"tf":1.0},"637":{"tf":1.0},"639":{"tf":1.4142135623730951},"641":{"tf":1.7320508075688772},"68":{"tf":1.7320508075688772},"69":{"tf":1.0},"7":{"tf":1.0},"70":{"tf":2.0},"701":{"tf":1.0},"71":{"tf":1.4142135623730951},"711":{"tf":1.0},"712":{"tf":1.7320508075688772},"713":{"tf":1.0},"741":{"tf":1.0},"747":{"tf":1.0},"75":{"tf":2.23606797749979},"78":{"tf":1.7320508075688772},"88":{"tf":2.0},"93":{"tf":1.4142135623730951},"95":{"tf":1.4142135623730951}},"s":{".":{"df":0,"docs":{},"h":{"df":1,"docs":{"621":{"tf":1.4142135623730951}}}},"/":{"df":0,"docs":{},"m":{"a":{"c":{"df":0,"docs":{},"o":{"df":1,"docs":{"95":{"tf":1.0}},"s":{"df":0,"docs":{},"x":{"df":1,"docs":{"538":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"_":{"df":0,"docs":{},"x":{"6":{"4":{"\\":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"\\":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"3":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{".":{"c":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"88":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":7,"docs":{"355":{"tf":1.0},"359":{"tf":1.0},"371":{"tf":1.0},"427":{"tf":2.449489742783178},"430":{"tf":1.4142135623730951},"631":{"tf":1.0},"641":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{".":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"354":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"s":{"df":0,"docs":{},"h":{"df":3,"docs":{"397":{"tf":1.0},"468":{"tf":1.0},"705":{"tf":1.0}}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"14":{"tf":1.0},"142":{"tf":1.0},"450":{"tf":1.0}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":27,"docs":{"120":{"tf":1.4142135623730951},"127":{"tf":1.4142135623730951},"147":{"tf":1.4142135623730951},"208":{"tf":1.0},"213":{"tf":1.0},"221":{"tf":1.0},"331":{"tf":1.0},"338":{"tf":1.0},"354":{"tf":1.0},"373":{"tf":1.7320508075688772},"390":{"tf":1.0},"395":{"tf":1.0},"405":{"tf":1.0},"407":{"tf":1.0},"410":{"tf":1.4142135623730951},"450":{"tf":1.0},"551":{"tf":1.0},"613":{"tf":1.0},"619":{"tf":1.0},"623":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.4142135623730951},"674":{"tf":1.7320508075688772},"683":{"tf":1.4142135623730951},"684":{"tf":1.0},"732":{"tf":1.0},"89":{"tf":1.0}}}}}}}},"k":{"df":1,"docs":{"430":{"tf":1.0}}},"o":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":3,"docs":{"242":{"tf":1.0},"525":{"tf":1.0},"740":{"tf":1.0}}}},"df":0,"docs":{}},"r":{"d":{"df":1,"docs":{"608":{"tf":1.0}}},"df":0,"docs":{},"k":{"df":60,"docs":{"103":{"tf":1.0},"105":{"tf":1.4142135623730951},"106":{"tf":1.0},"108":{"tf":1.4142135623730951},"109":{"tf":1.0},"111":{"tf":1.4142135623730951},"112":{"tf":1.0},"114":{"tf":1.4142135623730951},"153":{"tf":1.0},"155":{"tf":1.0},"170":{"tf":1.0},"171":{"tf":1.0},"19":{"tf":1.0},"230":{"tf":1.0},"242":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.4142135623730951},"249":{"tf":1.4142135623730951},"253":{"tf":1.4142135623730951},"257":{"tf":1.0},"264":{"tf":1.0},"300":{"tf":1.0},"330":{"tf":1.0},"339":{"tf":1.0},"357":{"tf":1.0},"359":{"tf":2.0},"368":{"tf":1.0},"369":{"tf":1.0},"370":{"tf":1.0},"373":{"tf":1.0},"385":{"tf":1.0},"390":{"tf":1.0},"391":{"tf":1.0},"470":{"tf":1.0},"490":{"tf":1.0},"50":{"tf":1.0},"506":{"tf":1.0},"508":{"tf":1.4142135623730951},"509":{"tf":1.0},"511":{"tf":1.4142135623730951},"529":{"tf":1.0},"531":{"tf":1.4142135623730951},"6":{"tf":1.0},"608":{"tf":1.0},"617":{"tf":1.0},"627":{"tf":1.4142135623730951},"639":{"tf":1.0},"643":{"tf":1.0},"645":{"tf":1.4142135623730951},"670":{"tf":1.4142135623730951},"671":{"tf":1.4142135623730951},"680":{"tf":1.4142135623730951},"698":{"tf":1.0},"699":{"tf":1.4142135623730951},"700":{"tf":1.0},"718":{"tf":1.0},"722":{"tf":1.0},"724":{"tf":1.0},"740":{"tf":1.0},"88":{"tf":1.4142135623730951}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":26,"docs":{"286":{"tf":1.0},"294":{"tf":1.4142135623730951},"332":{"tf":1.0},"338":{"tf":1.0},"399":{"tf":1.7320508075688772},"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.4142135623730951},"406":{"tf":1.4142135623730951},"407":{"tf":1.4142135623730951},"408":{"tf":1.0},"409":{"tf":1.0},"410":{"tf":1.0},"411":{"tf":1.4142135623730951},"412":{"tf":1.0},"413":{"tf":1.0},"414":{"tf":1.4142135623730951},"415":{"tf":1.0},"416":{"tf":1.0},"417":{"tf":1.0},"468":{"tf":1.0},"474":{"tf":1.0},"685":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"p":{"a":{"c":{"df":1,"docs":{"158":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"t":{"a":{"df":0,"docs":{},"t":{"df":3,"docs":{"13":{"tf":1.0},"2":{"tf":1.0},"748":{"tf":1.0}}}},"df":0,"docs":{}}}},"l":{"d":{"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":1,"docs":{"366":{"tf":1.0}}}}}}}}},"df":9,"docs":{"1":{"tf":1.4142135623730951},"12":{"tf":1.0},"193":{"tf":1.0},"279":{"tf":1.0},"359":{"tf":1.0},"366":{"tf":1.0},"59":{"tf":1.0},"608":{"tf":1.0},"639":{"tf":1.0}},"’":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":13,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"104":{"tf":1.4142135623730951},"107":{"tf":1.4142135623730951},"110":{"tf":1.7320508075688772},"113":{"tf":1.4142135623730951},"339":{"tf":1.0},"368":{"tf":1.0},"501":{"tf":1.0},"59":{"tf":1.0},"613":{"tf":1.0},"99":{"tf":1.0}},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":1,"docs":{"508":{"tf":1.0}}}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"508":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":56,"docs":{"100":{"tf":1.7320508075688772},"101":{"tf":1.7320508075688772},"102":{"tf":1.7320508075688772},"103":{"tf":2.23606797749979},"104":{"tf":1.4142135623730951},"105":{"tf":1.4142135623730951},"106":{"tf":2.23606797749979},"107":{"tf":1.4142135623730951},"108":{"tf":1.4142135623730951},"109":{"tf":2.23606797749979},"110":{"tf":1.4142135623730951},"111":{"tf":2.0},"112":{"tf":2.23606797749979},"113":{"tf":2.0},"114":{"tf":1.7320508075688772},"156":{"tf":1.0},"17":{"tf":1.0},"249":{"tf":1.4142135623730951},"286":{"tf":1.0},"323":{"tf":1.7320508075688772},"33":{"tf":1.0},"444":{"tf":1.0},"452":{"tf":1.0},"46":{"tf":1.7320508075688772},"508":{"tf":1.4142135623730951},"52":{"tf":1.0},"579":{"tf":1.7320508075688772},"580":{"tf":1.7320508075688772},"606":{"tf":1.7320508075688772},"608":{"tf":1.4142135623730951},"610":{"tf":1.0},"613":{"tf":1.0},"615":{"tf":1.0},"617":{"tf":1.4142135623730951},"619":{"tf":1.7320508075688772},"621":{"tf":1.4142135623730951},"623":{"tf":1.4142135623730951},"625":{"tf":1.0},"627":{"tf":2.0},"629":{"tf":1.7320508075688772},"631":{"tf":2.8284271247461903},"633":{"tf":2.0},"635":{"tf":2.0},"637":{"tf":2.449489742783178},"639":{"tf":2.449489742783178},"641":{"tf":2.0},"643":{"tf":1.7320508075688772},"645":{"tf":1.4142135623730951},"647":{"tf":1.7320508075688772},"649":{"tf":1.7320508075688772},"651":{"tf":1.7320508075688772},"653":{"tf":1.4142135623730951},"655":{"tf":1.7320508075688772},"691":{"tf":1.0},"98":{"tf":2.8284271247461903},"99":{"tf":1.7320508075688772}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":24,"docs":{"174":{"tf":1.0},"188":{"tf":1.0},"249":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"263":{"tf":1.0},"268":{"tf":1.0},"339":{"tf":1.0},"359":{"tf":1.0},"385":{"tf":1.0},"436":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"442":{"tf":1.0},"496":{"tf":1.0},"501":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"596":{"tf":1.0},"625":{"tf":1.0},"700":{"tf":1.0},"91":{"tf":1.0}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":7,"docs":{"120":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.4142135623730951},"150":{"tf":1.0},"621":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":6,"docs":{"575":{"tf":1.0},"619":{"tf":1.7320508075688772},"623":{"tf":1.0},"647":{"tf":1.0},"703":{"tf":1.0},"743":{"tf":1.0}}}}}},"s":{"c":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"613":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":1,"docs":{"608":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}},"w":{"df":0,"docs":{},"w":{".":{"df":0,"docs":{},"m":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":0,"docs":{},"s":{".":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"/":{"df":0,"docs":{},"v":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"139":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{".":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"s":{"d":{"df":0,"docs":{},"k":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"149":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":1,"docs":{"88":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":5,"docs":{"117":{"tf":1.0},"121":{"tf":1.0},"186":{"tf":1.0},"241":{"tf":1.0},"748":{"tf":1.0}}}}}}}}},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"%":{"df":0,"docs":{},"x":{"df":1,"docs":{"547":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"1":{"1":{"df":1,"docs":{"171":{"tf":1.0}}},"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"6":{"4":{"df":5,"docs":{"208":{"tf":1.4142135623730951},"221":{"tf":1.7320508075688772},"428":{"tf":2.8284271247461903},"608":{"tf":1.0},"88":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"8":{"6":{")":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"434":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"_":{"6":{"4":{"/":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"69":{"tf":1.0}}}}}},"df":0,"docs":{},"m":{"1":{"df":1,"docs":{"39":{"tf":1.0}}},"df":0,"docs":{}}},"df":4,"docs":{"427":{"tf":1.4142135623730951},"429":{"tf":1.0},"430":{"tf":1.4142135623730951},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":3,"docs":{"427":{"tf":1.0},"428":{"tf":2.23606797749979},"49":{"tf":2.23606797749979}}},"df":0,"docs":{}},"c":{"b":{"df":2,"docs":{"171":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"1":{"2":{"df":1,"docs":{"617":{"tf":1.0}}},"df":0,"docs":{}},"4":{"df":1,"docs":{"649":{"tf":1.0}}},"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"213":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":17,"docs":{"114":{"tf":1.0},"169":{"tf":1.0},"213":{"tf":1.7320508075688772},"222":{"tf":1.0},"230":{"tf":1.0},"49":{"tf":1.4142135623730951},"529":{"tf":1.0},"532":{"tf":1.7320508075688772},"536":{"tf":1.0},"613":{"tf":1.0},"617":{"tf":1.0},"621":{"tf":1.0},"637":{"tf":1.0},"641":{"tf":1.0},"647":{"tf":1.0},"649":{"tf":1.4142135623730951},"88":{"tf":1.0}}}},"df":0,"docs":{}}},"df":20,"docs":{"14":{"tf":1.0},"141":{"tf":1.4142135623730951},"346":{"tf":1.0},"363":{"tf":2.23606797749979},"39":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.4142135623730951},"441":{"tf":1.4142135623730951},"442":{"tf":1.0},"502":{"tf":1.7320508075688772},"518":{"tf":1.4142135623730951},"519":{"tf":2.0},"520":{"tf":2.0},"525":{"tf":1.4142135623730951},"530":{"tf":1.0},"539":{"tf":1.0},"645":{"tf":1.0},"647":{"tf":1.4142135623730951},"69":{"tf":1.0},"74":{"tf":1.0}},"k":{"b":{"df":1,"docs":{"171":{"tf":1.0}}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"l":{"df":11,"docs":{"117":{"tf":1.0},"424":{"tf":1.0},"430":{"tf":1.0},"45":{"tf":1.0},"512":{"tf":1.0},"513":{"tf":1.4142135623730951},"514":{"tf":1.0},"517":{"tf":2.23606797749979},"621":{"tf":2.0},"653":{"tf":1.0},"76":{"tf":1.4142135623730951}},"s":{"/":{"$":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"519":{"tf":1.0}}},"y":{"/":{"$":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":2.449489742783178},"519":{"tf":2.6457513110645907},"520":{"tf":2.8284271247461903}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":3,"docs":{"518":{"tf":1.4142135623730951},"519":{"tf":1.4142135623730951},"520":{"tf":1.4142135623730951}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":4,"docs":{"437":{"tf":1.0},"440":{"tf":1.4142135623730951},"512":{"tf":1.0},"520":{"tf":1.4142135623730951}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"x":{":":{":":{"df":0,"docs":{},"y":{"df":0,"docs":{},"y":{":":{":":{"df":0,"docs":{},"z":{"df":0,"docs":{},"z":{"df":1,"docs":{"610":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{},"x":{"df":1,"docs":{"429":{"tf":1.0}}}}},"y":{"1":{"df":1,"docs":{"486":{"tf":1.7320508075688772}}},"2":{"df":1,"docs":{"486":{"tf":1.4142135623730951}}},"a":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"h":{"a":{"df":2,"docs":{"18":{"tf":1.0},"59":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"363":{"tf":2.23606797749979},"525":{"tf":1.4142135623730951}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":11,"docs":{"674":{"tf":1.0},"683":{"tf":1.0},"685":{"tf":1.0},"695":{"tf":1.0},"706":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"734":{"tf":1.0},"736":{"tf":1.0},"744":{"tf":1.0}},"s":{"/":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":1,"docs":{"369":{"tf":1.0}}}}},"df":0,"docs":{}}},"o":{"df":0,"docs":{},"u":{"'":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"247":{"tf":1.0},"251":{"tf":1.0}}}},"v":{"df":1,"docs":{"244":{"tf":1.0}}}},"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"224":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"u":{"b":{"df":3,"docs":{"162":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.4142135623730951}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}},"df":0,"docs":{}}},"z":{"a":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"162":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":11,"docs":{"238":{"tf":1.0},"239":{"tf":1.0},"258":{"tf":2.23606797749979},"259":{"tf":1.4142135623730951},"261":{"tf":1.4142135623730951},"338":{"tf":1.0},"478":{"tf":1.4142135623730951},"496":{"tf":2.0},"580":{"tf":1.0},"59":{"tf":1.0},"674":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"p":{"df":5,"docs":{"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.7320508075688772},"165":{"tf":1.0},"619":{"tf":1.0}}}},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"566":{"tf":1.0}}}},"o":{"df":0,"docs":{},"m":{"df":2,"docs":{"727":{"tf":1.0},"740":{"tf":1.7320508075688772}}}}},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":1,"docs":{"18":{"tf":1.0}}}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"y":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"m":{"df":1,"docs":{"18":{"tf":1.4142135623730951}}}}}}}}}},"title":{"root":{"0":{"5":{"/":{"1":{"0":{"/":{"2":{"0":{"2":{"3":{"df":1,"docs":{"18":{"tf":1.0}}},"df":0,"docs":{}},"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":{"df":1,"docs":{"447":{"tf":1.0}}},"df":0,"docs":{}},"0":{"0":{"0":{"df":1,"docs":{"742":{"tf":1.0}}},"df":0,"docs":{}},"df":3,"docs":{"137":{"tf":1.0},"198":{"tf":1.0},"29":{"tf":1.0}}},"1":{"df":2,"docs":{"138":{"tf":1.0},"30":{"tf":1.0}}},"2":{"df":2,"docs":{"139":{"tf":1.0},"31":{"tf":1.0}}},"3":{"df":2,"docs":{"140":{"tf":1.0},"32":{"tf":1.0}}},"4":{"df":1,"docs":{"141":{"tf":1.0}}},"5":{"df":1,"docs":{"142":{"tf":1.0}}},"6":{"df":1,"docs":{"143":{"tf":1.0}}},"df":12,"docs":{"128":{"tf":1.0},"175":{"tf":1.0},"20":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"233":{"tf":1.0},"242":{"tf":1.0},"252":{"tf":1.0},"280":{"tf":1.0},"690":{"tf":1.0}}},"2":{".":{"0":{"df":2,"docs":{"446":{"tf":1.0},"447":{"tf":1.0}}},"df":0,"docs":{},"x":{"df":3,"docs":{"103":{"tf":1.0},"690":{"tf":1.0},"99":{"tf":1.0}}}},"0":{"0":{"8":{"/":{"0":{"1":{"/":{"1":{"7":{"df":2,"docs":{"660":{"tf":1.0},"661":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"9":{"df":2,"docs":{"658":{"tf":1.0},"659":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"1":{"/":{"1":{"5":{"df":2,"docs":{"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"6":{"/":{"2":{"5":{"df":2,"docs":{"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"0":{"2":{"/":{"0":{"4":{"df":2,"docs":{"652":{"tf":1.0},"653":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"1":{"df":2,"docs":{"650":{"tf":1.0},"651":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"9":{"/":{"2":{"5":{"df":2,"docs":{"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"1":{"1":{"/":{"2":{"2":{"df":2,"docs":{"646":{"tf":1.0},"647":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{"/":{"0":{"8":{"/":{"2":{"8":{"df":2,"docs":{"644":{"tf":1.0},"645":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"0":{"6":{"/":{"1":{"7":{"df":2,"docs":{"642":{"tf":1.0},"643":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{"/":{"0":{"3":{"/":{"0":{"3":{"df":2,"docs":{"640":{"tf":1.0},"641":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"0":{"8":{"df":2,"docs":{"638":{"tf":1.0},"639":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"0":{"3":{"/":{"0":{"1":{"df":2,"docs":{"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{"/":{"1":{"1":{"df":2,"docs":{"634":{"tf":1.0},"635":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"2":{"2":{"df":2,"docs":{"632":{"tf":1.0},"633":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"3":{"df":2,"docs":{"630":{"tf":1.0},"631":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"4":{"/":{"0":{"8":{"df":2,"docs":{"628":{"tf":1.0},"629":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"2":{"9":{"df":2,"docs":{"626":{"tf":1.0},"627":{"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":{"0":{"/":{"0":{"7":{"/":{"2":{"9":{"df":2,"docs":{"624":{"tf":1.0},"625":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"1":{"/":{"1":{"7":{"df":2,"docs":{"622":{"tf":1.0},"623":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"/":{"0":{"3":{"/":{"3":{"0":{"df":2,"docs":{"620":{"tf":1.0},"621":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"8":{"/":{"1":{"0":{"df":2,"docs":{"618":{"tf":1.0},"619":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"4":{"df":2,"docs":{"616":{"tf":1.0},"617":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"/":{"0":{"5":{"/":{"1":{"6":{"df":2,"docs":{"614":{"tf":1.0},"615":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"9":{"/":{"0":{"5":{"df":2,"docs":{"611":{"tf":1.0},"612":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"2":{"/":{"1":{"2":{"df":2,"docs":{"609":{"tf":1.0},"610":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"3":{"/":{"0":{"5":{"/":{"1":{"5":{"df":2,"docs":{"607":{"tf":1.0},"608":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{"0":{"/":{"0":{"9":{"df":2,"docs":{"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":28,"docs":{"129":{"tf":1.0},"150":{"tf":1.0},"176":{"tf":1.0},"190":{"tf":1.0},"208":{"tf":1.0},"21":{"tf":1.0},"213":{"tf":1.0},"217":{"tf":1.0},"230":{"tf":1.0},"237":{"tf":1.0},"243":{"tf":1.0},"253":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"281":{"tf":1.0},"46":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"98":{"tf":1.0}}},"3":{".":{"0":{".":{"0":{"df":8,"docs":{"298":{"tf":1.0},"299":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"477":{"tf":1.0},"479":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0}}},"1":{"df":5,"docs":{"300":{"tf":1.0},"489":{"tf":1.0},"495":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0}}},"2":{"df":4,"docs":{"301":{"tf":1.0},"492":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"1":{".":{"0":{"df":7,"docs":{"302":{"tf":1.0},"303":{"tf":1.0},"304":{"tf":1.0},"497":{"tf":1.0},"503":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"5":{".":{"0":{"df":12,"docs":{"305":{"tf":1.0},"306":{"tf":1.0},"307":{"tf":1.0},"308":{"tf":1.0},"309":{"tf":1.0},"506":{"tf":1.0},"509":{"tf":1.0},"512":{"tf":1.0},"521":{"tf":1.0},"526":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0}}},"1":{"df":2,"docs":{"650":{"tf":1.0},"651":{"tf":1.0}}},"2":{"df":2,"docs":{"648":{"tf":1.0},"649":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"6":{".":{"0":{"df":6,"docs":{"310":{"tf":1.0},"311":{"tf":1.0},"529":{"tf":1.0},"542":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0}}},"1":{"0":{"df":4,"docs":{"318":{"tf":1.0},"561":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0}}},"1":{"df":4,"docs":{"319":{"tf":1.0},"567":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0}}},"2":{"df":10,"docs":{"320":{"tf":1.0},"321":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0}}},"3":{"df":2,"docs":{"628":{"tf":1.0},"629":{"tf":1.0}}},"4":{"df":2,"docs":{"626":{"tf":1.0},"627":{"tf":1.0}}},"df":0,"docs":{}},"5":{"df":10,"docs":{"312":{"tf":1.0},"313":{"tf":1.0},"314":{"tf":1.0},"315":{"tf":1.0},"545":{"tf":1.0},"548":{"tf":1.0},"550":{"tf":1.0},"553":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0}}},"6":{"df":4,"docs":{"316":{"tf":1.0},"556":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0}}},"7":{"df":2,"docs":{"640":{"tf":1.0},"641":{"tf":1.0}}},"8":{"df":4,"docs":{"317":{"tf":1.0},"558":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0}}},"9":{"df":2,"docs":{"636":{"tf":1.0},"637":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"7":{".":{"0":{"df":9,"docs":{"324":{"tf":1.0},"325":{"tf":1.0},"326":{"tf":1.0},"581":{"tf":1.0},"584":{"tf":1.0},"588":{"tf":1.0},"590":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0}}},"1":{"df":2,"docs":{"622":{"tf":1.0},"623":{"tf":1.0}}},"2":{"df":2,"docs":{"620":{"tf":1.0},"621":{"tf":1.0}}},"3":{"df":2,"docs":{"618":{"tf":1.0},"619":{"tf":1.0}}},"4":{"df":2,"docs":{"616":{"tf":1.0},"617":{"tf":1.0}}},"5":{"df":4,"docs":{"327":{"tf":1.0},"592":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0}}},"6":{"df":2,"docs":{"611":{"tf":1.0},"612":{"tf":1.0}}},"7":{"df":2,"docs":{"609":{"tf":1.0},"610":{"tf":1.0}}},"8":{"df":2,"docs":{"607":{"tf":1.0},"608":{"tf":1.0}}},"9":{"df":6,"docs":{"328":{"tf":1.0},"329":{"tf":1.0},"598":{"tf":1.0},"601":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"2":{"df":1,"docs":{"253":{"tf":1.0}}},"d":{"df":1,"docs":{"29":{"tf":1.0}}},"df":109,"docs":{"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"130":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"177":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"22":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"244":{"tf":1.0},"251":{"tf":1.0},"254":{"tf":1.0},"262":{"tf":1.0},"264":{"tf":1.0},"265":{"tf":1.0},"268":{"tf":1.0},"278":{"tf":1.0},"287":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"36":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"418":{"tf":1.0},"44":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"52":{"tf":1.0},"666":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"691":{"tf":1.0},"693":{"tf":1.4142135623730951},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951},"745":{"tf":1.0},"747":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"99":{"tf":1.0}},"r":{"d":{"df":3,"docs":{"195":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}},"df":0,"docs":{}}},"4":{"df":3,"docs":{"131":{"tf":1.0},"23":{"tf":1.0},"245":{"tf":1.0}}},"5":{"df":3,"docs":{"132":{"tf":1.0},"24":{"tf":1.0},"246":{"tf":1.0}}},"6":{"4":{"df":1,"docs":{"253":{"tf":1.0}}},"df":2,"docs":{"133":{"tf":1.0},"25":{"tf":1.0}}},"7":{"df":2,"docs":{"134":{"tf":1.0},"26":{"tf":1.0}}},"8":{"df":4,"docs":{"135":{"tf":1.0},"27":{"tf":1.0},"272":{"tf":1.0},"273":{"tf":1.0}}},"9":{"df":2,"docs":{"136":{"tf":1.0},"28":{"tf":1.0}}},"a":{"a":{"df":0,"docs":{},"x":{"df":4,"docs":{"100":{"tf":1.0},"106":{"tf":1.0},"46":{"tf":1.0},"98":{"tf":1.0}}}},"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"503":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"c":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"415":{"tf":1.0},"416":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"694":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"df":2,"docs":{"22":{"tf":1.0},"252":{"tf":1.0}}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"317":{"tf":1.0},"468":{"tf":1.0},"558":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":2,"docs":{"281":{"tf":1.0},"719":{"tf":1.0}}}}},"d":{"df":8,"docs":{"234":{"tf":1.0},"235":{"tf":1.0},"236":{"tf":1.0},"238":{"tf":1.0},"239":{"tf":1.0},"277":{"tf":1.0},"533":{"tf":1.0},"534":{"tf":1.0}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"742":{"tf":1.0}}}}}},"df":1,"docs":{"253":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"54":{"tf":1.0}}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"n":{"c":{"df":3,"docs":{"188":{"tf":1.0},"237":{"tf":1.0},"251":{"tf":1.0}}},"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"17":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"55":{"tf":1.0},"564":{"tf":1.0}}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"724":{"tf":1.0}}}}}}}}}},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"c":{"df":1,"docs":{"739":{"tf":1.0}}},"df":0,"docs":{},"w":{"df":3,"docs":{"712":{"tf":1.0},"733":{"tf":1.0},"735":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":0,"docs":{},"i":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"684":{"tf":1.0}}}},"df":0,"docs":{}}},"n":{"d":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"726":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":4,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0}}}}},"y":{"/":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"i":{"df":5,"docs":{"248":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"36":{"tf":1.0},"396":{"tf":1.0}}},"p":{"df":6,"docs":{"115":{"tf":1.0},"184":{"tf":1.0},"227":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0}},"e":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}},"l":{"df":0,"docs":{},"i":{"c":{"df":7,"docs":{"173":{"tf":1.0},"18":{"tf":1.0},"230":{"tf":1.0},"82":{"tf":1.0},"92":{"tf":1.0},"94":{"tf":1.0},"96":{"tf":1.0}}},"df":1,"docs":{"235":{"tf":1.0}}}}}},"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":2,"docs":{"288":{"tf":1.0},"345":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":9,"docs":{"404":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"678":{"tf":1.0},"682":{"tf":1.0},"707":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"k":{"df":2,"docs":{"662":{"tf":1.0},"707":{"tf":1.0}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"313":{"tf":1.0},"548":{"tf":1.0}}}}}}},"u":{"c":{"a":{"df":0,"docs":{},"r":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"b":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{".":{"c":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":1,"docs":{"709":{"tf":1.0}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":24,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"115":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"239":{"tf":1.0},"249":{"tf":1.0},"253":{"tf":1.0},"258":{"tf":1.0},"261":{"tf":1.0},"29":{"tf":1.0},"302":{"tf":1.0},"310":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"47":{"tf":1.0},"471":{"tf":1.0},"529":{"tf":1.0},"533":{"tf":1.0},"665":{"tf":1.0},"671":{"tf":1.0},"674":{"tf":1.0},"72":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"42":{"tf":1.0},"92":{"tf":1.0},"93":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"408":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":3,"docs":{"109":{"tf":1.0},"112":{"tf":1.0},"709":{"tf":1.0}}}}}}}}},"df":2,"docs":{"46":{"tf":1.0},"98":{"tf":1.0}},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"733":{"tf":1.0},"736":{"tf":1.0}}}},"df":9,"docs":{"22":{"tf":1.0},"289":{"tf":1.0},"315":{"tf":1.0},"367":{"tf":1.0},"371":{"tf":1.0},"373":{"tf":1.0},"374":{"tf":1.0},"553":{"tf":1.0},"666":{"tf":1.0}}}}},"v":{"3":{"df":2,"docs":{"46":{"tf":1.0},"98":{"tf":1.0}}},"df":0,"docs":{}}},"v":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"225":{"tf":1.0}}}}},"df":0,"docs":{}},"w":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"737":{"tf":1.0}}}},"df":0,"docs":{}}},"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"360":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":5,"docs":{"361":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0}}},"i":{"c":{"df":1,"docs":{"331":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}}},"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"w":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":5,"docs":{"329":{"tf":1.0},"341":{"tf":1.0},"601":{"tf":1.0},"664":{"tf":1.0},"700":{"tf":1.0}}}}}}}},"i":{"df":0,"docs":{},"g":{"df":1,"docs":{"738":{"tf":1.0}}},"n":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":6,"docs":{"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}}}},"d":{"df":1,"docs":{"244":{"tf":1.0}}},"df":0,"docs":{}},"t":{"df":1,"docs":{"253":{"tf":1.0}}}},"l":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"672":{"tf":1.0}}}},"df":0,"docs":{}}},"r":{"a":{"df":0,"docs":{},"n":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"285":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"u":{"df":10,"docs":{"313":{"tf":1.0},"317":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"471":{"tf":1.0},"548":{"tf":1.0},"558":{"tf":1.0},"590":{"tf":1.0}},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"674":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"l":{"d":{"df":23,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"183":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"209":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"276":{"tf":1.0},"280":{"tf":1.0}}},"df":0,"docs":{}}},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"430":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":1,"docs":{"739":{"tf":1.0}}},"s":{"df":3,"docs":{"466":{"tf":1.0},"467":{"tf":1.0},"468":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"260":{"tf":1.0},"671":{"tf":1.0}}}}},"df":0,"docs":{}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":16,"docs":{"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"587":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.4142135623730951},"685":{"tf":1.0},"687":{"tf":1.0},"736":{"tf":1.4142135623730951},"743":{"tf":1.0},"744":{"tf":1.0}}}},"p":{"a":{"b":{"df":0,"docs":{},"l":{"df":2,"docs":{"473":{"tf":1.0},"677":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":6,"docs":{"126":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"417":{"tf":1.0},"502":{"tf":1.0},"742":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"139":{"tf":1.0},"356":{"tf":1.0}}}}}}}}},"c":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"730":{"tf":1.0}}}}},"df":0,"docs":{}}}},"h":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"239":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}},"n":{"df":0,"docs":{},"g":{"df":22,"docs":{"254":{"tf":1.0},"313":{"tf":1.0},"376":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"475":{"tf":1.0},"51":{"tf":1.0},"536":{"tf":1.0},"548":{"tf":1.0},"603":{"tf":1.0},"613":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"669":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"739":{"tf":1.0}}},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":6,"docs":{"27":{"tf":1.0},"312":{"tf":1.0},"471":{"tf":1.0},"473":{"tf":1.0},"545":{"tf":1.0},"677":{"tf":1.0}}}}}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"417":{"tf":1.0}}}},"df":0,"docs":{}}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"130":{"tf":1.0}}}},"s":{"df":0,"docs":{},"s":{"df":4,"docs":{"362":{"tf":1.0},"37":{"tf":1.0},"516":{"tf":1.0},"729":{"tf":1.0}},"i":{"d":{"df":2,"docs":{"729":{"tf":1.0},"730":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":2,"docs":{"158":{"tf":1.0},"280":{"tf":1.0}}}}}},"m":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":11,"docs":{"172":{"tf":1.0},"183":{"tf":1.0},"192":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"224":{"tf":1.0},"225":{"tf":1.0},"274":{"tf":1.0},"83":{"tf":1.0},"85":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{".":{"df":0,"docs":{},"t":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"276":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}},"o":{"d":{"df":0,"docs":{},"e":{"df":8,"docs":{"164":{"tf":1.0},"185":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"536":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0},"744":{"tf":1.0}}}},"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"140":{"tf":1.0}}}}},"df":1,"docs":{"352":{"tf":1.0}},"m":{"a":{"df":0,"docs":{},"n":{"d":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"738":{"tf":1.0}}}},"u":{"df":0,"docs":{},"n":{"df":6,"docs":{"341":{"tf":1.0},"342":{"tf":1.0},"343":{"tf":1.0},"344":{"tf":1.0},"663":{"tf":1.0},"664":{"tf":1.0}}}}},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"134":{"tf":1.0}}}},"r":{"df":1,"docs":{"447":{"tf":1.0}}},"t":{"df":10,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"130":{"tf":1.0},"141":{"tf":1.0},"268":{"tf":1.0},"269":{"tf":1.0},"352":{"tf":1.0},"360":{"tf":1.0},"592":{"tf":1.0},"690":{"tf":1.0}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"226":{"tf":1.0},"709":{"tf":1.4142135623730951}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":2,"docs":{"292":{"tf":1.0},"388":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"341":{"tf":1.0},"533":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"743":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"140":{"tf":1.0}}}}}}}},"n":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":3,"docs":{"30":{"tf":1.0},"331":{"tf":1.0},"445":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"162":{"tf":1.0}}}},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":3,"docs":{"471":{"tf":1.0},"473":{"tf":1.0},"677":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"316":{"tf":1.0},"556":{"tf":1.0}}}},"x":{"df":0,"docs":{},"t":{"df":10,"docs":{"26":{"tf":1.0},"27":{"tf":1.0},"308":{"tf":1.0},"312":{"tf":1.0},"326":{"tf":1.0},"450":{"tf":1.0},"521":{"tf":1.0},"545":{"tf":1.0},"588":{"tf":1.0},"76":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":9,"docs":{"247":{"tf":1.0},"250":{"tf":1.0},"31":{"tf":1.0},"401":{"tf":1.0},"406":{"tf":1.0},"446":{"tf":1.0},"590":{"tf":1.0},"668":{"tf":1.0},"742":{"tf":1.0}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"s":{"df":3,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"370":{"tf":1.0}}},"t":{"df":3,"docs":{"272":{"tf":1.0},"273":{"tf":1.0},"702":{"tf":1.0}}}},"y":{"df":2,"docs":{"740":{"tf":1.0},"741":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"y":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"h":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"/":{"df":0,"docs":{},"t":{"df":0,"docs":{},"r":{"a":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"747":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}}}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"693":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":11,"docs":{"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"245":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"532":{"tf":1.0},"538":{"tf":1.0},"712":{"tf":1.0},"714":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":1,"docs":{"333":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"u":{"b":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"566":{"tf":1.0},"691":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"328":{"tf":1.0},"598":{"tf":1.0},"686":{"tf":1.0}}}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"245":{"tf":1.0}}}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":11,"docs":{"187":{"tf":1.0},"247":{"tf":1.4142135623730951},"248":{"tf":1.0},"249":{"tf":1.0},"250":{"tf":1.0},"293":{"tf":1.0},"329":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"601":{"tf":1.0},"666":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"693":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"377":{"tf":1.0}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"706":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"y":{"df":1,"docs":{"67":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"362":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"t":{"df":1,"docs":{"533":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":2,"docs":{"186":{"tf":1.0},"240":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":1,"docs":{"381":{"tf":1.0}}}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":7,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"162":{"tf":1.0},"167":{"tf":1.0},"195":{"tf":1.0},"710":{"tf":1.0},"726":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"/":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":1,"docs":{"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"a":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"294":{"tf":1.0},"399":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":6,"docs":{"472":{"tf":1.0},"502":{"tf":1.0},"538":{"tf":1.0},"693":{"tf":1.0},"700":{"tf":1.0},"729":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"350":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":1,"docs":{"694":{"tf":1.0}}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"303":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0}}}}},"s":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":1,"docs":{"702":{"tf":1.0}}}}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"y":{"df":2,"docs":{"325":{"tf":1.0},"584":{"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":5,"docs":{"717":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"428":{"tf":1.0}}}},"o":{"c":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":5,"docs":{"159":{"tf":1.0},"286":{"tf":1.0},"287":{"tf":1.0},"330":{"tf":1.0},"9":{"tf":1.0}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"n":{"'":{"df":0,"docs":{},"t":{"df":1,"docs":{"689":{"tf":1.0}}}},"df":0,"docs":{}}}},"m":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"136":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"'":{"df":0,"docs":{},"t":{"df":2,"docs":{"731":{"tf":1.0},"732":{"tf":1.0}}}},"df":0,"docs":{}},"w":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"df":3,"docs":{"157":{"tf":1.0},"165":{"tf":1.0},"50":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"p":{"df":1,"docs":{"162":{"tf":1.0}}}},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"147":{"tf":1.0}}}},"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":1,"docs":{"685":{"tf":1.0}}}}},"y":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"21":{"tf":1.0},"464":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"e":{".":{"df":0,"docs":{},"g":{"df":1,"docs":{"742":{"tf":1.0}}}},"a":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"724":{"tf":1.0}}}},"df":0,"docs":{}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":2,"docs":{"410":{"tf":1.0},"731":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"409":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}}}},"df":8,"docs":{"247":{"tf":1.0},"250":{"tf":1.0},"303":{"tf":1.0},"339":{"tf":1.0},"401":{"tf":1.0},"406":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"df":9,"docs":{"24":{"tf":1.0},"243":{"tf":1.0},"277":{"tf":1.0},"303":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"688":{"tf":1.0},"694":{"tf":1.0},"79":{"tf":1.0}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":4,"docs":{"43":{"tf":1.0},"740":{"tf":1.0},"94":{"tf":1.0},"95":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"694":{"tf":1.0}}}},"df":0,"docs":{}}}},"n":{"d":{"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"695":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"c":{"df":2,"docs":{"309":{"tf":1.0},"526":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"l":{"df":2,"docs":{"693":{"tf":1.0},"697":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"709":{"tf":1.0}}}}}},"t":{"c":{"df":1,"docs":{"739":{"tf":1.0}}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"238":{"tf":1.0},"320":{"tf":1.0},"570":{"tf":1.0},"73":{"tf":1.0}}}}}},"x":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":46,"docs":{"179":{"tf":1.0},"18":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"226":{"tf":1.0},"281":{"tf":1.0},"366":{"tf":1.0},"38":{"tf":1.0},"382":{"tf":1.0},"491":{"tf":1.0},"494":{"tf":1.0},"502":{"tf":1.0},"505":{"tf":1.0},"514":{"tf":1.0},"516":{"tf":1.0},"52":{"tf":1.0},"523":{"tf":1.0},"528":{"tf":1.0},"544":{"tf":1.0},"547":{"tf":1.0},"552":{"tf":1.0},"555":{"tf":1.0},"560":{"tf":1.0},"563":{"tf":1.0},"569":{"tf":1.0},"572":{"tf":1.0},"575":{"tf":1.0},"578":{"tf":1.0},"583":{"tf":1.0},"586":{"tf":1.0},"596":{"tf":1.0},"597":{"tf":1.0},"600":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":7,"docs":{"187":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"293":{"tf":1.0},"394":{"tf":1.0},"396":{"tf":1.0},"725":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"729":{"tf":1.4142135623730951}}}},"df":0,"docs":{}},"l":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"34":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":7,"docs":{"28":{"tf":1.0},"305":{"tf":1.0},"506":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"708":{"tf":1.0}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":1,"docs":{"334":{"tf":1.0}}}},"r":{"df":0,"docs":{},"n":{"df":3,"docs":{"162":{"tf":1.0},"193":{"tf":1.0},"278":{"tf":1.0}}}}},"r":{"a":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}}}}},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"741":{"tf":1.4142135623730951}},"i":{"df":2,"docs":{"30":{"tf":1.0},"354":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"df":0,"docs":{},"l":{"df":2,"docs":{"731":{"tf":1.4142135623730951},"732":{"tf":1.0}}}},"l":{"df":0,"docs":{},"l":{"df":3,"docs":{"125":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0}}},"s":{"df":1,"docs":{"732":{"tf":1.0}}}},"q":{"df":3,"docs":{"126":{"tf":1.0},"151":{"tf":1.0},"417":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":1,"docs":{"452":{"tf":1.0}}}}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":9,"docs":{"125":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"157":{"tf":1.0},"165":{"tf":1.0},"266":{"tf":1.0},"534":{"tf":1.0},"594":{"tf":1.0}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"301":{"tf":1.0},"492":{"tf":1.0}}}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"185":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"231":{"tf":1.0}}}}}},"l":{"a":{"df":0,"docs":{},"g":{"df":8,"docs":{"189":{"tf":1.0},"20":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"377":{"tf":1.0},"477":{"tf":1.0},"590":{"tf":1.0},"680":{"tf":1.0}}}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"t":{"df":6,"docs":{"295":{"tf":1.0},"418":{"tf":1.0},"419":{"tf":1.0},"421":{"tf":1.0},"425":{"tf":1.0},"436":{"tf":1.0}}}},"df":6,"docs":{"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"726":{"tf":1.0}}},"u":{"df":0,"docs":{},"m":{"df":4,"docs":{"118":{"tf":1.0},"160":{"tf":1.0},"745":{"tf":1.0},"8":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"a":{"df":0,"docs":{},"r":{"df":1,"docs":{"717":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"662":{"tf":1.0}}}}}}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":1,"docs":{"157":{"tf":1.0}}}},"n":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":4,"docs":{"324":{"tf":1.0},"581":{"tf":1.0},"674":{"tf":1.0},"687":{"tf":1.0}}}}}}},"df":0,"docs":{},"k":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"n":{":":{":":{"a":{"d":{"d":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":1,"docs":{"742":{"tf":1.0}}}}}},"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":1,"docs":{"742":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":1,"docs":{"348":{"tf":1.0}}}}}}}}},"x":{"df":3,"docs":{"474":{"tf":1.0},"678":{"tf":1.0},"706":{"tf":1.0}}}},"g":{"a":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":2,"docs":{"234":{"tf":1.0},"235":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":13,"docs":{"142":{"tf":1.0},"184":{"tf":1.4142135623730951},"227":{"tf":1.4142135623730951},"230":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"40":{"tf":1.0},"613":{"tf":1.0},"713":{"tf":1.0},"728":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"89":{"tf":1.0}}}}},"t":{"df":7,"docs":{"152":{"tf":1.0},"156":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"6":{"tf":1.0}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"u":{"b":{"df":5,"docs":{"119":{"tf":1.0},"158":{"tf":1.0},"166":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0}}},"df":0,"docs":{}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":1,"docs":{"733":{"tf":1.0}}}}}},"l":{"df":0,"docs":{},"o":{"b":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"729":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"748":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"o":{"a":{"df":0,"docs":{},"l":{"df":13,"docs":{"206":{"tf":1.0},"211":{"tf":1.0},"215":{"tf":1.0},"219":{"tf":1.0},"228":{"tf":1.0},"232":{"tf":1.0},"241":{"tf":1.0},"256":{"tf":1.0},"263":{"tf":1.0},"271":{"tf":1.0},"275":{"tf":1.0},"279":{"tf":1.0},"283":{"tf":1.0}}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"v":{"3":{"df":3,"docs":{"146":{"tf":1.0},"721":{"tf":1.0},"723":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"h":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"515":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"303":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"714":{"tf":1.0}},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":5,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"142":{"tf":1.0},"190":{"tf":1.0},"262":{"tf":1.0}}}}}}},"df":7,"docs":{"209":{"tf":1.0},"224":{"tf":1.0},"277":{"tf":1.0},"375":{"tf":1.0},"688":{"tf":1.0},"736":{"tf":1.0},"740":{"tf":1.0}}}}},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":7,"docs":{"252":{"tf":1.0},"463":{"tf":1.0},"474":{"tf":1.0},"476":{"tf":1.0},"537":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"l":{"d":{"df":1,"docs":{"281":{"tf":1.0}}},"df":0,"docs":{}}}}}}},"p":{"df":1,"docs":{"503":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"37":{"tf":1.0},"516":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":3,"docs":{"452":{"tf":1.0},"51":{"tf":1.0},"603":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":1,"docs":{"0":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"57":{"tf":1.0}}}},"df":0,"docs":{}}}},"df":42,"docs":{"173":{"tf":1.0},"18":{"tf":1.0},"297":{"tf":1.0},"299":{"tf":1.0},"322":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"361":{"tf":1.0},"376":{"tf":1.0},"39":{"tf":1.0},"413":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"428":{"tf":1.0},"450":{"tf":1.0},"451":{"tf":1.0},"475":{"tf":1.0},"479":{"tf":1.0},"524":{"tf":1.0},"541":{"tf":1.0},"576":{"tf":1.0},"597":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"674":{"tf":1.0},"68":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"689":{"tf":1.0},"713":{"tf":1.0},"726":{"tf":1.0},"727":{"tf":1.0},"729":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"742":{"tf":1.7320508075688772},"743":{"tf":1.0},"744":{"tf":1.4142135623730951}}}},"t":{"df":1,"docs":{"362":{"tf":1.0}}}}},"i":{"'":{"df":0,"docs":{},"v":{"df":1,"docs":{"693":{"tf":1.0}}}},"/":{"df":0,"docs":{},"o":{"df":2,"docs":{"21":{"tf":1.0},"464":{"tf":1.0}}}},"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":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"480":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{":":{":":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"683":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}},"df":0,"docs":{}},"df":3,"docs":{"338":{"tf":1.0},"455":{"tf":1.0},"736":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"337":{"tf":1.0},"454":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{":":{":":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"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":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"731":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"(":{")":{"/":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"685":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"481":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"c":{"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":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"457":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}}}}}},"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"l":{"df":1,"docs":{"397":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"398":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":3,"docs":{"167":{"tf":1.0},"226":{"tf":1.0},"729":{"tf":1.0}}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"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":1,"docs":{"456":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"732":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}}}}}}},"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"700":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"482":{"tf":1.0}}}}}}}}}}},"g":{"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"744":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":1,"docs":{"484":{"tf":1.0}}}}}},"df":0,"docs":{}}}}},"i":{"d":{"/":{"c":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"349":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"485":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":8,"docs":{"37":{"tf":1.0},"470":{"tf":1.0},"516":{"tf":1.0},"597":{"tf":1.0},"665":{"tf":1.0},"676":{"tf":1.0},"695":{"tf":1.0},"742":{"tf":1.7320508075688772}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"738":{"tf":1.0}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"v":{"df":1,"docs":{"20":{"tf":1.0}}}}}}},"n":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"719":{"tf":1.0}}},"df":7,"docs":{"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"d":{"df":13,"docs":{"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"210":{"tf":1.0},"214":{"tf":1.0},"35":{"tf":1.0},"696":{"tf":1.0}}},"df":0,"docs":{}}},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"447":{"tf":1.0}}}},"df":0,"docs":{}}}},"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"u":{"df":1,"docs":{"740":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":18,"docs":{"162":{"tf":1.0},"183":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"353":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.0},"474":{"tf":1.0},"59":{"tf":1.0},"678":{"tf":1.0},"705":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"533":{"tf":1.0}}}}}}}},"df":6,"docs":{"312":{"tf":1.0},"327":{"tf":1.0},"545":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"75":{"tf":1.0}},"r":{"df":0,"docs":{},"m":{"df":6,"docs":{"27":{"tf":1.0},"311":{"tf":1.0},"376":{"tf":1.0},"467":{"tf":1.0},"542":{"tf":1.0},"686":{"tf":1.0}}}}}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":2,"docs":{"351":{"tf":1.0},"363":{"tf":1.0}}}}}}},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":7,"docs":{"332":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"408":{"tf":1.0},"409":{"tf":1.0},"412":{"tf":1.0},"413":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"/":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"696":{"tf":1.0}}}}}}}}},"df":7,"docs":{"238":{"tf":1.0},"258":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0},"72":{"tf":1.0},"73":{"tf":1.0}}}}},"s":{"/":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"720":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"428":{"tf":1.0}}},"df":0,"docs":{}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":3,"docs":{"44":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0}}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"l":{"df":4,"docs":{"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0}}},"n":{"c":{"df":1,"docs":{"740":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"e":{"a":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"706":{"tf":1.0}}}}}}}}}},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":1,"docs":{"702":{"tf":1.0}},"r":{"df":2,"docs":{"541":{"tf":1.0},"710":{"tf":1.0}}}},"n":{"d":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}},"r":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}},"df":0,"docs":{}},"df":4,"docs":{"115":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0}},"f":{"a":{"c":{"df":17,"docs":{"186":{"tf":1.0},"240":{"tf":1.0},"267":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"322":{"tf":1.0},"347":{"tf":1.0},"358":{"tf":1.0},"362":{"tf":1.0},"363":{"tf":1.0},"453":{"tf":1.0},"479":{"tf":1.0},"576":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":46,"docs":{"104":{"tf":1.0},"107":{"tf":1.0},"110":{"tf":1.0},"113":{"tf":1.0},"117":{"tf":1.0},"346":{"tf":1.0},"380":{"tf":1.0},"395":{"tf":1.0},"432":{"tf":1.0},"438":{"tf":1.0},"465":{"tf":1.0},"478":{"tf":1.0},"490":{"tf":1.0},"493":{"tf":1.0},"496":{"tf":1.0},"498":{"tf":1.0},"504":{"tf":1.0},"507":{"tf":1.0},"510":{"tf":1.0},"513":{"tf":1.0},"522":{"tf":1.0},"527":{"tf":1.0},"53":{"tf":1.0},"530":{"tf":1.0},"543":{"tf":1.0},"546":{"tf":1.0},"549":{"tf":1.0},"551":{"tf":1.0},"554":{"tf":1.0},"557":{"tf":1.0},"559":{"tf":1.0},"562":{"tf":1.0},"568":{"tf":1.0},"571":{"tf":1.0},"574":{"tf":1.0},"577":{"tf":1.0},"580":{"tf":1.0},"582":{"tf":1.0},"585":{"tf":1.0},"589":{"tf":1.0},"591":{"tf":1.0},"593":{"tf":1.0},"599":{"tf":1.0},"602":{"tf":1.0},"69":{"tf":1.0},"81":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}},"’":{"df":1,"docs":{"594":{"tf":1.0}}}},"o":{"df":5,"docs":{"115":{"tf":1.0},"310":{"tf":1.0},"47":{"tf":1.0},"529":{"tf":1.0},"538":{"tf":1.0}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"487":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"v":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"u":{"df":1,"docs":{"486":{"tf":1.0}}}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{"3":{"df":1,"docs":{"450":{"tf":1.0}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":2,"docs":{"449":{"tf":1.0},"488":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"b":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"357":{"tf":1.0}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"267":{"tf":1.0},"595":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"f":{"a":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"y":{":":{":":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"731":{"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":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{":":{":":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"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":{},"t":{"df":0,"docs":{},"y":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"732":{"tf":1.0}}}}}}}}}}}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"df":2,"docs":{"461":{"tf":1.0},"732":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"459":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}},"df":0,"docs":{}}}}}},"r":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":2,"docs":{"449":{"tf":1.0},"450":{"tf":1.0}}}}}}}}},"t":{"'":{"df":1,"docs":{"741":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"d":{"a":{"df":0,"docs":{},"t":{"a":{"df":1,"docs":{"460":{"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":{"483":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{"df":1,"docs":{"458":{"tf":1.0}}}}}}}}}}},"j":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"e":{"df":2,"docs":{"722":{"tf":1.0},"723":{"tf":1.0}}}},"df":0,"docs":{}}},"k":{"c":{"a":{"df":0,"docs":{},"n":{"a":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"736":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"y":{"b":{"df":0,"docs":{},"o":{"a":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"463":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"df":2,"docs":{"306":{"tf":1.0},"509":{"tf":1.0}}}},"n":{"df":0,"docs":{},"o":{"b":{"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":2,"docs":{"304":{"tf":1.0},"503":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"728":{"tf":1.0},"737":{"tf":1.0}}}}}}},"w":{"df":0,"docs":{},"n":{"df":1,"docs":{"695":{"tf":1.0}}}}}},"p":{"a":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"df":1,"docs":{"734":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"o":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":1,"docs":{"697":{"tf":1.0}}}}}},"df":0,"docs":{}}}}}}}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"a":{"d":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"735":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"f":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"s":{"df":1,"docs":{"744":{"tf":1.0}}}}},"df":0,"docs":{}}}}}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":4,"docs":{"302":{"tf":1.0},"402":{"tf":1.0},"407":{"tf":1.0},"681":{"tf":1.0}}},"df":0,"docs":{}}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":1,"docs":{"742":{"tf":1.0}}},"r":{"df":0,"docs":{},"n":{"df":2,"docs":{"321":{"tf":1.0},"573":{"tf":1.0}}}}},"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"i":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"740":{"tf":1.4142135623730951}}}}}},"i":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":16,"docs":{"120":{"tf":1.0},"122":{"tf":1.0},"124":{"tf":1.0},"125":{"tf":1.0},"144":{"tf":1.0},"145":{"tf":1.0},"146":{"tf":1.0},"147":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"715":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"89":{"tf":1.0}}}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":1,"docs":{"742":{"tf":1.0}}}}}}},"m":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"428":{"tf":1.0}}}}},"n":{"df":0,"docs":{},"e":{"df":5,"docs":{"221":{"tf":1.0},"222":{"tf":1.0},"41":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"k":{"df":7,"docs":{"153":{"tf":1.0},"155":{"tf":1.0},"162":{"tf":1.0},"309":{"tf":1.0},"50":{"tf":1.0},"526":{"tf":1.0},"712":{"tf":1.0}}},"u":{"df":0,"docs":{},"x":{"df":11,"docs":{"170":{"tf":1.0},"182":{"tf":1.0},"200":{"tf":1.0},"204":{"tf":1.0},"214":{"tf":1.0},"217":{"tf":1.0},"223":{"tf":1.0},"429":{"tf":1.0},"435":{"tf":1.0},"442":{"tf":1.0},"448":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"291":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"742":{"tf":1.0}}}}},"o":{"a":{"d":{"df":3,"docs":{"361":{"tf":1.0},"428":{"tf":1.0},"691":{"tf":1.0}}},"df":0,"docs":{}},"c":{"a":{"df":0,"docs":{},"t":{"df":13,"docs":{"295":{"tf":1.0},"355":{"tf":1.0},"418":{"tf":1.0},"420":{"tf":1.0},"422":{"tf":1.0},"424":{"tf":1.0},"431":{"tf":1.0},"437":{"tf":1.0},"472":{"tf":1.0},"517":{"tf":1.0},"83":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"g":{"df":0,"docs":{},"i":{"c":{"df":1,"docs":{"23":{"tf":1.0}}},"df":0,"docs":{}},"o":{"df":5,"docs":{"128":{"tf":1.0},"129":{"tf":1.0},"133":{"tf":1.0},"137":{"tf":1.0},"141":{"tf":1.0}}}}}},"m":{"a":{"c":{"df":3,"docs":{"439":{"tf":1.0},"518":{"tf":1.0},"709":{"tf":1.0}},"o":{"df":9,"docs":{"169":{"tf":1.0},"181":{"tf":1.0},"199":{"tf":1.0},"203":{"tf":1.0},"210":{"tf":1.0},"213":{"tf":1.0},"222":{"tf":1.0},"426":{"tf":1.0},"433":{"tf":1.0}}}},"df":1,"docs":{"361":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"/":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"df":1,"docs":{"743":{"tf":1.0}}}}},"df":2,"docs":{"19":{"tf":1.0},"3":{"tf":1.0}}}},"k":{"df":0,"docs":{},"e":{"df":1,"docs":{"684":{"tf":1.0}}}},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":1,"docs":{"736":{"tf":1.0}}}}}}},"p":{"df":5,"docs":{"300":{"tf":1.0},"319":{"tf":1.0},"489":{"tf":1.0},"495":{"tf":1.0},"567":{"tf":1.0}}},"x":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"672":{"tf":1.0}}}}}}}},"d":{"a":{"df":1,"docs":{"59":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"d":{"df":0,"docs":{},"i":{"a":{"df":1,"docs":{"135":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"u":{"df":4,"docs":{"26":{"tf":1.0},"308":{"tf":1.0},"521":{"tf":1.0},"76":{"tf":1.0}}}},"r":{"df":0,"docs":{},"g":{"df":1,"docs":{"430":{"tf":1.0}}}},"t":{"a":{"df":2,"docs":{"311":{"tf":1.0},"542":{"tf":1.0}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"665":{"tf":1.0}}}},"h":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"695":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"d":{"df":0,"docs":{},"i":{"df":13,"docs":{"296":{"tf":1.0},"300":{"tf":1.0},"320":{"tf":1.0},"321":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"446":{"tf":1.0},"447":{"tf":1.4142135623730951},"489":{"tf":1.0},"495":{"tf":1.0},"570":{"tf":1.0},"573":{"tf":1.0},"668":{"tf":1.0}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":0,"docs":{},"u":{"df":0,"docs":{},"m":{"df":1,"docs":{"451":{"tf":1.0}}}}}}},"s":{"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"n":{"df":3,"docs":{"10":{"tf":1.0},"701":{"tf":1.0},"746":{"tf":1.0}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}}},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"390":{"tf":1.0}},"l":{"df":1,"docs":{"340":{"tf":1.0}}}},"i":{"df":0,"docs":{},"f":{"df":0,"docs":{},"i":{"df":2,"docs":{"720":{"tf":1.0},"721":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"l":{"df":7,"docs":{"288":{"tf":1.0},"327":{"tf":1.0},"345":{"tf":1.0},"354":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"729":{"tf":1.0}},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{".":{"df":0,"docs":{},"j":{"df":0,"docs":{},"s":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"266":{"tf":1.0},"594":{"tf":1.0}}}}}}},"df":1,"docs":{"364":{"tf":1.0}}}}}}}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"o":{"df":3,"docs":{"239":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0}}}},"u":{"df":0,"docs":{},"s":{"df":1,"docs":{"25":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"df":2,"docs":{"323":{"tf":1.0},"579":{"tf":1.0}}}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"21":{"tf":1.0},"378":{"tf":1.0},"464":{"tf":1.0},"466":{"tf":1.0},"65":{"tf":1.0}}}}}}}}},"n":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":8,"docs":{"133":{"tf":1.0},"134":{"tf":1.0},"324":{"tf":1.0},"387":{"tf":1.0},"581":{"tf":1.0},"694":{"tf":1.0},"733":{"tf":1.0},"739":{"tf":1.0}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":1,"docs":{"540":{"tf":1.0}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"e":{"d":{"df":3,"docs":{"705":{"tf":1.0},"719":{"tf":1.0},"742":{"tf":1.0}}},"df":0,"docs":{}},"w":{"df":6,"docs":{"12":{"tf":1.0},"184":{"tf":1.0},"227":{"tf":1.0},"667":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"370":{"tf":1.0},"702":{"tf":1.0},"738":{"tf":1.0}}}},"df":0,"docs":{}}},"t":{"df":0,"docs":{},"e":{"df":8,"docs":{"28":{"tf":1.0},"305":{"tf":1.0},"446":{"tf":1.0},"506":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0},"61":{"tf":1.0},"708":{"tf":1.0}},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"319":{"tf":1.0},"567":{"tf":1.0}}}}}}}}}}}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":1,"docs":{"710":{"tf":1.0}}}},"df":0,"docs":{}}},"m":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"733":{"tf":1.0},"739":{"tf":1.0}}}}},"df":0,"docs":{}}}},"o":{"b":{"df":0,"docs":{},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"742":{"tf":1.4142135623730951}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"686":{"tf":1.0}}}}}}},"k":{"df":2,"docs":{"728":{"tf":1.0},"734":{"tf":1.0}}},"l":{"d":{"df":1,"docs":{"691":{"tf":1.0}}},"df":0,"docs":{}},"n":{"df":1,"docs":{"691":{"tf":1.0}},"l":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"159":{"tf":1.0}}}}}},"p":{"df":1,"docs":{"742":{"tf":1.0}},"e":{"df":0,"docs":{},"n":{"a":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"x":{"df":1,"docs":{"304":{"tf":1.0}}}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":7,"docs":{"146":{"tf":1.0},"243":{"tf":1.0},"303":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"503":{"tf":1.4142135623730951},"689":{"tf":1.0}},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"p":{"df":1,"docs":{"304":{"tf":1.0}}}}}}}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":3,"docs":{"124":{"tf":1.0},"144":{"tf":1.0},"225":{"tf":1.0}}}}}}},"r":{"df":0,"docs":{},"g":{"a":{"df":0,"docs":{},"n":{"df":1,"docs":{"23":{"tf":1.0}}}},"df":0,"docs":{}}},"s":{"df":2,"docs":{"740":{"tf":1.0},"741":{"tf":1.4142135623730951}}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"32":{"tf":1.0}}}}}},"u":{"df":0,"docs":{},"t":{"df":2,"docs":{"320":{"tf":1.0},"570":{"tf":1.0}},"p":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":5,"docs":{"259":{"tf":1.0},"261":{"tf":1.0},"466":{"tf":1.0},"476":{"tf":1.0},"679":{"tf":1.0}}}}}}},"v":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"25":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"515":{"tf":1.0}}}}}}}}}},"p":{"a":{"c":{"df":0,"docs":{},"k":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"132":{"tf":1.0},"157":{"tf":1.0},"171":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":2,"docs":{"62":{"tf":1.0},"710":{"tf":1.0}}}}}},"r":{"a":{"df":0,"docs":{},"m":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"df":27,"docs":{"23":{"tf":1.0},"234":{"tf":1.0},"244":{"tf":1.0},"252":{"tf":1.0},"269":{"tf":1.0},"289":{"tf":1.0},"300":{"tf":1.0},"301":{"tf":1.0},"307":{"tf":1.0},"309":{"tf":1.0},"324":{"tf":1.0},"367":{"tf":1.0},"368":{"tf":1.0},"369":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"489":{"tf":1.0},"492":{"tf":1.0},"495":{"tf":1.0},"512":{"tf":1.0},"526":{"tf":1.0},"581":{"tf":1.0},"667":{"tf":1.0},"669":{"tf":1.0},"733":{"tf":1.0},"736":{"tf":1.0},"739":{"tf":1.0}},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"f":{"df":0,"docs":{},"l":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"734":{"tf":1.0}}}},"df":0,"docs":{}}},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"f":{"df":0,"docs":{},"o":{":":{":":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"p":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":1,"docs":{"735":{"tf":1.0}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}}}}},"i":{"d":{"df":1,"docs":{"733":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"t":{"df":24,"docs":{"207":{"tf":1.0},"208":{"tf":1.0},"212":{"tf":1.0},"213":{"tf":1.0},"216":{"tf":1.0},"217":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"233":{"tf":1.0},"237":{"tf":1.0},"242":{"tf":1.0},"243":{"tf":1.0},"244":{"tf":1.0},"245":{"tf":1.0},"246":{"tf":1.0},"252":{"tf":1.0},"253":{"tf":1.0},"254":{"tf":1.0},"280":{"tf":1.0},"281":{"tf":1.0},"336":{"tf":1.0},"339":{"tf":1.0},"694":{"tf":1.0},"733":{"tf":1.0}},"i":{"df":3,"docs":{"195":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"470":{"tf":1.0},"676":{"tf":1.0},"87":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"446":{"tf":1.0}},"f":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"20":{"tf":1.0}},"e":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":3,"docs":{"335":{"tf":1.0},"698":{"tf":1.0},"699":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":2,"docs":{"524":{"tf":1.0},"525":{"tf":1.0}}}},"df":0,"docs":{}}}}}},"h":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"c":{"df":2,"docs":{"319":{"tf":1.0},"567":{"tf":1.0}}},"df":0,"docs":{}}}}},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":1,"docs":{"387":{"tf":1.0}},"n":{"a":{"df":0,"docs":{},"m":{"df":1,"docs":{"63":{"tf":1.0}}}},"df":0,"docs":{}}}},"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":14,"docs":{"426":{"tf":1.0},"427":{"tf":1.0},"429":{"tf":1.0},"433":{"tf":1.0},"434":{"tf":1.0},"435":{"tf":1.0},"439":{"tf":1.0},"440":{"tf":1.0},"442":{"tf":1.0},"518":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"716":{"tf":1.0},"725":{"tf":1.0}}}}}}},"y":{"b":{"a":{"c":{"df":0,"docs":{},"k":{"df":2,"docs":{"374":{"tf":1.0},"375":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"71":{"tf":1.0}}}}}},"df":0,"docs":{},"u":{"df":0,"docs":{},"g":{"df":99,"docs":{"162":{"tf":1.0},"183":{"tf":1.0},"184":{"tf":1.0},"185":{"tf":1.0},"190":{"tf":1.4142135623730951},"192":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"198":{"tf":1.0},"199":{"tf":1.0},"200":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"231":{"tf":1.0},"233":{"tf":1.0},"258":{"tf":1.0},"259":{"tf":1.0},"261":{"tf":1.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.0},"265":{"tf":1.0},"274":{"tf":1.0},"277":{"tf":1.0},"278":{"tf":1.0},"292":{"tf":1.0},"298":{"tf":1.0},"353":{"tf":1.0},"361":{"tf":1.0},"38":{"tf":1.0},"384":{"tf":1.0},"388":{"tf":1.0},"39":{"tf":1.0},"412":{"tf":1.0},"415":{"tf":1.0},"416":{"tf":1.0},"419":{"tf":1.0},"420":{"tf":1.0},"425":{"tf":1.0},"428":{"tf":1.0},"431":{"tf":1.0},"453":{"tf":1.0},"470":{"tf":1.0},"473":{"tf":1.0},"474":{"tf":1.0},"475":{"tf":1.0},"476":{"tf":1.0},"52":{"tf":1.0},"525":{"tf":1.0},"587":{"tf":1.0},"59":{"tf":1.0},"592":{"tf":1.0},"594":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"684":{"tf":1.0},"686":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.7320508075688772},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"736":{"tf":1.0},"738":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0},"78":{"tf":1.0},"88":{"tf":1.0}},"i":{"df":0,"docs":{},"n":{"df":1,"docs":{"196":{"tf":1.0}}}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":2,"docs":{"316":{"tf":1.0},"556":{"tf":1.0}}}}}}}}},"o":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"14":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":4,"docs":{"473":{"tf":1.0},"677":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0}}}},"df":0,"docs":{}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":3,"docs":{"713":{"tf":1.0},"86":{"tf":1.0},"87":{"tf":1.0}}},"t":{"c":{"df":0,"docs":{},"h":{"df":3,"docs":{"314":{"tf":1.0},"550":{"tf":1.0},"64":{"tf":1.0}}}},"df":0,"docs":{}}}},"p":{"a":{"df":0,"docs":{},"r":{"df":2,"docs":{"174":{"tf":1.0},"242":{"tf":1.0}}}},"df":0,"docs":{}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":3,"docs":{"302":{"tf":1.0},"307":{"tf":1.0},"512":{"tf":1.0}}}},"t":{"/":{"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":{"df":1,"docs":{"268":{"tf":1.0}}}},"df":0,"docs":{}}}}}}},"df":9,"docs":{"291":{"tf":1.0},"311":{"tf":1.0},"383":{"tf":1.0},"421":{"tf":1.0},"422":{"tf":1.0},"436":{"tf":1.0},"437":{"tf":1.0},"542":{"tf":1.0},"79":{"tf":1.0}}}}}},"i":{"df":0,"docs":{},"v":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"343":{"tf":1.0}}}},"df":0,"docs":{}}},"o":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":2,"docs":{"372":{"tf":1.0},"389":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":23,"docs":{"235":{"tf":1.0},"247":{"tf":1.0},"253":{"tf":1.0},"326":{"tf":1.0},"336":{"tf":1.0},"428":{"tf":1.0},"473":{"tf":1.0},"588":{"tf":1.0},"664":{"tf":1.0},"669":{"tf":1.0},"670":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"677":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.4142135623730951},"687":{"tf":1.0},"694":{"tf":1.0},"696":{"tf":1.0},"736":{"tf":1.0}},"o":{"df":0,"docs":{},"r":{"/":{"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":2,"docs":{"329":{"tf":1.0},"601":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":4,"docs":{"249":{"tf":1.0},"400":{"tf":1.0},"405":{"tf":1.0},"669":{"tf":1.0}}}},"v":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"696":{"tf":1.0}}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"df":0,"docs":{}}}}}},"d":{"df":0,"docs":{},"u":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"133":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"m":{"df":7,"docs":{"291":{"tf":1.0},"383":{"tf":1.0},"385":{"tf":1.0},"386":{"tf":1.0},"391":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"s":{"df":2,"docs":{"325":{"tf":1.0},"584":{"tf":1.0}}}}}}},"j":{"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"t":{"df":16,"docs":{"184":{"tf":1.0},"192":{"tf":1.0},"193":{"tf":1.0},"196":{"tf":1.0},"227":{"tf":1.0},"230":{"tf":1.0},"274":{"tf":1.0},"278":{"tf":1.0},"40":{"tf":1.0},"532":{"tf":1.0},"534":{"tf":1.0},"692":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"88":{"tf":1.0},"89":{"tf":1.0}}}},"df":0,"docs":{}}},"p":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":2,"docs":{"145":{"tf":1.0},"724":{"tf":1.0}}}}},"df":0,"docs":{}}}}}},"v":{"df":0,"docs":{},"i":{"d":{"df":1,"docs":{"448":{"tf":1.0}}},"df":0,"docs":{}}}}},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"s":{"df":2,"docs":{"358":{"tf":1.0},"728":{"tf":1.0}}}}}}}},"q":{"df":74,"docs":{"664":{"tf":1.0},"665":{"tf":1.0},"666":{"tf":1.0},"667":{"tf":1.0},"668":{"tf":1.0},"669":{"tf":1.0},"671":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0},"674":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0},"677":{"tf":1.0},"678":{"tf":1.0},"679":{"tf":1.0},"680":{"tf":1.0},"681":{"tf":1.0},"682":{"tf":1.0},"683":{"tf":1.0},"684":{"tf":1.0},"685":{"tf":1.0},"686":{"tf":1.0},"687":{"tf":1.0},"689":{"tf":1.0},"691":{"tf":1.0},"692":{"tf":1.0},"693":{"tf":1.0},"694":{"tf":1.0},"695":{"tf":1.0},"696":{"tf":1.0},"697":{"tf":1.0},"699":{"tf":1.0},"700":{"tf":1.0},"702":{"tf":1.0},"703":{"tf":1.0},"704":{"tf":1.0},"705":{"tf":1.0},"706":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"709":{"tf":1.0},"710":{"tf":1.0},"711":{"tf":1.0},"712":{"tf":1.0},"713":{"tf":1.0},"714":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"725":{"tf":1.0},"726":{"tf":1.0},"728":{"tf":1.0},"729":{"tf":1.0},"730":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0},"733":{"tf":1.0},"734":{"tf":1.0},"735":{"tf":1.0},"736":{"tf":1.0},"737":{"tf":1.0},"738":{"tf":1.0},"739":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.0},"742":{"tf":1.0},"743":{"tf":1.0},"744":{"tf":1.0}},"t":{"c":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"223":{"tf":1.0}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":4,"docs":{"322":{"tf":1.0},"449":{"tf":1.0},"450":{"tf":1.0},"576":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"143":{"tf":1.0},"662":{"tf":1.0}}}}}}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"74":{"tf":1.0}}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":1,"docs":{"673":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"a":{"c":{"df":0,"docs":{},"t":{"df":1,"docs":{"736":{"tf":1.0}}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"247":{"tf":1.0},"687":{"tf":1.0}}}}}}},"c":{"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"v":{"df":3,"docs":{"250":{"tf":1.0},"258":{"tf":1.0},"668":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"r":{"d":{"df":1,"docs":{"373":{"tf":1.0}}},"df":0,"docs":{}}}},"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":1,"docs":{"747":{"tf":1.0}}}}},"l":{"a":{"df":0,"docs":{},"t":{"df":1,"docs":{"445":{"tf":1.0}}}},"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"s":{"df":2,"docs":{"693":{"tf":1.0},"742":{"tf":1.0}}}},"df":0,"docs":{}},"i":{"df":1,"docs":{"738":{"tf":1.0}}}},"m":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":4,"docs":{"307":{"tf":1.0},"31":{"tf":1.0},"424":{"tf":1.0},"512":{"tf":1.0}}}}},"p":{"df":0,"docs":{},"l":{"a":{"c":{"df":3,"docs":{"190":{"tf":1.0},"262":{"tf":1.0},"693":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":4,"docs":{"475":{"tf":1.0},"667":{"tf":1.0},"681":{"tf":1.0},"682":{"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":{"158":{"tf":1.0}}}}}}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":4,"docs":{"31":{"tf":1.0},"369":{"tf":1.0},"424":{"tf":1.0},"517":{"tf":1.0}}}}}}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":5,"docs":{"303":{"tf":1.0},"317":{"tf":1.0},"497":{"tf":1.0},"500":{"tf":1.0},"558":{"tf":1.0}}}}},"i":{"df":0,"docs":{},"r":{"df":8,"docs":{"128":{"tf":1.0},"171":{"tf":1.0},"297":{"tf":1.0},"326":{"tf":1.0},"451":{"tf":1.0},"49":{"tf":1.0},"588":{"tf":1.0},"730":{"tf":1.0}}}}}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"z":{"df":3,"docs":{"24":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"447":{"tf":1.0}}}}}},"t":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":2,"docs":{"728":{"tf":1.0},"737":{"tf":1.0}}}}}}}},"df":0,"docs":{}}}},"df":0,"docs":{}},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"744":{"tf":1.0}}}}}},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":0,"docs":{},"n":{"df":6,"docs":{"703":{"tf":1.0},"728":{"tf":1.0},"732":{"tf":1.0},"737":{"tf":1.0},"742":{"tf":1.0},"744":{"tf":1.4142135623730951}}}}}},"u":{"df":0,"docs":{},"s":{"df":2,"docs":{"720":{"tf":1.0},"729":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"393":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"n":{"df":1,"docs":{"538":{"tf":1.0}},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"p":{"df":1,"docs":{"448":{"tf":1.0}}}}}}}}},"s":{"a":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":1,"docs":{"254":{"tf":1.0}},"r":{"df":1,"docs":{"742":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"e":{"df":3,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"428":{"tf":1.0}}},"p":{"df":0,"docs":{},"l":{"df":5,"docs":{"196":{"tf":1.0},"22":{"tf":1.0},"252":{"tf":1.0},"672":{"tf":1.0},"673":{"tf":1.0}}}}},"v":{"df":0,"docs":{},"e":{"df":1,"docs":{"692":{"tf":1.0}}}}},"c":{"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"e":{"df":4,"docs":{"316":{"tf":1.0},"556":{"tf":1.0},"740":{"tf":1.0},"741":{"tf":1.4142135623730951}}}}},"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":2,"docs":{"192":{"tf":1.0},"274":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}}},"d":{"df":0,"docs":{},"k":{"'":{"df":2,"docs":{"196":{"tf":1.0},"719":{"tf":1.0}}},"df":35,"docs":{"149":{"tf":1.0},"156":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"179":{"tf":1.0},"180":{"tf":1.0},"181":{"tf":1.0},"182":{"tf":1.0},"193":{"tf":1.0},"197":{"tf":1.0},"201":{"tf":1.0},"202":{"tf":1.0},"203":{"tf":1.0},"204":{"tf":1.0},"205":{"tf":1.0},"207":{"tf":1.0},"210":{"tf":1.0},"212":{"tf":1.0},"214":{"tf":1.0},"216":{"tf":1.0},"229":{"tf":1.0},"278":{"tf":1.0},"33":{"tf":1.0},"34":{"tf":1.0},"360":{"tf":1.0},"365":{"tf":1.0},"4":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.0},"747":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":0,"docs":{},"l":{"df":2,"docs":{"718":{"tf":1.0},"722":{"tf":1.0}}}},"n":{"d":{"df":5,"docs":{"247":{"tf":1.0},"249":{"tf":1.0},"666":{"tf":1.0},"724":{"tf":1.0},"736":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":1,"docs":{"669":{"tf":1.0}}}},"q":{"df":0,"docs":{},"u":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":12,"docs":{"400":{"tf":1.0},"401":{"tf":1.0},"402":{"tf":1.0},"403":{"tf":1.0},"404":{"tf":1.0},"405":{"tf":1.0},"406":{"tf":1.0},"407":{"tf":1.0},"411":{"tf":1.0},"414":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0}}},"df":0,"docs":{}}}}},"t":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"744":{"tf":1.0}}}}}}}}}}}}},"df":8,"docs":{"154":{"tf":1.0},"404":{"tf":1.0},"414":{"tf":1.0},"474":{"tf":1.0},"678":{"tf":1.0},"740":{"tf":1.0},"86":{"tf":1.0},"88":{"tf":1.0}},"u":{"df":0,"docs":{},"p":{"df":3,"docs":{"163":{"tf":1.0},"196":{"tf":1.0},"532":{"tf":1.0}}}}}},"h":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"716":{"tf":1.0},"725":{"tf":1.0}}}}},"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"c":{"a":{"df":0,"docs":{},"s":{"df":1,"docs":{"246":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"d":{"df":0,"docs":{},"e":{"df":6,"docs":{"239":{"tf":1.0},"469":{"tf":1.0},"470":{"tf":1.0},"587":{"tf":1.0},"675":{"tf":1.0},"676":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"n":{"df":1,"docs":{"724":{"tf":1.0}}}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"n":{"c":{"df":6,"docs":{"189":{"tf":1.0},"20":{"tf":1.0},"255":{"tf":1.0},"257":{"tf":1.0},"477":{"tf":1.0},"680":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":2,"docs":{"258":{"tf":1.0},"259":{"tf":1.0}}}}}},"m":{"df":0,"docs":{},"p":{"df":0,"docs":{},"l":{"df":2,"docs":{"384":{"tf":1.0},"390":{"tf":1.0}}}}},"z":{"df":0,"docs":{},"e":{"df":2,"docs":{"462":{"tf":1.0},"672":{"tf":1.0}}}}},"m":{"df":0,"docs":{},"t":{"df":0,"docs":{},"g":{"df":1,"docs":{"225":{"tf":1.0}}}}},"n":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"s":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"t":{"df":5,"docs":{"318":{"tf":1.0},"423":{"tf":1.0},"443":{"tf":1.0},"561":{"tf":1.0},"566":{"tf":1.0}}}}}}}},"df":0,"docs":{}},"o":{"c":{"df":0,"docs":{},"i":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"135":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"l":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"175":{"tf":1.0},"176":{"tf":1.0},"177":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"r":{"c":{"df":5,"docs":{"146":{"tf":1.0},"164":{"tf":1.0},"716":{"tf":1.0},"719":{"tf":1.0},"725":{"tf":1.0}}},"df":0,"docs":{}}}},"p":{"df":0,"docs":{},"e":{"a":{"df":0,"docs":{},"k":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"472":{"tf":1.0},"474":{"tf":1.0},"678":{"tf":1.0},"707":{"tf":1.0}}}}}},"c":{"df":0,"docs":{},"i":{"df":0,"docs":{},"f":{"df":3,"docs":{"358":{"tf":1.0},"740":{"tf":1.0},"742":{"tf":1.0}}}}},"df":0,"docs":{}}},"t":{"a":{"df":0,"docs":{},"n":{"d":{"a":{"df":0,"docs":{},"r":{"d":{"df":3,"docs":{"12":{"tf":1.0},"13":{"tf":1.0},"342":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"t":{"df":3,"docs":{"152":{"tf":1.0},"6":{"tf":1.0},"82":{"tf":1.0}}}},"t":{"df":0,"docs":{},"e":{"df":7,"docs":{"236":{"tf":1.0},"254":{"tf":1.0},"303":{"tf":1.0},"315":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"553":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"b":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"g":{"df":7,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"145":{"tf":1.0},"147":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"724":{"tf":1.4142135623730951}}}}}},"df":0,"docs":{}}},"p":{"df":2,"docs":{"237":{"tf":1.0},"733":{"tf":1.0}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":2,"docs":{"476":{"tf":1.0},"679":{"tf":1.0}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"/":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":1,"docs":{"236":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}},"r":{"df":0,"docs":{},"i":{"df":0,"docs":{},"n":{"df":0,"docs":{},"g":{"1":{"2":{"8":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":4,"docs":{"191":{"tf":1.0},"270":{"tf":1.0},"272":{"tf":1.4142135623730951},"273":{"tf":1.4142135623730951}}}}},"u":{"c":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":0,"docs":{},"r":{"df":5,"docs":{"292":{"tf":1.0},"386":{"tf":1.0},"388":{"tf":1.0},"419":{"tf":1.0},"425":{"tf":1.0}}}}}},"df":0,"docs":{}}},"u":{"d":{"df":0,"docs":{},"i":{"df":0,"docs":{},"o":{"df":1,"docs":{"12":{"tf":1.0}}}}},"df":0,"docs":{}}},"u":{"b":{"c":{"a":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":1,"docs":{"705":{"tf":1.0}}}}}}}}},"df":0,"docs":{}},"df":0,"docs":{},"m":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":3,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0}}}}},"df":0,"docs":{}}},"s":{"df":0,"docs":{},"e":{"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"731":{"tf":1.0}}}}}}},"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":{"85":{"tf":1.0}}}}}}}}}}},"df":0,"docs":{},"h":{"df":1,"docs":{"716":{"tf":1.0}}}},"df":0,"docs":{},"g":{"df":0,"docs":{},"g":{"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"t":{"df":1,"docs":{"143":{"tf":1.0}}}}}}},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":27,"docs":{"115":{"tf":1.0},"25":{"tf":1.0},"26":{"tf":1.0},"29":{"tf":1.0},"297":{"tf":1.0},"298":{"tf":1.0},"299":{"tf":1.0},"31":{"tf":1.0},"322":{"tf":1.0},"323":{"tf":1.0},"451":{"tf":1.0},"453":{"tf":1.0},"464":{"tf":1.0},"47":{"tf":1.0},"479":{"tf":1.0},"497":{"tf":1.0},"499":{"tf":1.0},"500":{"tf":1.0},"576":{"tf":1.0},"579":{"tf":1.0},"64":{"tf":1.0},"692":{"tf":1.0},"704":{"tf":1.0},"707":{"tf":1.0},"708":{"tf":1.0},"731":{"tf":1.0},"732":{"tf":1.0}}}},"s":{"df":1,"docs":{"736":{"tf":1.0}}}}}},"r":{"df":0,"docs":{},"e":{"df":2,"docs":{"684":{"tf":1.0},"691":{"tf":1.0}}},"r":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"p":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":1,"docs":{"710":{"tf":1.0}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}}}},"w":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"df":6,"docs":{"194":{"tf":1.0},"282":{"tf":1.0},"284":{"tf":1.0},"285":{"tf":1.0},"306":{"tf":1.0},"509":{"tf":1.0}}}},"df":0,"docs":{}}}},"y":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"o":{"df":0,"docs":{},"l":{"df":1,"docs":{"712":{"tf":1.0}}}}},"df":0,"docs":{}},"n":{"c":{"df":1,"docs":{"67":{"tf":1.0}}},"df":0,"docs":{},"t":{"df":0,"docs":{},"h":{"df":3,"docs":{"197":{"tf":1.0},"565":{"tf":1.0},"60":{"tf":1.0}}}}},"s":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"df":3,"docs":{"154":{"tf":1.0},"163":{"tf":1.0},"49":{"tf":1.0}},"t":{"df":0,"docs":{},"i":{"df":0,"docs":{},"m":{"df":2,"docs":{"328":{"tf":1.0},"598":{"tf":1.0}}}}}}}}}}},"t":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"517":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{},"e":{"c":{"df":0,"docs":{},"h":{"df":0,"docs":{},"n":{"df":0,"docs":{},"i":{"c":{"df":3,"docs":{"14":{"tf":1.0},"286":{"tf":1.0},"9":{"tf":1.0}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":2,"docs":{"188":{"tf":1.0},"251":{"tf":1.0}}}}},"o":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"g":{"df":1,"docs":{"12":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"n":{"d":{"df":1,"docs":{"742":{"tf":1.0}}},"df":0,"docs":{}},"r":{"df":0,"docs":{},"m":{"df":1,"docs":{"739":{"tf":1.0}}}},"s":{"df":0,"docs":{},"t":{"c":{"df":0,"docs":{},"h":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"n":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"e":{"df":0,"docs":{},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"56":{"tf":1.0}}}}}}}}},"df":0,"docs":{}}}}}},"df":0,"docs":{}}},"df":6,"docs":{"39":{"tf":1.0},"64":{"tf":1.0},"65":{"tf":1.0},"66":{"tf":1.0},"68":{"tf":1.0},"78":{"tf":1.0}},"l":{"df":0,"docs":{},"e":{"df":0,"docs":{},"g":{"a":{"c":{"df":0,"docs":{},"y":{"df":0,"docs":{},"m":{"df":0,"docs":{},"i":{"d":{"df":0,"docs":{},"i":{"c":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":1,"docs":{"58":{"tf":1.0}}}}}},"df":0,"docs":{}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"df":0,"docs":{}},"df":0,"docs":{}}}}}},"x":{"df":0,"docs":{},"t":{"df":1,"docs":{"61":{"tf":1.0}}}}},"h":{"df":0,"docs":{},"r":{"df":0,"docs":{},"e":{"a":{"d":{"df":3,"docs":{"254":{"tf":1.0},"340":{"tf":1.0},"743":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"i":{"df":0,"docs":{},"m":{"b":{"df":0,"docs":{},"r":{"a":{"df":0,"docs":{},"l":{"df":3,"docs":{"292":{"tf":1.0},"388":{"tf":1.0},"391":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"l":{"df":2,"docs":{"377":{"tf":1.0},"667":{"tf":1.0}}}}},"r":{"a":{"c":{"df":0,"docs":{},"k":{"df":1,"docs":{"392":{"tf":1.0}}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"m":{"a":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":1,"docs":{"142":{"tf":1.0}}}}},"df":0,"docs":{}}}},"df":0,"docs":{},"n":{"df":0,"docs":{},"s":{"df":0,"docs":{},"f":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":2,"docs":{"329":{"tf":1.0},"601":{"tf":1.0}}}}}},"p":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"t":{"df":1,"docs":{"77":{"tf":1.0}}}}}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"s":{"df":0,"docs":{},"u":{"df":0,"docs":{},"l":{"df":0,"docs":{},"t":{"df":1,"docs":{"703":{"tf":1.0}}}}}}},"u":{"df":0,"docs":{},"e":{"df":1,"docs":{"742":{"tf":1.0}}}}},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"i":{"df":7,"docs":{"121":{"tf":1.0},"178":{"tf":1.0},"195":{"tf":1.0},"197":{"tf":1.0},"247":{"tf":1.0},"248":{"tf":1.0},"7":{"tf":1.0}}}}}}}},"u":{"b":{"df":0,"docs":{},"u":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"df":1,"docs":{"200":{"tf":1.0}}}}}}},"df":0,"docs":{},"i":{"d":{"df":3,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"693":{"tf":1.0}}},"df":13,"docs":{"24":{"tf":1.0},"303":{"tf":1.0},"318":{"tf":1.0},"319":{"tf":1.0},"497":{"tf":1.0},"501":{"tf":1.0},"537":{"tf":1.0},"538":{"tf":1.0},"541":{"tf":1.0},"561":{"tf":1.0},"567":{"tf":1.0},"669":{"tf":1.0},"689":{"tf":1.0}},"v":{"df":0,"docs":{},"i":{"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":1,"docs":{"540":{"tf":1.0}}}}}}},"n":{"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":4,"docs":{"125":{"tf":1.0},"148":{"tf":1.0},"149":{"tf":1.0},"721":{"tf":1.0}}}}},"df":0,"docs":{},"i":{"c":{"df":0,"docs":{},"o":{"d":{"df":1,"docs":{"359":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{},"q":{"df":0,"docs":{},"u":{"df":1,"docs":{"729":{"tf":1.0}}}},"t":{"df":10,"docs":{"101":{"tf":1.0},"102":{"tf":1.0},"290":{"tf":1.0},"313":{"tf":1.0},"379":{"tf":1.0},"381":{"tf":1.0},"392":{"tf":1.0},"548":{"tf":1.0},"733":{"tf":1.0},"739":{"tf":1.7320508075688772}}}},"r":{"df":0,"docs":{},"e":{"df":0,"docs":{},"l":{"df":1,"docs":{"129":{"tf":1.0}}}}}},"p":{"d":{"a":{"df":0,"docs":{},"t":{"df":2,"docs":{"691":{"tf":1.0},"730":{"tf":1.0}}}},"df":0,"docs":{}},"df":2,"docs":{"154":{"tf":1.0},"163":{"tf":1.0}}},"s":{"a":{"df":0,"docs":{},"g":{"df":3,"docs":{"123":{"tf":1.0},"127":{"tf":1.0},"738":{"tf":1.0}}}},"df":43,"docs":{"126":{"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},"142":{"tf":1.0},"15":{"tf":1.0},"151":{"tf":1.0},"16":{"tf":1.0},"17":{"tf":1.0},"183":{"tf":1.0},"186":{"tf":1.0},"189":{"tf":1.0},"209":{"tf":1.0},"218":{"tf":1.0},"224":{"tf":1.0},"226":{"tf":1.0},"230":{"tf":1.0},"240":{"tf":1.0},"248":{"tf":1.0},"255":{"tf":1.0},"266":{"tf":1.0},"267":{"tf":1.0},"277":{"tf":1.0},"417":{"tf":1.0},"502":{"tf":1.0},"516":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0},"540":{"tf":1.0},"566":{"tf":1.0},"70":{"tf":1.0},"723":{"tf":1.0},"740":{"tf":1.4142135623730951}},"e":{"df":0,"docs":{},"r":{"df":5,"docs":{"186":{"tf":1.0},"240":{"tf":1.0},"664":{"tf":1.0},"665":{"tf":1.0},"736":{"tf":1.0}}}}},"t":{"df":0,"docs":{},"f":{"df":2,"docs":{"272":{"tf":1.0},"273":{"tf":1.0}}}}},"v":{"2":{"df":1,"docs":{"112":{"tf":1.0}}},"3":{"df":2,"docs":{"101":{"tf":1.0},"109":{"tf":1.0}}},"a":{"df":0,"docs":{},"l":{"df":0,"docs":{},"i":{"d":{"df":4,"docs":{"41":{"tf":1.0},"711":{"tf":1.0},"90":{"tf":1.0},"91":{"tf":1.0}}},"df":0,"docs":{}},"u":{"df":7,"docs":{"369":{"tf":1.0},"370":{"tf":1.0},"377":{"tf":1.0},"378":{"tf":1.0},"702":{"tf":1.4142135623730951},"703":{"tf":1.0},"736":{"tf":1.0}}}},"r":{"df":0,"docs":{},"i":{"a":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"696":{"tf":1.0}}}},"df":0,"docs":{}},"df":0,"docs":{}}}},"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":69,"docs":{"264":{"tf":1.0},"265":{"tf":1.0},"351":{"tf":1.0},"363":{"tf":1.0},"604":{"tf":1.0},"605":{"tf":1.0},"606":{"tf":1.0},"607":{"tf":1.0},"608":{"tf":1.0},"609":{"tf":1.0},"610":{"tf":1.0},"611":{"tf":1.0},"612":{"tf":1.0},"614":{"tf":1.0},"615":{"tf":1.0},"616":{"tf":1.0},"617":{"tf":1.0},"618":{"tf":1.0},"619":{"tf":1.0},"620":{"tf":1.0},"621":{"tf":1.0},"622":{"tf":1.0},"623":{"tf":1.0},"624":{"tf":1.0},"625":{"tf":1.0},"626":{"tf":1.0},"627":{"tf":1.0},"628":{"tf":1.0},"629":{"tf":1.0},"630":{"tf":1.0},"631":{"tf":1.0},"632":{"tf":1.0},"633":{"tf":1.0},"634":{"tf":1.0},"635":{"tf":1.0},"636":{"tf":1.0},"637":{"tf":1.0},"638":{"tf":1.0},"639":{"tf":1.0},"640":{"tf":1.0},"641":{"tf":1.0},"642":{"tf":1.0},"643":{"tf":1.0},"644":{"tf":1.0},"645":{"tf":1.0},"646":{"tf":1.0},"647":{"tf":1.0},"648":{"tf":1.0},"649":{"tf":1.0},"650":{"tf":1.0},"651":{"tf":1.0},"652":{"tf":1.0},"653":{"tf":1.0},"654":{"tf":1.0},"655":{"tf":1.0},"656":{"tf":1.0},"657":{"tf":1.0},"658":{"tf":1.0},"659":{"tf":1.0},"660":{"tf":1.0},"661":{"tf":1.0},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"720":{"tf":1.0},"721":{"tf":1.0},"724":{"tf":1.0},"730":{"tf":1.0}}}}}}}},"i":{"a":{"df":1,"docs":{"736":{"tf":1.0}}},"d":{"df":0,"docs":{},"e":{"df":0,"docs":{},"o":{"df":1,"docs":{"138":{"tf":1.0}}}}},"df":0,"docs":{},"e":{"df":0,"docs":{},"w":{"df":7,"docs":{"14":{"tf":1.0},"245":{"tf":1.0},"333":{"tf":1.0},"344":{"tf":1.0},"403":{"tf":1.0},"411":{"tf":1.0},"462":{"tf":1.0}}}},"r":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"a":{"df":0,"docs":{},"l":{"df":1,"docs":{"12":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"i":{"b":{"df":0,"docs":{},"l":{"df":1,"docs":{"713":{"tf":1.0}}}},"df":0,"docs":{}},"t":{"a":{"/":{"7":{"/":{"8":{"/":{"1":{"0":{"/":{"1":{"1":{"df":1,"docs":{"519":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":1,"docs":{"441":{"tf":1.0}}},"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":{},"l":{"df":0,"docs":{},"t":{"a":{"df":0,"docs":{},"g":{"df":1,"docs":{"590":{"tf":1.0}}}},"df":0,"docs":{}}}},"s":{"df":0,"docs":{},"t":{"3":{"df":1,"docs":{"89":{"tf":1.0}}},"df":130,"docs":{"0":{"tf":1.0},"1":{"tf":1.0},"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.4142135623730951},"106":{"tf":1.0},"109":{"tf":1.0},"11":{"tf":1.0},"112":{"tf":1.0},"12":{"tf":1.0},"122":{"tf":1.0},"123":{"tf":1.0},"124":{"tf":1.0},"127":{"tf":1.0},"128":{"tf":1.0},"129":{"tf":1.4142135623730951},"13":{"tf":1.0},"141":{"tf":1.0},"142":{"tf":1.0},"145":{"tf":1.0},"149":{"tf":1.0},"150":{"tf":1.0},"153":{"tf":1.0},"154":{"tf":1.0},"155":{"tf":1.0},"156":{"tf":1.0},"157":{"tf":1.0},"158":{"tf":1.0},"16":{"tf":1.0},"160":{"tf":1.0},"162":{"tf":1.0},"163":{"tf":1.0},"17":{"tf":1.0},"173":{"tf":1.0},"18":{"tf":1.0},"183":{"tf":1.0},"188":{"tf":1.0},"19":{"tf":1.0},"190":{"tf":1.4142135623730951},"193":{"tf":1.0},"196":{"tf":1.0},"197":{"tf":1.4142135623730951},"2":{"tf":1.0},"207":{"tf":1.0},"212":{"tf":1.0},"216":{"tf":1.0},"218":{"tf":1.0},"220":{"tf":1.0},"229":{"tf":1.0},"230":{"tf":1.0},"251":{"tf":1.0},"262":{"tf":1.4142135623730951},"264":{"tf":1.4142135623730951},"265":{"tf":1.4142135623730951},"268":{"tf":1.4142135623730951},"278":{"tf":1.0},"287":{"tf":1.0},"288":{"tf":1.0},"290":{"tf":1.0},"294":{"tf":1.0},"295":{"tf":1.0},"296":{"tf":1.0},"297":{"tf":1.0},"3":{"tf":1.0},"33":{"tf":1.0},"330":{"tf":1.0},"34":{"tf":1.0},"340":{"tf":1.0},"345":{"tf":1.0},"36":{"tf":1.0},"361":{"tf":1.0},"37":{"tf":1.0},"379":{"tf":1.0},"38":{"tf":1.0},"39":{"tf":1.0},"399":{"tf":1.0},"4":{"tf":1.0},"40":{"tf":1.0},"418":{"tf":1.0},"44":{"tf":1.0},"444":{"tf":1.0},"445":{"tf":1.0},"451":{"tf":1.0},"46":{"tf":1.0},"476":{"tf":1.0},"48":{"tf":1.0},"5":{"tf":1.0},"517":{"tf":1.0},"52":{"tf":1.0},"666":{"tf":1.0},"679":{"tf":1.0},"68":{"tf":1.0},"690":{"tf":1.4142135623730951},"691":{"tf":1.4142135623730951},"692":{"tf":1.0},"693":{"tf":2.0},"694":{"tf":1.4142135623730951},"695":{"tf":1.4142135623730951},"696":{"tf":1.4142135623730951},"697":{"tf":1.0},"702":{"tf":1.0},"704":{"tf":1.0},"708":{"tf":1.0},"71":{"tf":1.0},"713":{"tf":1.0},"716":{"tf":1.0},"717":{"tf":1.0},"718":{"tf":1.0},"719":{"tf":1.4142135623730951},"720":{"tf":1.4142135623730951},"721":{"tf":1.4142135623730951},"722":{"tf":1.0},"723":{"tf":1.0},"724":{"tf":1.4142135623730951},"725":{"tf":1.0},"726":{"tf":1.0},"74":{"tf":1.0},"745":{"tf":1.0},"747":{"tf":1.0},"78":{"tf":1.0},"8":{"tf":1.0},"80":{"tf":1.0},"82":{"tf":1.0},"84":{"tf":1.0},"85":{"tf":1.0},"96":{"tf":1.0},"97":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.4142135623730951}},"g":{"df":0,"docs":{},"u":{"df":0,"docs":{},"i":{"/":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"s":{"df":0,"docs":{},"w":{"df":0,"docs":{},"y":{"df":0,"docs":{},"g":{"df":1,"docs":{"243":{"tf":1.0}}}}}}}}},"df":14,"docs":{"116":{"tf":1.0},"118":{"tf":1.0},"119":{"tf":1.0},"120":{"tf":1.0},"121":{"tf":1.0},"161":{"tf":1.0},"186":{"tf":1.0},"194":{"tf":1.0},"240":{"tf":1.0},"277":{"tf":1.0},"282":{"tf":1.0},"45":{"tf":1.0},"535":{"tf":1.0},"539":{"tf":1.0}}}}},"s":{"d":{"df":0,"docs":{},"k":{".":{"df":0,"docs":{},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"165":{"tf":1.0}}}}}},"df":0,"docs":{}}},"df":0,"docs":{}}}}},"w":{"a":{"df":0,"docs":{},"n":{"df":0,"docs":{},"t":{"df":2,"docs":{"665":{"tf":1.0},"726":{"tf":1.0}}}},"y":{"df":1,"docs":{"739":{"tf":1.0}}}},"df":0,"docs":{},"e":{"b":{"df":1,"docs":{"725":{"tf":1.0}},"s":{"df":0,"docs":{},"i":{"df":0,"docs":{},"t":{"df":1,"docs":{"131":{"tf":1.0}}}}}},"df":0,"docs":{},"l":{"c":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"1":{"tf":1.0}}}}},"df":0,"docs":{}}},"h":{"a":{"df":0,"docs":{},"t":{"'":{"df":1,"docs":{"700":{"tf":1.0}}},"df":0,"docs":{}}},"df":0,"docs":{}},"i":{"df":0,"docs":{},"n":{"d":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":18,"docs":{"168":{"tf":1.0},"174":{"tf":1.0},"180":{"tf":1.0},"198":{"tf":1.0},"202":{"tf":1.0},"205":{"tf":1.0},"208":{"tf":1.0},"221":{"tf":1.0},"427":{"tf":1.0},"434":{"tf":1.0},"440":{"tf":1.0},"441":{"tf":1.0},"519":{"tf":1.0},"520":{"tf":1.0},"71":{"tf":1.0},"712":{"tf":1.0},"75":{"tf":1.0},"78":{"tf":1.0}}}}},"df":0,"docs":{}},"t":{"df":0,"docs":{},"h":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":3,"docs":{"410":{"tf":1.0},"674":{"tf":1.0},"683":{"tf":1.0}}}}}}}},"o":{"df":0,"docs":{},"r":{"df":0,"docs":{},"k":{"df":10,"docs":{"105":{"tf":1.0},"108":{"tf":1.0},"111":{"tf":1.0},"114":{"tf":1.0},"508":{"tf":1.0},"511":{"tf":1.0},"531":{"tf":1.0},"671":{"tf":1.0},"680":{"tf":1.0},"699":{"tf":1.0}},"f":{"df":0,"docs":{},"l":{"df":0,"docs":{},"o":{"df":0,"docs":{},"w":{"df":2,"docs":{"294":{"tf":1.0},"399":{"tf":1.0}}}}}}},"l":{"d":{"df":1,"docs":{"1":{"tf":1.0}}},"df":0,"docs":{}}}},"r":{"a":{"df":0,"docs":{},"p":{"df":0,"docs":{},"p":{"df":0,"docs":{},"e":{"df":0,"docs":{},"r":{"df":12,"docs":{"100":{"tf":1.0},"101":{"tf":1.0},"102":{"tf":1.0},"103":{"tf":1.0},"106":{"tf":1.0},"109":{"tf":1.0},"112":{"tf":1.0},"323":{"tf":1.0},"46":{"tf":1.0},"579":{"tf":1.0},"98":{"tf":1.0},"99":{"tf":1.0}}}}}}},"df":0,"docs":{}}},"x":{"c":{"df":0,"docs":{},"o":{"d":{"df":0,"docs":{},"e":{"df":1,"docs":{"532":{"tf":1.0}}}},"df":0,"docs":{}}},"df":0,"docs":{},"m":{"df":0,"docs":{},"l":{"df":1,"docs":{"517":{"tf":1.0}}}},"p":{"/":{"2":{"0":{"0":{"0":{"df":2,"docs":{"440":{"tf":1.0},"520":{"tf":1.0}}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}},"df":0,"docs":{}}},"y":{"df":0,"docs":{},"o":{"df":0,"docs":{},"u":{"df":0,"docs":{},"t":{"df":0,"docs":{},"u":{"b":{"df":1,"docs":{"195":{"tf":1.0}}},"df":0,"docs":{}}}}}},"z":{"df":0,"docs":{},"i":{"df":0,"docs":{},"p":{"df":1,"docs":{"157":{"tf":1.0}}}},"o":{"df":0,"docs":{},"o":{"df":0,"docs":{},"m":{"df":1,"docs":{"740":{"tf":1.0}}}}}}}}},"lang":"English","pipeline":["trimmer","stopWordFilter","stemmer"],"ref":"id","version":"0.9.5"},"results_options":{"limit_results":30,"teaser_word_count":30},"search_options":{"bool":"OR","expand":true,"fields":{"body":{"boost":1},"breadcrumbs":{"boost":1},"title":{"boost":2}}}} \ No newline at end of file